Trace number 3743898

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 NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.16 917.753

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUM49900d523860c6ca6b945c232e000369
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3743898-1338788914.opb
0.08/0.12	c reading problem ... 
46.84/31.61	c ... done. Wall clock time 31.486s.
46.84/31.61	c #vars     2000400
46.84/31.61	c #constraints  4940911
46.84/31.61	c constraints type 
46.84/31.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
46.84/31.61	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
46.84/31.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
46.84/31.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
46.84/31.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
46.84/31.61	c constraints type 
46.84/31.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
46.84/31.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
46.84/31.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
46.84/31.61	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
46.84/31.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
222.20/116.05	c cleaning 2497 clauses out of 5001 with flag 5001/5001
554.11/283.31	c cleaning 4243 clauses out of 8503 with flag 11000/11000
720.13/368.76	c cleaning 5628 clauses out of 11261 with flag 18001/18001
971.45/496.25	c cleaning 6816 clauses out of 13632 with flag 26000/26000
1391.22/709.07	c cleaning 7894 clauses out of 15816 with flag 35000/35000
1586.58/808.99	c cleaning 8957 clauses out of 17922 with flag 45000/45000
1800.16/917.72	c starts		: 75
1800.16/917.72	c conflicts		: 54467
1800.16/917.72	c decisions		: 3651224
1800.16/917.72	c propagations		: 786504880
1800.16/917.72	c inspects		: 1980339657
1800.16/917.72	c shortcuts		: 0
1800.16/917.72	c learnt literals	: 0
1800.16/917.72	c learnt binary clauses	: 10
1800.16/917.72	c learnt ternary clauses	: 1619
1800.16/917.72	c learnt constraints	: 54467
1800.16/917.72	c ignored constraints	: 0
1800.16/917.72	c root simplifications	: 0
1800.16/917.72	c removed literals (reason simplification)	: 3960109
1800.16/917.72	c reason swapping (by a shorter reason)	: 0
1800.16/917.72	c Calls to reduceDB	: 6
1800.16/917.72	c number of reductions to clauses (during analyze)	: 0
1800.16/917.72	c number of learned constraints concerned by reduction	: 0
1800.16/917.72	c number of learning phase by resolution	: 0
1800.16/917.72	c number of learning phase by cutting planes	: 0
1800.16/917.72	c speed (assignments/second)	: 887604.8586048045
1800.16/917.72	c non guided choices	343463
1800.16/917.72	c learnt constraints type 
1800.16/917.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.16/917.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18422
1800.16/917.72	c constraints type 
1800.16/917.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.16/917.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.16/917.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.16/917.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.16/917.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.16/917.72	c constraints type 
1800.16/917.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
1800.16/917.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.16/917.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1800.16/917.73	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.16/917.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
1800.16/917.73	s UNKNOWN
1800.16/917.73	c Total wall clock time (in seconds): 917.606

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-3743898-1338788914/watcher-3743898-1338788914 -o /tmp/evaluation-result-3743898-1338788914/solver-3743898-1338788914 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743898-1338788914.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.63 2.95 3.31 3/194 5153
/proc/meminfo: memFree=23824244/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/5153/stat : 5153 (java) D 5151 5153 3411 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 345017782 278528 33 33554432000 1073741824 1073778376 140734068411456 140734068408632 259103223079 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/5153/statm: 68 33 25 9 0 25 0

[startup+0.068212 s]
/proc/loadavg: 2.63 2.95 3.31 3/194 5153
/proc/meminfo: memFree=23824244/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 3802 0 1 0 3 1 0 0 20 0 13 0 345017782 11523600384 12677 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2813379 12677 1709 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100215 s]
/proc/loadavg: 2.63 2.95 3.31 3/194 5153
/proc/meminfo: memFree=23824244/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 4731 0 1 0 7 1 0 0 20 0 18 0 345017782 11864465408 13584 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2896598 13584 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.30043 s]
/proc/loadavg: 2.63 2.95 3.31 3/194 5153
/proc/meminfo: memFree=23824244/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11586392 CPUtime=0.44 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 5966 0 1 0 42 2 0 0 20 0 18 0 345017782 11864465408 40824 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2896598 40824 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.70111 s]
/proc/loadavg: 2.63 2.95 3.31 3/194 5153
/proc/meminfo: memFree=23824244/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11586392 CPUtime=0.84 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 6030 0 1 0 80 4 0 0 20 0 18 0 345017782 11864465408 73592 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2896598 73592 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 11586392

