Trace number 3735320

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.03 896.631

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.97 4.01 3.82 4/197 28778
/proc/meminfo: memFree=26452420/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28778/stat : 28778 (java6) D 28776 28778 25443 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 340964422 9515008 182 33554432000 1073741824 1073778376 140733697716624 140733697707656 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/28778/statm: 2323 182 140 9 0 71 0

[startup+0.0882409 s]
/proc/loadavg: 3.97 4.01 3.82 4/197 28778
/proc/meminfo: memFree=26452420/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 4140 0 1 0 5 1 0 0 20 0 18 0 340964422 2764726272 5858 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 674982 5858 1933 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100301 s]
/proc/loadavg: 3.97 4.01 3.82 4/197 28778
/proc/meminfo: memFree=26452420/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 4752 0 1 0 8 1 0 0 20 0 18 0 340964422 2764726272 6459 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 674982 6459 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300183 s]
/proc/loadavg: 3.97 4.01 3.82 4/197 28778
/proc/meminfo: memFree=26452420/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 6211 0 1 0 47 2 0 0 20 0 18 0 340964422 2764726272 9880 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 674982 9880 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2699928

[startup+0.700185 s]
/proc/loadavg: 3.97 4.01 3.82 4/197 28778
/proc/meminfo: memFree=26452420/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2699928 CPUtime=1.36 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 14172 0 1 0 131 5 0 0 20 0 18 0 340964422 2764726272 50446 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 674982 50446 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 2699928

[startup+1.50064 s]
/proc/loadavg: 3.97 4.01 3.82 4/215 28796
/proc/meminfo: memFree=26121648/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2900648 CPUtime=2.63 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 14451 0 1 0 251 12 0 0 20 0 22 0 340964422 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 725162 108404 2263 9 0 715856 0
[pid=28778/tid=28780] ppid=28776 vsize=2900648 CPUtime=1.33 cores=1,3,5,7
/proc/28778/task/28780/stat : 28780 (java) S 28776 28778 25443 0 -1 4202560 2966 0 1 0 127 6 0 0 20 0 22 0 340964423 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591583032472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28781] ppid=28776 vsize=2900648 CPUtime=0.01 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) S 28776 28778 25443 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 340964425 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591567313704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28782] ppid=28776 vsize=2900648 CPUtime=0.04 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28776 28778 25443 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 340964425 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591566260904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28783] ppid=28776 vsize=2900648 CPUtime=0.01 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28776 28778 25443 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 340964425 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591565208616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28784] ppid=28776 vsize=2900648 CPUtime=0.02 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28776 28778 25443 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 340964425 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591564155816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28785] ppid=28776 vsize=2900648 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28776 28778 25443 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340964425 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591563102504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28786] ppid=28776 vsize=2900648 CPUtime=0.01 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28776 28778 25443 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 340964425 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591562049704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28787] ppid=28776 vsize=2900648 CPUtime=0.01 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28776 28778 25443 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 340964425 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591560997416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28788] ppid=28776 vsize=2900648 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28776 28778 25443 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340964425 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591559944616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28789] ppid=28776 vsize=2900648 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28776 28778 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340964426 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591547534056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28790] ppid=28776 vsize=2900648 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28776 28778 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340964426 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591546480120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28791] ppid=28776 vsize=2900648 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28776 28778 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340964426 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591545427720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28792] ppid=28776 vsize=2900648 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591544376208 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28793] ppid=28776 vsize=2900648 CPUtime=0.42 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) R 28776 28778 25443 0 -1 4202560 5599 0 0 0 42 0 0 0 20 0 22 0 340964428 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591543322688 140591589849310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28794] ppid=28776 vsize=2900648 CPUtime=0.46 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) R 28776 28778 25443 0 -1 4202560 4544 0 0 0 45 1 0 0 20 0 22 0 340964428 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591542270008 140591588730939 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28795] ppid=28776 vsize=2900648 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591541217912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28796] ppid=28776 vsize=2900648 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964429 2970263552 108404 33554432000 1073741824 1073778376 140736189036000 140591540165320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 2900648

