Trace number 3735028

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.05 1760.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark345
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.1.1.v20090612
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1299577560
0.00/0.07	c Max memory 1306394624
0.00/0.07	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3735028-1338753685.opb
0.10/0.10	c reading problem ... 
2.37/1.45	c ... done. Wall clock time 1.346s.
2.54/1.52	c #vars     10998
2.54/1.52	c #constraints  21679
2.54/1.52	c constraints type 
2.54/1.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.05/1760.02	c starts		: 17
1800.05/1760.02	c conflicts		: 167267
1800.05/1760.02	c decisions		: 214279
1800.05/1760.02	c propagations		: 84709923
1800.05/1760.02	c inspects		: 2625726971
1800.05/1760.02	c learnt literals	: 0
1800.05/1760.02	c learnt binary clauses	: 0
1800.05/1760.02	c learnt ternary clauses	: 3
1800.05/1760.02	c learnt clauses	: 167267
1800.05/1760.02	c ignored clauses	: 0
1800.05/1760.02	c root simplifications	: 0
1800.05/1760.02	c removed literals (reason simplification)	: 3800435
1800.05/1760.02	c reason swapping (by a shorter reason)	: 0
1800.05/1760.02	c Calls to reduceDB	: 0
1800.05/1760.02	c speed (assignments/second)	: 48169.88557722599
1800.05/1760.02	c non guided choices	10771
1800.05/1760.04	c learnt constraints type 
1800.05/1760.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 167271
1800.05/1760.04	c constraints type 
1800.05/1760.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.05/1760.04	s UNKNOWN
1800.05/1760.04	c Total wall clock time (in seconds): 1759.942

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3735028-1338753685/watcher-3735028-1338753685 -o /tmp/evaluation-result-3735028-1338753685/solver-3735028-1338753685 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735028-1338753685.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 9734
/proc/meminfo: memFree=27622884/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/9734/stat : 9734 (java) R 9732 9734 6377 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 341493953 23793664 709 33554432000 1073741824 1073778376 140737023285312 140737023274376 273896486248 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 5809 709 524 9 0 128 0

[startup+0.0993361 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 9734
/proc/meminfo: memFree=27622884/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 4672 0 1 0 9 1 0 0 20 0 18 0 341493953 2712133632 6389 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 662142 6389 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.100225 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 9734
/proc/meminfo: memFree=27622884/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 4672 0 1 0 9 1 0 0 20 0 18 0 341493953 2712133632 6389 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 662142 6389 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300199 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 9734
/proc/meminfo: memFree=27622884/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2648568 CPUtime=0.6 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 11759 0 1 0 57 3 0 0 20 0 18 0 341493953 2712133632 13882 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 662142 13882 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 2648568

[startup+0.700169 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 9734
/proc/meminfo: memFree=27622884/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2648568 CPUtime=1.22 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 13036 0 1 0 116 6 0 0 20 0 18 0 341493953 2712133632 46109 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 662142 46109 2229 9 0 652835 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 2.00 2.01 2.00 5/215 9752
/proc/meminfo: memFree=27307816/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2715132 CPUtime=2.54 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 14372 0 1 0 239 15 0 0 20 0 19 0 341493953 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 678783 106446 2264 9 0 669476 0
[pid=9734/tid=9736] ppid=9732 vsize=2715132 CPUtime=1.4 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9732 9734 6377 0 -1 4202560 2918 0 1 0 134 6 0 0 20 0 19 0 341493954 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548258284304 140548124344163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9737] ppid=9732 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9732 9734 6377 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 341493955 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548242733352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9738] ppid=9732 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9732 9734 6377 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 341493955 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548123912360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9739] ppid=9732 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9732 9734 6377 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 341493955 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548122860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9740] ppid=9732 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9732 9734 6377 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 19 0 341493955 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548121807272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9741] ppid=9732 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9732 9734 6377 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 341493955 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548120754984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9742] ppid=9732 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9732 9734 6377 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 341493955 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548119702184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9743] ppid=9732 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9732 9734 6377 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 341493955 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548118649896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9744] ppid=9732 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9732 9734 6377 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 341493955 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140548117597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9745] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9732 9734 6377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140547635267816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9746] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9732 9734 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140547634213880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9747] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9732 9734 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140547633161480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9748] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140547632109968 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9749] ppid=9732 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) R 9732 9734 6377 0 -1 4202560 6227 0 0 0 39 1 0 0 20 0 19 0 341493959 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140547631057592 140548265096695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9750] ppid=9732 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) R 9732 9734 6377 0 -1 4202560 3915 0 0 0 42 2 0 0 20 0 19 0 341493959 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140547630004792 140548264426908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9751] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140547628952696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9752] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 106446 33554432000 1073741824 1073778376 140737023285312 140547627900104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 2715132