[startup+1.50094 s]
/proc/loadavg: 2.63 2.95 3.31 3/212 5171
/proc/meminfo: memFree=23439172/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11586392 CPUtime=1.64 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 6160 0 1 0 156 8 0 0 20 0 18 0 345017782 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2896598 140152 2223 9 0 2887285 0
[pid=5153/tid=5155] ppid=5151 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/5153/task/5155/stat : 5155 (java) R 5151 5153 3411 0 -1 4202560 3097 0 1 0 138 8 0 0 20 0 18 0 345017783 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918799044528 259115771149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5156] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5156/stat : 5156 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918767463336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5157] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5157/stat : 5157 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918766410792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5158] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5158/stat : 5158 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918765357736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5159] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5159/stat : 5159 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918764305192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5160] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5160/stat : 5160 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918763252136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5161] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5161/stat : 5161 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918762199592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5162] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5162/stat : 5162 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918629111976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5163] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5163/stat : 5163 (java) S 5151 5153 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918628059432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5164] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5164/stat : 5164 (java) S 5151 5153 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918145084264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5165] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5165/stat : 5165 (java) S 5151 5153 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918144030584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5166] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5166/stat : 5166 (java) S 5151 5153 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918142977416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5167] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5167/stat : 5167 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918141926160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5168] ppid=5151 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/5153/task/5168/stat : 5168 (java) S 5151 5153 3411 0 -1 4202560 733 0 0 0 7 0 0 0 20 0 18 0 345017789 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918140873016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5169] ppid=5151 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/5153/task/5169/stat : 5169 (java) S 5151 5153 3411 0 -1 4202560 1147 0 0 0 7 0 0 0 20 0 18 0 345017789 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918139820472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5170] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5170/stat : 5170 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918138767608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5171] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5171/stat : 5171 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 140152 33554432000 1073741824 1073778376 140735827680048 139918137715272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 11586392

[startup+3.10152 s]
/proc/loadavg: 2.58 2.94 3.30 3/212 5171
/proc/meminfo: memFree=22880132/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11586392 CPUtime=3.37 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 7393 0 1 0 302 35 0 0 20 0 18 0 345017782 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2896598 555054 2228 9 0 2887285 0
[pid=5153/tid=5155] ppid=5151 vsize=11586392 CPUtime=3.05 cores=0,2,4,6
/proc/5153/task/5155/stat : 5155 (java) R 5151 5153 3411 0 -1 4202560 3907 0 1 0 271 34 0 0 20 0 18 0 345017783 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918799044592 139918643312168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5156] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5156/stat : 5156 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918767463336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5157] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5157/stat : 5157 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918766410792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5158] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5158/stat : 5158 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918765357736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5159] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5159/stat : 5159 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918764305192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5160] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5160/stat : 5160 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918763252136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5161] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5161/stat : 5161 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918762199592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5162] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5162/stat : 5162 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918629111976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5163] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5163/stat : 5163 (java) S 5151 5153 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 345017785 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918628059432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5164] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5164/stat : 5164 (java) S 5151 5153 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918145084264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5165] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5165/stat : 5165 (java) S 5151 5153 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918144030584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5166] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5166/stat : 5166 (java) S 5151 5153 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918142977416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5167] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5167/stat : 5167 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918141926160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5168] ppid=5151 vsize=11586392 CPUtime=0.14 cores=0,2,4,6
/proc/5153/task/5168/stat : 5168 (java) S 5151 5153 3411 0 -1 4202560 880 0 0 0 14 0 0 0 20 0 18 0 345017789 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918140873016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5169] ppid=5151 vsize=11586392 CPUtime=0.12 cores=0,2,4,6
/proc/5153/task/5169/stat : 5169 (java) S 5151 5153 3411 0 -1 4202560 1423 0 0 0 12 0 0 0 20 0 18 0 345017789 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918139820472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5170] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5170/stat : 5170 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918138767608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5171] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5171/stat : 5171 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 555054 33554432000 1073741824 1073778376 140735827680048 139918137715272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 11586392

