Trace number 3710308

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1801.41 1334.25

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-zib01.opb
MD5SUM8f491d5bc2eb927e9b611fe56423c3ea
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 variables12471400
Total number of constraints5887041
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3671487
Number of constraints which are nor clauses,nor cardinality constraints2215554
Minimum length of a constraint3
Maximum length of a constraint162
Number of terms in the objective function 12471400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 12471400
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 56
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12471400
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710308-1338205871.opb
0.09/0.12	c reading problem ... 
1800.03/1334.22	c starts		: 0
1800.03/1334.22	c conflicts		: 0
1800.03/1334.22	c decisions		: 0
1800.03/1334.22	c propagations		: 0
1800.03/1334.22	c inspects		: 0
1800.03/1334.22	c shortcuts		: 0
1800.03/1334.22	c learnt literals	: 0
1800.03/1334.22	c learnt binary clauses	: 0
1800.03/1334.22	c learnt ternary clauses	: 0
1800.03/1334.22	c learnt constraints	: 0
1800.03/1334.22	c ignored constraints	: 0
1800.03/1334.22	c root simplifications	: 0
1800.03/1334.22	c removed literals (reason simplification)	: 0
1800.03/1334.22	c reason swapping (by a shorter reason)	: 0
1800.03/1334.22	c Calls to reduceDB	: 0
1800.03/1334.22	c number of reductions to clauses (during analyze)	: 0
1800.03/1334.22	c number of learned constraints concerned by reduction	: 0
1800.03/1334.22	c number of learning phase by resolution	: 0
1800.03/1334.22	c number of learning phase by cutting planes	: 0
1800.03/1334.22	c speed (assignments/second)	: 0.0
1800.03/1334.22	c non guided choices	0
1800.03/1334.22	c learnt constraints type 
1800.03/1334.22	c constraints type 
1800.03/1334.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 71347
1800.03/1334.22	c 71347 constraints processed.
1800.03/1334.22	s UNKNOWN
1800.03/1334.22	c Total wall clock time (in seconds): 1334.101

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-3710308-1338205871/watcher-3710308-1338205871 -o /tmp/evaluation-result-3710308-1338205871/solver-3710308-1338205871 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710308-1338205871.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 24602
/proc/meminfo: memFree=25968840/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24602/stat : 24602 (java) D 24600 24602 24478 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 286715579 9515008 182 33554432000 1073741824 1073778376 140736578211424 140736578202456 217410518709 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/24602/statm: 2323 182 140 9 0 71 0

