Trace number 3741250

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-31UNSAT 31.7482 15.33

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-785912.opb
MD5SUMed5b22b7ff980aba201e80ac017c6ab9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.928858
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1380
Total number of constraints1714
Number of constraints which are clauses1422
Number of constraints which are cardinality constraints (but not clauses)292
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint250
Number of terms in the objective function 1260
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.06	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100531
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		1349517296
0.02/0.07	c Max memory 		1356595200
0.02/0.07	c Total memory 		1356595200
0.02/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3741250-1338762666.opb
0.10/0.10	c reading problem ... 
0.59/0.31	c ... done. Wall clock time 0.213s.
0.59/0.31	c #vars     1380
0.59/0.31	c #constraints  1714
0.59/0.31	c constraints type 
0.59/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162
0.59/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 292
0.59/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1260
0.59/0.31	c constraints type 
0.59/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1260
0.59/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
0.59/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 292
3.59/1.23	c cleaning 2494 clauses out of 5002 with flag 5002/5002
5.55/2.13	c cleaning 4250 clauses out of 8508 with flag 11002/11002
7.76/3.26	c cleaning 5623 clauses out of 11257 with flag 18001/18001
10.54/4.62	c cleaning 6811 clauses out of 13633 with flag 26000/26000
13.94/6.35	c cleaning 7901 clauses out of 15824 with flag 35002/35002
18.24/8.46	c cleaning 8924 clauses out of 17922 with flag 45001/45001
23.08/10.64	c cleaning 9494 clauses out of 18997 with flag 55000/55000
27.04/12.66	c cleaning 9749 clauses out of 19503 with flag 65000/65000
30.60/14.42	c cleaning 9875 clauses out of 19754 with flag 75000/75000
31.55/14.95	c And the winner is Resolution
31.64/15.31	c starts		: 85
31.64/15.31	c conflicts		: 77979
31.64/15.31	c decisions		: 172822
31.64/15.31	c propagations		: 7065806
31.64/15.31	c inspects		: 120094511
31.64/15.31	c learnt literals	: 5
31.64/15.31	c learnt binary clauses	: 11
31.64/15.31	c learnt ternary clauses	: 29
31.64/15.31	c learnt clauses	: 77973
31.64/15.31	c ignored clauses	: 0
31.64/15.31	c root simplifications	: 0
31.64/15.31	c removed literals (reason simplification)	: 2373960
31.64/15.31	c reason swapping (by a shorter reason)	: 0
31.64/15.31	c Calls to reduceDB	: 9
31.64/15.31	c number of reductions to clauses (during analyze)	: 0
31.64/15.31	c number of learned constraints concerned by reduction	: 0
31.64/15.31	c number of learning phase by resolution	: 0
31.64/15.31	c number of learning phase by cutting planes	: 0
31.64/15.31	c speed (assignments/second)	: 470959.5414250483
31.64/15.31	c non guided choices	16
31.64/15.32	c learnt constraints type 
31.64/15.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12841
31.64/15.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
31.64/15.32	c constraints type 
31.64/15.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162
31.64/15.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 292
31.64/15.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1260
31.64/15.32	c constraints type 
31.64/15.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1260
31.64/15.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
31.64/15.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 292
31.64/15.32	s UNSATISFIABLE
31.64/15.32	c Total wall clock time (in seconds): 15.226

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-3741250-1338762666/watcher-3741250-1338762666 -o /tmp/evaluation-result-3741250-1338762666/solver-3741250-1338762666 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741250-1338762666.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: 4.16 4.06 3.86 4/197 30143
/proc/meminfo: memFree=29623000/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 1278 0 0 0 0 0 0 0 20 0 2 0 342392489 98570240 979 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 24065 979 745 9 0 16771 0
[pid=30143/tid=30144] ppid=30141 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) R 30141 30143 22552 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 342392490 98570240 979 33554432000 1073741824 1073778376 140736902094528 139691138981416 259112387968 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.043118 s]
/proc/loadavg: 4.16 4.06 3.86 4/197 30143
/proc/meminfo: memFree=29623000/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2367080 CPUtime=0.02 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 3742 0 1 0 2 0 0 0 20 0 13 0 342392489 2423889920 4950 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 591770 4950 1708 9 0 582471 0
[pid=30143/tid=30144] ppid=30141 vsize=2367080 CPUtime=0.02 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) R 30141 30143 22552 0 -1 4202560 2560 0 1 0 2 0 0 0 20 0 13 0 342392490 2423889920 4950 33554432000 1073741824 1073778376 140736902094528 139691138983488 259115771149 0 4 0 16800971 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100245 s]
/proc/loadavg: 4.16 4.06 3.86 4/197 30143
/proc/meminfo: memFree=29623000/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 4856 0 1 0 10 0 0 0 20 0 18 0 342392489 2764726272 6536 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 674982 6536 2153 9 0 665676 0
[pid=30143/tid=30144] ppid=30141 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) R 30141 30143 22552 0 -1 4202560 2782 0 1 0 7 0 0 0 20 0 18 0 342392490 2764726272 6536 33554432000 1073741824 1073778376 140736902094528 139691138984352 139691146786544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300217 s]
/proc/loadavg: 4.16 4.06 3.86 4/197 30143
/proc/meminfo: memFree=29623000/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2699928 CPUtime=0.59 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 6689 0 1 0 57 2 0 0 20 0 18 0 342392489 2764726272 11669 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 674982 11669 2223 9 0 665676 0
[pid=30143/tid=30144] ppid=30141 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) R 30141 30143 22552 0 -1 4202560 2797 0 1 0 26 1 0 0 20 0 18 0 342392490 2764726272 11669 33554432000 1073741824 1073778376 140736902094528 139691138984352 139691009970778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 2699928