[startup+3.10071 s]
/proc/loadavg: 3.97 4.01 3.82 5/219 28800
/proc/meminfo: memFree=26022204/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2966184 CPUtime=6.33 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 14550 0 1 0 621 12 0 0 20 0 22 0 340964422 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 741546 108490 2267 9 0 732240 0
[pid=28778/tid=28780] ppid=28776 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/28778/task/28780/stat : 28780 (java) S 28776 28778 25443 0 -1 4202560 2966 0 1 0 127 6 0 0 20 0 22 0 340964423 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591583032472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28781] ppid=28776 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) S 28776 28778 25443 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 340964425 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591567313704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28782] ppid=28776 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28776 28778 25443 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 340964425 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591566260904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28783] ppid=28776 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28776 28778 25443 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 340964425 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591565208616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28784] ppid=28776 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28776 28778 25443 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 340964425 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591564155816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28785] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28776 28778 25443 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340964425 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591563102504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28786] ppid=28776 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28776 28778 25443 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 340964425 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591562049704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28787] ppid=28776 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28776 28778 25443 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 340964425 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591560997416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28788] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28776 28778 25443 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340964425 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591559944616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28789] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28776 28778 25443 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591547534056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28790] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28776 28778 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591546480120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28791] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28776 28778 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591545427720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28792] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591544376208 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28793] ppid=28776 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28776 28778 25443 0 -1 4202560 5636 0 0 0 67 0 0 0 20 0 22 0 340964428 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591543322808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28794] ppid=28776 vsize=2966184 CPUtime=0.72 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28776 28778 25443 0 -1 4202560 4547 0 0 0 71 1 0 0 20 0 22 0 340964428 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591542270008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591541217912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28796] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964429 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591540165320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28797] ppid=28776 vsize=2966184 CPUtime=1.65 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) R 28776 28778 25443 0 -1 4202560 25 0 0 0 165 0 0 0 20 0 22 0 340964560 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591539108936 140591409923128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28776 vsize=2966184 CPUtime=1.64 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) R 28776 28778 25443 0 -1 4202560 71 0 0 0 164 0 0 0 20 0 22 0 340964560 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591538056072 140591410056673 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28799] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28799/stat : 28799 (java) S 28776 28778 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340964570 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591537006248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28800] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28800/stat : 28800 (java) S 28776 28778 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340964571 3037372416 108490 33554432000 1073741824 1073778376 140736189036000 140591535953448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 2966184

