Trace number 3741727

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.75 904.641

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-stp3d.opb
MD5SUM1cc8070e576e6483e1f532bdbbfa41dd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3741727-1338782189.opb
0.10/0.11	c reading problem ... 
28.36/22.53	c ... done. Wall clock time 22.421s.
28.36/22.53	c #vars     204880
28.36/22.53	c #constraints  196129
28.36/22.53	c constraints type 
28.36/22.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
28.36/22.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
28.36/22.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 129278
28.36/22.53	c constraints type 
28.36/22.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
28.36/22.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
28.36/22.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
45.22/30.01	c cleaning 2476 clauses out of 4990 with flag 5001/5001
59.35/37.13	c cleaning 4241 clauses out of 8510 with flag 11000/11000
74.49/44.75	c cleaning 5586 clauses out of 11266 with flag 18000/18000
92.18/53.70	c cleaning 6749 clauses out of 13678 with flag 26000/26000
114.74/64.98	c cleaning 7744 clauses out of 15929 with flag 35000/35000
135.24/75.24	c cleaning 8846 clauses out of 18183 with flag 45000/45000
159.61/87.45	c cleaning 10125 clauses out of 20337 with flag 56000/56000
183.96/99.65	c cleaning 10864 clauses out of 22210 with flag 68000/68000
209.71/112.60	c cleaning 11995 clauses out of 24347 with flag 81001/81001
242.41/128.96	c cleaning 12981 clauses out of 26352 with flag 95002/95002
281.32/148.26	c cleaning 13920 clauses out of 28368 with flag 110000/110000
322.30/168.67	c cleaning 14889 clauses out of 30447 with flag 126000/126000
362.45/188.77	c cleaning 16002 clauses out of 32555 with flag 143000/143000
399.88/207.38	c cleaning 16911 clauses out of 34552 with flag 161000/161000
441.24/227.98	c cleaning 18082 clauses out of 36643 with flag 180004/180004
488.44/251.49	c cleaning 19100 clauses out of 38557 with flag 200000/200000
550.51/282.49	c cleaning 20104 clauses out of 40457 with flag 221001/221001
596.85/305.57	c cleaning 21040 clauses out of 42352 with flag 243001/243001
646.58/330.50	c cleaning 21995 clauses out of 44311 with flag 266000/266000
708.97/361.45	c cleaning 22834 clauses out of 46315 with flag 290001/290001
776.12/395.06	c cleaning 24145 clauses out of 48479 with flag 315000/315000
834.46/424.15	c cleaning 24832 clauses out of 50333 with flag 341000/341000
896.14/454.84	c cleaning 26036 clauses out of 52500 with flag 368001/368001
975.14/494.15	c cleaning 27095 clauses out of 54464 with flag 396002/396002
1038.44/525.93	c cleaning 27993 clauses out of 56368 with flag 425001/425001
1113.66/563.47	c cleaning 28957 clauses out of 58374 with flag 455001/455001
1209.42/610.93	c cleaning 29973 clauses out of 60417 with flag 486001/486001
1281.53/646.75	c cleaning 30871 clauses out of 62442 with flag 518000/518000
1352.95/682.48	c cleaning 31945 clauses out of 64571 with flag 551000/551000
1448.23/729.63	c cleaning 32834 clauses out of 66626 with flag 585000/585000
1532.83/771.77	c cleaning 34240 clauses out of 68792 with flag 620001/620001
1662.25/835.82	c cleaning 35051 clauses out of 70551 with flag 656000/656000
1795.07/901.76	c cleaning 35989 clauses out of 72500 with flag 693000/693000
1800.11/904.61	c starts		: 163
1800.11/904.61	c conflicts		: 694737
1800.11/904.61	c decisions		: 12305295
1800.11/904.61	c propagations		: 1790609720
1800.11/904.61	c inspects		: 2200325928
1800.11/904.61	c learnt literals	: 44
1800.11/904.61	c learnt binary clauses	: 4044
1800.11/904.61	c learnt ternary clauses	: 10898
1800.11/904.61	c learnt clauses	: 694693
1800.11/904.61	c ignored clauses	: 0
1800.11/904.61	c root simplifications	: 0
1800.11/904.61	c removed literals (reason simplification)	: 10882908
1800.11/904.61	c reason swapping (by a shorter reason)	: 0
1800.11/904.61	c Calls to reduceDB	: 33
1800.11/904.61	c number of reductions to clauses (during analyze)	: 0
1800.11/904.61	c number of learned constraints concerned by reduction	: 0
1800.11/904.61	c number of learning phase by resolution	: 0
1800.11/904.61	c number of learning phase by cutting planes	: 0
1800.11/904.61	c speed (assignments/second)	: 2029994.966420127
1800.11/904.61	c non guided choices	1592654
1800.11/904.63	c learnt constraints type 
1800.11/904.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 34211
1800.11/904.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4044
1800.11/904.63	c constraints type 
1800.11/904.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
1800.11/904.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
1800.11/904.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 129278
1800.11/904.63	c constraints type 
1800.11/904.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
1800.11/904.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
1800.11/904.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
1800.11/904.63	s UNKNOWN
1800.11/904.63	c Total wall clock time (in seconds): 904.514

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-3741727-1338782189/watcher-3741727-1338782189 -o /tmp/evaluation-result-3741727-1338782189/solver-3741727-1338782189 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741727-1338782189.opb 