[startup+0.700231 s]
/proc/loadavg: 4.16 4.06 3.86 4/197 30143
/proc/meminfo: memFree=29623000/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2966184 CPUtime=2.09 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 16446 0 1 0 205 4 0 0 20 0 22 0 342392489 3037372416 21358 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 741546 21358 2250 9 0 732240 0
[pid=30143/tid=30144] ppid=30141 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) S 30141 30143 22552 0 -1 4202560 2810 0 1 0 28 1 0 0 20 0 22 0 342392490 3037372416 21358 33554432000 1073741824 1073778376 140736902094528 139691138987160 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 2966184

[startup+1.50082 s]
/proc/loadavg: 4.16 4.06 3.86 5/219 30165
/proc/meminfo: memFree=29466144/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2966184 CPUtime=4.22 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 16823 0 1 0 414 8 0 0 20 0 22 0 342392489 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 741546 69694 2281 9 0 732240 0
[pid=30143/tid=30144] ppid=30141 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) S 30141 30143 22552 0 -1 4202560 2810 0 1 0 28 1 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139691138987160 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) S 30141 30143 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139691128047784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30147] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) S 30141 30143 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139691004721448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30148] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139691003668904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30149] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) S 30141 30143 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139691002616360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30150] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30141 30143 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139691001563816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30151] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30141 30143 22552 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139691000511272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30152] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690999458728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30153] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30141 30143 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690998406184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30154] ppid=30141 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30141 30143 22552 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 342392491 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690515593320 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30155] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30141 30143 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342392492 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690514539640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30156] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30141 30143 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342392492 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690513486984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30157] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690512435728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30158] ppid=30141 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30141 30143 22552 0 -1 4202560 6018 0 0 0 76 2 0 0 20 0 22 0 342392494 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690511383096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30159] ppid=30141 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/30143/task/30159/stat : 30159 (java) S 30141 30143 22552 0 -1 4202560 6500 0 0 0 74 1 0 0 20 0 22 0 342392494 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690510330552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30160] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30160/stat : 30160 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690509278200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30161] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30161/stat : 30161 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690508225864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30162] ppid=30141 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/30143/task/30162/stat : 30162 (java) R 30141 30143 22552 0 -1 4202560 36 0 0 0 114 0 0 0 20 0 22 0 342392520 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690507169960 139691010096160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30163] ppid=30141 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/30143/task/30163/stat : 30163 (java) R 30141 30143 22552 0 -1 4202560 194 0 0 0 111 3 0 0 20 0 22 0 342392520 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690506117144 139691010266319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30164] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30164/stat : 30164 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342392524 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690505065512 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30165] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30165/stat : 30165 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342392524 3037372416 69694 33554432000 1073741824 1073778376 140736902094528 139690504012968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 2966184

