Trace number 3689820

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.72 911.848

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMfd17a1ef8bbc0500cef6aa90a9a85c00
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9733
Best CPU time to get the best result obtained on this benchmark1801.26
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 892
Biggest coefficient in the objective function 995
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 442322
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 995
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 442322
Number of bits of the biggest sum of numbers19
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-2012 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 2.3.2.v20120418
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.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
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 phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689820-1337885252.opb
0.08/0.12	c reading problem ... 
10.99/7.44	c ... done. Wall clock time 7.319s.
10.99/7.44	c declared #vars     400896
10.99/7.44	c #constraints  402763
10.99/7.44	c constraints type 
10.99/7.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
10.99/7.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
10.99/7.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
10.99/7.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
10.99/7.44	c 402763 constraints processed.
10.99/7.44	c constraints type 
10.99/7.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
10.99/7.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
10.99/7.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
10.99/7.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
10.99/7.44	c 402763 constraints processed.
10.99/7.44	c objective function length is 892 literals
127.91/65.79	c cleaning 2498 clauses out of 4999 with flag 5002/5002
221.89/113.51	c cleaning 4192 clauses out of 8499 with flag 11000/11000
359.89/183.44	c cleaning 5631 clauses out of 11309 with flag 18002/18002
524.92/267.22	c cleaning 6815 clauses out of 13676 with flag 26000/26000
676.27/343.70	c cleaning 7903 clauses out of 15861 with flag 35000/35000
875.10/444.07	c cleaning 8975 clauses out of 17958 with flag 45000/45000
1084.32/549.50	c cleaning 9990 clauses out of 19983 with flag 56000/56000
1301.42/659.50	c cleaning 10985 clauses out of 21993 with flag 68000/68000
1508.51/764.10	c cleaning 11987 clauses out of 24008 with flag 81000/81000
1705.18/863.36	c cleaning 12968 clauses out of 26021 with flag 95000/95000
1800.15/911.81	c starts		: 91
1800.15/911.81	c conflicts		: 102465
1800.15/911.81	c decisions		: 2225645
1800.15/911.81	c propagations		: 4257992667
1800.15/911.81	c inspects		: 1642775152
1800.15/911.81	c shortcuts		: 0
1800.15/911.81	c learnt literals	: 3
1800.15/911.81	c learnt binary clauses	: 961
1800.15/911.81	c learnt ternary clauses	: 387
1800.15/911.81	c learnt constraints	: 102462
1800.15/911.81	c ignored constraints	: 0
1800.15/911.81	c root simplifications	: 0
1800.15/911.81	c removed literals (reason simplification)	: 6030203
1800.15/911.81	c reason swapping (by a shorter reason)	: 0
1800.15/911.81	c Calls to reduceDB	: 10
1800.15/911.81	c number of reductions to clauses (during analyze)	: 0
1800.15/911.81	c number of learned constraints concerned by reduction	: 0
1800.15/911.81	c number of learning phase by resolution	: 0
1800.15/911.81	c number of learning phase by cutting planes	: 0
1800.15/911.81	c speed (assignments/second)	: 4708653.268693374
1800.15/911.81	c non guided choices	34018
1800.15/911.82	c learnt constraints type 
1800.15/911.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 961
1800.15/911.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19557
1800.15/911.82	c constraints type 
1800.15/911.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.15/911.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.15/911.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.15/911.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.15/911.82	c 402763 constraints processed.
1800.15/911.82	c constraints type 
1800.15/911.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.15/911.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.15/911.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.15/911.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.15/911.82	c 402763 constraints processed.
1800.15/911.82	s UNKNOWN
1800.15/911.82	c Total wall clock time (in seconds): 911.697

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689820-1337885252/watcher-3689820-1337885252 -o /tmp/evaluation-result-3689820-1337885252/solver-3689820-1337885252 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689820-1337885252.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.97 3.95 3.86 3/197 29580
/proc/meminfo: memFree=25280212/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/29580/stat : 29580 (java) R 29578 29580 24583 0 -1 4202496 140 0 0 0 0 0 0 0 20 0 1 0 254650732 9445376 93 33554432000 1073741824 1073778376 140735858685472 140735858682600 270698329527 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29580/statm: 2306 94 75 9 0 38 0

