Trace number 3741625

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.09 901.221

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ivu52.opb
MD5SUM125c932e94e2457d1c83522659b39a64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20170239442749999993
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables157591
Total number of constraints2116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2111
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint155481
Number of terms in the objective function 157591
Biggest coefficient in the objective function 40000000000000000
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 1955699014025000001657
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 45000000000000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 2472448333291898744553
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.2.0.v20100531
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		1349517296
0.05/0.09	c Max memory 		1356595200
0.05/0.09	c Total memory 		1356595200
0.05/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3741625-1338765534.opb
0.08/0.12	c reading problem ... 
9.18/6.73	c ... done. Wall clock time 6.609s.
9.18/6.73	c #vars     157591
9.18/6.73	c #constraints  4226
9.18/6.73	c constraints type 
9.18/6.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
9.18/6.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
9.18/6.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
9.18/6.73	c constraints type 
9.18/6.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2110
9.18/6.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2111
9.18/6.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.09/901.21	c starts		: 8
1800.09/901.21	c conflicts		: 990
1800.09/901.21	c decisions		: 1255865
1800.09/901.21	c propagations		: 4060021
1800.09/901.21	c inspects		: 8512088
1800.09/901.21	c learnt literals	: 0
1800.09/901.21	c learnt binary clauses	: 0
1800.09/901.21	c learnt ternary clauses	: 0
1800.09/901.21	c learnt clauses	: 990
1800.09/901.21	c ignored clauses	: 0
1800.09/901.21	c root simplifications	: 0
1800.09/901.21	c removed literals (reason simplification)	: 35931
1800.09/901.21	c reason swapping (by a shorter reason)	: 0
1800.09/901.21	c Calls to reduceDB	: 0
1800.09/901.21	c number of reductions to clauses (during analyze)	: 0
1800.09/901.21	c number of learned constraints concerned by reduction	: 0
1800.09/901.21	c number of learning phase by resolution	: 0
1800.09/901.21	c number of learning phase by cutting planes	: 0
1800.09/901.21	c speed (assignments/second)	: 4538.965568899095
1800.09/901.21	c non guided choices	0
1800.09/901.21	c learnt constraints type 
1800.09/901.21	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 990
1800.09/901.21	c constraints type 
1800.09/901.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
1800.09/901.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
1800.09/901.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.09/901.21	c constraints type 
1800.09/901.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2110
1800.09/901.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2111
1800.09/901.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.09/901.21	s UNKNOWN
1800.09/901.21	c Total wall clock time (in seconds): 901.093

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

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

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


[startup+0 s]
/proc/loadavg: 3.72 3.71 3.51 4/199 26599
/proc/meminfo: memFree=27378388/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26599/stat : 26599 (java6) D 26597 26599 19811 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 342678316 9515008 185 33554432000 1073741824 1073778376 140737013399120 140737013390344 215124438455 0 0 4096 0 18446744072100748580 0 0 17 4 0 0 0 0 0
/proc/26599/statm: 2323 185 142 9 0 71 0

[startup+0.0793879 s]
/proc/loadavg: 3.72 3.71 3.51 4/199 26599
/proc/meminfo: memFree=27378388/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 3935 0 1 0 4 1 0 0 20 0 18 0 342678316 2764726272 5143 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 674982 5143 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100198 s]
/proc/loadavg: 3.72 3.71 3.51 4/199 26599
/proc/meminfo: memFree=27378388/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 4644 0 1 0 7 1 0 0 20 0 18 0 342678316 2764726272 5842 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 674982 5846 2053 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300211 s]
/proc/loadavg: 3.72 3.71 3.51 4/199 26599
/proc/meminfo: memFree=27378388/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 6591 0 1 0 45 2 0 0 20 0 18 0 342678316 2764726272 13328 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 674982 13328 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700179 s]
/proc/loadavg: 3.72 3.71 3.51 4/199 26599
/proc/meminfo: memFree=27378388/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2699928 CPUtime=0.99 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 7943 0 1 0 95 4 0 0 20 0 18 0 342678316 2764726272 43150 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 674982 43150 2221 9 0 665676 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 2699928