running on 4 cores: 1,3,5,7

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: 0.94 1.28 1.66 3/190 24230
/proc/meminfo: memFree=28590132/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24230/stat : 24230 (java) R 24228 24230 24174 0 -1 4202496 494 0 0 0 0 0 0 0 20 0 1 0 344343722 23793664 221 33554432000 1073741824 1073778376 140734890765072 140734890754136 215134334855 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 5809 232 183 9 0 128 0

[startup+0.04075 s]
/proc/loadavg: 0.94 1.28 1.66 3/190 24230
/proc/meminfo: memFree=28590132/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 3703 0 1 0 2 1 0 0 20 0 13 0 344343722 2423889920 4911 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 591770 4911 1684 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100204 s]
/proc/loadavg: 0.94 1.28 1.66 3/190 24230
/proc/meminfo: memFree=28590132/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 4696 0 1 0 9 1 0 0 20 0 18 0 344343722 2764726272 6400 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 674982 6400 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300271 s]
/proc/loadavg: 0.94 1.28 1.66 3/190 24230
/proc/meminfo: memFree=28590132/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 5769 0 1 0 44 2 0 0 20 0 18 0 344343722 2764726272 15053 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 674982 15053 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700327 s]
/proc/loadavg: 0.94 1.28 1.66 3/190 24230
/proc/meminfo: memFree=28590132/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2699928 CPUtime=1.1 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 6372 0 1 0 95 15 0 0 20 0 18 0 344343722 2764726272 100653 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 674982 100653 2237 9 0 665676 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2699928

[startup+1.50095 s]
/proc/loadavg: 0.94 1.28 1.66 3/213 24253
/proc/meminfo: memFree=27687320/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2699928 CPUtime=2.46 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 6533 0 1 0 221 25 0 0 20 0 18 0 344343722 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 674982 116568 2237 9 0 665676 0
[pid=24230/tid=24232] ppid=24228 vsize=2699928 CPUtime=1.22 cores=1,3,5,7
/proc/24230/task/24232/stat : 24232 (java) R 24228 24230 24174 0 -1 4202560 2961 0 1 0 112 10 0 0 20 0 18 0 344343723 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140179024924752 140179032697943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24233] ppid=24228 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/24230/task/24233/stat : 24233 (java) S 24228 24230 24174 0 -1 4202560 38 0 0 0 10 3 0 0 20 0 18 0 344343724 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178890942760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24234] ppid=24228 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/24230/task/24234/stat : 24234 (java) S 24228 24230 24174 0 -1 4202560 23 0 0 0 5 2 0 0 20 0 18 0 344343724 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178889889960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24235] ppid=24228 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/24230/task/24235/stat : 24235 (java) S 24228 24230 24174 0 -1 4202560 28 0 0 0 8 2 0 0 20 0 18 0 344343724 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178888837672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24236] ppid=24228 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/24230/task/24236/stat : 24236 (java) S 24228 24230 24174 0 -1 4202560 37 0 0 0 8 3 0 0 20 0 18 0 344343724 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178887784872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24237] ppid=24228 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/24230/task/24237/stat : 24237 (java) S 24228 24230 24174 0 -1 4202560 36 0 0 0 8 2 0 0 20 0 18 0 344343724 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178886732584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24238] ppid=24228 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/24230/task/24238/stat : 24238 (java) S 24228 24230 24174 0 -1 4202560 29 0 0 0 9 1 0 0 20 0 18 0 344343724 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178885679784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24239] ppid=24228 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/24230/task/24239/stat : 24239 (java) S 24228 24230 24174 0 -1 4202560 30 0 0 0 10 2 0 0 20 0 18 0 344343724 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178884627496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24240] ppid=24228 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/24230/task/24240/stat : 24240 (java) S 24228 24230 24174 0 -1 4202560 29 0 0 0 9 1 0 0 20 0 18 0 344343724 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178883574696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24246] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24246/stat : 24246 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344343725 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178401245416 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24247] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24247/stat : 24247 (java) S 24228 24230 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344343726 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178400191480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24248] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24248/stat : 24248 (java) S 24228 24230 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344343726 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178399139080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24249] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24249/stat : 24249 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178398087568 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24250] ppid=24228 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/24230/task/24250/stat : 24250 (java) S 24228 24230 24174 0 -1 4202560 911 0 0 0 11 0 0 0 20 0 18 0 344343729 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178397035192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24251] ppid=24228 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/24230/task/24251/stat : 24251 (java) S 24228 24230 24174 0 -1 4202560 1229 0 0 0 15 0 0 0 20 0 18 0 344343729 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178395982392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24252] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24252/stat : 24252 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178394930296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24253] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24253/stat : 24253 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 116568 33554432000 1073741824 1073778376 140734890765072 140178393877704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 2699928