[startup+6.30068 s]
/proc/loadavg: 2.58 2.94 3.30 3/212 5171
/proc/meminfo: memFree=20746952/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11586392 CPUtime=8.54 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 20935 0 1 0 762 92 0 0 20 0 18 0 345017782 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2896598 770269 2263 9 0 2887285 0
[pid=5153/tid=5155] ppid=5151 vsize=11586392 CPUtime=5.85 cores=0,2,4,6
/proc/5153/task/5155/stat : 5155 (java) R 5151 5153 3411 0 -1 4202560 4112 0 1 0 544 41 0 0 20 0 18 0 345017783 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918799044656 259115771149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5156] ppid=5151 vsize=11586392 CPUtime=0.21 cores=0,2,4,6
/proc/5153/task/5156/stat : 5156 (java) S 5151 5153 3411 0 -1 4202560 123 0 0 0 14 7 0 0 20 0 18 0 345017785 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918767463336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5157] ppid=5151 vsize=11586392 CPUtime=0.18 cores=0,2,4,6
/proc/5153/task/5157/stat : 5157 (java) S 5151 5153 3411 0 -1 4202560 101 0 0 0 13 5 0 0 20 0 18 0 345017785 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918766410792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5158] ppid=5151 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/5153/task/5158/stat : 5158 (java) S 5151 5153 3411 0 -1 4202560 148 0 0 0 18 10 0 0 20 0 18 0 345017785 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918765357736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5159] ppid=5151 vsize=11586392 CPUtime=0.18 cores=0,2,4,6
/proc/5153/task/5159/stat : 5159 (java) S 5151 5153 3411 0 -1 4202560 110 0 0 0 12 6 0 0 20 0 18 0 345017785 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918764305192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5160] ppid=5151 vsize=11586392 CPUtime=0.12 cores=0,2,4,6
/proc/5153/task/5160/stat : 5160 (java) S 5151 5153 3411 0 -1 4202560 69 0 0 0 7 5 0 0 20 0 18 0 345017785 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918763252136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5161] ppid=5151 vsize=11586392 CPUtime=0.18 cores=0,2,4,6
/proc/5153/task/5161/stat : 5161 (java) S 5151 5153 3411 0 -1 4202560 89 0 0 0 12 6 0 0 20 0 18 0 345017785 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918762199592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5162] ppid=5151 vsize=11586392 CPUtime=0.18 cores=0,2,4,6
/proc/5153/task/5162/stat : 5162 (java) S 5151 5153 3411 0 -1 4202560 94 0 0 0 11 7 0 0 20 0 18 0 345017785 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918629111976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5163] ppid=5151 vsize=11586392 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5163/stat : 5163 (java) S 5151 5153 3411 0 -1 4202560 70 0 0 0 7 4 0 0 20 0 18 0 345017785 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918628059432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5164] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5164/stat : 5164 (java) S 5151 5153 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918145084264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5165] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5165/stat : 5165 (java) S 5151 5153 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918144030584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5166] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5166/stat : 5166 (java) S 5151 5153 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345017786 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918142977416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5167] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5167/stat : 5167 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918141926160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5168] ppid=5151 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/5153/task/5168/stat : 5168 (java) S 5151 5153 3411 0 -1 4202560 8016 0 0 0 50 2 0 0 20 0 18 0 345017789 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918140873016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5169] ppid=5151 vsize=11586392 CPUtime=0.57 cores=0,2,4,6
/proc/5153/task/5169/stat : 5169 (java) R 5151 5153 3411 0 -1 4202560 6822 0 0 0 57 0 0 0 20 0 18 0 345017789 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918139820472 139918805011092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5170] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5170/stat : 5170 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918138767608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5171] ppid=5151 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5171/stat : 5171 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345017789 11864465408 770269 33554432000 1073741824 1073778376 140735827680048 139918137715272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 11586392