[startup+0.0272739 s]
/proc/loadavg: 3.97 3.95 3.86 3/197 29580
/proc/meminfo: memFree=25280212/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=8482100 CPUtime=0 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 1748 0 1 0 0 0 0 0 20 0 2 0 254650732 8685670400 1430 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2120525 1449 941 9 0 2111634 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482100

[startup+0.100175 s]
/proc/loadavg: 3.97 3.95 3.86 3/197 29580
/proc/meminfo: memFree=25280212/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 4282 0 1 0 7 1 0 0 20 0 18 0 254650732 9787813888 4954 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2389603 4954 2093 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300128 s]
/proc/loadavg: 3.97 3.95 3.86 3/197 29580
/proc/meminfo: memFree=25280212/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 6106 0 1 0 45 2 0 0 20 0 18 0 254650732 9787813888 16261 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2389603 16261 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700215 s]
/proc/loadavg: 3.97 3.95 3.86 3/197 29580
/proc/meminfo: memFree=25280212/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9558412 CPUtime=1.45 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 14858 0 1 0 139 6 0 0 20 0 18 0 254650732 9787813888 51680 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2389603 51680 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 3.97 3.95 3.86 11/215 29598
/proc/meminfo: memFree=24920380/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9558412 CPUtime=2.64 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 16311 0 1 0 244 20 0 0 20 0 18 0 254650732 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2389603 157274 2248 9 0 2380296 0
[pid=29580/tid=29582] ppid=29578 vsize=9558412 CPUtime=1.28 cores=0,2,4,6
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 24583 0 -1 4202560 2905 0 1 0 120 8 0 0 20 0 18 0 254650734 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202707013520 270710924557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29583] ppid=29578 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 24583 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 18 0 254650735 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202550884904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29584] ppid=29578 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 24583 0 -1 4202560 188 0 0 0 8 2 0 0 20 0 18 0 254650735 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202549832104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29585] ppid=29578 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 24583 0 -1 4202560 209 0 0 0 5 0 0 0 20 0 18 0 254650735 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202548779304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29586] ppid=29578 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 24583 0 -1 4202560 153 0 0 0 4 2 0 0 20 0 18 0 254650735 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202547726504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29587] ppid=29578 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 24583 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 18 0 254650735 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202546674728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29588] ppid=29578 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 24583 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 18 0 254650735 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202545621928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29589] ppid=29578 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 24583 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 18 0 254650735 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202544569128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29590] ppid=29578 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29580/task/29590/stat : 29590 (java) S 29578 29580 24583 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 18 0 254650735 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202543516328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29591] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29591/stat : 29591 (java) S 29578 29580 24583 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 18 0 254650736 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202531105256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29592] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29592/stat : 29592 (java) S 29578 29580 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254650737 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202530051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29593] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29593/stat : 29593 (java) S 29578 29580 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254650737 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202528998408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29594] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29594/stat : 29594 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202527946896 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29595] ppid=29578 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/29580/task/29595/stat : 29595 (java) S 29578 29580 24583 0 -1 4202560 5413 0 0 0 34 1 0 0 20 0 18 0 254650739 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202526895032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29596] ppid=29578 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/29580/task/29596/stat : 29596 (java) S 29578 29580 24583 0 -1 4202560 5564 0 0 0 33 1 0 0 20 0 18 0 254650739 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202525842232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29597] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29597/stat : 29597 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202524789624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29598] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29598/stat : 29598 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 157274 33554432000 1073741824 1073778376 140737371896944 140202523737032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9558412