[startup+3.10082 s]
/proc/loadavg: 4.16 4.06 3.86 5/219 30165
/proc/meminfo: memFree=29215484/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2966184 CPUtime=7.54 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 17853 0 1 0 742 12 0 0 20 0 22 0 342392489 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 741546 105851 2281 9 0 732240 0
[pid=30143/tid=30144] ppid=30141 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) S 30141 30143 22552 0 -1 4202560 2810 0 1 0 28 1 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139691138987160 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30141 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) S 30141 30143 22552 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139691128047784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30147] ppid=30141 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) S 30141 30143 22552 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139691004721448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30148] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139691003668904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30149] ppid=30141 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) S 30141 30143 22552 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139691002616360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30150] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30141 30143 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139691001563816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30151] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30141 30143 22552 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139691000511272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30152] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30141 30143 22552 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690999458728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30153] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690998406184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30154] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30141 30143 22552 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 342392491 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690515593320 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30155] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30141 30143 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342392492 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690514539640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30156] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30141 30143 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342392492 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690513486984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30157] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690512435728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30158] ppid=30141 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30141 30143 22552 0 -1 4202560 6959 0 0 0 84 2 0 0 20 0 22 0 342392494 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690511383096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30159] ppid=30141 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/30143/task/30159/stat : 30159 (java) S 30141 30143 22552 0 -1 4202560 6500 0 0 0 78 1 0 0 20 0 22 0 342392494 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690510330552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30160] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30160/stat : 30160 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690509278200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30161] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30161/stat : 30161 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690508225864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30162] ppid=30141 vsize=2966184 CPUtime=2.66 cores=1,3,5,7
/proc/30143/task/30162/stat : 30162 (java) R 30141 30143 22552 0 -1 4202560 37 0 0 0 266 0 0 0 20 0 22 0 342392520 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690507168264 139691010210279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30163] ppid=30141 vsize=2966184 CPUtime=2.67 cores=1,3,5,7
/proc/30143/task/30163/stat : 30163 (java) R 30141 30143 22552 0 -1 4202560 258 0 0 0 262 5 0 0 20 0 22 0 342392520 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690506116160 139691010191235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30164] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30164/stat : 30164 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342392524 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690505065512 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30165] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30165/stat : 30165 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342392524 3037372416 105851 33554432000 1073741824 1073778376 140736902094528 139690504012968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 2966184

[startup+6.30166 s]
/proc/loadavg: 4.14 4.06 3.86 5/219 30165
/proc/meminfo: memFree=29199024/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2966184 CPUtime=13.94 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 17870 0 1 0 1382 12 0 0 20 0 22 0 342392489 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 741546 107891 2281 9 0 732240 0
[pid=30143/tid=30144] ppid=30141 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) S 30141 30143 22552 0 -1 4202560 2810 0 1 0 28 1 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139691138987160 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) S 30141 30143 22552 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139691128047784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30147] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) S 30141 30143 22552 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139691004721448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30148] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139691003668904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30149] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) S 30141 30143 22552 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139691002616360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30150] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30141 30143 22552 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139691001563816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30151] ppid=30141 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139691000511272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30152] ppid=30141 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30141 30143 22552 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139690999458728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30153] ppid=30141 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30141 30143 22552 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 342392490 3037372416 107891 33554432000 1073741824 1073778376 140736902094528 139690998406184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/30143/task/30159/stat : 30159 (java) S 30141 30143 22552 0 -1 4202560 6512 0 0 0 97 2 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690510330552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30160] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30160/stat : 30160 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690509278200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30161] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30161/stat : 30161 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690508225864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30164] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30164/stat : 30164 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342392524 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690505065512 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30165] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30165/stat : 30165 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342392524 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690504012968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (KiB) 2966184
#
############


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

