Trace number 4084566

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800 1791.55

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4084566-1465275711.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
52.06/44.98	c ... done. Wall clock time 44.869s.
52.06/44.98	c declared #vars     288080
52.06/44.98	c #constraints  6445947
52.06/44.98	c constraints type 
52.06/44.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
52.06/44.98	c org.sat4j.specs.Constr$1 => 56672
52.06/44.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
52.06/44.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
52.06/44.98	c org.sat4j.minisat.constraints.cnf.UnitClause => 4400
52.06/44.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
52.06/44.98	c 6445947 constraints processed.
130.55/122.92	c cleaning 2494 clauses out of 4987 with flag 1353152/5000
265.97/257.83	c cleaning 4207 clauses out of 8482 with flag 4403232/11000
290.47/282.34	c cleaning 5604 clauses out of 11271 with flag 5336243/18000
411.49/403.34	c cleaning 6687 clauses out of 13663 with flag 6427350/26001
458.33/450.12	c cleaning 7708 clauses out of 15973 with flag 7438606/35001
519.44/511.25	c cleaning 8561 clauses out of 18266 with flag 8797513/45004
594.66/586.45	c cleaning 9960 clauses out of 20697 with flag 9753311/56000
631.77/623.57	c cleaning 11089 clauses out of 22736 with flag 11263912/68001
694.69/686.48	c cleaning 12213 clauses out of 24644 with flag 12319602/81000
781.72/773.40	c cleaning 13057 clauses out of 26428 with flag 13086967/95000
835.22/826.94	c cleaning 13592 clauses out of 28370 with flag 14461235/110000
866.53/858.25	c cleaning 15314 clauses out of 30778 with flag 16454050/126001
928.44/920.12	c cleaning 16140 clauses out of 32459 with flag 18312106/143000
983.55/975.29	c cleaning 17132 clauses out of 34316 with flag 20490281/161000
1075.68/1067.37	c cleaning 16902 clauses out of 36178 with flag 24282891/180000
1113.69/1105.38	c cleaning 18475 clauses out of 39279 with flag 26318902/200003
1218.90/1210.55	c cleaning 20709 clauses out of 41793 with flag 28199047/221000
1342.93/1334.53	c cleaning 20647 clauses out of 43081 with flag 31125259/243000
1492.86/1484.44	c cleaning 22113 clauses out of 45428 with flag 35705161/266000
1641.59/1633.18	c cleaning 23147 clauses out of 47304 with flag 39949858/290001
1713.09/1704.63	c cleaning 23320 clauses out of 49155 with flag 42070712/315000
1800.00/1791.50	c starts		: 745
1800.00/1791.50	c conflicts		: 323188
1800.00/1791.50	c decisions		: 135894964
1800.00/1791.50	c propagations		: 2262314400
1800.00/1791.50	c inspects		: 12423012378
1800.00/1791.50	c shortcuts		: 0
1800.00/1791.50	c learnt literals	: 94
1800.00/1791.50	c learnt binary clauses	: 977
1800.00/1791.50	c learnt ternary clauses	: 3906
1800.00/1791.50	c learnt constraints	: 323094
1800.00/1791.50	c ignored constraints	: 0
1800.00/1791.50	c root simplifications	: 0
1800.00/1791.50	c removed literals (reason simplification)	: 0
1800.00/1791.50	c reason swapping (by a shorter reason)	: 0
1800.00/1791.50	c Calls to reduceDB	: 21
1800.00/1791.50	c Number of update (reduction) of LBD	: 152062
1800.00/1791.50	c Imported unit clauses	: 0
1800.00/1791.50	c number of reductions to clauses (during analyze)	: 0
1800.00/1791.50	c number of learned constraints concerned by reduction	: 0
1800.00/1791.50	c number of learning phase by resolution	: 0
1800.00/1791.50	c number of learning phase by cutting planes	: 0
1800.00/1791.50	c speed (assignments/second)	: 1295369.2119443698
1800.00/1791.50	c non guided choices	52774513
1800.00/1791.52	c learnt constraints type 
1800.00/1791.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 977
1800.00/1791.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33046
1800.00/1791.52	s UNKNOWN
1800.00/1791.52	c Total wall clock time (in seconds): 1791.403

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084566-1465275711/watcher-4084566-1465275711 -o /tmp/evaluation-result-4084566-1465275711/solver-4084566-1465275711 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084566-1465275711.opb 