[startup+3.10075 s]
/proc/loadavg: 3.89 3.93 3.86 4/215 29598
/proc/meminfo: memFree=24590472/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9558412 CPUtime=4.49 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 17498 0 1 0 420 29 0 0 20 0 18 0 254650732 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2389603 175748 2248 9 0 2380296 0
[pid=29580/tid=29582] ppid=29578 vsize=9558412 CPUtime=2.79 cores=0,2,4,6
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 24583 0 -1 4202560 3379 0 1 0 271 8 0 0 20 0 18 0 254650734 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202707013648 270710924557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29583] ppid=29578 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 24583 0 -1 4202560 45 0 0 0 7 3 0 0 20 0 18 0 254650735 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202550884904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29584] ppid=29578 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 24583 0 -1 4202560 455 0 0 0 14 5 0 0 20 0 18 0 254650735 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202549832104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29585] ppid=29578 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 24583 0 -1 4202560 357 0 0 0 6 2 0 0 20 0 18 0 254650735 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202548779304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29586] ppid=29578 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 24583 0 -1 4202560 162 0 0 0 6 2 0 0 20 0 18 0 254650735 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202547726504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29587] ppid=29578 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 24583 0 -1 4202560 119 0 0 0 10 2 0 0 20 0 18 0 254650735 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202546674728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29588] ppid=29578 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 24583 0 -1 4202560 39 0 0 0 6 3 0 0 20 0 18 0 254650735 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202545621928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29589] ppid=29578 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 24583 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 18 0 254650735 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202544569128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29590] ppid=29578 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/29580/task/29590/stat : 29590 (java) S 29578 29580 24583 0 -1 4202560 272 0 0 0 8 3 0 0 20 0 18 0 254650735 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202543516328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29591] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29591/stat : 29591 (java) S 29578 29580 24583 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 18 0 254650736 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202531105256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29592] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29592/stat : 29592 (java) S 29578 29580 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254650737 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202530051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29593] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29593/stat : 29593 (java) S 29578 29580 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254650737 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202528998408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29594] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29594/stat : 29594 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202527946896 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29595] ppid=29578 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/29580/task/29595/stat : 29595 (java) S 29578 29580 24583 0 -1 4202560 5413 0 0 0 34 1 0 0 20 0 18 0 254650739 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202526895032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29596] ppid=29578 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/29580/task/29596/stat : 29596 (java) S 29578 29580 24583 0 -1 4202560 5564 0 0 0 33 1 0 0 20 0 18 0 254650739 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202525842232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29597] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29597/stat : 29597 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202524789624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29598] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29598/stat : 29598 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 175748 33554432000 1073741824 1073778376 140737371896944 140202523737032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 3.89 3.93 3.86 4/215 29598
/proc/meminfo: memFree=22921204/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9558412 CPUtime=9.62 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 21621 0 1 0 883 79 0 0 20 0 18 0 254650732 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2389603 698577 2248 9 0 2380296 0
[pid=29580/tid=29582] ppid=29578 vsize=9558412 CPUtime=5.31 cores=0,2,4,6
/proc/29580/task/29582/stat : 29582 (java) R 29578 29580 24583 0 -1 4202560 4343 0 1 0 499 32 0 0 20 0 18 0 254650734 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202707013520 140202709961682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29583] ppid=29578 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 24583 0 -1 4202560 380 0 0 0 36 5 0 0 20 0 18 0 254650735 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202550884904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29584] ppid=29578 vsize=9558412 CPUtime=0.63 cores=0,2,4,6
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 24583 0 -1 4202560 563 0 0 0 54 9 0 0 20 0 18 0 254650735 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202549832104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29585] ppid=29578 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 24583 0 -1 4202560 450 0 0 0 34 5 0 0 20 0 18 0 254650735 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202548779304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29586] ppid=29578 vsize=9558412 CPUtime=0.32 cores=0,2,4,6
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 24583 0 -1 4202560 641 0 0 0 28 4 0 0 20 0 18 0 254650735 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202547726504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29587] ppid=29578 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 24583 0 -1 4202560 490 0 0 0 43 6 0 0 20 0 18 0 254650735 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202546674728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29588] ppid=29578 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 24583 0 -1 4202560 159 0 0 0 36 6 0 0 20 0 18 0 254650735 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202545621928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29589] ppid=29578 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 24583 0 -1 4202560 168 0 0 0 42 6 0 0 20 0 18 0 254650735 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202544569128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29590] ppid=29578 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/29580/task/29590/stat : 29590 (java) S 29578 29580 24583 0 -1 4202560 1009 0 0 0 28 5 0 0 20 0 18 0 254650735 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202543516328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29591] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29591/stat : 29591 (java) S 29578 29580 24583 0 -1 4202560 1267 0 0 0 0 0 0 0 20 0 18 0 254650736 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202531105256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29592] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29592/stat : 29592 (java) S 29578 29580 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254650737 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202530051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29593] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29593/stat : 29593 (java) S 29578 29580 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254650737 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202528998408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29594] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29594/stat : 29594 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202527946896 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29595] ppid=29578 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/29580/task/29595/stat : 29595 (java) S 29578 29580 24583 0 -1 4202560 5413 0 0 0 34 2 0 0 20 0 18 0 254650739 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202526895032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29596] ppid=29578 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/29580/task/29596/stat : 29596 (java) S 29578 29580 24583 0 -1 4202560 5564 0 0 0 33 1 0 0 20 0 18 0 254650739 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202525842232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29597] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29597/stat : 29597 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202524789624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29598] ppid=29578 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29598/stat : 29598 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254650739 9787813888 698577 33554432000 1073741824 1073778376 140737371896944 140202523737032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.84 3.92 3.85 11/219 29602
/proc/meminfo: memFree=22415044/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9824668 CPUtime=22.34 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 22345 0 1 0 2134 100 0 0 20 0 22 0 254650732 10060460032 758283 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2456167 758283 2271 9 0 2446860 0
[pid=29580/tid=29582] ppid=29578 vsize=9824668 CPUtime=6.43 cores=0,2,4,6

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