[startup+14.3083 s]
/proc/loadavg: 4.13 4.06 3.86 5/219 30165
/proc/meminfo: memFree=29085420/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2966184 CPUtime=30.41 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 22251 0 1 0 3024 17 0 0 20 0 22 0 342392489 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 741546 136122 2282 9 0 732240 0
[pid=30143/tid=30144] ppid=30141 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) S 30141 30143 22552 0 -1 4202560 2810 0 1 0 28 1 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139691138987160 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30141 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) S 30141 30143 22552 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139691128047784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30147] ppid=30141 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) S 30141 30143 22552 0 -1 4202560 23 0 0 0 6 0 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139691004721448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30148] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) S 30141 30143 22552 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139691003668904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30149] ppid=30141 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) S 30141 30143 22552 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139691002616360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30150] ppid=30141 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30141 30143 22552 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139691001563816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30151] ppid=30141 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30141 30143 22552 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139691000511272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30152] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30141 30143 22552 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690999458728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30153] ppid=30141 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30141 30143 22552 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 342392490 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690998406184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30154] ppid=30141 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30141 30143 22552 0 -1 4202560 81 0 0 0 38 1 0 0 20 0 22 0 342392491 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690515593320 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30155] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30141 30143 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342392492 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690514539640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30156] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30141 30143 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342392492 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690513486984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30157] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690512435728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30158] ppid=30141 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30141 30143 22552 0 -1 4202560 11186 0 0 0 130 3 0 0 20 0 22 0 342392494 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690511383096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30159] ppid=30141 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/30143/task/30159/stat : 30159 (java) S 30141 30143 22552 0 -1 4202560 6512 0 0 0 97 2 0 0 20 0 22 0 342392494 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690510330552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30160] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30160/stat : 30160 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690509278200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30161] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30161/stat : 30161 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342392494 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690508225864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30162] ppid=30141 vsize=2966184 CPUtime=13.37 cores=1,3,5,7
/proc/30143/task/30162/stat : 30162 (java) R 30141 30143 22552 0 -1 4202560 41 0 0 0 1337 0 0 0 20 0 22 0 342392520 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690507168216 139691010232237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30163] ppid=30141 vsize=2966184 CPUtime=13.37 cores=1,3,5,7
/proc/30143/task/30163/stat : 30163 (java) R 30141 30143 22552 0 -1 4202560 300 0 0 0 1331 6 0 0 20 0 22 0 342392520 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690506116368 139691010210275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30164] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30164/stat : 30164 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342392524 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690505065512 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30165] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30165/stat : 30165 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342392524 3037372416 136122 33554432000 1073741824 1073778376 140736902094528 139690504012968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 30.41
Current children cumulated vsize (KiB) 2966184

[startup+15.1008 s]
/proc/loadavg: 4.13 4.06 3.86 5/219 30165
/proc/meminfo: memFree=29085420/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2966184 CPUtime=31.64 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 22258 0 1 0 3145 19 0 0 20 0 20 0 342392489 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 741546 136627 2283 9 0 732240 0
[pid=30143/tid=30144] ppid=30141 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) S 30141 30143 22552 0 -1 4202560 2810 0 1 0 28 1 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691138987160 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30141 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) S 30141 30143 22552 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691128047784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30147] ppid=30141 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) S 30141 30143 22552 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691004721448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30148] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) S 30141 30143 22552 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691003668904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30149] ppid=30141 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) S 30141 30143 22552 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691002616360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30150] ppid=30141 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30141 30143 22552 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691001563816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30151] ppid=30141 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30141 30143 22552 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691000511272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30152] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30141 30143 22552 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690999458728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30153] ppid=30141 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30141 30143 22552 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690998406184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30154] ppid=30141 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30141 30143 22552 0 -1 4202560 82 0 0 0 45 1 0 0 20 0 20 0 342392491 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690515593320 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30155] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30141 30143 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342392492 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690514539640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30156] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30141 30143 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342392492 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690513486984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30157] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690512435728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30158] ppid=30141 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30141 30143 22552 0 -1 4202560 11186 0 0 0 130 3 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690511383096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30159] ppid=30141 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/30143/task/30159/stat : 30159 (java) S 30141 30143 22552 0 -1 4202560 6512 0 0 0 97 2 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690510330552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30160] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30160/stat : 30160 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690509278200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30161] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30161/stat : 30161 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690508225864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30164] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30164/stat : 30164 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342392524 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690505065512 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30165] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30165/stat : 30165 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342392524 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690504012968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (KiB) 2966184