[startup+3.10079 s]
/proc/loadavg: 1.11 1.31 1.67 3/213 24253
/proc/meminfo: memFree=27522680/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2699928 CPUtime=5.08 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 15919 0 1 0 472 36 0 0 20 0 18 0 344343722 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 674982 136432 2248 9 0 665676 0
[pid=24230/tid=24232] ppid=24228 vsize=2699928 CPUtime=2.59 cores=1,3,5,7
/proc/24230/task/24232/stat : 24232 (java) S 24228 24230 24174 0 -1 4202560 2966 0 1 0 249 10 0 0 20 0 18 0 344343723 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140179024931928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24233] ppid=24228 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/24230/task/24233/stat : 24233 (java) R 24228 24230 24174 0 -1 4202560 154 0 0 0 24 4 0 0 20 0 18 0 344343724 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178890942936 140179031831800 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24234] ppid=24228 vsize=2699928 CPUtime=0.17 cores=1,3,5,7
/proc/24230/task/24234/stat : 24234 (java) R 24228 24230 24174 0 -1 4202560 38 0 0 0 14 3 0 0 20 0 18 0 344343724 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178889890136 140179031831805 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24235] ppid=24228 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/24230/task/24235/stat : 24235 (java) R 24228 24230 24174 0 -1 4202560 161 0 0 0 17 4 0 0 20 0 18 0 344343724 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178888837672 140179029095237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24236] ppid=24228 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/24230/task/24236/stat : 24236 (java) R 24228 24230 24174 0 -1 4202560 345 0 0 0 16 4 0 0 20 0 18 0 344343724 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178887784632 215143539687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24237] ppid=24228 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/24230/task/24237/stat : 24237 (java) R 24228 24230 24174 0 -1 4202560 292 0 0 0 15 3 0 0 20 0 18 0 344343724 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178886732760 140179031829420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24238] ppid=24228 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/24230/task/24238/stat : 24238 (java) R 24228 24230 24174 0 -1 4202560 48 0 0 0 19 2 0 0 20 0 18 0 344343724 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178885679784 140179028690060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24239] ppid=24228 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/24230/task/24239/stat : 24239 (java) R 24228 24230 24174 0 -1 4202560 248 0 0 0 20 4 0 0 20 0 18 0 344343724 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178884627672 140179029108911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24240] ppid=24228 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/24230/task/24240/stat : 24240 (java) D 24228 24230 24174 0 -1 4202560 75 0 0 0 17 3 0 0 20 0 18 0 344343724 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178883574872 140179028211612 0 4 0 16800975 18446744071581355444 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24246] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24246/stat : 24246 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344343725 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178401244296 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24247] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24247/stat : 24247 (java) S 24228 24230 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344343726 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178400191480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24248] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24248/stat : 24248 (java) S 24228 24230 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344343726 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178399139080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24249] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24249/stat : 24249 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178398087568 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24250] ppid=24228 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/24230/task/24250/stat : 24250 (java) S 24228 24230 24174 0 -1 4202560 3763 0 0 0 31 0 0 0 20 0 18 0 344343729 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178397035192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24251] ppid=24228 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/24230/task/24251/stat : 24251 (java) S 24228 24230 24174 0 -1 4202560 6647 0 0 0 34 2 0 0 20 0 18 0 344343729 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178395982392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24252] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24252/stat : 24252 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178394930296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24253] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24253/stat : 24253 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 136432 33554432000 1073741824 1073778376 140734890765072 140178393877704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 2699928