pid=8613
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.17 2.12 2.06 3/195 8616
/proc/meminfo: memFree=30594600/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8616/stat : 8616 (java) D 8613 8616 5384 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 109507292 9515008 183 33554432000 1073741824 1073778376 140736506470192 140736506461224 247064247989 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/8616/statm: 2323 183 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.12 2.06 3/195 8616
/proc/meminfo: memFree=30594600/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 4389 0 1 0 7 1 0 0 20 0 18 0 109507292 9787879424 6029 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.17 2.12 2.06 3/195 8616
/proc/meminfo: memFree=30594600/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 4711 0 1 0 22 2 0 0 20 0 18 0 109507292 9787879424 11924 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2389619 11924 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 2.17 2.12 2.06 3/195 8616
/proc/meminfo: memFree=30594600/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 5417 0 1 0 43 2 0 0 20 0 18 0 109507292 9787879424 16022 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2389619 16022 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700172 s]
/proc/loadavg: 2.17 2.12 2.06 3/195 8616
/proc/meminfo: memFree=30594600/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9558476 CPUtime=1.14 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 7427 0 1 0 108 6 0 0 20 0 18 0 109507292 9787879424 65075 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2389619 65075 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.16 2.11 2.06 3/213 8634
/proc/meminfo: memFree=30262564/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9558476 CPUtime=2.17 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 9128 0 1 0 203 14 0 0 20 0 18 0 109507292 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2389619 143983 2263 9 0 2380296 0
[pid=8616/tid=8618] ppid=8613 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (java) R 8613 8616 5384 0 -1 4202560 2641 0 1 0 130 9 0 0 20 0 18 0 109507293 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569486442512 247067632909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (java) S 8613 8616 5384 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 109507294 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569330314280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8620] ppid=8613 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/8616/task/8620/stat : 8620 (java) S 8613 8616 5384 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 109507294 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569329261480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8621] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8621/stat : 8621 (java) S 8613 8616 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 109507294 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569328208680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8622] ppid=8613 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8616/task/8622/stat : 8622 (java) S 8613 8616 5384 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 18 0 109507294 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569327155880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8623] ppid=8613 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8616/task/8623/stat : 8623 (java) S 8613 8616 5384 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 109507294 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569326103080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8624] ppid=8613 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8616/task/8624/stat : 8624 (java) S 8613 8616 5384 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 109507294 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569325050280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8625] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8625/stat : 8625 (java) S 8613 8616 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 109507294 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569323997480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8626] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8626/stat : 8626 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109507294 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140569322944680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8627] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8627/stat : 8627 (java) S 8613 8616 5384 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 18 0 109507295 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140568840616936 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8628] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8628/stat : 8628 (java) S 8613 8616 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109507296 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140568839563000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8629] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8629/stat : 8629 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109507296 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140568838510088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8630] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8630/stat : 8630 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140568837458576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8631] ppid=8613 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8616/task/8631/stat : 8631 (java) S 8613 8616 5384 0 -1 4202560 2270 0 0 0 27 0 0 0 20 0 18 0 109507298 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140568836405688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8632] ppid=8613 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8616/task/8632/stat : 8632 (java) S 8613 8616 5384 0 -1 4202560 2412 0 0 0 25 0 0 0 20 0 18 0 109507298 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140568835352888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8633] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8633/stat : 8633 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140568834300280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8634] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8634/stat : 8634 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 143983 33554432000 1073741824 1073778376 140736914419472 140568833247688 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9558476