[startup+15.3015 s]
/proc/loadavg: 4.12 4.06 3.86 3/217 30165
/proc/meminfo: memFree=29083372/32873648 swapFree=6860/6860
[pid=30143] ppid=30141 vsize=2966184 CPUtime=31.64 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30141 30143 22552 0 -1 4202496 22258 0 1 0 3145 19 0 0 20 0 20 0 342392489 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 140736902085664 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30143/statm: 741546 136627 2283 9 0 732240 0
[pid=30143/tid=30144] ppid=30141 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30143/task/30144/stat : 30144 (java) S 30141 30143 22552 0 -1 4202560 2810 0 1 0 28 1 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691138987160 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30146] ppid=30141 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) S 30141 30143 22552 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691128047784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30147] ppid=30141 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) S 30141 30143 22552 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691004721448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30148] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) S 30141 30143 22552 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691003668904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30149] ppid=30141 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) S 30141 30143 22552 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691002616360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30150] ppid=30141 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30141 30143 22552 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691001563816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30151] ppid=30141 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30141 30143 22552 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139691000511272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30152] ppid=30141 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30141 30143 22552 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690999458728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30153] ppid=30141 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30141 30143 22552 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 20 0 342392490 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690998406184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30154] ppid=30141 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30141 30143 22552 0 -1 4202560 82 0 0 0 45 1 0 0 20 0 20 0 342392491 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690515593320 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30155] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30141 30143 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342392492 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690514539640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30156] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30141 30143 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 342392492 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690513486984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30157] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690512435728 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30158] ppid=30141 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30141 30143 22552 0 -1 4202560 11186 0 0 0 130 3 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690511383096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30143/tid=30159] ppid=30141 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/30143/task/30159/stat : 30159 (java) S 30141 30143 22552 0 -1 4202560 6512 0 0 0 97 2 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690510330552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30160] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30160/stat : 30160 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690509278200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30143/tid=30161] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30161/stat : 30161 (java) S 30141 30143 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342392494 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690508225864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30143/tid=30164] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30164/stat : 30164 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342392524 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690505065512 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30143/tid=30165] ppid=30141 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30165/stat : 30165 (java) S 30141 30143 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342392524 3037372416 136627 33554432000 1073741824 1073778376 140736902094528 139690504012968 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (KiB) 2966184

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0199986
#  lost CPU user time (s): 0.0299988
#  lost CPU system time (s): -0.00999999

Real time (s): 15.33
CPU time (s): 31.7482
CPU user time (s): 31.4662
CPU system time (s): 0.281955
CPU usage (%): 207.098
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.4362
system time used= 0.291955
maximum resident set size= 548592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22271
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1283
involuntary context switches= 1353

runsolver used 0.041993 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 00:31:06
IDJOB=3741250
IDBENCH=89822
IDSOLVER=2324
FILE ID=node124/3741250-1338762666
RUNJOBID= node124-1338748776-22569
PBS_JOBID= 14636791
Free space on /tmp= 70696 MiB

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

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

MD5SUM BENCH= ed5b22b7ff980aba201e80ac017c6ab9
RANDOM SEED=726722231

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29622628 kB
Buffers:          226832 kB
Cached:          1519952 kB
SwapCached:         8268 kB
Active:          1166652 kB
Inactive:        1309172 kB
Active(anon):     722892 kB
Inactive(anon):     8240 kB
Active(file):     443760 kB
Inactive(file):  1300932 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:               276 kB
Writeback:             0 kB
AnonPages:        727928 kB
Mapped:            17296 kB
Shmem:                 0 kB
Slab:             634788 kB
SReclaimable:      78680 kB
SUnreclaim:       556108 kB
KernelStack:        1624 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    667648 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= 70696 MiB
End job on node124 at 2012-06-04 00:31:22