[startup+6.30081 s]
/proc/loadavg: 1.11 1.31 1.67 3/213 24253
/proc/meminfo: memFree=27426080/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2699928 CPUtime=9.51 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 16640 0 1 0 904 47 0 0 20 0 18 0 344343722 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 674982 152908 2248 9 0 665676 0
[pid=24230/tid=24232] ppid=24228 vsize=2699928 CPUtime=5.32 cores=1,3,5,7
/proc/24230/task/24232/stat : 24232 (java) R 24228 24230 24174 0 -1 4202560 2992 0 1 0 522 10 0 0 20 0 18 0 344343723 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140179024931792 140179032697946 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24233] ppid=24228 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/24230/task/24233/stat : 24233 (java) S 24228 24230 24174 0 -1 4202560 349 0 0 0 41 5 0 0 20 0 18 0 344343724 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178890942760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24234] ppid=24228 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/24230/task/24234/stat : 24234 (java) S 24228 24230 24174 0 -1 4202560 58 0 0 0 32 5 0 0 20 0 18 0 344343724 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178889889960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24235] ppid=24228 vsize=2699928 CPUtime=0.41 cores=1,3,5,7
/proc/24230/task/24235/stat : 24235 (java) S 24228 24230 24174 0 -1 4202560 173 0 0 0 37 4 0 0 20 0 18 0 344343724 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178888837672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24236] ppid=24228 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/24230/task/24236/stat : 24236 (java) S 24228 24230 24174 0 -1 4202560 463 0 0 0 40 5 0 0 20 0 18 0 344343724 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178887784872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24237] ppid=24228 vsize=2699928 CPUtime=0.42 cores=1,3,5,7
/proc/24230/task/24237/stat : 24237 (java) S 24228 24230 24174 0 -1 4202560 311 0 0 0 37 5 0 0 20 0 18 0 344343724 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178886732584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24238] ppid=24228 vsize=2699928 CPUtime=0.42 cores=1,3,5,7
/proc/24230/task/24238/stat : 24238 (java) S 24228 24230 24174 0 -1 4202560 67 0 0 0 38 4 0 0 20 0 18 0 344343724 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178885679784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24239] ppid=24228 vsize=2699928 CPUtime=0.41 cores=1,3,5,7
/proc/24230/task/24239/stat : 24239 (java) S 24228 24230 24174 0 -1 4202560 262 0 0 0 36 5 0 0 20 0 18 0 344343724 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178884627496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24240] ppid=24228 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/24230/task/24240/stat : 24240 (java) S 24228 24230 24174 0 -1 4202560 373 0 0 0 36 4 0 0 20 0 18 0 344343724 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178883574696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24246] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24246/stat : 24246 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344343725 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178401245416 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24247] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24247/stat : 24247 (java) S 24228 24230 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344343726 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178400191480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24248] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24248/stat : 24248 (java) S 24228 24230 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344343726 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178399139080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24249] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24249/stat : 24249 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178398087568 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24250] ppid=24228 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/24230/task/24250/stat : 24250 (java) S 24228 24230 24174 0 -1 4202560 3763 0 0 0 32 0 0 0 20 0 18 0 344343729 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178397035192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24251] ppid=24228 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/24230/task/24251/stat : 24251 (java) S 24228 24230 24174 0 -1 4202560 6647 0 0 0 35 2 0 0 20 0 18 0 344343729 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178395982392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24252] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24252/stat : 24252 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178394930296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24253] ppid=24228 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24253/stat : 24253 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344343729 2764726272 152908 33554432000 1073741824 1073778376 140734890765072 140178393877704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 1.62 1.41 1.70 4/217 24257
/proc/meminfo: memFree=27357976/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2699928 CPUtime=16.88 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 16714 0 1 0 1638 50 0 0 20 0 18 0 344343722 2764726272 155983 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 674982 155983 2248 9 0 665676 0
[pid=24230/tid=24232] ppid=24228 vsize=2699928 CPUtime=11.29 cores=1,3,5,7

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