[startup+3.10064 s]
/proc/loadavg: 2.00 2.01 2.00 3/216 9753
/proc/meminfo: memFree=27188288/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2715132 CPUtime=4.57 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 14503 0 1 0 434 23 0 0 20 0 19 0 341493953 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 678783 123348 2266 9 0 669476 0
[pid=9734/tid=9736] ppid=9732 vsize=2715132 CPUtime=2.91 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9732 9734 6377 0 -1 4202560 2920 0 1 0 285 6 0 0 20 0 19 0 341493954 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548258283624 140548124749334 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9737] ppid=9732 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9732 9734 6377 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 19 0 341493955 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548242733352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9738] ppid=9732 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9732 9734 6377 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 341493955 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548123912360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9739] ppid=9732 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9732 9734 6377 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 19 0 341493955 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548122860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9740] ppid=9732 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9732 9734 6377 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 341493955 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548121807272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9741] ppid=9732 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9732 9734 6377 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 341493955 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548120754984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9742] ppid=9732 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9732 9734 6377 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 341493955 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548119702184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9743] ppid=9732 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9732 9734 6377 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 341493955 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548118649896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9744] ppid=9732 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9732 9734 6377 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 19 0 341493955 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140548117597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9745] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9732 9734 6377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547635267816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9746] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9732 9734 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547634213880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9747] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9732 9734 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547633161480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9748] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547632109968 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9749] ppid=9732 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9732 9734 6377 0 -1 4202560 6227 0 0 0 49 1 0 0 20 0 19 0 341493959 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547631057592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9750] ppid=9732 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9732 9734 6377 0 -1 4202560 3917 0 0 0 54 2 0 0 20 0 19 0 341493959 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547630004792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9751] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547628952696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9752] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547627900104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9753] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9732 9734 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341494100 2780295168 123348 33554432000 1073741824 1073778376 140737023285312 140547626845096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 2.00 2.01 2.00 3/216 9753
/proc/meminfo: memFree=27116352/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2715132 CPUtime=8.26 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 14568 0 1 0 803 23 0 0 20 0 19 0 341493953 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 678783 124417 2267 9 0 669476 0
[pid=9734/tid=9736] ppid=9732 vsize=2715132 CPUtime=5.95 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9732 9734 6377 0 -1 4202560 2924 0 1 0 588 7 0 0 20 0 19 0 341493954 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548258284008 140548124709963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9737] ppid=9732 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9732 9734 6377 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 19 0 341493955 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548242733352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9738] ppid=9732 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9732 9734 6377 0 -1 4202560 32 0 0 0 12 2 0 0 20 0 19 0 341493955 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548123912360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9739] ppid=9732 vsize=2715132 CPUtime=0.15 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9732 9734 6377 0 -1 4202560 55 0 0 0 12 3 0 0 20 0 19 0 341493955 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548122860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9740] ppid=9732 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9732 9734 6377 0 -1 4202560 48 0 0 0 10 3 0 0 20 0 19 0 341493955 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548121807272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9741] ppid=9732 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9732 9734 6377 0 -1 4202560 30 0 0 0 9 2 0 0 20 0 19 0 341493955 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548120754984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9742] ppid=9732 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9732 9734 6377 0 -1 4202560 33 0 0 0 11 2 0 0 20 0 19 0 341493955 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548119702184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9743] ppid=9732 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9732 9734 6377 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 19 0 341493955 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548118649896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9744] ppid=9732 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9732 9734 6377 0 -1 4202560 32 0 0 0 10 2 0 0 20 0 19 0 341493955 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140548117597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9745] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9732 9734 6377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547635267816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9746] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9732 9734 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547634213880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9747] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9732 9734 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547633161480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9748] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547632109968 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9749] ppid=9732 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9732 9734 6377 0 -1 4202560 6227 0 0 0 49 1 0 0 20 0 19 0 341493959 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547631057592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9750] ppid=9732 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9732 9734 6377 0 -1 4202560 3919 0 0 0 64 2 0 0 20 0 19 0 341493959 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547630004792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9751] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547628952696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9752] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547627900104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9753] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9732 9734 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341494100 2780295168 124417 33554432000 1073741824 1073778376 140737023285312 140547626845096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.56 2.12 2.04 3/216 9753
/proc/meminfo: memFree=27060888/32873844 swapFree=7124/7124