[startup+0.0396069 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 24602
/proc/meminfo: memFree=25968840/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 3025 0 1 0 1 0 0 0 20 0 13 0 286715579 9446973440 3721 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2306390 3721 1683 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100231 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 24602
/proc/meminfo: memFree=25968840/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 4313 0 1 0 8 1 0 0 20 0 18 0 286715579 9787842560 6024 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 6024 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300207 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 24602
/proc/meminfo: memFree=25968840/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=0.57 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 4832 0 1 0 50 7 0 0 20 0 18 0 286715579 9787842560 102097 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 102097 2179 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558440

[startup+0.700276 s]
/proc/loadavg: 2.01 2.01 2.00 3/194 24602
/proc/meminfo: memFree=25968840/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=1.36 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 6058 0 1 0 128 8 0 0 20 0 18 0 286715579 9787842560 114490 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 114490 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 24620
/proc/meminfo: memFree=25522564/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=2.32 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 6240 0 1 0 218 14 0 0 20 0 18 0 286715579 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 140169 2249 9 0 2380296 0
[pid=24602/tid=24604] ppid=24600 vsize=9558440 CPUtime=1.17 cores=0,2,4,6
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24478 0 -1 4202560 2659 0 1 0 113 4 0 0 20 0 18 0 286715580 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853871882160 139853744617930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24478 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 18 0 286715581 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853715847976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24478 0 -1 4202560 60 0 0 0 7 2 0 0 20 0 18 0 286715581 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853714795176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24607] ppid=24600 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24478 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 18 0 286715581 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853713742888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=9558440 CPUtime=0.12 cores=0,2,4,6
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24478 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 18 0 286715581 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853712690088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24478 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 18 0 286715581 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853711636776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24478 0 -1 4202560 39 0 0 0 8 0 0 0 20 0 18 0 286715581 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853710583976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=9558440 CPUtime=0.12 cores=0,2,4,6
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24478 0 -1 4202560 46 0 0 0 11 1 0 0 20 0 18 0 286715581 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853709531688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24612] ppid=24600 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24478 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 18 0 286715581 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853708478888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24478 0 -1 4202560 327 0 0 0 6 0 0 0 20 0 18 0 286715582 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853696068328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853695014392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853693961992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24616] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24616/stat : 24616 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853692910480 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24617] ppid=24600 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/24602/task/24617/stat : 24617 (java) S 24600 24602 24478 0 -1 4202560 945 0 0 0 8 0 0 0 20 0 18 0 286715585 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853691857080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24618] ppid=24600 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/24602/task/24618/stat : 24618 (java) S 24600 24602 24478 0 -1 4202560 806 0 0 0 7 0 0 0 20 0 18 0 286715585 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853690804280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24619] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24619/stat : 24619 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853689752184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24620] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24620/stat : 24620 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 140169 33554432000 1073741824 1073778376 140736954376816 139853688699592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9558440

[startup+3.10069 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 24620
/proc/meminfo: memFree=25323472/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=4.4 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 7711 0 1 0 410 30 0 0 20 0 18 0 286715579 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 194637 2252 9 0 2380296 0
[pid=24602/tid=24604] ppid=24600 vsize=9558440 CPUtime=2.33 cores=0,2,4,6
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24478 0 -1 4202560 2964 0 1 0 228 5 0 0 20 0 18 0 286715580 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853871889544 139853744645952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24478 0 -1 4202560 61 0 0 0 14 2 0 0 20 0 18 0 286715581 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853715847976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24478 0 -1 4202560 101 0 0 0 12 4 0 0 20 0 18 0 286715581 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853714795176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24607] ppid=24600 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24478 0 -1 4202560 100 0 0 0 14 4 0 0 20 0 18 0 286715581 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853713742888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24478 0 -1 4202560 152 0 0 0 16 4 0 0 20 0 18 0 286715581 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853712690088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24478 0 -1 4202560 212 0 0 0 15 3 0 0 20 0 18 0 286715581 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853711636776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=9558440 CPUtime=0.15 cores=0,2,4,6
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24478 0 -1 4202560 78 0 0 0 13 2 0 0 20 0 18 0 286715581 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853710583976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=9558440 CPUtime=0.22 cores=0,2,4,6
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24478 0 -1 4202560 208 0 0 0 19 3 0 0 20 0 18 0 286715581 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853709531688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24612] ppid=24600 vsize=9558440 CPUtime=0.15 cores=0,2,4,6
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24478 0 -1 4202560 157 0 0 0 13 2 0 0 20 0 18 0 286715581 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853708478888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24478 0 -1 4202560 752 0 0 0 33 0 0 0 20 0 18 0 286715582 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853696068328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853695014392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853693961992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24616] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24616/stat : 24616 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853692910480 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24617] ppid=24600 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/24602/task/24617/stat : 24617 (java) S 24600 24602 24478 0 -1 4202560 945 0 0 0 8 0 0 0 20 0 18 0 286715585 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853691857080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24618] ppid=24600 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/24602/task/24618/stat : 24618 (java) S 24600 24602 24478 0 -1 4202560 806 0 0 0 7 0 0 0 20 0 18 0 286715585 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853690804280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24619] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24619/stat : 24619 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853689752184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24620] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24620/stat : 24620 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 194637 33554432000 1073741824 1073778376 140736954376816 139853688699592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9558440

