Trace number 4085770

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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1796.34

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null10mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUMd26c1c744a6cc6b94bc88bd85095e6b9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4271
Best CPU time to get the best result obtained on this benchmark1800.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 187909
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 187909
Number of bits of the biggest sum of numbers18
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085770-1465305590.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
7.53/5.55	c ... done. Wall clock time 5.437s.
7.53/5.55	c declared #vars     400896
7.53/5.55	c #constraints  402763
7.53/5.55	c constraints type 
7.53/5.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.53/5.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.53/5.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.53/5.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.53/5.55	c 402763 constraints processed.
7.53/5.55	c objective function length is 1427 literals
55.35/52.64	c cleaning 2500 clauses out of 4999 with flag 30141/5000
103.70/100.59	c cleaning 4218 clauses out of 8499 with flag 117806/11000
161.30/158.19	c cleaning 5510 clauses out of 11282 with flag 150156/18001
227.42/224.24	c cleaning 6884 clauses out of 13772 with flag 175078/26001
312.05/308.87	c cleaning 7940 clauses out of 15887 with flag 206745/35000
396.37/393.20	c cleaning 8967 clauses out of 17948 with flag 245076/45001
493.12/489.75	c cleaning 9990 clauses out of 19981 with flag 286377/56001
604.16/600.70	c cleaning 10977 clauses out of 21990 with flag 341748/68000
715.88/712.41	c cleaning 11999 clauses out of 24014 with flag 409611/81001
822.72/819.22	c cleaning 12999 clauses out of 26014 with flag 465495/95000
929.34/925.85	c cleaning 14004 clauses out of 28017 with flag 522826/110002
1039.87/1036.35	c cleaning 15001 clauses out of 30011 with flag 577896/126000
1139.08/1135.56	c cleaning 15997 clauses out of 32010 with flag 638968/143000
1227.30/1223.80	c cleaning 16996 clauses out of 34014 with flag 707782/161001
1337.12/1333.53	c cleaning 18004 clauses out of 36017 with flag 763499/180000
1446.35/1442.71	c cleaning 19007 clauses out of 38013 with flag 835495/200000
1585.08/1581.44	c cleaning 20004 clauses out of 40007 with flag 939325/221001
1733.50/1729.88	c cleaning 20992 clauses out of 42003 with flag 1060559/243001
1800.03/1796.31	c starts		: 258
1800.03/1796.31	c conflicts		: 253422
1800.03/1796.31	c decisions		: 1885962
1800.03/1796.31	c propagations		: 6248454841
1800.03/1796.31	c inspects		: 4870596966
1800.03/1796.31	c shortcuts		: 0
1800.03/1796.31	c learnt literals	: 1
1800.03/1796.31	c learnt binary clauses	: 1282
1800.03/1796.31	c learnt ternary clauses	: 1310
1800.03/1796.31	c learnt constraints	: 253421
1800.03/1796.31	c ignored constraints	: 0
1800.03/1796.31	c root simplifications	: 0
1800.03/1796.31	c removed literals (reason simplification)	: 0
1800.03/1796.31	c reason swapping (by a shorter reason)	: 0
1800.03/1796.31	c Calls to reduceDB	: 18
1800.03/1796.31	c Number of update (reduction) of LBD	: 32287
1800.03/1796.31	c Imported unit clauses	: 0
1800.03/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.31	c number of learned constraints concerned by reduction	: 0
1800.03/1796.31	c number of learning phase by resolution	: 0
1800.03/1796.31	c number of learning phase by cutting planes	: 0
1800.03/1796.31	c speed (assignments/second)	: 3489402.09136676
1800.03/1796.31	c non guided choices	15831
1800.03/1796.32	c learnt constraints type 
1800.03/1796.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1282
1800.03/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30151
1800.03/1796.33	s UNKNOWN
1800.03/1796.33	c Total wall clock time (in seconds): 1796.212

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-4085770-1465305590/watcher-4085770-1465305590 -o /tmp/evaluation-result-4085770-1465305590/solver-4085770-1465305590 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11090 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085770-1465305590.opb 

pid=14570
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.14 2.18 2.18 3/194 14573
/proc/meminfo: memFree=27782576/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/14573/stat : 14573 (java) D 14570 14573 11074 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 112492618 2560000 46 33554432000 1073741824 1073778376 140733733327408 140733733324536 217401355559 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 625 46 37 9 0 29 0