################
# More data... #
################

[pid=9734/tid=9749] ppid=9732 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9732 9734 6377 0 -1 4202560 6232 0 0 0 49 1 0 0 20 0 19 0 341493959 2780295168 160934 33554432000 1073741824 1073778376 140737023285312 140547631057592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9750] ppid=9732 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9732 9734 6377 0 -1 4202560 3924 0 0 0 67 2 0 0 20 0 19 0 341493959 2780295168 160934 33554432000 1073741824 1073778376 140737023285312 140547630004792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9751] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 160934 33554432000 1073741824 1073778376 140737023285312 140547628952696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9752] ppid=9732 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9732 9734 6377 0 -1 4202560 93 0 0 0 31 31 0 0 20 0 19 0 341493959 2780295168 160934 33554432000 1073741824 1073778376 140737023285312 140547627900104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9753] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9732 9734 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341494100 2780295168 160934 33554432000 1073741824 1073778376 140737023285312 140547626845096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1638.89
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 2.30 2.15 2.04 3/215 9765
/proc/meminfo: memFree=26675444/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2715132 CPUtime=1700.15 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 17987 0 1 0 169918 97 0 0 20 0 19 0 341493953 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 678783 161446 2268 9 0 669476 0
[pid=9734/tid=9736] ppid=9732 vsize=2715132 CPUtime=1642.22 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9732 9734 6377 0 -1 4202560 3959 0 1 0 164186 36 0 0 20 0 19 0 341493954 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548258282720 140548124749161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9737] ppid=9732 vsize=2715132 CPUtime=6.58 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9732 9734 6377 0 -1 4202560 310 0 0 0 652 6 0 0 20 0 19 0 341493955 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548242733352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9738] ppid=9732 vsize=2715132 CPUtime=6.5 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9732 9734 6377 0 -1 4202560 301 0 0 0 644 6 0 0 20 0 19 0 341493955 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548123912360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9739] ppid=9732 vsize=2715132 CPUtime=6.3 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9732 9734 6377 0 -1 4202560 327 0 0 0 622 8 0 0 20 0 19 0 341493955 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548122860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9740] ppid=9732 vsize=2715132 CPUtime=6.61 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9732 9734 6377 0 -1 4202560 318 0 0 0 654 7 0 0 20 0 19 0 341493955 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548121807272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9741] ppid=9732 vsize=2715132 CPUtime=6.59 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9732 9734 6377 0 -1 4202560 321 0 0 0 650 9 0 0 20 0 19 0 341493955 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548120754984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9742] ppid=9732 vsize=2715132 CPUtime=6.45 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9732 9734 6377 0 -1 4202560 311 0 0 0 638 7 0 0 20 0 19 0 341493955 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548119702184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9743] ppid=9732 vsize=2715132 CPUtime=6.58 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9732 9734 6377 0 -1 4202560 296 0 0 0 653 5 0 0 20 0 19 0 341493955 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548118649896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9744] ppid=9732 vsize=2715132 CPUtime=6.46 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9732 9734 6377 0 -1 4202560 303 0 0 0 639 7 0 0 20 0 19 0 341493955 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140548117597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9745] ppid=9732 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9732 9734 6377 0 -1 4202560 102 0 0 0 12 7 0 0 20 0 19 0 341493956 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547635267816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9746] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9732 9734 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547634213880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9747] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9732 9734 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547633161480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9748] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547632109968 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9749] ppid=9732 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9732 9734 6377 0 -1 4202560 6232 0 0 0 49 1 0 0 20 0 19 0 341493959 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547631057592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9750] ppid=9732 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9732 9734 6377 0 -1 4202560 3924 0 0 0 67 2 0 0 20 0 19 0 341493959 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547630004792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9751] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547628952696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9752] ppid=9732 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9732 9734 6377 0 -1 4202560 95 0 0 0 32 32 0 0 20 0 19 0 341493959 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547627900104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9753] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9732 9734 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341494100 2780295168 161446 33554432000 1073741824 1073778376 140737023285312 140547626845096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1700.15
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.07 2.12 2.04 3/216 9768
/proc/meminfo: memFree=26656792/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2715132 CPUtime=1761.47 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 18031 0 1 0 176048 99 0 0 20 0 19 0 341493953 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 678783 163391 2268 9 0 669476 0
[pid=9734/tid=9736] ppid=9732 vsize=2715132 CPUtime=1701.53 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9732 9734 6377 0 -1 4202560 3993 0 1 0 170116 37 0 0 20 0 19 0 341493954 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548258282952 140548124749505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9737] ppid=9732 vsize=2715132 CPUtime=6.82 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9732 9734 6377 0 -1 4202560 310 0 0 0 676 6 0 0 20 0 19 0 341493955 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548242733352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9738] ppid=9732 vsize=2715132 CPUtime=6.75 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9732 9734 6377 0 -1 4202560 301 0 0 0 669 6 0 0 20 0 19 0 341493955 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548123912360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9739] ppid=9732 vsize=2715132 CPUtime=6.53 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9732 9734 6377 0 -1 4202560 327 0 0 0 644 9 0 0 20 0 19 0 341493955 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548122860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9740] ppid=9732 vsize=2715132 CPUtime=6.83 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9732 9734 6377 0 -1 4202560 318 0 0 0 675 8 0 0 20 0 19 0 341493955 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548121807272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9741] ppid=9732 vsize=2715132 CPUtime=6.82 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9732 9734 6377 0 -1 4202560 321 0 0 0 673 9 0 0 20 0 19 0 341493955 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548120754984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9742] ppid=9732 vsize=2715132 CPUtime=6.67 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9732 9734 6377 0 -1 4202560 311 0 0 0 660 7 0 0 20 0 19 0 341493955 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548119702184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9743] ppid=9732 vsize=2715132 CPUtime=6.83 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9732 9734 6377 0 -1 4202560 297 0 0 0 678 5 0 0 20 0 19 0 341493955 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548118649896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9744] ppid=9732 vsize=2715132 CPUtime=6.69 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9732 9734 6377 0 -1 4202560 304 0 0 0 662 7 0 0 20 0 19 0 341493955 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140548117597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9745] ppid=9732 vsize=2715132 CPUtime=0.19 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9732 9734 6377 0 -1 4202560 106 0 0 0 12 7 0 0 20 0 19 0 341493956 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547635267816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9746] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9732 9734 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547634213880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9747] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9732 9734 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547633161480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9748] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547632109968 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9749] ppid=9732 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9732 9734 6377 0 -1 4202560 6232 0 0 0 49 1 0 0 20 0 19 0 341493959 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547631057592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9750] ppid=9732 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9732 9734 6377 0 -1 4202560 3924 0 0 0 67 2 0 0 20 0 19 0 341493959 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547630004792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9751] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547628952696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9752] ppid=9732 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9732 9734 6377 0 -1 4202560 99 0 0 0 34 33 0 0 20 0 19 0 341493959 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547627900104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9753] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9732 9734 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341494100 2780295168 163391 33554432000 1073741824 1073778376 140737023285312 140547626845096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1761.47
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1760.01 s]
/proc/loadavg: 2.52 2.23 2.08 3/216 9884
/proc/meminfo: memFree=26950268/32873844 swapFree=7124/7124
[pid=9734] ppid=9732 vsize=2715132 CPUtime=1800.05 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9732 9734 6377 0 -1 4202496 18058 0 1 0 179905 100 0 0 20 0 19 0 341493953 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140737023276448 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 678783 164158 2268 9 0 669476 0
[pid=9734/tid=9736] ppid=9732 vsize=2715132 CPUtime=1738.77 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9732 9734 6377 0 -1 4202560 4015 0 1 0 173839 38 0 0 20 0 19 0 341493954 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548258282952 140548124708804 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9737] ppid=9732 vsize=2715132 CPUtime=7.01 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9732 9734 6377 0 -1 4202560 310 0 0 0 695 6 0 0 20 0 19 0 341493955 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548242733352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9738] ppid=9732 vsize=2715132 CPUtime=6.87 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9732 9734 6377 0 -1 4202560 301 0 0 0 681 6 0 0 20 0 19 0 341493955 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548123912360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9739] ppid=9732 vsize=2715132 CPUtime=6.69 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9732 9734 6377 0 -1 4202560 327 0 0 0 660 9 0 0 20 0 19 0 341493955 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548122860072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9740] ppid=9732 vsize=2715132 CPUtime=6.99 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9732 9734 6377 0 -1 4202560 319 0 0 0 691 8 0 0 20 0 19 0 341493955 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548121807272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9741] ppid=9732 vsize=2715132 CPUtime=6.97 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9732 9734 6377 0 -1 4202560 321 0 0 0 688 9 0 0 20 0 19 0 341493955 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548120754984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9742] ppid=9732 vsize=2715132 CPUtime=6.83 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9732 9734 6377 0 -1 4202560 311 0 0 0 675 8 0 0 20 0 19 0 341493955 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548119702184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9743] ppid=9732 vsize=2715132 CPUtime=6.97 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9732 9734 6377 0 -1 4202560 297 0 0 0 692 5 0 0 20 0 19 0 341493955 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548118649896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9744] ppid=9732 vsize=2715132 CPUtime=6.85 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9732 9734 6377 0 -1 4202560 304 0 0 0 678 7 0 0 20 0 19 0 341493955 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140548117597096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9745] ppid=9732 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9732 9734 6377 0 -1 4202560 108 0 0 0 13 7 0 0 20 0 19 0 341493956 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547635267816 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9746] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9732 9734 6377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547634213880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9747] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9732 9734 6377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341493956 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547633161480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9748] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547632109968 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9749] ppid=9732 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9732 9734 6377 0 -1 4202560 6232 0 0 0 49 1 0 0 20 0 19 0 341493959 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547631057592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9750] ppid=9732 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9732 9734 6377 0 -1 4202560 3924 0 0 0 67 2 0 0 20 0 19 0 341493959 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547630004792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9751] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9732 9734 6377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341493959 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547628952696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9752] ppid=9732 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9732 9734 6377 0 -1 4202560 101 0 0 0 35 33 0 0 20 0 19 0 341493959 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547627900104 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9753] ppid=9732 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9732 9734 6377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341494100 2780295168 164158 33554432000 1073741824 1073778376 140737023285312 140547626845096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2715132

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9734 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=827144
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=533766
# CPU time returned by wait4() is 1796.36
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1760.05
CPU time (s): 1800.05
CPU user time (s): 1799.05
CPU system time (s): 1
CPU usage (%): 102.272
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.83
system time used= 1.53377
maximum resident set size= 656780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18098
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70334
involuntary context switches= 96627

runsolver used 5.36118 second user time and 15.6826 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 22:01:26
IDJOB=3735028
IDBENCH=2934
IDSOLVER=2322
FILE ID=node134/3735028-1338753685
RUNJOBID= node134-1338738643-6393
PBS_JOBID= 14636771
Free space on /tmp= 70352 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735028-1338753685/watcher-3735028-1338753685 -o /tmp/evaluation-result-3735028-1338753685/solver-3735028-1338753685 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735028-1338753685.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=2069407770

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27623264 kB
Buffers:          500096 kB
Cached:          3386720 kB
SwapCached:           76 kB
Active:          2216376 kB
Inactive:        2125948 kB
Active(anon):     447196 kB
Inactive(anon):    10496 kB
Active(file):    1769180 kB
Inactive(file):  2115452 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:              5924 kB
Writeback:             0 kB
AnonPages:        476512 kB
Mapped:            19312 kB
Shmem:                96 kB
Slab:             762560 kB
SReclaimable:     204064 kB
SUnreclaim:       558496 kB
KernelStack:        1792 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70332 MiB
End job on node134 at 2012-06-03 22:30:48