[startup+6.30063 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 24620
/proc/meminfo: memFree=24988592/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=9.43 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 10206 0 1 0 888 55 0 0 20 0 18 0 286715579 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 288211 2256 9 0 2380296 0
[pid=24602/tid=24604] ppid=24600 vsize=9558440 CPUtime=4.91 cores=0,2,4,6
/proc/24602/task/24604/stat : 24604 (java) S 24600 24602 24478 0 -1 4202560 3163 0 1 0 484 7 0 0 20 0 18 0 286715580 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853871889752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/24602/task/24605/stat : 24605 (java) R 24600 24602 24478 0 -1 4202560 191 0 0 0 41 5 0 0 20 0 18 0 286715581 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853715848152 139853876066479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/24602/task/24606/stat : 24606 (java) R 24600 24602 24478 0 -1 4202560 277 0 0 0 39 7 0 0 20 0 18 0 286715581 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853714795352 139853875169180 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24607] ppid=24600 vsize=9558440 CPUtime=0.5 cores=0,2,4,6
/proc/24602/task/24607/stat : 24607 (java) D 24600 24602 24478 0 -1 4202560 270 0 0 0 43 7 0 0 20 0 18 0 286715581 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853713742768 139853875169180 0 4 0 16800975 18446744071581355444 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/24602/task/24608/stat : 24608 (java) R 24600 24602 24478 0 -1 4202560 326 0 0 0 42 7 0 0 20 0 18 0 286715581 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853712690264 139853875647628 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/24602/task/24609/stat : 24609 (java) R 24600 24602 24478 0 -1 4202560 693 0 0 0 45 6 0 0 20 0 18 0 286715581 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853711636952 139853875647628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/24602/task/24610/stat : 24610 (java) D 24600 24602 24478 0 -1 4202560 250 0 0 0 46 5 0 0 20 0 18 0 286715581 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853710584152 139853875169180 0 4 0 16800975 18446744071581355444 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/24602/task/24611/stat : 24611 (java) R 24600 24602 24478 0 -1 4202560 378 0 0 0 46 7 0 0 20 0 18 0 286715581 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853709531864 139853876052679 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24612] ppid=24600 vsize=9558440 CPUtime=0.37 cores=0,2,4,6
/proc/24602/task/24612/stat : 24612 (java) D 24600 24602 24478 0 -1 4202560 828 0 0 0 33 4 0 0 20 0 18 0 286715581 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853708478648 217410560999 0 4 0 16800975 18446744071581355491 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24478 0 -1 4202560 884 0 0 0 33 0 0 0 20 0 18 0 286715582 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853696067208 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853695014392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853693961992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24616] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24616/stat : 24616 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853692910480 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24617] ppid=24600 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/24602/task/24617/stat : 24617 (java) S 24600 24602 24478 0 -1 4202560 949 0 0 0 8 0 0 0 20 0 18 0 286715585 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853691857080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24618] ppid=24600 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/24602/task/24618/stat : 24618 (java) S 24600 24602 24478 0 -1 4202560 822 0 0 0 9 0 0 0 20 0 18 0 286715585 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853690804280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24619] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24619/stat : 24619 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853689752184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24620] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24620/stat : 24620 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 288211 33554432000 1073741824 1073778376 140736954376816 139853688699592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.43
Current children cumulated vsize (KiB) 9558440