[startup+12.7006 s]
/proc/loadavg: 2.49 2.91 3.29 10/212 5171
/proc/meminfo: memFree=19877284/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11586392 CPUtime=19.02 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 22686 0 1 0 1692 210 0 0 20 0 18 0 345017782 11864465408 987552 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2896598 987552 2263 9 0 2887285 0
[pid=5153/tid=5155] ppid=5151 vsize=11586392 CPUtime=10.88 cores=0,2,4,6

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

/proc/5153/statm: 2963162 1531889 2289 9 0 2953849 0
[pid=5153/tid=5155] ppid=5151 vsize=11852648 CPUtime=26.83 cores=0,2,4,6
/proc/5153/task/5155/stat : 5155 (java) S 5151 5153 3411 0 -1 4202560 4136 0 1 0 2635 48 0 0 20 0 22 0 345017783 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918799053976 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5156] ppid=5151 vsize=11852648 CPUtime=5.49 cores=0,2,4,6
/proc/5153/task/5156/stat : 5156 (java) S 5151 5153 3411 0 -1 4202560 901 0 0 0 508 41 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918767463336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5157] ppid=5151 vsize=11852648 CPUtime=5.49 cores=0,2,4,6
/proc/5153/task/5157/stat : 5157 (java) S 5151 5153 3411 0 -1 4202560 917 0 0 0 506 43 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918766410792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5158] ppid=5151 vsize=11852648 CPUtime=5.68 cores=0,2,4,6
/proc/5153/task/5158/stat : 5158 (java) S 5151 5153 3411 0 -1 4202560 929 0 0 0 522 46 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918765357736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5159] ppid=5151 vsize=11852648 CPUtime=5.67 cores=0,2,4,6
/proc/5153/task/5159/stat : 5159 (java) S 5151 5153 3411 0 -1 4202560 987 0 0 0 521 46 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918764305192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5160] ppid=5151 vsize=11852648 CPUtime=5.5 cores=0,2,4,6
/proc/5153/task/5160/stat : 5160 (java) S 5151 5153 3411 0 -1 4202560 934 0 0 0 505 45 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918763252136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5161] ppid=5151 vsize=11852648 CPUtime=5.65 cores=0,2,4,6
/proc/5153/task/5161/stat : 5161 (java) S 5151 5153 3411 0 -1 4202560 835 0 0 0 526 39 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918762199592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5162] ppid=5151 vsize=11852648 CPUtime=5.74 cores=0,2,4,6
/proc/5153/task/5162/stat : 5162 (java) S 5151 5153 3411 0 -1 4202560 956 0 0 0 527 47 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918629111976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5163] ppid=5151 vsize=11852648 CPUtime=5.7 cores=0,2,4,6
/proc/5153/task/5163/stat : 5163 (java) S 5151 5153 3411 0 -1 4202560 2195 0 0 0 528 42 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918628059432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5164] ppid=5151 vsize=11852648 CPUtime=32.41 cores=0,2,4,6
/proc/5153/task/5164/stat : 5164 (java) S 5151 5153 3411 0 -1 4202560 65574 0 0 0 3215 26 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918145084264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5165] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5165/stat : 5165 (java) S 5151 5153 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918144030584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5166] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5166/stat : 5166 (java) S 5151 5153 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918142977416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5167] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5167/stat : 5167 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918141926160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5168] ppid=5151 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/5153/task/5168/stat : 5168 (java) S 5151 5153 3411 0 -1 4202560 8041 0 0 0 114 2 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918140873016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5169] ppid=5151 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/5153/task/5169/stat : 5169 (java) S 5151 5153 3411 0 -1 4202560 6834 0 0 0 122 1 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918139820472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5170] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5170/stat : 5170 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918138767608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5171] ppid=5151 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/5153/task/5171/stat : 5171 (java) S 5151 5153 3411 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918137715272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5172] ppid=5151 vsize=11852648 CPUtime=808.94 cores=0,2,4,6
/proc/5153/task/5172/stat : 5172 (java) R 5151 5153 3411 0 -1 4202560 109 0 0 0 80880 14 0 0 20 0 22 0 345020943 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918136659872 139918643833320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5173] ppid=5151 vsize=11852648 CPUtime=808.76 cores=0,2,4,6
/proc/5153/task/5173/stat : 5173 (java) R 5151 5153 3411 0 -1 4202560 145 0 0 0 80863 13 0 0 20 0 22 0 345020943 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918135606064 139918643301266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5174] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5174/stat : 5174 (java) S 5151 5153 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345021056 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918134555944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5175] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5175/stat : 5175 (java) S 5151 5153 3411 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345021057 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918133503400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.98
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.701 s]
/proc/loadavg: 4.24 3.43 3.26 5/219 5270
/proc/meminfo: memFree=17628696/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11852648 CPUtime=1800.16 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 94748 0 1 0 179573 443 0 0 20 0 22 0 345017782 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2963162 1531889 2289 9 0 2953849 0
[pid=5153/tid=5155] ppid=5151 vsize=11852648 CPUtime=26.83 cores=0,2,4,6
/proc/5153/task/5155/stat : 5155 (java) S 5151 5153 3411 0 -1 4202560 4137 0 1 0 2635 48 0 0 20 0 22 0 345017783 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918799053976 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5156] ppid=5151 vsize=11852648 CPUtime=5.58 cores=0,2,4,6
/proc/5153/task/5156/stat : 5156 (java) S 5151 5153 3411 0 -1 4202560 901 0 0 0 517 41 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918767463336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5157] ppid=5151 vsize=11852648 CPUtime=5.57 cores=0,2,4,6
/proc/5153/task/5157/stat : 5157 (java) S 5151 5153 3411 0 -1 4202560 917 0 0 0 514 43 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918766410792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5158] ppid=5151 vsize=11852648 CPUtime=5.81 cores=0,2,4,6
/proc/5153/task/5158/stat : 5158 (java) S 5151 5153 3411 0 -1 4202560 929 0 0 0 535 46 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918765357736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5159] ppid=5151 vsize=11852648 CPUtime=5.79 cores=0,2,4,6
/proc/5153/task/5159/stat : 5159 (java) S 5151 5153 3411 0 -1 4202560 987 0 0 0 533 46 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918764305192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5160] ppid=5151 vsize=11852648 CPUtime=5.59 cores=0,2,4,6
/proc/5153/task/5160/stat : 5160 (java) S 5151 5153 3411 0 -1 4202560 934 0 0 0 514 45 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918763252136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5161] ppid=5151 vsize=11852648 CPUtime=5.76 cores=0,2,4,6
/proc/5153/task/5161/stat : 5161 (java) S 5151 5153 3411 0 -1 4202560 835 0 0 0 537 39 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918762199592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5162] ppid=5151 vsize=11852648 CPUtime=5.83 cores=0,2,4,6
/proc/5153/task/5162/stat : 5162 (java) S 5151 5153 3411 0 -1 4202560 956 0 0 0 536 47 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918629111976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5163] ppid=5151 vsize=11852648 CPUtime=5.83 cores=0,2,4,6
/proc/5153/task/5163/stat : 5163 (java) S 5151 5153 3411 0 -1 4202560 2195 0 0 0 541 42 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918628059432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5164] ppid=5151 vsize=11852648 CPUtime=32.42 cores=0,2,4,6
/proc/5153/task/5164/stat : 5164 (java) S 5151 5153 3411 0 -1 4202560 65576 0 0 0 3215 27 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918145084264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5165] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5165/stat : 5165 (java) S 5151 5153 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918144030584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5166] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5166/stat : 5166 (java) S 5151 5153 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918142977416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5167] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5167/stat : 5167 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918141926160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5168] ppid=5151 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/5153/task/5168/stat : 5168 (java) S 5151 5153 3411 0 -1 4202560 8041 0 0 0 114 2 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918140873016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5169] ppid=5151 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/5153/task/5169/stat : 5169 (java) S 5151 5153 3411 0 -1 4202560 6834 0 0 0 122 1 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918139820472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5170] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5170/stat : 5170 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918138767608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5171] ppid=5151 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/5153/task/5171/stat : 5171 (java) S 5151 5153 3411 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918137715272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5172] ppid=5151 vsize=11852648 CPUtime=844.01 cores=0,2,4,6
/proc/5153/task/5172/stat : 5172 (java) R 5151 5153 3411 0 -1 4202560 113 0 0 0 84387 14 0 0 20 0 22 0 345020943 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918136659872 139918643290471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5173] ppid=5151 vsize=11852648 CPUtime=843.83 cores=0,2,4,6
/proc/5153/task/5173/stat : 5173 (java) R 5151 5153 3411 0 -1 4202560 149 0 0 0 84370 13 0 0 20 0 22 0 345020943 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918135606064 139918643563097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5174] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5174/stat : 5174 (java) S 5151 5153 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345021056 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918134555944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5175] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5175/stat : 5175 (java) S 5151 5153 3411 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345021057 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918133503400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 11852648

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

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