[pid=24230/tid=24259] ppid=24228 vsize=2966184 CPUtime=758.61 cores=1,3,5,7
/proc/24230/task/24259/stat : 24259 (java) R 24228 24230 24174 0 -1 4202560 653 0 0 0 75845 16 0 0 20 0 22 0 344345976 3037372416 252688 33554432000 1073741824 1073778376 140734890765072 140178391766880 140178891463489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24260] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24260/stat : 24260 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344346003 3037372416 252688 33554432000 1073741824 1073778376 140734890765072 140178390717608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24261] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24261/stat : 24261 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344346003 3037372416 252688 33554432000 1073741824 1073778376 140734890765072 140178389664808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1634.79
Current children cumulated vsize (KiB) 2966184

[startup+882.308 s]
/proc/loadavg: 3.98 3.79 3.02 5/221 24297
/proc/meminfo: memFree=26784124/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2966184 CPUtime=1755.53 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 191700 0 1 0 175297 256 0 0 20 0 22 0 344343722 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 741546 254224 2286 9 0 732240 0
[pid=24230/tid=24232] ppid=24228 vsize=2966184 CPUtime=20.4 cores=1,3,5,7
/proc/24230/task/24232/stat : 24232 (java) S 24228 24230 24174 0 -1 4202560 3192 0 1 0 2029 11 0 0 20 0 22 0 344343723 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140179024934040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24233] ppid=24228 vsize=2966184 CPUtime=9.77 cores=1,3,5,7
/proc/24230/task/24233/stat : 24233 (java) S 24228 24230 24174 0 -1 4202560 403 0 0 0 962 15 0 0 20 0 22 0 344343724 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178890942760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24234] ppid=24228 vsize=2966184 CPUtime=9.57 cores=1,3,5,7
/proc/24230/task/24234/stat : 24234 (java) S 24228 24230 24174 0 -1 4202560 357 0 0 0 941 16 0 0 20 0 22 0 344343724 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178889889960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24235] ppid=24228 vsize=2966184 CPUtime=9.73 cores=1,3,5,7
/proc/24230/task/24235/stat : 24235 (java) S 24228 24230 24174 0 -1 4202560 364 0 0 0 959 14 0 0 20 0 22 0 344343724 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178888837672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24236] ppid=24228 vsize=2966184 CPUtime=9.36 cores=1,3,5,7
/proc/24230/task/24236/stat : 24236 (java) S 24228 24230 24174 0 -1 4202560 516 0 0 0 921 15 0 0 20 0 22 0 344343724 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178887784872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24237] ppid=24228 vsize=2966184 CPUtime=9.42 cores=1,3,5,7
/proc/24230/task/24237/stat : 24237 (java) S 24228 24230 24174 0 -1 4202560 370 0 0 0 927 15 0 0 20 0 22 0 344343724 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178886732584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24238] ppid=24228 vsize=2966184 CPUtime=9.64 cores=1,3,5,7
/proc/24230/task/24238/stat : 24238 (java) S 24228 24230 24174 0 -1 4202560 363 0 0 0 950 14 0 0 20 0 22 0 344343724 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178885679784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24239] ppid=24228 vsize=2966184 CPUtime=9.49 cores=1,3,5,7
/proc/24230/task/24239/stat : 24239 (java) S 24228 24230 24174 0 -1 4202560 372 0 0 0 934 15 0 0 20 0 22 0 344343724 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178884627496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24240] ppid=24228 vsize=2966184 CPUtime=9.47 cores=1,3,5,7
/proc/24230/task/24240/stat : 24240 (java) S 24228 24230 24174 0 -1 4202560 431 0 0 0 933 14 0 0 20 0 22 0 344343724 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178883574696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24246] ppid=24228 vsize=2966184 CPUtime=23.88 cores=1,3,5,7
/proc/24230/task/24246/stat : 24246 (java) S 24228 24230 24174 0 -1 4202560 171376 0 0 0 2293 95 0 0 20 0 22 0 344343725 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178401245416 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24247] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24247/stat : 24247 (java) S 24228 24230 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344343726 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178400191480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24248] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24248/stat : 24248 (java) S 24228 24230 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344343726 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178399139080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24249] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24249/stat : 24249 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344343729 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178398087568 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24250] ppid=24228 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/24230/task/24250/stat : 24250 (java) S 24228 24230 24174 0 -1 4202560 4537 0 0 0 141 0 0 0 20 0 22 0 344343729 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178397035192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24251] ppid=24228 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/24230/task/24251/stat : 24251 (java) S 24228 24230 24174 0 -1 4202560 6724 0 0 0 128 2 0 0 20 0 22 0 344343729 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178395982392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24252] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24252/stat : 24252 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344343729 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178394930296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24253] ppid=24228 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/24230/task/24253/stat : 24253 (java) S 24228 24230 24174 0 -1 4202560 48 0 0 0 23 24 0 0 20 0 22 0 344343729 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178393877704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24258] ppid=24228 vsize=2966184 CPUtime=815.86 cores=1,3,5,7
/proc/24230/task/24258/stat : 24258 (java) R 24228 24230 24174 0 -1 4202560 767 0 0 0 81568 18 0 0 20 0 22 0 344345976 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178392821056 140178891891335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24259] ppid=24228 vsize=2966184 CPUtime=816.03 cores=1,3,5,7
/proc/24230/task/24259/stat : 24259 (java) R 24228 24230 24174 0 -1 4202560 692 0 0 0 81586 17 0 0 20 0 22 0 344345976 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178391766992 140178892114763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24260] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24260/stat : 24260 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344346003 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178390717608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24261] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24261/stat : 24261 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344346003 3037372416 254224 33554432000 1073741824 1073778376 140734890765072 140178389664808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1755.53
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.601 s]
/proc/loadavg: 3.99 3.80 3.04 5/221 24297
/proc/meminfo: memFree=26783120/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2966184 CPUtime=1800.11 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 196816 0 1 0 179750 261 0 0 20 0 22 0 344343722 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 741546 254222 2286 9 0 732240 0
[pid=24230/tid=24232] ppid=24228 vsize=2966184 CPUtime=20.4 cores=1,3,5,7
/proc/24230/task/24232/stat : 24232 (java) S 24228 24230 24174 0 -1 4202560 3193 0 1 0 2029 11 0 0 20 0 22 0 344343723 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140179024934040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24233] ppid=24228 vsize=2966184 CPUtime=9.99 cores=1,3,5,7
/proc/24230/task/24233/stat : 24233 (java) S 24228 24230 24174 0 -1 4202560 403 0 0 0 984 15 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178890942760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24234] ppid=24228 vsize=2966184 CPUtime=9.81 cores=1,3,5,7
/proc/24230/task/24234/stat : 24234 (java) S 24228 24230 24174 0 -1 4202560 357 0 0 0 965 16 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178889889960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24235] ppid=24228 vsize=2966184 CPUtime=9.97 cores=1,3,5,7
/proc/24230/task/24235/stat : 24235 (java) S 24228 24230 24174 0 -1 4202560 364 0 0 0 983 14 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178888837672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24236] ppid=24228 vsize=2966184 CPUtime=9.64 cores=1,3,5,7
/proc/24230/task/24236/stat : 24236 (java) S 24228 24230 24174 0 -1 4202560 516 0 0 0 949 15 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178887784872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24237] ppid=24228 vsize=2966184 CPUtime=9.68 cores=1,3,5,7
/proc/24230/task/24237/stat : 24237 (java) S 24228 24230 24174 0 -1 4202560 370 0 0 0 953 15 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178886732584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24238] ppid=24228 vsize=2966184 CPUtime=9.92 cores=1,3,5,7
/proc/24230/task/24238/stat : 24238 (java) S 24228 24230 24174 0 -1 4202560 363 0 0 0 978 14 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178885679784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24239] ppid=24228 vsize=2966184 CPUtime=9.78 cores=1,3,5,7
/proc/24230/task/24239/stat : 24239 (java) S 24228 24230 24174 0 -1 4202560 372 0 0 0 963 15 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178884627496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24240] ppid=24228 vsize=2966184 CPUtime=9.68 cores=1,3,5,7
/proc/24230/task/24240/stat : 24240 (java) S 24228 24230 24174 0 -1 4202560 431 0 0 0 954 14 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178883574696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24246] ppid=24228 vsize=2966184 CPUtime=24.78 cores=1,3,5,7
/proc/24230/task/24246/stat : 24246 (java) S 24228 24230 24174 0 -1 4202560 176456 0 0 0 2380 98 0 0 20 0 22 0 344343725 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178401245416 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24247] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24247/stat : 24247 (java) S 24228 24230 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344343726 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178400191480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24248] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24248/stat : 24248 (java) S 24228 24230 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344343726 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178399139080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24249] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24249/stat : 24249 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178398087568 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24250] ppid=24228 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/24230/task/24250/stat : 24250 (java) S 24228 24230 24174 0 -1 4202560 4537 0 0 0 141 0 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178397035192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24251] ppid=24228 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/24230/task/24251/stat : 24251 (java) S 24228 24230 24174 0 -1 4202560 6724 0 0 0 128 2 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178395982392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24252] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24252/stat : 24252 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178394930296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24253] ppid=24228 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/24230/task/24253/stat : 24253 (java) S 24228 24230 24174 0 -1 4202560 50 0 0 0 23 24 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178393877704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24258] ppid=24228 vsize=2966184 CPUtime=836.7 cores=1,3,5,7
/proc/24230/task/24258/stat : 24258 (java) R 24228 24230 24174 0 -1 4202560 787 0 0 0 83652 18 0 0 20 0 22 0 344345976 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178392821040 140178891386052 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24259] ppid=24228 vsize=2966184 CPUtime=836.87 cores=1,3,5,7
/proc/24230/task/24259/stat : 24259 (java) R 24228 24230 24174 0 -1 4202560 705 0 0 0 83670 17 0 0 20 0 22 0 344345976 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178391766880 140178892240081 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24260] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24260/stat : 24260 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344346003 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178390717608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24261] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24261/stat : 24261 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344346003 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178389664808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 2966184

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

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