[startup+3.10076 s]
/proc/loadavg: 2.16 2.11 2.06 10/213 8634
/proc/meminfo: memFree=29484708/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9558476 CPUtime=4.06 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 10592 0 1 0 378 28 0 0 20 0 18 0 109507292 9787879424 280718 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2389619 280718 2263 9 0 2380296 0
[pid=8616/tid=8618] ppid=8613 vsize=9558476 CPUtime=2.9 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (java) S 8613 8616 5384 0 -1 4202560 2876 0 1 0 275 15 0 0 20 0 18 0 109507293 9787879424 280718 33554432000 1073741824 1073778376 140736914419472 140569486449816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (java) R 8613 8616 5384 0 -1 4202560 84 0 0 0 4 1 0 0 20 0 18 0 109507294 9787879424 280718 33554432000 1073741824 1073778376 140736914419472 140569330314456 140569488922355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8620] ppid=8613 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8616/task/8620/stat : 8620 (java) R 8613 8616 5384 0 -1 4202560 154 0 0 0 5 2 0 0 20 0 18 0 109507294 9787879424 280718 33554432000 1073741824 1073778376 140736914419472 140569329261656 140569488922305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8621] ppid=8613 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/8616/task/8621/stat : 8621 (java) R 8613 8616 5384 0 -1 4202560 153 0 0 0 4 2 0 0 20 0 18 0 109507294 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140569328208680 247067620412 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8622] ppid=8613 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/8616/task/8622/stat : 8622 (java) R 8613 8616 5384 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 18 0 109507294 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140569327155880 140569488922305 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8623] ppid=8613 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/8616/task/8623/stat : 8623 (java) R 8613 8616 5384 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 109507294 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140569326103080 140569493347244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8624] ppid=8613 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/8616/task/8624/stat : 8624 (java) R 8613 8616 5384 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 109507294 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140569325050456 140569493347336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8625] ppid=8613 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8616/task/8625/stat : 8625 (java) R 8613 8616 5384 0 -1 4202560 150 0 0 0 5 2 0 0 20 0 18 0 109507294 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140569323997656 140569488922305 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8626] ppid=8613 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/8616/task/8626/stat : 8626 (java) R 8613 8616 5384 0 -1 4202560 130 0 0 0 4 0 0 0 20 0 18 0 109507294 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140569322944680 140569488922281 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8627] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8627/stat : 8627 (java) S 8613 8616 5384 0 -1 4202560 948 0 0 0 0 0 0 0 20 0 18 0 109507295 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140568840615816 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8628] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8628/stat : 8628 (java) S 8613 8616 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109507296 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140568839563000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8629] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8629/stat : 8629 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109507296 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140568838510088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8630] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8630/stat : 8630 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140568837458576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8631] ppid=8613 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/8616/task/8631/stat : 8631 (java) S 8613 8616 5384 0 -1 4202560 2343 0 0 0 33 0 0 0 20 0 18 0 109507298 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140568836405688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8632] ppid=8613 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8616/task/8632/stat : 8632 (java) S 8613 8616 5384 0 -1 4202560 2412 0 0 0 25 0 0 0 20 0 18 0 109507298 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140568835352888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8633] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8633/stat : 8633 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140568834300280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8634] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8634/stat : 8634 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 281230 33554432000 1073741824 1073778376 140736914419472 140568833247688 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9558476