[startup+6.3083 s]
/proc/loadavg: 3.97 4.01 3.82 8/219 28800
/proc/meminfo: memFree=25967312/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2966184 CPUtime=13.19 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 14669 0 1 0 1299 20 0 0 20 0 22 0 340964422 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 741546 121534 2268 9 0 732240 0
[pid=28778/tid=28780] ppid=28776 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/28778/task/28780/stat : 28780 (java) S 28776 28778 25443 0 -1 4202560 2966 0 1 0 127 6 0 0 20 0 22 0 340964423 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591583032472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28781] ppid=28776 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) R 28776 28778 25443 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 22 0 340964425 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591567313880 140591587207450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28776 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28776 28778 25443 0 -1 4202560 52 0 0 0 11 3 0 0 20 0 22 0 340964425 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591566260904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28783] ppid=28776 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) R 28776 28778 25443 0 -1 4202560 18 0 0 0 11 0 0 0 20 0 22 0 340964425 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591565208496 140591587207450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28784] ppid=28776 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) R 28776 28778 25443 0 -1 4202560 45 0 0 0 10 2 0 0 20 0 22 0 340964425 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591564155816 140591589930038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28785] ppid=28776 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) R 28776 28778 25443 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 22 0 340964425 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591563102504 270333424700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28786] ppid=28776 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) R 28776 28778 25443 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 22 0 340964425 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591562049880 140591589930572 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28787] ppid=28776 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) R 28776 28778 25443 0 -1 4202560 29 0 0 0 8 2 0 0 20 0 22 0 340964425 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591560997416 140591589927852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28788] ppid=28776 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) R 28776 28778 25443 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 22 0 340964425 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591559944616 140591589927852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28789] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28776 28778 25443 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591547532936 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28790] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28776 28778 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591546480120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28791] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28776 28778 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591545427720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28792] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591544376208 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28793] ppid=28776 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28776 28778 25443 0 -1 4202560 5636 0 0 0 74 0 0 0 20 0 22 0 340964428 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591543322808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28794] ppid=28776 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28776 28778 25443 0 -1 4202560 4548 0 0 0 79 2 0 0 20 0 22 0 340964428 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591542270008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591541217912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28796] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964429 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591540165320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28797] ppid=28776 vsize=2966184 CPUtime=4.63 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) S 28776 28778 25443 0 -1 4202560 27 0 0 0 463 0 0 0 20 0 22 0 340964560 3037372416 121534 33554432000 1073741824 1073778376 140736189036000 140591539108936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/28778/statm: 741546 188483 2270 9 0 732240 0
[pid=28778/tid=28780] ppid=28776 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/28778/task/28780/stat : 28780 (java) S 28776 28778 25443 0 -1 4202560 2970 0 1 0 127 8 0 0 20 0 22 0 340964423 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591583032472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28781] ppid=28776 vsize=2966184 CPUtime=3.16 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) S 28776 28778 25443 0 -1 4202560 83 0 0 0 309 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591567313704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28782] ppid=28776 vsize=2966184 CPUtime=2.97 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28776 28778 25443 0 -1 4202560 115 0 0 0 288 9 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591566260904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28783] ppid=28776 vsize=2966184 CPUtime=3.03 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28776 28778 25443 0 -1 4202560 78 0 0 0 295 8 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591565208616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28784] ppid=28776 vsize=2966184 CPUtime=3.18 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28776 28778 25443 0 -1 4202560 137 0 0 0 307 11 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591564155816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28785] ppid=28776 vsize=2966184 CPUtime=3.04 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28776 28778 25443 0 -1 4202560 195 0 0 0 297 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591563102504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28786] ppid=28776 vsize=2966184 CPUtime=3.07 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28776 28778 25443 0 -1 4202560 88 0 0 0 300 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591562049704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28787] ppid=28776 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28776 28778 25443 0 -1 4202560 114 0 0 0 305 10 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591560997416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28788] ppid=28776 vsize=2966184 CPUtime=3.06 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28776 28778 25443 0 -1 4202560 105 0 0 0 297 9 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591559944616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28789] ppid=28776 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28776 28778 25443 0 -1 4202560 64 0 0 0 50 89 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591547534056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28790] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28776 28778 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591546480120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28791] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28776 28778 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591545427720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28792] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591544376208 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28793] ppid=28776 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28776 28778 25443 0 -1 4202560 5672 0 0 0 88 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591543322808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28794] ppid=28776 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28776 28778 25443 0 -1 4202560 4573 0 0 0 87 2 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591542270008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591541217912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28796] ppid=28776 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28776 28778 25443 0 -1 4202560 47 0 0 0 11 23 0 0 20 0 22 0 340964429 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591540165320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28797] ppid=28776 vsize=2966184 CPUtime=868.73 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) R 28776 28778 25443 0 -1 4202560 886 0 0 0 86856 17 0 0 20 0 22 0 340964560 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591539109568 140591410092586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28776 vsize=2966184 CPUtime=868.96 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) R 28776 28778 25443 0 -1 4202560 1182 0 0 0 86877 19 0 0 20 0 22 0 340964560 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591538055568 140591409702550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28799] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28799/stat : 28799 (java) S 28776 28778 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340964570 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591537006248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28800] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28800/stat : 28800 (java) S 28776 28778 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340964571 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591535953448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.2
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.607 s]
/proc/loadavg: 4.09 4.06 3.92 5/219 28872
/proc/meminfo: memFree=25693736/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2966184 CPUtime=1800.03 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 17544 0 1 0 179796 207 0 0 20 0 22 0 340964422 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 741546 188483 2270 9 0 732240 0
[pid=28778/tid=28780] ppid=28776 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/28778/task/28780/stat : 28780 (java) S 28776 28778 25443 0 -1 4202560 2970 0 1 0 127 8 0 0 20 0 22 0 340964423 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591583032472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28781] ppid=28776 vsize=2966184 CPUtime=3.24 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) S 28776 28778 25443 0 -1 4202560 83 0 0 0 317 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591567313704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28776 vsize=2966184 CPUtime=3.05 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28776 28778 25443 0 -1 4202560 115 0 0 0 296 9 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591566260904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28783] ppid=28776 vsize=2966184 CPUtime=3.1 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28776 28778 25443 0 -1 4202560 78 0 0 0 302 8 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591565208616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28784] ppid=28776 vsize=2966184 CPUtime=3.26 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28776 28778 25443 0 -1 4202560 137 0 0 0 315 11 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591564155816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28785] ppid=28776 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28776 28778 25443 0 -1 4202560 195 0 0 0 304 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591563102504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28786] ppid=28776 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28776 28778 25443 0 -1 4202560 88 0 0 0 308 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591562049704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28787] ppid=28776 vsize=2966184 CPUtime=3.23 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28776 28778 25443 0 -1 4202560 114 0 0 0 313 10 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591560997416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28788] ppid=28776 vsize=2966184 CPUtime=3.13 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28776 28778 25443 0 -1 4202560 105 0 0 0 304 9 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591559944616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28789] ppid=28776 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28776 28778 25443 0 -1 4202560 66 0 0 0 51 89 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591547534056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28790] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28776 28778 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591546480120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28791] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28776 28778 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591545427720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28792] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591544376208 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28793] ppid=28776 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28776 28778 25443 0 -1 4202560 5673 0 0 0 89 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591543322808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28794] ppid=28776 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28776 28778 25443 0 -1 4202560 4573 0 0 0 87 2 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591542270008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591541217912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28796] ppid=28776 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28776 28778 25443 0 -1 4202560 49 0 0 0 11 23 0 0 20 0 22 0 340964429 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591540165320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28797] ppid=28776 vsize=2966184 CPUtime=882.77 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) R 28776 28778 25443 0 -1 4202560 906 0 0 0 88259 18 0 0 20 0 22 0 340964560 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591539109632 140591409923186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28798] ppid=28776 vsize=2966184 CPUtime=883.02 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) R 28776 28778 25443 0 -1 4202560 1203 0 0 0 88282 20 0 0 20 0 22 0 340964560 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591538055456 140591409908505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28799] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28799/stat : 28799 (java) S 28776 28778 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340964570 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591537006248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28800] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28800/stat : 28800 (java) S 28776 28778 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340964571 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591535953448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2966184

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

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