[startup+1.50066 s]
/proc/loadavg: 3.72 3.71 3.51 4/217 26617
/proc/meminfo: memFree=26974912/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2699928 CPUtime=2.19 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 8340 0 1 0 201 18 0 0 20 0 18 0 342678316 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 674982 119303 2237 9 0 665676 0
[pid=26599/tid=26601] ppid=26597 vsize=2699928 CPUtime=1.33 cores=0,2,4,6
/proc/26599/task/26601/stat : 26601 (java) S 26597 26599 19811 0 -1 4202560 3008 0 1 0 126 7 0 0 20 0 18 0 342678317 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379458218376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26602] ppid=26597 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26599/task/26602/stat : 26602 (java) R 26597 26599 19811 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 342678318 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379396950360 140379460691641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26603] ppid=26597 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/26599/task/26603/stat : 26603 (java) R 26597 26599 19811 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 18 0 342678318 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379323562456 140379460691657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26604] ppid=26597 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/26599/task/26604/stat : 26604 (java) R 26597 26599 19811 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 18 0 342678318 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379322509616 140379465119279 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26605] ppid=26597 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/26599/task/26605/stat : 26605 (java) R 26597 26599 19811 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 18 0 342678318 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379321457368 140379462382312 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26606] ppid=26597 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/26599/task/26606/stat : 26606 (java) R 26597 26599 19811 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 18 0 342678318 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379320404648 140379460691699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26607] ppid=26597 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/26599/task/26607/stat : 26607 (java) R 26597 26599 19811 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 342678318 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379319352280 140379460691633 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26608] ppid=26597 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/26599/task/26608/stat : 26608 (java) R 26597 26599 19811 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 18 0 342678318 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379318299736 140379465116496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26609] ppid=26597 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26599/task/26609/stat : 26609 (java) R 26597 26599 19811 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 342678318 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379317247192 140379462396082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26610] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26610/stat : 26610 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342678319 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379305047048 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26611] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26611/stat : 26611 (java) S 26597 26599 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342678320 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379303994488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26612] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26612/stat : 26612 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342678320 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379302941832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26613] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26613/stat : 26613 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678322 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379301890576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26614] ppid=26597 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/26599/task/26614/stat : 26614 (java) S 26597 26599 19811 0 -1 4202560 2479 0 0 0 18 0 0 0 20 0 18 0 342678322 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379300837944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26615] ppid=26597 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/26599/task/26615/stat : 26615 (java) S 26597 26599 19811 0 -1 4202560 1455 0 0 0 17 0 0 0 20 0 18 0 342678322 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379299785400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26616] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26616/stat : 26616 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678322 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379298733048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26617] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26617/stat : 26617 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678323 2764726272 119303 33554432000 1073741824 1073778376 140734808348384 140379297680712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 2699928