[startup+904.601 s]
/proc/loadavg: 3.99 3.80 3.04 5/221 24297
/proc/meminfo: memFree=26783120/32873844 swapFree=7380/7380
[pid=24230] ppid=24228 vsize=2966184 CPUtime=1800.11 cores=1,3,5,7
/proc/24230/stat : 24230 (java) S 24228 24230 24174 0 -1 4202496 196816 0 1 0 179750 261 0 0 20 0 22 0 344343722 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140734890756208 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24230/statm: 741546 254222 2286 9 0 732240 0
[pid=24230/tid=24232] ppid=24228 vsize=2966184 CPUtime=20.4 cores=1,3,5,7
/proc/24230/task/24232/stat : 24232 (java) S 24228 24230 24174 0 -1 4202560 3193 0 1 0 2029 11 0 0 20 0 22 0 344343723 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140179024934040 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24233] ppid=24228 vsize=2966184 CPUtime=9.99 cores=1,3,5,7
/proc/24230/task/24233/stat : 24233 (java) S 24228 24230 24174 0 -1 4202560 403 0 0 0 984 15 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178890942760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24234] ppid=24228 vsize=2966184 CPUtime=9.81 cores=1,3,5,7
/proc/24230/task/24234/stat : 24234 (java) S 24228 24230 24174 0 -1 4202560 357 0 0 0 965 16 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178889889960 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24235] ppid=24228 vsize=2966184 CPUtime=9.97 cores=1,3,5,7
/proc/24230/task/24235/stat : 24235 (java) S 24228 24230 24174 0 -1 4202560 364 0 0 0 983 14 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178888837672 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24236] ppid=24228 vsize=2966184 CPUtime=9.64 cores=1,3,5,7
/proc/24230/task/24236/stat : 24236 (java) S 24228 24230 24174 0 -1 4202560 516 0 0 0 949 15 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178887784872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24237] ppid=24228 vsize=2966184 CPUtime=9.68 cores=1,3,5,7
/proc/24230/task/24237/stat : 24237 (java) S 24228 24230 24174 0 -1 4202560 370 0 0 0 953 15 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178886732584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24238] ppid=24228 vsize=2966184 CPUtime=9.92 cores=1,3,5,7
/proc/24230/task/24238/stat : 24238 (java) S 24228 24230 24174 0 -1 4202560 363 0 0 0 978 14 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178885679784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24239] ppid=24228 vsize=2966184 CPUtime=9.78 cores=1,3,5,7
/proc/24230/task/24239/stat : 24239 (java) S 24228 24230 24174 0 -1 4202560 372 0 0 0 963 15 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178884627496 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24240] ppid=24228 vsize=2966184 CPUtime=9.68 cores=1,3,5,7
/proc/24230/task/24240/stat : 24240 (java) S 24228 24230 24174 0 -1 4202560 431 0 0 0 954 14 0 0 20 0 22 0 344343724 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178883574696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24246] ppid=24228 vsize=2966184 CPUtime=24.78 cores=1,3,5,7
/proc/24230/task/24246/stat : 24246 (java) S 24228 24230 24174 0 -1 4202560 176456 0 0 0 2380 98 0 0 20 0 22 0 344343725 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178401245416 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24247] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24247/stat : 24247 (java) S 24228 24230 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344343726 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178400191480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24248] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24248/stat : 24248 (java) S 24228 24230 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344343726 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178399139080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24249] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24249/stat : 24249 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178398087568 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24250] ppid=24228 vsize=2966184 CPUtime=1.41 cores=1,3,5,7
/proc/24230/task/24250/stat : 24250 (java) S 24228 24230 24174 0 -1 4202560 4537 0 0 0 141 0 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178397035192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24251] ppid=24228 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/24230/task/24251/stat : 24251 (java) S 24228 24230 24174 0 -1 4202560 6724 0 0 0 128 2 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178395982392 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24252] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24252/stat : 24252 (java) S 24228 24230 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178394930296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24230/tid=24253] ppid=24228 vsize=2966184 CPUtime=0.47 cores=1,3,5,7
/proc/24230/task/24253/stat : 24253 (java) S 24228 24230 24174 0 -1 4202560 50 0 0 0 23 24 0 0 20 0 22 0 344343729 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178393877704 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24258] ppid=24228 vsize=2966184 CPUtime=836.7 cores=1,3,5,7
/proc/24230/task/24258/stat : 24258 (java) R 24228 24230 24174 0 -1 4202560 787 0 0 0 83652 18 0 0 20 0 22 0 344345976 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178392821040 140178891386052 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24230/tid=24259] ppid=24228 vsize=2966184 CPUtime=836.87 cores=1,3,5,7
/proc/24230/task/24259/stat : 24259 (java) R 24228 24230 24174 0 -1 4202560 705 0 0 0 83670 17 0 0 20 0 22 0 344345976 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178391766880 140178892240081 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24230/tid=24260] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24260/stat : 24260 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344346003 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178390717608 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24230/tid=24261] ppid=24228 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/24230/task/24261/stat : 24261 (java) S 24228 24230 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344346003 3037372416 254222 33554432000 1073741824 1073778376 140734890765072 140178389664808 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 904.641
CPU time (s): 1800.75
CPU user time (s): 1797.71
CPU system time (s): 3.04054
CPU usage (%): 199.057
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.71
system time used= 3.04054
maximum resident set size= 1040424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196847
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68453
involuntary context switches= 147811