[startup+12.7006 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 24620
/proc/meminfo: memFree=24114536/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=18.45 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 13231 0 1 0 1721 124 0 0 20 0 18 0 286715579 9787842560 470790 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 470790 2256 9 0 2380296 0
[pid=24602/tid=24604] ppid=24600 vsize=9558440 CPUtime=10.4 cores=0,2,4,6

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

[pid=24602/tid=24606] ppid=24600 vsize=9558440 CPUtime=69.97 cores=0,2,4,6
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24478 0 -1 4202560 2781 0 0 0 6940 57 0 0 20 0 18 0 286715581 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853714795176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24607] ppid=24600 vsize=9558440 CPUtime=69.06 cores=0,2,4,6
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24478 0 -1 4202560 2896 0 0 0 6847 59 0 0 20 0 18 0 286715581 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853713742888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=9558440 CPUtime=68.29 cores=0,2,4,6
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24478 0 -1 4202560 3141 0 0 0 6764 65 0 0 20 0 18 0 286715581 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853712690088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=9558440 CPUtime=69.99 cores=0,2,4,6
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24478 0 -1 4202560 3457 0 0 0 6940 59 0 0 20 0 18 0 286715581 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853711636776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=9558440 CPUtime=69.77 cores=0,2,4,6
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24478 0 -1 4202560 2660 0 0 0 6925 52 0 0 20 0 18 0 286715581 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853710583976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=9558440 CPUtime=69.72 cores=0,2,4,6
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24478 0 -1 4202560 3369 0 0 0 6917 55 0 0 20 0 18 0 286715581 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853709531688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24612] ppid=24600 vsize=9558440 CPUtime=69.68 cores=0,2,4,6
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24478 0 -1 4202560 3085 0 0 0 6917 51 0 0 20 0 18 0 286715581 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853708478888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=9558440 CPUtime=4.65 cores=0,2,4,6
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24478 0 -1 4202560 3181 0 0 0 455 10 0 0 20 0 18 0 286715582 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853696068328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853695014392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853693961992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24616] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24616/stat : 24616 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853692910480 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24617] ppid=24600 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/24602/task/24617/stat : 24617 (java) S 24600 24602 24478 0 -1 4202560 973 0 0 0 10 0 0 0 20 0 18 0 286715585 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853691857080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24618] ppid=24600 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/24602/task/24618/stat : 24618 (java) S 24600 24602 24478 0 -1 4202560 1901 0 0 0 24 0 0 0 20 0 18 0 286715585 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853690804280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24619] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24619/stat : 24619 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853689752184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24620] ppid=24600 vsize=9558440 CPUtime=0.66 cores=0,2,4,6
/proc/24602/task/24620/stat : 24620 (java) S 24600 24602 24478 0 -1 4202560 65 0 0 0 32 34 0 0 20 0 18 0 286715585 9787842560 1040373 33554432000 1073741824 1073778376 140736954376816 139853688699592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1593.69
Current children cumulated vsize (KiB) 9558440