[startup+3.1008 s]
/proc/loadavg: 3.66 3.69 3.51 11/217 26617
/proc/meminfo: memFree=26898764/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2699928 CPUtime=4.61 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 9242 0 1 0 433 28 0 0 20 0 18 0 342678316 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 674982 140033 2237 9 0 665676 0
[pid=26599/tid=26601] ppid=26597 vsize=2699928 CPUtime=2.64 cores=0,2,4,6
/proc/26599/task/26601/stat : 26601 (java) R 26597 26599 19811 0 -1 4202560 3014 0 1 0 257 7 0 0 20 0 18 0 342678317 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379458218376 140379398448856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26602] ppid=26597 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/26599/task/26602/stat : 26602 (java) S 26597 26599 19811 0 -1 4202560 182 0 0 0 13 2 0 0 20 0 18 0 342678318 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379396950184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26603] ppid=26597 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26599/task/26603/stat : 26603 (java) S 26597 26599 19811 0 -1 4202560 65 0 0 0 21 3 0 0 20 0 18 0 342678318 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379323562280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26604] ppid=26597 vsize=2699928 CPUtime=0.14 cores=0,2,4,6
/proc/26599/task/26604/stat : 26604 (java) S 26597 26599 19811 0 -1 4202560 47 0 0 0 12 2 0 0 20 0 18 0 342678318 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379322509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26605] ppid=26597 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/26599/task/26605/stat : 26605 (java) S 26597 26599 19811 0 -1 4202560 247 0 0 0 17 2 0 0 20 0 18 0 342678318 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379321457192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26606] ppid=26597 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/26599/task/26606/stat : 26606 (java) S 26597 26599 19811 0 -1 4202560 212 0 0 0 19 3 0 0 20 0 18 0 342678318 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379320404648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26607] ppid=26597 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/26599/task/26607/stat : 26607 (java) S 26597 26599 19811 0 -1 4202560 59 0 0 0 13 3 0 0 20 0 18 0 342678318 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379319352104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26608] ppid=26597 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/26599/task/26608/stat : 26608 (java) S 26597 26599 19811 0 -1 4202560 53 0 0 0 13 2 0 0 20 0 18 0 342678318 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379318299560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26609] ppid=26597 vsize=2699928 CPUtime=0.2 cores=0,2,4,6
/proc/26599/task/26609/stat : 26609 (java) S 26597 26599 19811 0 -1 4202560 246 0 0 0 17 3 0 0 20 0 18 0 342678318 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379317247016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26610] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26610/stat : 26610 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342678319 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379305048168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26611] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26611/stat : 26611 (java) S 26597 26599 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342678320 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379303994488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26612] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26612/stat : 26612 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342678320 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379302941832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26613] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26613/stat : 26613 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678322 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379301890576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26614] ppid=26597 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/26599/task/26614/stat : 26614 (java) S 26597 26599 19811 0 -1 4202560 2479 0 0 0 18 0 0 0 20 0 18 0 342678322 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379300837944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26615] ppid=26597 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/26599/task/26615/stat : 26615 (java) S 26597 26599 19811 0 -1 4202560 1455 0 0 0 17 0 0 0 20 0 18 0 342678322 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379299785400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26616] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26616/stat : 26616 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678322 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379298733048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26617] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26617/stat : 26617 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678323 2764726272 140033 33554432000 1073741824 1073778376 140734808348384 140379297680712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 2699928

[startup+6.30062 s]
/proc/loadavg: 3.66 3.69 3.51 4/217 26617
/proc/meminfo: memFree=26772416/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2699928 CPUtime=8.79 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 13762 0 1 0 841 38 0 0 20 0 18 0 342678316 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 674982 156477 2253 9 0 665676 0
[pid=26599/tid=26601] ppid=26597 vsize=2699928 CPUtime=5.53 cores=0,2,4,6
/proc/26599/task/26601/stat : 26601 (java) R 26597 26599 19811 0 -1 4202560 3029 0 1 0 546 7 0 0 20 0 18 0 342678317 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379458211840 140379398318647 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26602] ppid=26597 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/26599/task/26602/stat : 26602 (java) S 26597 26599 19811 0 -1 4202560 195 0 0 0 25 3 0 0 20 0 18 0 342678318 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379396950184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26603] ppid=26597 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/26599/task/26603/stat : 26603 (java) S 26597 26599 19811 0 -1 4202560 144 0 0 0 32 4 0 0 20 0 18 0 342678318 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379323562280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26604] ppid=26597 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/26599/task/26604/stat : 26604 (java) S 26597 26599 19811 0 -1 4202560 121 0 0 0 24 3 0 0 20 0 18 0 342678318 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379322509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26605] ppid=26597 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/26599/task/26605/stat : 26605 (java) S 26597 26599 19811 0 -1 4202560 321 0 0 0 32 4 0 0 20 0 18 0 342678318 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379321457192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26606] ppid=26597 vsize=2699928 CPUtime=0.37 cores=0,2,4,6
/proc/26599/task/26606/stat : 26606 (java) S 26597 26599 19811 0 -1 4202560 236 0 0 0 33 4 0 0 20 0 18 0 342678318 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379320404648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26607] ppid=26597 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/26599/task/26607/stat : 26607 (java) S 26597 26599 19811 0 -1 4202560 302 0 0 0 27 4 0 0 20 0 18 0 342678318 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379319352104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26608] ppid=26597 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/26599/task/26608/stat : 26608 (java) S 26597 26599 19811 0 -1 4202560 306 0 0 0 25 3 0 0 20 0 18 0 342678318 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379318299560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26609] ppid=26597 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/26599/task/26609/stat : 26609 (java) S 26597 26599 19811 0 -1 4202560 307 0 0 0 27 3 0 0 20 0 18 0 342678318 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379317247016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26610] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26610/stat : 26610 (java) S 26597 26599 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342678319 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379305048168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26611] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26611/stat : 26611 (java) S 26597 26599 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342678320 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379303994488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26612] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26612/stat : 26612 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342678320 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379302941832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26613] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26613/stat : 26613 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678322 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379301890576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26614] ppid=26597 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/26599/task/26614/stat : 26614 (java) S 26597 26599 19811 0 -1 4202560 6160 0 0 0 38 2 0 0 20 0 18 0 342678322 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379300837944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26615] ppid=26597 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/26599/task/26615/stat : 26615 (java) S 26597 26599 19811 0 -1 4202560 1457 0 0 0 17 0 0 0 20 0 18 0 342678322 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379299785400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26616] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26616/stat : 26616 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678322 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379298733048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26617] ppid=26597 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26617/stat : 26617 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342678323 2764726272 156477 33554432000 1073741824 1073778376 140734808348384 140379297680712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.69 3.70 3.51 5/221 26621
/proc/meminfo: memFree=26660272/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2966184 CPUtime=22 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 17268 0 1 0 2152 48 0 0 20 0 22 0 342678316 3037372416 181295 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 741546 181295 2276 9 0 732240 0
[pid=26599/tid=26601] ppid=26597 vsize=2966184 CPUtime=5.96 cores=0,2,4,6

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