[startup+917.701 s]
/proc/loadavg: 4.24 3.43 3.26 5/219 5270
/proc/meminfo: memFree=17628696/32873648 swapFree=6860/6860
[pid=5153] ppid=5151 vsize=11852648 CPUtime=1800.16 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5151 5153 3411 0 -1 4202496 94748 0 1 0 179573 443 0 0 20 0 22 0 345017782 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 140735827671184 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 2963162 1531889 2289 9 0 2953849 0
[pid=5153/tid=5155] ppid=5151 vsize=11852648 CPUtime=26.83 cores=0,2,4,6
/proc/5153/task/5155/stat : 5155 (java) S 5151 5153 3411 0 -1 4202560 4137 0 1 0 2635 48 0 0 20 0 22 0 345017783 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918799053976 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5156] ppid=5151 vsize=11852648 CPUtime=5.58 cores=0,2,4,6
/proc/5153/task/5156/stat : 5156 (java) S 5151 5153 3411 0 -1 4202560 901 0 0 0 517 41 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918767463336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5157] ppid=5151 vsize=11852648 CPUtime=5.57 cores=0,2,4,6
/proc/5153/task/5157/stat : 5157 (java) S 5151 5153 3411 0 -1 4202560 917 0 0 0 514 43 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918766410792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5158] ppid=5151 vsize=11852648 CPUtime=5.81 cores=0,2,4,6
/proc/5153/task/5158/stat : 5158 (java) S 5151 5153 3411 0 -1 4202560 929 0 0 0 535 46 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918765357736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5159] ppid=5151 vsize=11852648 CPUtime=5.79 cores=0,2,4,6
/proc/5153/task/5159/stat : 5159 (java) S 5151 5153 3411 0 -1 4202560 987 0 0 0 533 46 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918764305192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5160] ppid=5151 vsize=11852648 CPUtime=5.59 cores=0,2,4,6
/proc/5153/task/5160/stat : 5160 (java) S 5151 5153 3411 0 -1 4202560 934 0 0 0 514 45 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918763252136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5161] ppid=5151 vsize=11852648 CPUtime=5.76 cores=0,2,4,6
/proc/5153/task/5161/stat : 5161 (java) S 5151 5153 3411 0 -1 4202560 835 0 0 0 537 39 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918762199592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5162] ppid=5151 vsize=11852648 CPUtime=5.83 cores=0,2,4,6
/proc/5153/task/5162/stat : 5162 (java) S 5151 5153 3411 0 -1 4202560 956 0 0 0 536 47 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918629111976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5163] ppid=5151 vsize=11852648 CPUtime=5.83 cores=0,2,4,6
/proc/5153/task/5163/stat : 5163 (java) S 5151 5153 3411 0 -1 4202560 2195 0 0 0 541 42 0 0 20 0 22 0 345017785 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918628059432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5164] ppid=5151 vsize=11852648 CPUtime=32.42 cores=0,2,4,6
/proc/5153/task/5164/stat : 5164 (java) S 5151 5153 3411 0 -1 4202560 65576 0 0 0 3215 27 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918145084264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5165] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5165/stat : 5165 (java) S 5151 5153 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918144030584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5166] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5166/stat : 5166 (java) S 5151 5153 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345017786 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918142977416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5167] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5167/stat : 5167 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918141926160 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5168] ppid=5151 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/5153/task/5168/stat : 5168 (java) S 5151 5153 3411 0 -1 4202560 8041 0 0 0 114 2 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918140873016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5153/tid=5169] ppid=5151 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/5153/task/5169/stat : 5169 (java) S 5151 5153 3411 0 -1 4202560 6834 0 0 0 122 1 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918139820472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5170] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5170/stat : 5170 (java) S 5151 5153 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918138767608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5153/tid=5171] ppid=5151 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/5153/task/5171/stat : 5171 (java) S 5151 5153 3411 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 345017789 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918137715272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5172] ppid=5151 vsize=11852648 CPUtime=844.01 cores=0,2,4,6
/proc/5153/task/5172/stat : 5172 (java) R 5151 5153 3411 0 -1 4202560 113 0 0 0 84387 14 0 0 20 0 22 0 345020943 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918136659872 139918643290471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5173] ppid=5151 vsize=11852648 CPUtime=843.83 cores=0,2,4,6
/proc/5153/task/5173/stat : 5173 (java) R 5151 5153 3411 0 -1 4202560 149 0 0 0 84370 13 0 0 20 0 22 0 345020943 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918135606064 139918643563097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5153/tid=5174] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5174/stat : 5174 (java) S 5151 5153 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345021056 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918134555944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5153/tid=5175] ppid=5151 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5153/task/5175/stat : 5175 (java) S 5151 5153 3411 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345021057 12137111552 1531889 33554432000 1073741824 1073778376 140735827680048 139918133503400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5153 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=987728
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=894255
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 917.753
CPU time (s): 1800.16
CPU user time (s): 1795.73
CPU system time (s): 4.43
CPU usage (%): 196.149
Max. virtual memory (cumulated for all children) (KiB): 11918184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.99
system time used= 4.89426
maximum resident set size= 6209036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94780
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27547
involuntary context switches= 61894