[startup+896.607 s]
/proc/loadavg: 4.09 4.06 3.92 5/219 28872
/proc/meminfo: memFree=25693736/32873660 swapFree=7120/7120
[pid=28778] ppid=28776 vsize=2966184 CPUtime=1800.03 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28776 28778 25443 0 -1 4202496 17544 0 1 0 179796 207 0 0 20 0 22 0 340964422 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140736189027136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28778/statm: 741546 188483 2270 9 0 732240 0
[pid=28778/tid=28780] ppid=28776 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/28778/task/28780/stat : 28780 (java) S 28776 28778 25443 0 -1 4202560 2970 0 1 0 127 8 0 0 20 0 22 0 340964423 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591583032472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28781] ppid=28776 vsize=2966184 CPUtime=3.24 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) S 28776 28778 25443 0 -1 4202560 83 0 0 0 317 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591567313704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28776 vsize=2966184 CPUtime=3.05 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28776 28778 25443 0 -1 4202560 115 0 0 0 296 9 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591566260904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28783] ppid=28776 vsize=2966184 CPUtime=3.1 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28776 28778 25443 0 -1 4202560 78 0 0 0 302 8 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591565208616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28784] ppid=28776 vsize=2966184 CPUtime=3.26 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28776 28778 25443 0 -1 4202560 137 0 0 0 315 11 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591564155816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28785] ppid=28776 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28776 28778 25443 0 -1 4202560 195 0 0 0 304 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591563102504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28786] ppid=28776 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28776 28778 25443 0 -1 4202560 88 0 0 0 308 7 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591562049704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28787] ppid=28776 vsize=2966184 CPUtime=3.23 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28776 28778 25443 0 -1 4202560 114 0 0 0 313 10 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591560997416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28788] ppid=28776 vsize=2966184 CPUtime=3.13 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28776 28778 25443 0 -1 4202560 105 0 0 0 304 9 0 0 20 0 22 0 340964425 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591559944616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28789] ppid=28776 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28776 28778 25443 0 -1 4202560 66 0 0 0 51 89 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591547534056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28790] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28776 28778 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591546480120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28791] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28776 28778 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340964426 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591545427720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28792] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591544376208 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28793] ppid=28776 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28776 28778 25443 0 -1 4202560 5673 0 0 0 89 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591543322808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28794] ppid=28776 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28776 28778 25443 0 -1 4202560 4573 0 0 0 87 2 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591542270008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28776 28778 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340964428 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591541217912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28796] ppid=28776 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28776 28778 25443 0 -1 4202560 49 0 0 0 11 23 0 0 20 0 22 0 340964429 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591540165320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28797] ppid=28776 vsize=2966184 CPUtime=882.77 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) R 28776 28778 25443 0 -1 4202560 906 0 0 0 88259 18 0 0 20 0 22 0 340964560 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591539109632 140591409923186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28798] ppid=28776 vsize=2966184 CPUtime=883.02 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) R 28776 28778 25443 0 -1 4202560 1203 0 0 0 88282 20 0 0 20 0 22 0 340964560 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591538055456 140591409908505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28799] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28799/stat : 28799 (java) S 28776 28778 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340964570 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591537006248 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28800] ppid=28776 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28800/stat : 28800 (java) S 28776 28778 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340964571 3037372416 188483 33554432000 1073741824 1073778376 140736189036000 140591535953448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28778 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=828296
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=431630
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.631
CPU time (s): 1800.03
CPU user time (s): 1797.96
CPU system time (s): 2.07
CPU usage (%): 200.755
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.83
system time used= 2.43163
maximum resident set size= 754056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17576
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73726
involuntary context switches= 96316

runsolver used 3.40048 second user time and 8.24475 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 20:33:07
IDJOB=3735320
IDBENCH=2971
IDSOLVER=2324
FILE ID=node117/3735320-1338748387
RUNJOBID= node117-1338737787-25460
PBS_JOBID= 14636766
Free space on /tmp= 69112 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735320-1338748387/watcher-3735320-1338748387 -o /tmp/evaluation-result-3735320-1338748387/solver-3735320-1338748387 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735320-1338748387.opb

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

MD5SUM BENCH= 9c4320f542823743906889d8232ca8c8
RANDOM SEED=1813582562

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        26452948 kB
Buffers:          628472 kB
Cached:          4159012 kB
SwapCached:          776 kB
Active:          3031132 kB
Inactive:        2469280 kB
Active(anon):     698692 kB
Inactive(anon):     9972 kB
Active(file):    2332440 kB
Inactive(file):  2459308 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              5888 kB
Writeback:             0 kB
AnonPages:        716412 kB
Mapped:            20440 kB
Shmem:                80 kB
Slab:             778000 kB
SReclaimable:     222152 kB
SUnreclaim:       555848 kB
KernelStack:        1624 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1572648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    649216 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= 69116 MiB
End job on node117 at 2012-06-03 20:48:05