[pid=29580/tid=29600] ppid=29578 vsize=9824668 CPUtime=793.62 cores=0,2,4,6
/proc/29580/task/29600/stat : 29600 (java) R 29578 29580 24583 0 -1 4202560 71 0 0 0 79348 14 0 0 20 0 22 0 254651477 10060460032 859240 33554432000 1073741824 1073778376 140737371896944 140202521627192 140202579878467 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29601] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29601/stat : 29601 (java) S 29578 29580 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651485 10060460032 859240 33554432000 1073741824 1073778376 140737371896944 140202520576936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29602] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29602/stat : 29602 (java) S 29578 29580 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651485 10060460032 859240 33554432000 1073741824 1073778376 140737371896944 140202519524136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1623.11
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.96 3.96 3.91 5/219 29699
/proc/meminfo: memFree=23148580/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9824668 CPUtime=1741.15 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 43624 0 1 0 173946 169 0 0 20 0 22 0 254650732 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2456167 859247 2282 9 0 2446860 0
[pid=29580/tid=29582] ppid=29578 vsize=9824668 CPUtime=6.47 cores=0,2,4,6
/proc/29580/task/29582/stat : 29582 (java) S 29578 29580 24583 0 -1 4202560 4373 0 1 0 613 34 0 0 20 0 22 0 254650734 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202707022840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29583] ppid=29578 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 24583 0 -1 4202560 1419 0 0 0 61 11 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202550884904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29584] ppid=29578 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 24583 0 -1 4202560 1420 0 0 0 82 18 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202549832104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29585] ppid=29578 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 24583 0 -1 4202560 1935 0 0 0 64 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202548779304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29586] ppid=29578 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 24583 0 -1 4202560 1676 0 0 0 68 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202547726504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29587] ppid=29578 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 24583 0 -1 4202560 1262 0 0 0 70 15 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202546674728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29588] ppid=29578 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 24583 0 -1 4202560 950 0 0 0 53 9 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202545621928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29589] ppid=29578 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 24583 0 -1 4202560 1060 0 0 0 76 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202544569128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29590] ppid=29578 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/29580/task/29590/stat : 29590 (java) S 29578 29580 24583 0 -1 4202560 2437 0 0 0 56 12 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202543516328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29591] ppid=29578 vsize=9824668 CPUtime=22.6 cores=0,2,4,6
/proc/29580/task/29591/stat : 29591 (java) S 29578 29580 24583 0 -1 4202560 14290 0 0 0 2253 7 0 0 20 0 22 0 254650736 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202531105256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29592] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29592/stat : 29592 (java) S 29578 29580 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254650737 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202530051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29593] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29593/stat : 29593 (java) S 29578 29580 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254650737 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202528998408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29594] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29594/stat : 29594 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202527946896 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29595] ppid=29578 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/29580/task/29595/stat : 29595 (java) S 29578 29580 24583 0 -1 4202560 5739 0 0 0 155 2 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202526895032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29596] ppid=29578 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/29580/task/29596/stat : 29596 (java) S 29578 29580 24583 0 -1 4202560 5716 0 0 0 108 2 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202525842232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29597] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29597/stat : 29597 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202524789624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29598] ppid=29578 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/29580/task/29598/stat : 29598 (java) S 29578 29580 24583 0 -1 4202560 51 0 0 0 14 20 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202523737032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29599] ppid=29578 vsize=9824668 CPUtime=851.37 cores=0,2,4,6
/proc/29580/task/29599/stat : 29599 (java) R 29578 29580 24583 0 -1 4202560 38 0 0 0 85123 14 0 0 20 0 22 0 254651477 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202522680248 140202580232484 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29600] ppid=29578 vsize=9824668 CPUtime=851.53 cores=0,2,4,6
/proc/29580/task/29600/stat : 29600 (java) R 29578 29580 24583 0 -1 4202560 71 0 0 0 85139 14 0 0 20 0 22 0 254651477 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202521626920 140202580011292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29601] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29601/stat : 29601 (java) S 29578 29580 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651485 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202520576936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29602] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29602/stat : 29602 (java) S 29578 29580 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651485 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202519524136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1741.15
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.801 s]
/proc/loadavg: 3.97 3.97 3.91 5/219 29699
/proc/meminfo: memFree=23148488/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9824668 CPUtime=1800.15 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 43626 0 1 0 179845 170 0 0 20 0 22 0 254650732 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2456167 859247 2282 9 0 2446860 0
[pid=29580/tid=29582] ppid=29578 vsize=9824668 CPUtime=6.47 cores=0,2,4,6
/proc/29580/task/29582/stat : 29582 (java) S 29578 29580 24583 0 -1 4202560 4373 0 1 0 613 34 0 0 20 0 22 0 254650734 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202707022840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29583] ppid=29578 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 24583 0 -1 4202560 1419 0 0 0 61 11 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202550884904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29584] ppid=29578 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 24583 0 -1 4202560 1420 0 0 0 82 18 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202549832104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29585] ppid=29578 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 24583 0 -1 4202560 1935 0 0 0 64 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202548779304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29586] ppid=29578 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 24583 0 -1 4202560 1676 0 0 0 68 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202547726504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29587] ppid=29578 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 24583 0 -1 4202560 1262 0 0 0 70 15 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202546674728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29588] ppid=29578 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 24583 0 -1 4202560 950 0 0 0 53 9 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202545621928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29589] ppid=29578 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 24583 0 -1 4202560 1060 0 0 0 76 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202544569128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29590] ppid=29578 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/29580/task/29590/stat : 29590 (java) S 29578 29580 24583 0 -1 4202560 2437 0 0 0 56 12 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202543516328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29591] ppid=29578 vsize=9824668 CPUtime=22.6 cores=0,2,4,6
/proc/29580/task/29591/stat : 29591 (java) S 29578 29580 24583 0 -1 4202560 14290 0 0 0 2253 7 0 0 20 0 22 0 254650736 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202531105256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29592] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29592/stat : 29592 (java) S 29578 29580 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254650737 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202530051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29593] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29593/stat : 29593 (java) S 29578 29580 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254650737 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202528998408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29594] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29594/stat : 29594 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202527946896 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29595] ppid=29578 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/29580/task/29595/stat : 29595 (java) S 29578 29580 24583 0 -1 4202560 5739 0 0 0 155 2 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202526895032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29596] ppid=29578 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/29580/task/29596/stat : 29596 (java) S 29578 29580 24583 0 -1 4202560 5716 0 0 0 108 2 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202525842232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29597] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29597/stat : 29597 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202524789624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29598] ppid=29578 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29580/task/29598/stat : 29598 (java) S 29578 29580 24583 0 -1 4202560 53 0 0 0 15 20 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202523737032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29599] ppid=29578 vsize=9824668 CPUtime=880.87 cores=0,2,4,6
/proc/29580/task/29599/stat : 29599 (java) R 29578 29580 24583 0 -1 4202560 38 0 0 0 88072 15 0 0 20 0 22 0 254651477 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202522680248 140202580232463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29600] ppid=29578 vsize=9824668 CPUtime=881.03 cores=0,2,4,6
/proc/29580/task/29600/stat : 29600 (java) R 29578 29580 24583 0 -1 4202560 71 0 0 0 88088 15 0 0 20 0 22 0 254651477 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202521626920 140202580012144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29601] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29601/stat : 29601 (java) S 29578 29580 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651485 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202520576936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29602] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29602/stat : 29602 (java) S 29578 29580 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651485 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202519524136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

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

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