runsolver used 3.62045 second user time and 8.13476 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 07:48:39
IDJOB=3743898
IDBENCH=92644
IDSOLVER=2328
FILE ID=node124/3743898-1338788914
RUNJOBID= node124-1338777895-3427
PBS_JOBID= 14636829
Free space on /tmp= 70276 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_2_mh.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743898-1338788914/watcher-3743898-1338788914 -o /tmp/evaluation-result-3743898-1338788914/solver-3743898-1338788914 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743898-1338788914.opb

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

MD5SUM BENCH= 49900d523860c6ca6b945c232e000369
RANDOM SEED=2071874660

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:        23824508 kB
Buffers:          250824 kB
Cached:          2185852 kB
SwapCached:         8264 kB
Active:          6733976 kB
Inactive:        1492444 kB
Active(anon):    5783948 kB
Inactive(anon):     8240 kB
Active(file):     950028 kB
Inactive(file):  1484204 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091600 kB
Dirty:            222616 kB
Writeback:             0 kB
AnonPages:       5805492 kB
Mapped:            17152 kB
Shmem:                 0 kB
Slab:             657576 kB
SReclaimable:     101188 kB
SUnreclaim:       556388 kB
KernelStack:        1584 kB
PageTables:        15480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10463084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5748736 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= 70276 MiB
End job on node124 at 2012-06-04 08:03:59