/proc/26599/statm: 741546 212280 2278 9 0 732240 0
[pid=26599/tid=26601] ppid=26597 vsize=2966184 CPUtime=5.97 cores=0,2,4,6
/proc/26599/task/26601/stat : 26601 (java) S 26597 26599 19811 0 -1 4202560 3038 0 1 0 589 8 0 0 20 0 22 0 342678317 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379458221208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26602] ppid=26597 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/26599/task/26602/stat : 26602 (java) S 26597 26599 19811 0 -1 4202560 224 0 0 0 40 5 0 0 20 0 22 0 342678318 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379396950184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26603] ppid=26597 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/26599/task/26603/stat : 26603 (java) S 26597 26599 19811 0 -1 4202560 174 0 0 0 57 6 0 0 20 0 22 0 342678318 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379323562280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26604] ppid=26597 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/26599/task/26604/stat : 26604 (java) S 26597 26599 19811 0 -1 4202560 155 0 0 0 44 5 0 0 20 0 22 0 342678318 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379322509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26605] ppid=26597 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/26599/task/26605/stat : 26605 (java) S 26597 26599 19811 0 -1 4202560 371 0 0 0 62 7 0 0 20 0 22 0 342678318 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379321457192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26606] ppid=26597 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/26599/task/26606/stat : 26606 (java) S 26597 26599 19811 0 -1 4202560 355 0 0 0 53 6 0 0 20 0 22 0 342678318 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379320404648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26607] ppid=26597 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/26599/task/26607/stat : 26607 (java) S 26597 26599 19811 0 -1 4202560 327 0 0 0 45 6 0 0 20 0 22 0 342678318 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379319352104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26608] ppid=26597 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/26599/task/26608/stat : 26608 (java) S 26597 26599 19811 0 -1 4202560 348 0 0 0 56 5 0 0 20 0 22 0 342678318 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379318299560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26609] ppid=26597 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/26599/task/26609/stat : 26609 (java) S 26597 26599 19811 0 -1 4202560 357 0 0 0 49 5 0 0 20 0 22 0 342678318 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379317247016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26610] ppid=26597 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/26599/task/26610/stat : 26610 (java) S 26597 26599 19811 0 -1 4202560 30 0 0 0 0 3 0 0 20 0 22 0 342678319 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379305048168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26611] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26611/stat : 26611 (java) S 26597 26599 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342678320 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379303994488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26612] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26612/stat : 26612 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342678320 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379302941832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26613] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26613/stat : 26613 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342678322 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379301890576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26614] ppid=26597 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/26599/task/26614/stat : 26614 (java) S 26597 26599 19811 0 -1 4202560 7894 0 0 0 102 2 0 0 20 0 22 0 342678322 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379300837944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26615] ppid=26597 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/26599/task/26615/stat : 26615 (java) S 26597 26599 19811 0 -1 4202560 3687 0 0 0 62 0 0 0 20 0 22 0 342678322 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379299785400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26616] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26616/stat : 26616 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342678322 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379298733048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26617] ppid=26597 vsize=2966184 CPUtime=0.24 cores=0,2,4,6
/proc/26599/task/26617/stat : 26617 (java) S 26597 26599 19811 0 -1 4202560 49 0 0 0 12 12 0 0 20 0 22 0 342678323 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379297680712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26618] ppid=26597 vsize=2966184 CPUtime=812.9 cores=0,2,4,6
/proc/26599/task/26618/stat : 26618 (java) R 26597 26599 19811 0 -1 4202560 40 0 0 0 81278 12 0 0 20 0 22 0 342678989 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379296623648 140379398764670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26619] ppid=26597 vsize=2966184 CPUtime=812.75 cores=0,2,4,6
/proc/26599/task/26619/stat : 26619 (java) R 26597 26599 19811 0 -1 4202560 78 0 0 0 81263 12 0 0 20 0 22 0 342678989 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379295570144 140379398565155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26620] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26620/stat : 26620 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342679046 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379294520360 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26621] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26621/stat : 26621 (java) S 26597 26599 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342679046 3037372416 212280 33554432000 1073741824 1073778376 140734808348384 140379293467816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1642.21
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 2.03 2.82 3.30 3/194 26656
/proc/meminfo: memFree=28049828/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2966184 CPUtime=1762.21 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 18321 0 1 0 176150 71 0 0 20 0 22 0 342678316 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 741546 212281 2278 9 0 732240 0
[pid=26599/tid=26601] ppid=26597 vsize=2966184 CPUtime=5.97 cores=0,2,4,6
/proc/26599/task/26601/stat : 26601 (java) S 26597 26599 19811 0 -1 4202560 3038 0 1 0 589 8 0 0 20 0 22 0 342678317 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379458221208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26602] ppid=26597 vsize=2966184 CPUtime=0.45 cores=0,2,4,6
/proc/26599/task/26602/stat : 26602 (java) S 26597 26599 19811 0 -1 4202560 224 0 0 0 40 5 0 0 20 0 22 0 342678318 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379396950184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26603] ppid=26597 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/26599/task/26603/stat : 26603 (java) S 26597 26599 19811 0 -1 4202560 174 0 0 0 57 6 0 0 20 0 22 0 342678318 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379323562280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26604] ppid=26597 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/26599/task/26604/stat : 26604 (java) S 26597 26599 19811 0 -1 4202560 155 0 0 0 44 5 0 0 20 0 22 0 342678318 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379322509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26605] ppid=26597 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/26599/task/26605/stat : 26605 (java) S 26597 26599 19811 0 -1 4202560 371 0 0 0 62 7 0 0 20 0 22 0 342678318 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379321457192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26606] ppid=26597 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/26599/task/26606/stat : 26606 (java) S 26597 26599 19811 0 -1 4202560 355 0 0 0 53 6 0 0 20 0 22 0 342678318 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379320404648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26607] ppid=26597 vsize=2966184 CPUtime=0.51 cores=0,2,4,6
/proc/26599/task/26607/stat : 26607 (java) S 26597 26599 19811 0 -1 4202560 327 0 0 0 45 6 0 0 20 0 22 0 342678318 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379319352104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26608] ppid=26597 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/26599/task/26608/stat : 26608 (java) S 26597 26599 19811 0 -1 4202560 348 0 0 0 56 5 0 0 20 0 22 0 342678318 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379318299560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26609] ppid=26597 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/26599/task/26609/stat : 26609 (java) S 26597 26599 19811 0 -1 4202560 357 0 0 0 49 5 0 0 20 0 22 0 342678318 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379317247016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26610] ppid=26597 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/26599/task/26610/stat : 26610 (java) S 26597 26599 19811 0 -1 4202560 30 0 0 0 0 4 0 0 20 0 22 0 342678319 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379305048168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26611] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26611/stat : 26611 (java) S 26597 26599 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342678320 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379303994488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26612] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26612/stat : 26612 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342678320 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379302941832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26613] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26613/stat : 26613 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342678322 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379301890576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26614] ppid=26597 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/26599/task/26614/stat : 26614 (java) S 26597 26599 19811 0 -1 4202560 7897 0 0 0 103 2 0 0 20 0 22 0 342678322 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379300837944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26615] ppid=26597 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/26599/task/26615/stat : 26615 (java) S 26597 26599 19811 0 -1 4202560 3687 0 0 0 62 0 0 0 20 0 22 0 342678322 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379299785400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26616] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26616/stat : 26616 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342678322 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379298733048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26617] ppid=26597 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/26599/task/26617/stat : 26617 (java) S 26597 26599 19811 0 -1 4202560 51 0 0 0 12 14 0 0 20 0 22 0 342678323 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379297680712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26618] ppid=26597 vsize=2966184 CPUtime=872.75 cores=0,2,4,6
/proc/26599/task/26618/stat : 26618 (java) R 26597 26599 19811 0 -1 4202560 40 0 0 0 87262 13 0 0 20 0 22 0 342678989 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379296623648 140379398764955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26619] ppid=26597 vsize=2966184 CPUtime=872.58 cores=0,2,4,6
/proc/26599/task/26619/stat : 26619 (java) R 26597 26599 19811 0 -1 4202560 78 0 0 0 87245 13 0 0 20 0 22 0 342678989 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379295570560 140379398564976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26620] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26620/stat : 26620 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342679046 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379294520360 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26621] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26621/stat : 26621 (java) S 26597 26599 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342679046 3037372416 212281 33554432000 1073741824 1073778376 140734808348384 140379293467816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1762.21
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 2.02 2.77 3.27 4/194 26656
/proc/meminfo: memFree=28045732/32873844 swapFree=7620/7620
[pid=26599] ppid=26597 vsize=2966184 CPUtime=1800.09 cores=0,2,4,6
/proc/26599/stat : 26599 (java) S 26597 26599 19811 0 -1 4202496 18332 0 1 0 179938 71 0 0 20 0 22 0 342678316 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140734808339520 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26599/statm: 741546 213307 2278 9 0 732240 0
[pid=26599/tid=26601] ppid=26597 vsize=2966184 CPUtime=5.98 cores=0,2,4,6
/proc/26599/task/26601/stat : 26601 (java) S 26597 26599 19811 0 -1 4202560 3038 0 1 0 589 9 0 0 20 0 22 0 342678317 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379458221208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26602] ppid=26597 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/26599/task/26602/stat : 26602 (java) S 26597 26599 19811 0 -1 4202560 224 0 0 0 41 5 0 0 20 0 22 0 342678318 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379396950184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26603] ppid=26597 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/26599/task/26603/stat : 26603 (java) S 26597 26599 19811 0 -1 4202560 174 0 0 0 58 6 0 0 20 0 22 0 342678318 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379323562280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26604] ppid=26597 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/26599/task/26604/stat : 26604 (java) S 26597 26599 19811 0 -1 4202560 159 0 0 0 48 5 0 0 20 0 22 0 342678318 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379322509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26605] ppid=26597 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/26599/task/26605/stat : 26605 (java) S 26597 26599 19811 0 -1 4202560 371 0 0 0 66 7 0 0 20 0 22 0 342678318 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379321457192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26606] ppid=26597 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/26599/task/26606/stat : 26606 (java) S 26597 26599 19811 0 -1 4202560 356 0 0 0 54 6 0 0 20 0 22 0 342678318 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379320404648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26607] ppid=26597 vsize=2966184 CPUtime=0.52 cores=0,2,4,6
/proc/26599/task/26607/stat : 26607 (java) S 26597 26599 19811 0 -1 4202560 327 0 0 0 46 6 0 0 20 0 22 0 342678318 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379319352104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26608] ppid=26597 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/26599/task/26608/stat : 26608 (java) S 26597 26599 19811 0 -1 4202560 349 0 0 0 60 5 0 0 20 0 22 0 342678318 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379318299560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26609] ppid=26597 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/26599/task/26609/stat : 26609 (java) S 26597 26599 19811 0 -1 4202560 357 0 0 0 50 6 0 0 20 0 22 0 342678318 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379317247016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26610] ppid=26597 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/26599/task/26610/stat : 26610 (java) S 26597 26599 19811 0 -1 4202560 32 0 0 0 0 4 0 0 20 0 22 0 342678319 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379305048168 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26611] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26611/stat : 26611 (java) S 26597 26599 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342678320 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379303994488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26612] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26612/stat : 26612 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342678320 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379302941832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26613] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26613/stat : 26613 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342678322 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379301890576 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26614] ppid=26597 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/26599/task/26614/stat : 26614 (java) S 26597 26599 19811 0 -1 4202560 7897 0 0 0 103 2 0 0 20 0 22 0 342678322 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379300837944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26615] ppid=26597 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/26599/task/26615/stat : 26615 (java) S 26597 26599 19811 0 -1 4202560 3687 0 0 0 62 0 0 0 20 0 22 0 342678322 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379299785400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26599/tid=26616] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26616/stat : 26616 (java) S 26597 26599 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342678322 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379298733048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26599/tid=26617] ppid=26597 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/26599/task/26617/stat : 26617 (java) S 26597 26599 19811 0 -1 4202560 53 0 0 0 13 14 0 0 20 0 22 0 342678323 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379297680712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26618] ppid=26597 vsize=2966184 CPUtime=891.56 cores=0,2,4,6
/proc/26599/task/26618/stat : 26618 (java) R 26597 26599 19811 0 -1 4202560 41 0 0 0 89143 13 0 0 20 0 22 0 342678989 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379296623760 140379398764961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26619] ppid=26597 vsize=2966184 CPUtime=891.39 cores=0,2,4,6
/proc/26599/task/26619/stat : 26619 (java) R 26597 26599 19811 0 -1 4202560 78 0 0 0 89126 13 0 0 20 0 22 0 342678989 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379295570144 140379398565033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26599/tid=26620] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26620/stat : 26620 (java) S 26597 26599 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342679046 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379294520360 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26599/tid=26621] ppid=26597 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26599/task/26621/stat : 26621 (java) S 26597 26599 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342679046 3037372416 213307 33554432000 1073741824 1073778376 140734808348384 140379293467816 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