[startup+6.30077 s]
/proc/loadavg: 2.16 2.11 2.06 10/212 8634
/proc/meminfo: memFree=28402712/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9558476 CPUtime=7.69 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 11922 0 1 0 718 51 0 0 20 0 18 0 109507292 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2389619 552596 2263 9 0 2380296 0
[pid=8616/tid=8618] ppid=8613 vsize=9558476 CPUtime=5.93 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (java) R 8613 8616 5384 0 -1 4202560 3410 0 1 0 563 30 0 0 20 0 18 0 109507293 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569486442416 140569330740437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (java) S 8613 8616 5384 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 18 0 109507294 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569330314280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8620] ppid=8613 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/8616/task/8620/stat : 8620 (java) S 8613 8616 5384 0 -1 4202560 182 0 0 0 9 3 0 0 20 0 18 0 109507294 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569329261480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8621] ppid=8613 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/8616/task/8621/stat : 8621 (java) S 8613 8616 5384 0 -1 4202560 248 0 0 0 10 2 0 0 20 0 18 0 109507294 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569328208680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8622] ppid=8613 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/8616/task/8622/stat : 8622 (java) S 8613 8616 5384 0 -1 4202560 104 0 0 0 11 3 0 0 20 0 18 0 109507294 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569327155880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8623] ppid=8613 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/8616/task/8623/stat : 8623 (java) S 8613 8616 5384 0 -1 4202560 83 0 0 0 10 2 0 0 20 0 18 0 109507294 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569326103080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8624] ppid=8613 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/8616/task/8624/stat : 8624 (java) S 8613 8616 5384 0 -1 4202560 129 0 0 0 14 2 0 0 20 0 18 0 109507294 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569325050280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8625] ppid=8613 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/8616/task/8625/stat : 8625 (java) S 8613 8616 5384 0 -1 4202560 190 0 0 0 10 3 0 0 20 0 18 0 109507294 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569323997480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8626] ppid=8613 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8616/task/8626/stat : 8626 (java) S 8613 8616 5384 0 -1 4202560 167 0 0 0 8 2 0 0 20 0 18 0 109507294 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140569322944680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8627] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8627/stat : 8627 (java) S 8613 8616 5384 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 109507295 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140568840616936 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8628] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8628/stat : 8628 (java) S 8613 8616 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109507296 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140568839563000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8629] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8629/stat : 8629 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109507296 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140568838510088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8630] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8630/stat : 8630 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140568837458576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8631] ppid=8613 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/8616/task/8631/stat : 8631 (java) S 8613 8616 5384 0 -1 4202560 2343 0 0 0 33 0 0 0 20 0 18 0 109507298 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140568836405688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8632] ppid=8613 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8616/task/8632/stat : 8632 (java) S 8613 8616 5384 0 -1 4202560 2412 0 0 0 25 0 0 0 20 0 18 0 109507298 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140568835352888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8633] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8633/stat : 8633 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140568834300280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8634] ppid=8613 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8634/stat : 8634 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109507298 9787879424 552596 33554432000 1073741824 1073778376 140736914419472 140568833247688 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9558476

[startup+12.7007 s]
/proc/loadavg: 2.13 2.11 2.06 3/212 8634
/proc/meminfo: memFree=27696236/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9558476 CPUtime=14.92 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 13830 0 1 0 1420 72 0 0 20 0 18 0 109507292 9787879424 726507 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2389619 726507 2263 9 0 2380296 0

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