[startup+911.801 s]
/proc/loadavg: 3.97 3.97 3.91 5/219 29699
/proc/meminfo: memFree=23148488/32873648 swapFree=6856/6856
[pid=29580] ppid=29578 vsize=9824668 CPUtime=1800.15 cores=0,2,4,6
/proc/29580/stat : 29580 (java) S 29578 29580 24583 0 -1 4202496 43626 0 1 0 179845 170 0 0 20 0 22 0 254650732 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140737371888080 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29580/statm: 2456167 859247 2282 9 0 2446860 0
[pid=29580/tid=29582] ppid=29578 vsize=9824668 CPUtime=6.47 cores=0,2,4,6
/proc/29580/task/29582/stat : 29582 (java) S 29578 29580 24583 0 -1 4202560 4373 0 1 0 613 34 0 0 20 0 22 0 254650734 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202707022840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29583] ppid=29578 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/29580/task/29583/stat : 29583 (java) S 29578 29580 24583 0 -1 4202560 1419 0 0 0 61 11 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202550884904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29584] ppid=29578 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/29580/task/29584/stat : 29584 (java) S 29578 29580 24583 0 -1 4202560 1420 0 0 0 82 18 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202549832104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29585] ppid=29578 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/29580/task/29585/stat : 29585 (java) S 29578 29580 24583 0 -1 4202560 1935 0 0 0 64 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202548779304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29586] ppid=29578 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/29580/task/29586/stat : 29586 (java) S 29578 29580 24583 0 -1 4202560 1676 0 0 0 68 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202547726504 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29587] ppid=29578 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/29580/task/29587/stat : 29587 (java) S 29578 29580 24583 0 -1 4202560 1262 0 0 0 70 15 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202546674728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29588] ppid=29578 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/29580/task/29588/stat : 29588 (java) S 29578 29580 24583 0 -1 4202560 950 0 0 0 53 9 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202545621928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29589] ppid=29578 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/29580/task/29589/stat : 29589 (java) S 29578 29580 24583 0 -1 4202560 1060 0 0 0 76 14 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202544569128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29590] ppid=29578 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/29580/task/29590/stat : 29590 (java) S 29578 29580 24583 0 -1 4202560 2437 0 0 0 56 12 0 0 20 0 22 0 254650735 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202543516328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29591] ppid=29578 vsize=9824668 CPUtime=22.6 cores=0,2,4,6
/proc/29580/task/29591/stat : 29591 (java) S 29578 29580 24583 0 -1 4202560 14290 0 0 0 2253 7 0 0 20 0 22 0 254650736 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202531105256 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29592] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29592/stat : 29592 (java) S 29578 29580 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254650737 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202530051320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29593] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29593/stat : 29593 (java) S 29578 29580 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254650737 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202528998408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29594] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29594/stat : 29594 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202527946896 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29595] ppid=29578 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/29580/task/29595/stat : 29595 (java) S 29578 29580 24583 0 -1 4202560 5739 0 0 0 155 2 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202526895032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29580/tid=29596] ppid=29578 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/29580/task/29596/stat : 29596 (java) S 29578 29580 24583 0 -1 4202560 5716 0 0 0 108 2 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202525842232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29597] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29597/stat : 29597 (java) S 29578 29580 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202524789624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29598] ppid=29578 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29580/task/29598/stat : 29598 (java) S 29578 29580 24583 0 -1 4202560 53 0 0 0 15 20 0 0 20 0 22 0 254650739 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202523737032 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29599] ppid=29578 vsize=9824668 CPUtime=880.87 cores=0,2,4,6
/proc/29580/task/29599/stat : 29599 (java) R 29578 29580 24583 0 -1 4202560 38 0 0 0 88072 15 0 0 20 0 22 0 254651477 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202522680248 140202580232463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29580/tid=29600] ppid=29578 vsize=9824668 CPUtime=881.03 cores=0,2,4,6
/proc/29580/task/29600/stat : 29600 (java) R 29578 29580 24583 0 -1 4202560 71 0 0 0 88088 15 0 0 20 0 22 0 254651477 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202521626920 140202580012144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29580/tid=29601] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29601/stat : 29601 (java) S 29578 29580 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651485 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202520576936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29580/tid=29602] ppid=29578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29580/task/29602/stat : 29602 (java) S 29578 29580 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651485 10060460032 859247 33554432000 1073741824 1073778376 140737371896944 140202519524136 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 911.848
CPU time (s): 1800.72
CPU user time (s): 1798.54
CPU system time (s): 2.18267
CPU usage (%): 197.48
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 2.18267
maximum resident set size= 3486920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43660
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23670
involuntary context switches= 10396