[startup+1242.3 s]
/proc/loadavg: 2.49 2.61 2.41 3/212 24713
/proc/meminfo: memFree=23472592/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=1675.12 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 41810 0 1 0 166971 541 0 0 20 0 18 0 286715579 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 1041921 2264 9 0 2380296 0
[pid=24602/tid=24604] ppid=24600 vsize=9558440 CPUtime=1084.83 cores=0,2,4,6
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24478 0 -1 4202560 6357 0 1 0 108432 51 0 0 20 0 18 0 286715580 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853871889000 139853879655514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=9558440 CPUtime=74.01 cores=0,2,4,6
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24478 0 -1 4202560 6685 0 0 0 7341 60 0 0 20 0 18 0 286715581 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853715847976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=9558440 CPUtime=73.59 cores=0,2,4,6
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24478 0 -1 4202560 2791 0 0 0 7300 59 0 0 20 0 18 0 286715581 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853714795176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24607] ppid=24600 vsize=9558440 CPUtime=72.69 cores=0,2,4,6
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24478 0 -1 4202560 2903 0 0 0 7209 60 0 0 20 0 18 0 286715581 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853713742888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=9558440 CPUtime=71.81 cores=0,2,4,6
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24478 0 -1 4202560 3146 0 0 0 7114 67 0 0 20 0 18 0 286715581 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853712690088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=9558440 CPUtime=73.57 cores=0,2,4,6
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24478 0 -1 4202560 3475 0 0 0 7295 62 0 0 20 0 18 0 286715581 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853711636776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=9558440 CPUtime=73.31 cores=0,2,4,6
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24478 0 -1 4202560 2665 0 0 0 7278 53 0 0 20 0 18 0 286715581 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853710583976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=9558440 CPUtime=73.37 cores=0,2,4,6
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24478 0 -1 4202560 3384 0 0 0 7281 56 0 0 20 0 18 0 286715581 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853709531688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24612] ppid=24600 vsize=9558440 CPUtime=73.33 cores=0,2,4,6
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24478 0 -1 4202560 3106 0 0 0 7281 52 0 0 20 0 18 0 286715581 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853708478888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=9558440 CPUtime=4.67 cores=0,2,4,6
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24478 0 -1 4202560 3183 0 0 0 456 11 0 0 20 0 18 0 286715582 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853696068328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853695014392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853693961992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24616] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24616/stat : 24616 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853692910480 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24617] ppid=24600 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/24602/task/24617/stat : 24617 (java) S 24600 24602 24478 0 -1 4202560 973 0 0 0 10 0 0 0 20 0 18 0 286715585 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853691857080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24618] ppid=24600 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/24602/task/24618/stat : 24618 (java) S 24600 24602 24478 0 -1 4202560 1901 0 0 0 24 0 0 0 20 0 18 0 286715585 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853690804280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24619] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24619/stat : 24619 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853689752184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24620] ppid=24600 vsize=9558440 CPUtime=0.69 cores=0,2,4,6
/proc/24602/task/24620/stat : 24620 (java) S 24600 24602 24478 0 -1 4202560 67 0 0 0 33 36 0 0 20 0 18 0 286715585 9787842560 1041921 33554432000 1073741824 1073778376 140736954376816 139853688699592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1675.12
Current children cumulated vsize (KiB) 9558440