[startup+0.100098 s]
/proc/loadavg: 2.14 2.18 2.18 3/194 14573
/proc/meminfo: memFree=27782576/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 112492618 9787879424 6038 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200252 s]
/proc/loadavg: 2.14 2.18 2.18 3/194 14573
/proc/meminfo: memFree=27782576/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 5160 0 1 0 24 2 0 0 20 0 18 0 112492618 9787879424 11119 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2389619 11119 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.14 2.18 2.18 3/194 14573
/proc/meminfo: memFree=27782576/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 6068 0 1 0 48 2 0 0 20 0 18 0 112492618 9787879424 13100 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2389619 13100 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700289 s]
/proc/loadavg: 2.14 2.18 2.18 3/194 14573
/proc/meminfo: memFree=27782576/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 7412 0 1 0 113 5 0 0 20 0 18 0 112492618 9787879424 43738 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2389619 43738 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.14 2.18 2.18 3/212 14591
/proc/meminfo: memFree=27437784/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9558476 CPUtime=2.28 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 8130 0 1 0 214 14 0 0 20 0 18 0 112492618 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2389619 88317 2263 9 0 2380296 0
[pid=14573/tid=14575] ppid=14570 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/14573/task/14575/stat : 14575 (java) R 14570 14573 11074 0 -1 4202560 2516 0 1 0 129 4 0 0 20 0 18 0 112492619 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140151065841616 217413903629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14576] ppid=14570 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/14573/task/14576/stat : 14576 (java) S 14570 14573 11074 0 -1 4202560 52 0 0 0 5 1 0 0 20 0 18 0 112492620 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140151027341736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14577] ppid=14570 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/14573/task/14577/stat : 14577 (java) S 14570 14573 11074 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 18 0 112492620 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140151026289192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14578] ppid=14570 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/14573/task/14578/stat : 14578 (java) S 14570 14573 11074 0 -1 4202560 123 0 0 0 4 0 0 0 20 0 18 0 112492620 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140151025236136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14579] ppid=14570 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/14573/task/14579/stat : 14579 (java) S 14570 14573 11074 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 18 0 112492620 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150906546472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14580] ppid=14570 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/14573/task/14580/stat : 14580 (java) S 14570 14573 11074 0 -1 4202560 39 0 0 0 4 1 0 0 20 0 18 0 112492620 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150905494440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14581] ppid=14570 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/14573/task/14581/stat : 14581 (java) S 14570 14573 11074 0 -1 4202560 128 0 0 0 5 1 0 0 20 0 18 0 112492620 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150904441896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14582] ppid=14570 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/14573/task/14582/stat : 14582 (java) S 14570 14573 11074 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 18 0 112492620 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150903388840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14583] ppid=14570 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/14573/task/14583/stat : 14583 (java) S 14570 14573 11074 0 -1 4202560 105 0 0 0 4 0 0 0 20 0 18 0 112492620 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150902336296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14584] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14584/stat : 14584 (java) S 14570 14573 11074 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 112492621 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150420007272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14585] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14585/stat : 14585 (java) S 14570 14573 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 112492622 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150418953592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14586] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14586/stat : 14586 (java) S 14570 14573 11074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 112492622 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150417900424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14587] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14587/stat : 14587 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112492624 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150416849168 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14588] ppid=14570 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/14573/task/14588/stat : 14588 (java) S 14570 14573 11074 0 -1 4202560 1451 0 0 0 21 0 0 0 20 0 18 0 112492624 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150415797048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14589] ppid=14570 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/14573/task/14589/stat : 14589 (java) S 14570 14573 11074 0 -1 4202560 2126 0 0 0 22 0 0 0 20 0 18 0 112492624 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150414744504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14590] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14590/stat : 14590 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112492624 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150413691640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14591] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14591/stat : 14591 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112492624 9787879424 88317 33554432000 1073741824 1073778376 140733733327408 140150412639304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.14 2.18 2.18 3/212 14591
/proc/meminfo: memFree=27155784/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9558476 CPUtime=4.15 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 8861 0 1 0 390 25 0 0 20 0 18 0 112492618 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2389619 158449 2263 9 0 2380296 0
[pid=14573/tid=14575] ppid=14570 vsize=9558476 CPUtime=2.84 cores=0,2,4,6
/proc/14573/task/14575/stat : 14575 (java) R 14570 14573 11074 0 -1 4202560 2798 0 1 0 277 7 0 0 20 0 18 0 112492619 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140151065841616 140150906820828 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14576] ppid=14570 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14573/task/14576/stat : 14576 (java) S 14570 14573 11074 0 -1 4202560 66 0 0 0 7 2 0 0 20 0 18 0 112492620 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140151027341736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14577] ppid=14570 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/14573/task/14577/stat : 14577 (java) S 14570 14573 11074 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 18 0 112492620 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140151026289192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14578] ppid=14570 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14573/task/14578/stat : 14578 (java) S 14570 14573 11074 0 -1 4202560 145 0 0 0 7 1 0 0 20 0 18 0 112492620 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140151025236136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14579] ppid=14570 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14573/task/14579/stat : 14579 (java) S 14570 14573 11074 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 112492620 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150906546472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14580] ppid=14570 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14573/task/14580/stat : 14580 (java) S 14570 14573 11074 0 -1 4202560 59 0 0 0 7 2 0 0 20 0 18 0 112492620 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150905494440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14581] ppid=14570 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14573/task/14581/stat : 14581 (java) S 14570 14573 11074 0 -1 4202560 143 0 0 0 7 2 0 0 20 0 18 0 112492620 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150904441896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14582] ppid=14570 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14573/task/14582/stat : 14582 (java) S 14570 14573 11074 0 -1 4202560 110 0 0 0 5 2 0 0 20 0 18 0 112492620 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150903388840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14583] ppid=14570 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14573/task/14583/stat : 14583 (java) S 14570 14573 11074 0 -1 4202560 123 0 0 0 6 2 0 0 20 0 18 0 112492620 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150902336296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14584] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14584/stat : 14584 (java) S 14570 14573 11074 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 112492621 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150420007272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14585] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14585/stat : 14585 (java) S 14570 14573 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 112492622 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150418953592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14586] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14586/stat : 14586 (java) S 14570 14573 11074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 112492622 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150417900424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14587] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14587/stat : 14587 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112492624 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150416849168 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14588] ppid=14570 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/14573/task/14588/stat : 14588 (java) S 14570 14573 11074 0 -1 4202560 1451 0 0 0 21 0 0 0 20 0 18 0 112492624 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150415797048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14589] ppid=14570 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/14573/task/14589/stat : 14589 (java) S 14570 14573 11074 0 -1 4202560 2126 0 0 0 22 0 0 0 20 0 18 0 112492624 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150414744504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14590] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14590/stat : 14590 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112492624 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150413691640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14591] ppid=14570 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14591/stat : 14591 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112492624 9787879424 158449 33554432000 1073741824 1073778376 140733733327408 140150412639304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 2.12 2.17 2.17 4/212 14591
/proc/meminfo: memFree=25563588/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9625040 CPUtime=8.89 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 15417 0 1 0 818 71 0 0 20 0 19 0 112492618 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2406260 557561 2277 9 0 2396937 0
[pid=14573/tid=14575] ppid=14570 vsize=9625040 CPUtime=5.7 cores=0,2,4,6
/proc/14573/task/14575/stat : 14575 (java) R 14570 14573 11074 0 -1 4202560 4360 0 1 0 539 31 0 0 20 0 19 0 112492619 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140151065849864 140150907349386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14576] ppid=14570 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/14573/task/14576/stat : 14576 (java) S 14570 14573 11074 0 -1 4202560 105 0 0 0 17 4 0 0 20 0 19 0 112492620 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140151027341736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14577] ppid=14570 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14573/task/14577/stat : 14577 (java) S 14570 14573 11074 0 -1 4202560 137 0 0 0 25 7 0 0 20 0 19 0 112492620 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140151026289192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14578] ppid=14570 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14573/task/14578/stat : 14578 (java) S 14570 14573 11074 0 -1 4202560 232 0 0 0 21 4 0 0 20 0 19 0 112492620 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140151025236136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14579] ppid=14570 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14573/task/14579/stat : 14579 (java) S 14570 14573 11074 0 -1 4202560 335 0 0 0 19 4 0 0 20 0 19 0 112492620 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150906546472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14580] ppid=14570 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/14573/task/14580/stat : 14580 (java) S 14570 14573 11074 0 -1 4202560 460 0 0 0 24 6 0 0 20 0 19 0 112492620 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150905494440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14581] ppid=14570 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/14573/task/14581/stat : 14581 (java) S 14570 14573 11074 0 -1 4202560 516 0 0 0 17 3 0 0 20 0 19 0 112492620 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150904441896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14582] ppid=14570 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14573/task/14582/stat : 14582 (java) S 14570 14573 11074 0 -1 4202560 208 0 0 0 21 6 0 0 20 0 19 0 112492620 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150903388840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14583] ppid=14570 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/14573/task/14583/stat : 14583 (java) S 14570 14573 11074 0 -1 4202560 423 0 0 0 18 4 0 0 20 0 19 0 112492620 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150902336296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14584] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14584/stat : 14584 (java) S 14570 14573 11074 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 112492621 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150420007272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14585] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14585/stat : 14585 (java) S 14570 14573 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112492622 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150418953592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14586] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14586/stat : 14586 (java) S 14570 14573 11074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 112492622 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150417900424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14587] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14587/stat : 14587 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150416849168 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14588] ppid=14570 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/14573/task/14588/stat : 14588 (java) S 14570 14573 11074 0 -1 4202560 2763 0 0 0 50 0 0 0 20 0 19 0 112492624 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150415797048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14589] ppid=14570 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/14573/task/14589/stat : 14589 (java) S 14570 14573 11074 0 -1 4202560 3355 0 0 0 52 0 0 0 20 0 19 0 112492624 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150414744504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14590] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14590/stat : 14590 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150413691640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14591] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14591/stat : 14591 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 557561 33554432000 1073741824 1073778376 140733733327408 140150412639304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.11 2.17 2.17 3/214 14595
/proc/meminfo: memFree=25555224/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9625040 CPUtime=15.41 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 15515 0 1 0 1469 72 0 0 20 0 19 0 112492618 9856040960 557499 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2406260 557499 2280 9 0 2396937 0

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