Child status: 143

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

Real time (s): 901.221
CPU time (s): 1800.09
CPU user time (s): 1799.38
CPU system time (s): 0.71
CPU usage (%): 199.739
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 1.16182
maximum resident set size= 853348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18362
page faults= 1
swaps= 0
block input operations= 0
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21143
involuntary context switches= 14394

runsolver used 3.19951 second user time and 8.14676 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 01:18:55
IDJOB=3741625
IDBENCH=89887
IDSOLVER=2324
FILE ID=node135/3741625-1338765534
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70756 MiB

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

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

MD5SUM BENCH= 125c932e94e2457d1c83522659b39a64
RANDOM SEED=744830316

node135.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.820
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.64
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
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.820
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.55
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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	: 5238.35
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27379032 kB
Buffers:          386832 kB
Cached:          2930748 kB
SwapCached:         1672 kB
Active:          2751280 kB
Inactive:        1890032 kB
Active(anon):    1314000 kB
Inactive(anon):    12036 kB
Active(file):    1437280 kB
Inactive(file):  1877996 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:             30860 kB
Writeback:             0 kB
AnonPages:       1331932 kB
Mapped:            18708 kB
Shmem:               132 kB
Slab:             710620 kB
SReclaimable:     151736 kB
SUnreclaim:       558884 kB
KernelStack:        1632 kB
PageTables:         6788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1282048 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= 70952 MiB
End job on node135 at 2012-06-04 01:33:59