[startup+1302.3 s]
/proc/loadavg: 2.25 2.53 2.39 3/212 24714
/proc/meminfo: memFree=23416688/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=1756.8 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 42003 0 1 0 175125 555 0 0 20 0 18 0 286715579 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 1042946 2264 9 0 2380296 0
[pid=24602/tid=24604] ppid=24600 vsize=9558440 CPUtime=1137.19 cores=0,2,4,6
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24478 0 -1 4202560 6474 0 1 0 113667 52 0 0 20 0 18 0 286715580 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853871889000 139853879655514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=9558440 CPUtime=77.71 cores=0,2,4,6
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24478 0 -1 4202560 6692 0 0 0 7709 62 0 0 20 0 18 0 286715581 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853715847976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=9558440 CPUtime=77.24 cores=0,2,4,6
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24478 0 -1 4202560 2800 0 0 0 7663 61 0 0 20 0 18 0 286715581 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853714795176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24607] ppid=24600 vsize=9558440 CPUtime=76.13 cores=0,2,4,6
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24478 0 -1 4202560 2912 0 0 0 7551 62 0 0 20 0 18 0 286715581 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853713742888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=9558440 CPUtime=75.6 cores=0,2,4,6
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24478 0 -1 4202560 3151 0 0 0 7492 68 0 0 20 0 18 0 286715581 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853712690088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=9558440 CPUtime=77.33 cores=0,2,4,6
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24478 0 -1 4202560 3478 0 0 0 7670 63 0 0 20 0 18 0 286715581 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853711636776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=9558440 CPUtime=76.96 cores=0,2,4,6
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24478 0 -1 4202560 2681 0 0 0 7641 55 0 0 20 0 18 0 286715581 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853710583976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=9558440 CPUtime=77.17 cores=0,2,4,6
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24478 0 -1 4202560 3394 0 0 0 7659 58 0 0 20 0 18 0 286715581 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853709531688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24612] ppid=24600 vsize=9558440 CPUtime=76.84 cores=0,2,4,6
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24478 0 -1 4202560 3115 0 0 0 7630 54 0 0 20 0 18 0 286715581 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853708478888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=9558440 CPUtime=4.68 cores=0,2,4,6
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24478 0 -1 4202560 3188 0 0 0 457 11 0 0 20 0 18 0 286715582 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853696068328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853695014392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853693961992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24616] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24616/stat : 24616 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853692910480 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24617] ppid=24600 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/24602/task/24617/stat : 24617 (java) S 24600 24602 24478 0 -1 4202560 973 0 0 0 10 0 0 0 20 0 18 0 286715585 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853691857080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24618] ppid=24600 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/24602/task/24618/stat : 24618 (java) S 24600 24602 24478 0 -1 4202560 1901 0 0 0 24 0 0 0 20 0 18 0 286715585 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853690804280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24619] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24619/stat : 24619 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853689752184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24620] ppid=24600 vsize=9558440 CPUtime=0.72 cores=0,2,4,6
/proc/24602/task/24620/stat : 24620 (java) S 24600 24602 24478 0 -1 4202560 70 0 0 0 35 37 0 0 20 0 18 0 286715585 9787842560 1042946 33554432000 1073741824 1073778376 140736954376816 139853688699592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1756.8
Current children cumulated vsize (KiB) 9558440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1334.2 s]
/proc/loadavg: 2.31 2.52 2.40 3/212 24714
/proc/meminfo: memFree=23340792/32873648 swapFree=7372/7372
[pid=24602] ppid=24600 vsize=9558440 CPUtime=1800.03 cores=0,2,4,6
/proc/24602/stat : 24602 (java) S 24600 24602 24478 0 -1 4202496 42108 0 1 0 179438 565 0 0 20 0 18 0 286715579 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 140736954367952 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/24602/statm: 2389610 1043955 2264 9 0 2380296 0
[pid=24602/tid=24604] ppid=24600 vsize=9558440 CPUtime=1165.13 cores=0,2,4,6
/proc/24602/task/24604/stat : 24604 (java) R 24600 24602 24478 0 -1 4202560 6535 0 1 0 116461 52 0 0 20 0 18 0 286715580 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853871889000 139853879655514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24605] ppid=24600 vsize=9558440 CPUtime=79.66 cores=0,2,4,6
/proc/24602/task/24605/stat : 24605 (java) S 24600 24602 24478 0 -1 4202560 6703 0 0 0 7903 63 0 0 20 0 18 0 286715581 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853715847976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24606] ppid=24600 vsize=9558440 CPUtime=79.14 cores=0,2,4,6
/proc/24602/task/24606/stat : 24606 (java) S 24600 24602 24478 0 -1 4202560 2800 0 0 0 7853 61 0 0 20 0 18 0 286715581 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853714795176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24607] ppid=24600 vsize=9558440 CPUtime=77.97 cores=0,2,4,6
/proc/24602/task/24607/stat : 24607 (java) S 24600 24602 24478 0 -1 4202560 2919 0 0 0 7734 63 0 0 20 0 18 0 286715581 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853713742888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24608] ppid=24600 vsize=9558440 CPUtime=77.49 cores=0,2,4,6
/proc/24602/task/24608/stat : 24608 (java) S 24600 24602 24478 0 -1 4202560 3159 0 0 0 7679 70 0 0 20 0 18 0 286715581 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853712690088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24609] ppid=24600 vsize=9558440 CPUtime=79.19 cores=0,2,4,6
/proc/24602/task/24609/stat : 24609 (java) S 24600 24602 24478 0 -1 4202560 3490 0 0 0 7854 65 0 0 20 0 18 0 286715581 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853711636776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24602/tid=24610] ppid=24600 vsize=9558440 CPUtime=78.9 cores=0,2,4,6
/proc/24602/task/24610/stat : 24610 (java) S 24600 24602 24478 0 -1 4202560 2681 0 0 0 7834 56 0 0 20 0 18 0 286715581 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853710583976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24611] ppid=24600 vsize=9558440 CPUtime=79.17 cores=0,2,4,6
/proc/24602/task/24611/stat : 24611 (java) S 24600 24602 24478 0 -1 4202560 3394 0 0 0 7858 59 0 0 20 0 18 0 286715581 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853709531688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24612] ppid=24600 vsize=9558440 CPUtime=78.73 cores=0,2,4,6
/proc/24602/task/24612/stat : 24612 (java) S 24600 24602 24478 0 -1 4202560 3117 0 0 0 7817 56 0 0 20 0 18 0 286715581 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853708478888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24602/tid=24613] ppid=24600 vsize=9558440 CPUtime=4.69 cores=0,2,4,6
/proc/24602/task/24613/stat : 24613 (java) S 24600 24602 24478 0 -1 4202560 3190 0 0 0 458 11 0 0 20 0 18 0 286715582 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853696068328 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24614] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24614/stat : 24614 (java) S 24600 24602 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853695014392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24615] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24615/stat : 24615 (java) S 24600 24602 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 286715583 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853693961992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24616] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24616/stat : 24616 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853692910480 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24617] ppid=24600 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/24602/task/24617/stat : 24617 (java) S 24600 24602 24478 0 -1 4202560 973 0 0 0 10 0 0 0 20 0 18 0 286715585 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853691857080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24618] ppid=24600 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/24602/task/24618/stat : 24618 (java) S 24600 24602 24478 0 -1 4202560 1901 0 0 0 24 0 0 0 20 0 18 0 286715585 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853690804280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24602/tid=24619] ppid=24600 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/24602/task/24619/stat : 24619 (java) S 24600 24602 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 286715585 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853689752184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24602/tid=24620] ppid=24600 vsize=9558440 CPUtime=0.74 cores=0,2,4,6
/proc/24602/task/24620/stat : 24620 (java) S 24600 24602 24478 0 -1 4202560 72 0 0 0 36 38 0 0 20 0 18 0 286715585 9787842560 1043955 33554432000 1073741824 1073778376 140736954376816 139853688699592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9558440

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

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