runsolver used 3.2595 second user time and 8.29574 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 20:47:33
IDJOB=3689820
IDBENCH=90935
IDSOLVER=2268
FILE ID=node125/3689820-1337885252
RUNJOBID= node125-1337871881-24599
PBS_JOBID= 14620079
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689820-1337885252/watcher-3689820-1337885252 -o /tmp/evaluation-result-3689820-1337885252/solver-3689820-1337885252 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689820-1337885252.opb

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

MD5SUM BENCH= fd17a1ef8bbc0500cef6aa90a9a85c00
RANDOM SEED=243839206

node125.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.373
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	: 5332.74
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.373
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	: 5331.91
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.373
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	: 5331.92
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.373
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	: 5331.90
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.373
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	: 5331.91
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.373
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	: 5438.54
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.373
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	: 5331.91
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.373
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25280748 kB
Buffers:          212116 kB
Cached:          2235580 kB
SwapCached:            0 kB
Active:          4979696 kB
Inactive:        1816444 kB
Active(anon):    4351088 kB
Inactive(anon):        0 kB
Active(file):     628608 kB
Inactive(file):  1816444 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27796 kB
Writeback:             0 kB
AnonPages:       4380172 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             628512 kB
SReclaimable:      72188 kB
SUnreclaim:       556324 kB
KernelStack:        1616 kB
PageTables:        12800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5213404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4141056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node125 at 2012-05-24 21:02:47