runsolver used 3.88341 second user time and 8.72067 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 05:56:29
IDJOB=3741727
IDBENCH=89904
IDSOLVER=2324
FILE ID=node133/3741727-1338782189
RUNJOBID= node133-1338782189-24191
PBS_JOBID= 14636833
Free space on /tmp= 70472 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741727-1338782189/watcher-3741727-1338782189 -o /tmp/evaluation-result-3741727-1338782189/solver-3741727-1338782189 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741727-1338782189.opb

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

MD5SUM BENCH= 1cc8070e576e6483e1f532bdbbfa41dd
RANDOM SEED=1540399165

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.91
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.540
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.540
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	: 5331.90
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.540
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.540
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:       32873844 kB
MemFree:        28592692 kB
Buffers:          498348 kB
Cached:          2859468 kB
SwapCached:          676 kB
Active:          1544216 kB
Inactive:        1835436 kB
Active(anon):      13032 kB
Inactive(anon):    10220 kB
Active(file):    1531184 kB
Inactive(file):  1825216 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:         23972 kB
Mapped:            15040 kB
Shmem:                 0 kB
Slab:             760304 kB
SReclaimable:     201976 kB
SUnreclaim:       558328 kB
KernelStack:        1400 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1548336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70468 MiB
End job on node133 at 2012-06-04 06:11:36