Child status: 143
Real time (s): 1334.25
CPU time (s): 1801.41
CPU user time (s): 1795.33
CPU system time (s): 6.08008
CPU usage (%): 135.013
Max. virtual memory (cumulated for all children) (KiB): 9558440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.33
system time used= 6.08007
maximum resident set size= 4175940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42140
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140897
involuntary context switches= 1995379

runsolver used 5.34319 second user time and 11.6212 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 13:51:36
IDJOB=3710308
IDBENCH=89882
IDSOLVER=2289
FILE ID=node122/3710308-1338205871
RUNJOBID= node122-1338205330-24494
PBS_JOBID= 14624612
Free space on /tmp= 70920 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-zib01.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710308-1338205871/watcher-3710308-1338205871 -o /tmp/evaluation-result-3710308-1338205871/solver-3710308-1338205871 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710308-1338205871.opb

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

MD5SUM BENCH= 8f491d5bc2eb927e9b611fe56423c3ea
RANDOM SEED=1470517089

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.06
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.533
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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
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.533
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.533
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.533
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.533
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.533
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:        25969104 kB
Buffers:          324816 kB
Cached:          3894524 kB
SwapCached:            0 kB
Active:          3860604 kB
Inactive:        2218504 kB
Active(anon):    1851504 kB
Inactive(anon):    11052 kB
Active(file):    2009100 kB
Inactive(file):  2207452 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            780552 kB
Writeback:             0 kB
AnonPages:       1867332 kB
Mapped:            21988 kB
Shmem:               200 kB
Slab:             681320 kB
SReclaimable:     119876 kB
SUnreclaim:       561444 kB
KernelStack:        1576 kB
PageTables:         8300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2171120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1824768 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= 70920 MiB
End job on node122 at 2012-05-28 14:13:52