/proc/14573/task/14592/stat : 14592 (java) S 14570 14573 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112493180 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150411584552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.01
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.19 2.18 3/213 14702
/proc/meminfo: memFree=25453340/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9625040 CPUtime=1786.02 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 22574 0 1 0 178494 108 0 0 20 0 19 0 112492618 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2406260 573522 2285 9 0 2396937 0
[pid=14573/tid=14575] ppid=14570 vsize=9625040 CPUtime=1777.03 cores=0,2,4,6
/proc/14573/task/14575/stat : 14575 (java) R 14570 14573 11074 0 -1 4202560 4373 0 1 0 177644 59 0 0 20 0 19 0 112492619 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151065841344 140150907414059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14576] ppid=14570 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14573/task/14576/stat : 14576 (java) S 14570 14573 11074 0 -1 4202560 111 0 0 0 18 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151027341736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14577] ppid=14570 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/14573/task/14577/stat : 14577 (java) S 14570 14573 11074 0 -1 4202560 151 0 0 0 27 7 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151026289192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14578] ppid=14570 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14573/task/14578/stat : 14578 (java) S 14570 14573 11074 0 -1 4202560 248 0 0 0 23 4 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151025236136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14579] ppid=14570 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14573/task/14579/stat : 14579 (java) S 14570 14573 11074 0 -1 4202560 344 0 0 0 20 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150906546472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14580] ppid=14570 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14573/task/14580/stat : 14580 (java) S 14570 14573 11074 0 -1 4202560 468 0 0 0 25 7 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150905494440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14581] ppid=14570 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14573/task/14581/stat : 14581 (java) S 14570 14573 11074 0 -1 4202560 528 0 0 0 19 4 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150904441896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14582] ppid=14570 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14573/task/14582/stat : 14582 (java) S 14570 14573 11074 0 -1 4202560 217 0 0 0 22 6 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150903388840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14583] ppid=14570 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14573/task/14583/stat : 14583 (java) S 14570 14573 11074 0 -1 4202560 446 0 0 0 22 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150902336296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14584] ppid=14570 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14573/task/14584/stat : 14584 (java) S 14570 14573 11074 0 -1 4202560 1269 0 0 0 1 2 0 0 20 0 19 0 112492621 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150420007272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14585] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14585/stat : 14585 (java) S 14570 14573 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112492622 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150418953592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14586] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14586/stat : 14586 (java) S 14570 14573 11074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 112492622 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150417900424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14587] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14587/stat : 14587 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150416849168 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14588] ppid=14570 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/14573/task/14588/stat : 14588 (java) S 14570 14573 11074 0 -1 4202560 9700 0 0 0 108 2 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150415797048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14589] ppid=14570 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14573/task/14589/stat : 14589 (java) S 14570 14573 11074 0 -1 4202560 3356 0 0 0 58 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150414744504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14590] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14590/stat : 14590 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150413691640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14591] ppid=14570 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/14573/task/14591/stat : 14591 (java) S 14570 14573 11074 0 -1 4202560 105 0 0 0 45 39 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150412639304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14592] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14592/stat : 14592 (java) S 14570 14573 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112493180 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150411584552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.20 2.20 2.18 4/213 14702
/proc/meminfo: memFree=25453344/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 22574 0 1 0 179895 108 0 0 20 0 19 0 112492618 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2406260 573522 2285 9 0 2396937 0
[pid=14573/tid=14575] ppid=14570 vsize=9625040 CPUtime=1791 cores=0,2,4,6
/proc/14573/task/14575/stat : 14575 (java) R 14570 14573 11074 0 -1 4202560 4373 0 1 0 179041 59 0 0 20 0 19 0 112492619 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151065841344 140150907412906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14576] ppid=14570 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14573/task/14576/stat : 14576 (java) S 14570 14573 11074 0 -1 4202560 111 0 0 0 18 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151027341736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14577] ppid=14570 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/14573/task/14577/stat : 14577 (java) S 14570 14573 11074 0 -1 4202560 151 0 0 0 27 7 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151026289192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14578] ppid=14570 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14573/task/14578/stat : 14578 (java) S 14570 14573 11074 0 -1 4202560 248 0 0 0 23 4 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151025236136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14579] ppid=14570 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14573/task/14579/stat : 14579 (java) S 14570 14573 11074 0 -1 4202560 344 0 0 0 20 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150906546472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14580] ppid=14570 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14573/task/14580/stat : 14580 (java) S 14570 14573 11074 0 -1 4202560 468 0 0 0 25 7 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150905494440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14581] ppid=14570 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14573/task/14581/stat : 14581 (java) S 14570 14573 11074 0 -1 4202560 528 0 0 0 19 4 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150904441896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14582] ppid=14570 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14573/task/14582/stat : 14582 (java) S 14570 14573 11074 0 -1 4202560 217 0 0 0 22 6 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150903388840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14583] ppid=14570 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14573/task/14583/stat : 14583 (java) S 14570 14573 11074 0 -1 4202560 446 0 0 0 22 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150902336296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14584] ppid=14570 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14573/task/14584/stat : 14584 (java) S 14570 14573 11074 0 -1 4202560 1269 0 0 0 1 2 0 0 20 0 19 0 112492621 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150420007272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14585] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14585/stat : 14585 (java) S 14570 14573 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112492622 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150418953592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14586] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14586/stat : 14586 (java) S 14570 14573 11074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 112492622 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150417900424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14587] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14587/stat : 14587 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150416849168 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14588] ppid=14570 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/14573/task/14588/stat : 14588 (java) S 14570 14573 11074 0 -1 4202560 9700 0 0 0 108 2 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150415797048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14589] ppid=14570 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14573/task/14589/stat : 14589 (java) S 14570 14573 11074 0 -1 4202560 3356 0 0 0 58 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150414744504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14590] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14590/stat : 14590 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150413691640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14591] ppid=14570 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/14573/task/14591/stat : 14591 (java) S 14570 14573 11074 0 -1 4202560 105 0 0 0 46 39 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150412639304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14592] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14592/stat : 14592 (java) S 14570 14573 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112493180 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150411584552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 14573 sig 9
??? kill -14573 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.20 2.20 2.18 4/213 14702
/proc/meminfo: memFree=25453344/32872528 swapFree=16080/1655368
[pid=14573] ppid=14570 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/14573/stat : 14573 (java) S 14570 14573 11074 0 -1 4202496 22574 0 1 0 179895 108 0 0 20 0 19 0 112492618 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140733733318544 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14573/statm: 2406260 573522 2285 9 0 2396937 0
[pid=14573/tid=14575] ppid=14570 vsize=9625040 CPUtime=1791 cores=0,2,4,6
/proc/14573/task/14575/stat : 14575 (java) R 14570 14573 11074 0 -1 4202560 4373 0 1 0 179041 59 0 0 20 0 19 0 112492619 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151065841344 140150907412906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14576] ppid=14570 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14573/task/14576/stat : 14576 (java) S 14570 14573 11074 0 -1 4202560 111 0 0 0 18 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151027341736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14577] ppid=14570 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/14573/task/14577/stat : 14577 (java) S 14570 14573 11074 0 -1 4202560 151 0 0 0 27 7 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151026289192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14578] ppid=14570 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14573/task/14578/stat : 14578 (java) S 14570 14573 11074 0 -1 4202560 248 0 0 0 23 4 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140151025236136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14579] ppid=14570 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14573/task/14579/stat : 14579 (java) S 14570 14573 11074 0 -1 4202560 344 0 0 0 20 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150906546472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14580] ppid=14570 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14573/task/14580/stat : 14580 (java) S 14570 14573 11074 0 -1 4202560 468 0 0 0 25 7 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150905494440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14581] ppid=14570 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14573/task/14581/stat : 14581 (java) S 14570 14573 11074 0 -1 4202560 528 0 0 0 19 4 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150904441896 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14582] ppid=14570 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14573/task/14582/stat : 14582 (java) S 14570 14573 11074 0 -1 4202560 217 0 0 0 22 6 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150903388840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14583] ppid=14570 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14573/task/14583/stat : 14583 (java) S 14570 14573 11074 0 -1 4202560 446 0 0 0 22 5 0 0 20 0 19 0 112492620 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150902336296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14584] ppid=14570 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14573/task/14584/stat : 14584 (java) S 14570 14573 11074 0 -1 4202560 1269 0 0 0 1 2 0 0 20 0 19 0 112492621 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150420007272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14585] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14585/stat : 14585 (java) S 14570 14573 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 112492622 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150418953592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14586] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14586/stat : 14586 (java) S 14570 14573 11074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 112492622 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150417900424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14587] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14587/stat : 14587 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150416849168 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14588] ppid=14570 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/14573/task/14588/stat : 14588 (java) S 14570 14573 11074 0 -1 4202560 9700 0 0 0 108 2 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150415797048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14573/tid=14589] ppid=14570 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/14573/task/14589/stat : 14589 (java) S 14570 14573 11074 0 -1 4202560 3356 0 0 0 58 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150414744504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14573/tid=14590] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14590/stat : 14590 (java) S 14570 14573 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150413691640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14573/tid=14591] ppid=14570 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/14573/task/14591/stat : 14591 (java) S 14570 14573 11074 0 -1 4202560 105 0 0 0 46 39 0 0 20 0 19 0 112492624 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150412639304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14573/tid=14592] ppid=14570 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14573/task/14592/stat : 14592 (java) S 14570 14573 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 112493180 9856040960 573522 33554432000 1073741824 1073778376 140733733327408 140150411584552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.34
CPU time (s): 1800.03
CPU user time (s): 1798.95
CPU system time (s): 1.08
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.47
system time used= 1.60276
maximum resident set size= 2294228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22615
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= 38350
involuntary context switches= 5552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7624 second user time and 13.7539 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 15:19:50
IDJOB=4085770
IDBENCH=91122
IDSOLVER=2546
FILE ID=node122/4085770-1465305590
RUNJOBID= node122-1465277527-11090
PBS_JOBID= 19843311
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_20null10mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085770-1465305590/watcher-4085770-1465305590 -o /tmp/evaluation-result-4085770-1465305590/solver-4085770-1465305590 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11090 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085770-1465305590.opb

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

MD5SUM BENCH= d26c1c744a6cc6b94bc88bd85095e6b9
RANDOM SEED=873708446

node122.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.898
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.79
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.898
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.898
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.54
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.898
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.898
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.898
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.898
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.898
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:        27782956 kB
Buffers:          149764 kB
Cached:           266180 kB
SwapCached:          860 kB
Active:          2429764 kB
Inactive:         261464 kB
Active(anon):    2276100 kB
Inactive(anon):     1632 kB
Active(file):     153664 kB
Inactive(file):   259832 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:             28156 kB
Writeback:            36 kB
AnonPages:       3932536 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             603788 kB
SReclaimable:      47404 kB
SUnreclaim:       556384 kB
KernelStack:        1592 kB
PageTables:        11836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4918508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3887104 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= 71688 MiB
End job on node122 at 2016-06-07 15:49:47