[pid=8616/tid=8635] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8635/stat : 8635 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109511796 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568832194216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1730.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.31 s]
/proc/loadavg: 2.08 2.06 2.06 3/213 8810
/proc/meminfo: memFree=26632076/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9625040 CPUtime=1790.8 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 24350 0 1 0 178932 148 0 0 20 0 19 0 109507292 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2406260 860743 2292 9 0 2396937 0
[pid=8616/tid=8618] ppid=8613 vsize=9625040 CPUtime=1773.02 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (java) R 8613 8616 5384 0 -1 4202560 4191 0 1 0 177227 75 0 0 20 0 19 0 109507293 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569486442192 140569331123414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (java) S 8613 8616 5384 0 -1 4202560 414 0 0 0 110 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569330314280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8620] ppid=8613 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/8616/task/8620/stat : 8620 (java) S 8613 8616 5384 0 -1 4202560 781 0 0 0 103 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569329261480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8621] ppid=8613 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/8616/task/8621/stat : 8621 (java) S 8613 8616 5384 0 -1 4202560 679 0 0 0 105 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569328208680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8622] ppid=8613 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/8616/task/8622/stat : 8622 (java) S 8613 8616 5384 0 -1 4202560 392 0 0 0 91 10 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569327155880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8623] ppid=8613 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/8616/task/8623/stat : 8623 (java) S 8613 8616 5384 0 -1 4202560 523 0 0 0 93 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569326103080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8624] ppid=8613 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8616/task/8624/stat : 8624 (java) S 8613 8616 5384 0 -1 4202560 595 0 0 0 102 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569325050280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8625] ppid=8613 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/8616/task/8625/stat : 8625 (java) S 8613 8616 5384 0 -1 4202560 647 0 0 0 109 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569323997480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8626] ppid=8613 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/8616/task/8626/stat : 8626 (java) S 8613 8616 5384 0 -1 4202560 394 0 0 0 91 7 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569322944680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8627] ppid=8613 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/8616/task/8627/stat : 8627 (java) S 8613 8616 5384 0 -1 4202560 1851 0 0 0 234 4 0 0 20 0 19 0 109507295 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568840616936 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8628] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8628/stat : 8628 (java) S 8613 8616 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109507296 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568839563000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8629] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8629/stat : 8629 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109507296 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568838510088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8630] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8630/stat : 8630 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568837458576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8631] ppid=8613 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8616/task/8631/stat : 8631 (java) S 8613 8616 5384 0 -1 4202560 3524 0 0 0 72 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568836405688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8632] ppid=8613 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/8616/task/8632/stat : 8632 (java) S 8613 8616 5384 0 -1 4202560 8998 0 0 0 95 1 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568835352888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8633] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8633/stat : 8633 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568834300280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8634] ppid=8613 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/8616/task/8634/stat : 8634 (java) S 8613 8616 5384 0 -1 4202560 103 0 0 0 41 34 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568833247688 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8635] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8635/stat : 8635 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109511796 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568832194216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1790.8
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.5 s]
/proc/loadavg: 2.07 2.06 2.06 3/213 8810
/proc/meminfo: memFree=26632084/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 24350 0 1 0 179852 148 0 0 20 0 19 0 109507292 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2406260 860743 2292 9 0 2396937 0
[pid=8616/tid=8618] ppid=8613 vsize=9625040 CPUtime=1782.19 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (java) R 8613 8616 5384 0 -1 4202560 4191 0 1 0 178143 76 0 0 20 0 19 0 109507293 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569486442192 140569331123288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (java) S 8613 8616 5384 0 -1 4202560 414 0 0 0 110 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569330314280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8620] ppid=8613 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/8616/task/8620/stat : 8620 (java) S 8613 8616 5384 0 -1 4202560 781 0 0 0 103 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569329261480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8621] ppid=8613 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/8616/task/8621/stat : 8621 (java) S 8613 8616 5384 0 -1 4202560 679 0 0 0 105 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569328208680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8622] ppid=8613 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/8616/task/8622/stat : 8622 (java) S 8613 8616 5384 0 -1 4202560 392 0 0 0 91 10 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569327155880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8623] ppid=8613 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/8616/task/8623/stat : 8623 (java) S 8613 8616 5384 0 -1 4202560 523 0 0 0 93 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569326103080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8624] ppid=8613 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8616/task/8624/stat : 8624 (java) S 8613 8616 5384 0 -1 4202560 595 0 0 0 102 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569325050280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8625] ppid=8613 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/8616/task/8625/stat : 8625 (java) S 8613 8616 5384 0 -1 4202560 647 0 0 0 109 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569323997480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8626] ppid=8613 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/8616/task/8626/stat : 8626 (java) S 8613 8616 5384 0 -1 4202560 394 0 0 0 91 7 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569322944680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8627] ppid=8613 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/8616/task/8627/stat : 8627 (java) S 8613 8616 5384 0 -1 4202560 1851 0 0 0 234 4 0 0 20 0 19 0 109507295 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568840616936 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8628] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8628/stat : 8628 (java) S 8613 8616 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109507296 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568839563000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8629] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8629/stat : 8629 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109507296 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568838510088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8630] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8630/stat : 8630 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568837458576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8631] ppid=8613 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8616/task/8631/stat : 8631 (java) S 8613 8616 5384 0 -1 4202560 3524 0 0 0 72 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568836405688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8632] ppid=8613 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/8616/task/8632/stat : 8632 (java) S 8613 8616 5384 0 -1 4202560 8998 0 0 0 95 1 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568835352888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8633] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8633/stat : 8633 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568834300280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8634] ppid=8613 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/8616/task/8634/stat : 8634 (java) S 8613 8616 5384 0 -1 4202560 103 0 0 0 42 35 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568833247688 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8635] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8635/stat : 8635 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109511796 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568832194216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8616 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.5 s]
/proc/loadavg: 2.07 2.06 2.06 3/213 8810
/proc/meminfo: memFree=26632084/32872528 swapFree=10676/249824
[pid=8616] ppid=8613 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/8616/stat : 8616 (java) S 8613 8616 5384 0 -1 4202496 24350 0 1 0 179852 148 0 0 20 0 19 0 109507292 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140736914410608 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8616/statm: 2406260 860743 2292 9 0 2396937 0
[pid=8616/tid=8618] ppid=8613 vsize=9625040 CPUtime=1782.19 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (java) R 8613 8616 5384 0 -1 4202560 4191 0 1 0 178143 76 0 0 20 0 19 0 109507293 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569486442192 140569331123288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8613 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (java) S 8613 8616 5384 0 -1 4202560 414 0 0 0 110 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569330314280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8620] ppid=8613 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/8616/task/8620/stat : 8620 (java) S 8613 8616 5384 0 -1 4202560 781 0 0 0 103 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569329261480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8621] ppid=8613 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/8616/task/8621/stat : 8621 (java) S 8613 8616 5384 0 -1 4202560 679 0 0 0 105 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569328208680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8622] ppid=8613 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/8616/task/8622/stat : 8622 (java) S 8613 8616 5384 0 -1 4202560 392 0 0 0 91 10 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569327155880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8623] ppid=8613 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/8616/task/8623/stat : 8623 (java) S 8613 8616 5384 0 -1 4202560 523 0 0 0 93 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569326103080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8624] ppid=8613 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8616/task/8624/stat : 8624 (java) S 8613 8616 5384 0 -1 4202560 595 0 0 0 102 8 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569325050280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8625] ppid=8613 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/8616/task/8625/stat : 8625 (java) S 8613 8616 5384 0 -1 4202560 647 0 0 0 109 9 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569323997480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8626] ppid=8613 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/8616/task/8626/stat : 8626 (java) S 8613 8616 5384 0 -1 4202560 394 0 0 0 91 7 0 0 20 0 19 0 109507294 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140569322944680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8627] ppid=8613 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/8616/task/8627/stat : 8627 (java) S 8613 8616 5384 0 -1 4202560 1851 0 0 0 234 4 0 0 20 0 19 0 109507295 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568840616936 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8628] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8628/stat : 8628 (java) S 8613 8616 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109507296 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568839563000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8629] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8629/stat : 8629 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109507296 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568838510088 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8630] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8630/stat : 8630 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568837458576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8631] ppid=8613 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8616/task/8631/stat : 8631 (java) S 8613 8616 5384 0 -1 4202560 3524 0 0 0 72 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568836405688 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8632] ppid=8613 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/8616/task/8632/stat : 8632 (java) S 8613 8616 5384 0 -1 4202560 8998 0 0 0 95 1 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568835352888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8633] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8633/stat : 8633 (java) S 8613 8616 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568834300280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8634] ppid=8613 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/8616/task/8634/stat : 8634 (java) S 8613 8616 5384 0 -1 4202560 103 0 0 0 42 35 0 0 20 0 19 0 109507298 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568833247688 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8635] ppid=8613 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8635/stat : 8635 (java) S 8613 8616 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109511796 9856040960 860743 33554432000 1073741824 1073778376 140736914419472 140568832194216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1791.55
CPU time (s): 1800
CPU user time (s): 1798.52
CPU system time (s): 1.48
CPU usage (%): 100.472
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 1.9907
maximum resident set size= 3452656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24391
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39069
involuntary context switches= 15888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0225 second user time and 13.8149 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 07:01:58
IDJOB=4084566
IDBENCH=89646
IDSOLVER=2546
FILE ID=node103/4084566-1465275711
RUNJOBID= node103-1465256472-5400
PBS_JOBID= 19843279
Free space on /tmp= 71428 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-172.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084566-1465275711/watcher-4084566-1465275711 -o /tmp/evaluation-result-4084566-1465275711/solver-4084566-1465275711 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084566-1465275711.opb

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=2031683035

node103.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		: 2666.760
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	: 5333.52
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		: 2666.760
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.55
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		: 2666.760
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.56
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		: 2666.760
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.55
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		: 2666.760
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		: 2666.760
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		: 2666.760
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.55
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		: 2666.760
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30595120 kB
Buffers:          133264 kB
Cached:           478276 kB
SwapCached:         1720 kB
Active:          1084344 kB
Inactive:         192380 kB
Active(anon):     666596 kB
Inactive(anon):     1216 kB
Active(file):     417748 kB
Inactive(file):   191164 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:            309600 kB
Writeback:             0 kB
AnonPages:        916796 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             615040 kB
SReclaimable:      58108 kB
SUnreclaim:       556932 kB
KernelStack:        1584 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1935556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    876544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71396 MiB
End job on node103 at 2016-06-07 07:31:50