Trace number 3689410

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.09 992.161

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-180.opb
MD5SUM8c3fe83338b70253b33b876e52e7c579
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables311827
Total number of constraints7317246
Number of constraints which are clauses6573583
Number of constraints which are cardinality constraints (but not clauses)22922
Number of constraints which are nor clauses,nor cardinality constraints720741
Minimum length of a constraint2
Maximum length of a constraint2457
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.12	c version 2.3.2.v20120418
0.04/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.12	c java.vm.version	19.1-b02
0.04/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.12	c sun.arch.data.model	64
0.04/0.12	c java.version		1.6.0_24
0.04/0.12	c os.name		Linux
0.04/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.12	c os.arch		amd64
0.04/0.12	c Free memory 		501472288
0.04/0.12	c Max memory 		7480803328
0.04/0.12	c Total memory 		504102912
0.04/0.12	c Number of processors 	8
0.04/0.15	c Pseudo Boolean Optimization by upper bound
0.04/0.15	c ManyCore solver with 2 solvers running in parallel
0.04/0.15	c --- Begin Solver configuration ---
0.04/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.04/0.15	c Learn all clauses as in MiniSAT
0.04/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.15	c Expensive reason simplification
0.04/0.15	c Armin Biere (Picosat) restarts strategy
0.04/0.15	c Glucose learned constraints deletion strategy
0.04/0.15	c timeout=2147483s
0.04/0.15	c DB Simplification allowed=false
0.04/0.15	c c --- End Solver configuration ---
0.04/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.04/0.15	c --- Begin Solver configuration ---
0.04/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.04/0.15	c Learn all clauses as in MiniSAT
0.04/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.15	c No reason simplification
0.04/0.15	c Armin Biere (Picosat) restarts strategy
0.04/0.15	c Glucose learned constraints deletion strategy
0.04/0.15	c timeout=2147483s
0.04/0.15	c DB Simplification allowed=false
0.04/0.15	c c --- End Solver configuration ---
0.04/0.15	c solving HOME/instance-3689410-1337881852.opb
0.04/0.15	c reading problem ... 
108.25/84.65	c ... done. Wall clock time 84.503s.
108.25/84.65	c declared #vars     311827
108.25/84.65	c #constraints  7328728
108.25/84.65	c constraints type 
108.25/84.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
108.25/84.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
108.25/84.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
108.25/84.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
108.25/84.65	c 7328728 constraints processed.
108.25/84.65	c constraints type 
108.25/84.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1528345
108.25/84.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5056719
108.25/84.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22923
108.25/84.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 720741
108.25/84.65	c 7328728 constraints processed.
133.89/96.10	c cleaning 0 clauses out of 5000 with flag 0/5000
164.67/113.23	c cleaning 0 clauses out of 11000 with flag 0/11000
201.30/133.33	c cleaning 0 clauses out of 18000 with flag 0/18000
226.98/149.23	c cleaning 2487 clauses out of 5000 with flag 5000/5000
253.96/164.41	c cleaning 0 clauses out of 26000 with flag 0/26000
315.02/196.61	c cleaning 0 clauses out of 35000 with flag 0/35000
337.05/209.54	c cleaning 4238 clauses out of 8517 with flag 11004/11004
384.35/236.10	c cleaning 0 clauses out of 45000 with flag 0/45000
445.67/268.58	c cleaning 5603 clauses out of 11275 with flag 18000/18000
462.90/279.06	c cleaning 0 clauses out of 56000 with flag 0/56000
553.34/325.99	c cleaning 0 clauses out of 68000 with flag 0/68000
573.59/339.11	c cleaning 6836 clauses out of 13672 with flag 26000/26000
657.09/382.61	c cleaning 0 clauses out of 81000 with flag 0/81000
670.02/391.00	c cleaning 7731 clauses out of 15836 with flag 35000/35000
779.58/447.53	c cleaning 9053 clauses out of 18105 with flag 45000/45000
792.58/457.14	c cleaning 0 clauses out of 95001 with flag 0/95001
882.01/503.68	c cleaning 10018 clauses out of 20052 with flag 56000/56000
945.96/537.42	c cleaning 0 clauses out of 110001 with flag 0/110001
999.80/566.29	c cleaning 10952 clauses out of 22034 with flag 68000/68000
1104.78/621.65	c cleaning 0 clauses out of 126001 with flag 0/126001
1123.76/633.09	c cleaning 12020 clauses out of 24083 with flag 81001/81001
1195.67/670.87	c cleaning 12993 clauses out of 26062 with flag 95000/95000
1273.74/711.71	c cleaning 13990 clauses out of 28071 with flag 110002/110002
1294.07/725.09	c cleaning 0 clauses out of 143000 with flag 0/143000
1444.43/801.84	c cleaning 14762 clauses out of 30079 with flag 126000/126000
1493.90/828.43	c cleaning 0 clauses out of 161002 with flag 0/161002
1587.72/877.18	c cleaning 16115 clauses out of 32317 with flag 143000/143000
1658.76/915.78	c cleaning 17034 clauses out of 34203 with flag 161001/161001
1711.08/943.83	c cleaning 0 clauses out of 180000 with flag 0/180000
1786.24/983.25	c cleaning 18062 clauses out of 36168 with flag 180000/180000
1800.09/992.11	c starts		: 115
1800.09/992.11	c conflicts		: 182222
1800.09/992.11	c decisions		: 33735733
1800.09/992.11	c propagations		: 1187813338
1800.09/992.11	c inspects		: 4676449056
1800.09/992.11	c shortcuts		: 0
1800.09/992.11	c learnt literals	: 0
1800.09/992.11	c learnt binary clauses	: 489
1800.09/992.11	c learnt ternary clauses	: 1826
1800.09/992.11	c learnt constraints	: 182222
1800.09/992.11	c ignored constraints	: 0
1800.09/992.11	c root simplifications	: 0
1800.09/992.11	c removed literals (reason simplification)	: 1093099
1800.09/992.11	c reason swapping (by a shorter reason)	: 0
1800.09/992.11	c Calls to reduceDB	: 15
1800.09/992.11	c number of reductions to clauses (during analyze)	: 0
1800.09/992.11	c number of learned constraints concerned by reduction	: 0
1800.09/992.11	c number of learning phase by resolution	: 0
1800.09/992.11	c number of learning phase by cutting planes	: 0
1800.09/992.11	c speed (assignments/second)	: 1309036.679726029
1800.09/992.11	c non guided choices	10422406
1800.09/992.12	c learnt constraints type 
1800.09/992.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 489
1800.09/992.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19841
1800.09/992.12	c constraints type 
1800.09/992.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
1800.09/992.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
1800.09/992.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
1800.09/992.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
1800.09/992.12	c 7328728 constraints processed.
1800.09/992.12	c constraints type 
1800.09/992.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1528345
1800.09/992.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5056719
1800.09/992.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22923
1800.09/992.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 720741
1800.09/992.14	c 7328728 constraints processed.
1800.09/992.14	s UNKNOWN
1800.09/992.14	c Total wall clock time (in seconds): 991.987

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

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

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


[startup+0 s]
/proc/loadavg: 3.58 3.60 3.49 4/198 27428
/proc/meminfo: memFree=26117292/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27428/stat : 27428 (java) D 27426 27428 24080 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254310322 9515008 183 33554432000 1073741824 1073778376 140737194335552 140737194326584 209883840181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27428/statm: 2323 183 140 9 0 71 0

[startup+0.061219 s]
/proc/loadavg: 3.58 3.60 3.49 4/198 27428
/proc/meminfo: memFree=26117292/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 2322 0 1 0 0 0 0 0 20 0 10 0 254310322 9233014784 3022 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2254154 3031 1162 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100264 s]
/proc/loadavg: 3.58 3.60 3.49 4/198 27428
/proc/meminfo: memFree=26117292/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 3186 0 1 0 3 1 0 0 20 0 18 0 254310322 9787813888 4395 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2389603 4395 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.300259 s]
/proc/loadavg: 3.58 3.60 3.49 4/198 27428
/proc/meminfo: memFree=26117292/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 5115 0 1 0 35 2 0 0 20 0 18 0 254310322 9787813888 20922 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2389603 20922 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9558412

[startup+0.700319 s]
/proc/loadavg: 3.58 3.60 3.49 4/198 27428
/proc/meminfo: memFree=26117292/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9558412 CPUtime=1.36 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 11984 0 1 0 127 9 0 0 20 0 18 0 254310322 9787813888 58170 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2389603 58170 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 3.53 3.59 3.48 10/215 27446
/proc/meminfo: memFree=25741076/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9558412 CPUtime=2.39 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 12686 0 1 0 217 22 0 0 20 0 18 0 254310322 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2389603 152308 2247 9 0 2380296 0
[pid=27428/tid=27430] ppid=27426 vsize=9558412 CPUtime=1.3 cores=1,3,5,7
/proc/27428/task/27430/stat : 27430 (java) R 27426 27428 24080 0 -1 4202560 2669 0 1 0 120 10 0 0 20 0 18 0 254310323 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924612919168 139924481360293 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0
[pid=27428/tid=27431] ppid=27426 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27428/task/27431/stat : 27431 (java) S 27426 27428 24080 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 254310328 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924601989672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27432] ppid=27426 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27428/task/27432/stat : 27432 (java) S 27426 27428 24080 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 18 0 254310328 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924600936872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27433] ppid=27426 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27428/task/27433/stat : 27433 (java) S 27426 27428 24080 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 254310328 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924599884072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27434] ppid=27426 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27428/task/27434/stat : 27434 (java) S 27426 27428 24080 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 18 0 254310328 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924453669032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27435] ppid=27426 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27428/task/27435/stat : 27435 (java) S 27426 27428 24080 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 254310328 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924452617256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27436] ppid=27426 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27428/task/27436/stat : 27436 (java) S 27426 27428 24080 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 254310328 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924451564456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27437] ppid=27426 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27428/task/27437/stat : 27437 (java) S 27426 27428 24080 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 18 0 254310328 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924450511656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27438] ppid=27426 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27428/task/27438/stat : 27438 (java) S 27426 27428 24080 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 254310328 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924449458856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27439] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27439/stat : 27439 (java) S 27426 27428 24080 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924437047784 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27440] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27440/stat : 27440 (java) S 27426 27428 24080 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924435993848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27441] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27441/stat : 27441 (java) S 27426 27428 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924434940936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27442] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27442/stat : 27442 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924433889424 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27443] ppid=27426 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/27428/task/27443/stat : 27443 (java) S 27426 27428 24080 0 -1 4202560 4865 0 0 0 29 1 0 0 20 0 18 0 254310332 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924432837560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27444] ppid=27426 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/27428/task/27444/stat : 27444 (java) S 27426 27428 24080 0 -1 4202560 3288 0 0 0 32 0 0 0 20 0 18 0 254310332 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924431784760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27445] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27445/stat : 27445 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924430732152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27446] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27446/stat : 27446 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 152308 33554432000 1073741824 1073778376 140734840602224 139924429679560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9558412

[startup+3.10088 s]
/proc/loadavg: 3.53 3.59 3.48 11/215 27446
/proc/meminfo: memFree=24982732/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9558412 CPUtime=4.58 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 14606 0 1 0 412 46 0 0 20 0 18 0 254310322 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2389603 298673 2247 9 0 2380296 0
[pid=27428/tid=27430] ppid=27426 vsize=9558412 CPUtime=2.73 cores=1,3,5,7
/proc/27428/task/27430/stat : 27430 (java) R 27426 27428 24080 0 -1 4202560 3369 0 1 0 254 19 0 0 20 0 18 0 254310323 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924612925832 139924481659028 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0
[pid=27428/tid=27431] ppid=27426 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27428/task/27431/stat : 27431 (java) S 27426 27428 24080 0 -1 4202560 182 0 0 0 11 4 0 0 20 0 18 0 254310328 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924601989672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27432] ppid=27426 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/27428/task/27432/stat : 27432 (java) S 27426 27428 24080 0 -1 4202560 88 0 0 0 10 4 0 0 20 0 18 0 254310328 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924600936872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27433] ppid=27426 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27428/task/27433/stat : 27433 (java) S 27426 27428 24080 0 -1 4202560 112 0 0 0 7 2 0 0 20 0 18 0 254310328 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924599884072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27434] ppid=27426 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27428/task/27434/stat : 27434 (java) S 27426 27428 24080 0 -1 4202560 115 0 0 0 8 3 0 0 20 0 18 0 254310328 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924453669032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27435] ppid=27426 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27428/task/27435/stat : 27435 (java) S 27426 27428 24080 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 18 0 254310328 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924452617256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27436] ppid=27426 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27428/task/27436/stat : 27436 (java) S 27426 27428 24080 0 -1 4202560 71 0 0 0 5 2 0 0 20 0 18 0 254310328 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924451564456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27437] ppid=27426 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/27428/task/27437/stat : 27437 (java) S 27426 27428 24080 0 -1 4202560 196 0 0 0 11 5 0 0 20 0 18 0 254310328 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924450511656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27438] ppid=27426 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27428/task/27438/stat : 27438 (java) S 27426 27428 24080 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 18 0 254310328 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924449458856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27439] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27439/stat : 27439 (java) S 27426 27428 24080 0 -1 4202560 967 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924437047784 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27440] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27440/stat : 27440 (java) S 27426 27428 24080 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924435993848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27441] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27441/stat : 27441 (java) S 27426 27428 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924434940936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27442] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27442/stat : 27442 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924433889424 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27443] ppid=27426 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/27428/task/27443/stat : 27443 (java) S 27426 27428 24080 0 -1 4202560 4904 0 0 0 40 2 0 0 20 0 18 0 254310332 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924432837560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27444] ppid=27426 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/27428/task/27444/stat : 27444 (java) S 27426 27428 24080 0 -1 4202560 3342 0 0 0 38 0 0 0 20 0 18 0 254310332 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924431784760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27445] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27445/stat : 27445 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924430732152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27446] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27446/stat : 27446 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 298673 33554432000 1073741824 1073778376 140734840602224 139924429679560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9558412

[startup+6.30632 s]
/proc/loadavg: 3.49 3.58 3.48 4/215 27446
/proc/meminfo: memFree=23837216/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9558412 CPUtime=8.34 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 16278 0 1 0 751 83 0 0 20 0 18 0 254310322 9787813888 702892 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2389603 702892 2247 9 0 2380296 0
[pid=27428/tid=27430] ppid=27426 vsize=9558412 CPUtime=5.73 cores=1,3,5,7
/proc/27428/task/27430/stat : 27430 (java) S 27426 27428 24080 0 -1 4202560 4266 0 1 0 530 43 0 0 20 0 18 0 254310323 9787813888 702892 33554432000 1073741824 1073778376 140734840602224 139924612925832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 3 0 0
[pid=27428/tid=27431] ppid=27426 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/27428/task/27431/stat : 27431 (java) R 27426 27428 24080 0 -1 4202560 244 0 0 0 21 6 0 0 20 0 18 0 254310328 9787813888 702892 33554432000 1073741824 1073778376 140734840602224 139924601989848 139924615399113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27432] ppid=27426 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/27428/task/27432/stat : 27432 (java) R 27426 27428 24080 0 -1 4202560 143 0 0 0 14 4 0 0 20 0 18 0 254310328 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924600936872 139924615399105 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27433] ppid=27426 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/27428/task/27433/stat : 27433 (java) R 27426 27428 24080 0 -1 4202560 166 0 0 0 15 5 0 0 20 0 18 0 254310328 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924599884248 139924616684684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27434] ppid=27426 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27428/task/27434/stat : 27434 (java) R 27426 27428 24080 0 -1 4202560 159 0 0 0 14 3 0 0 20 0 18 0 254310328 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924453669208 139924615399105 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27435] ppid=27426 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/27428/task/27435/stat : 27435 (java) R 27426 27428 24080 0 -1 4202560 145 0 0 0 20 5 0 0 20 0 18 0 254310328 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924452617432 139924617103535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27436] ppid=27426 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27428/task/27436/stat : 27436 (java) R 27426 27428 24080 0 -1 4202560 89 0 0 0 10 3 0 0 20 0 18 0 254310328 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924451564632 139924619824044 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27437] ppid=27426 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/27428/task/27437/stat : 27437 (java) R 27426 27428 24080 0 -1 4202560 244 0 0 0 16 6 0 0 20 0 18 0 254310328 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924450511832 139924616684684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27438] ppid=27426 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/27428/task/27438/stat : 27438 (java) R 27426 27428 24080 0 -1 4202560 140 0 0 0 16 5 0 0 20 0 18 0 254310328 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924449458856 139924619436467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27439] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27439/stat : 27439 (java) S 27426 27428 24080 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924437046664 209887212604 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27440] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27440/stat : 27440 (java) S 27426 27428 24080 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924435993848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27441] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27441/stat : 27441 (java) S 27426 27428 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254310329 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924434940936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27442] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27442/stat : 27442 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924433889424 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27443] ppid=27426 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/27428/task/27443/stat : 27443 (java) S 27426 27428 24080 0 -1 4202560 4904 0 0 0 40 2 0 0 20 0 18 0 254310332 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924432837560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27444] ppid=27426 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/27428/task/27444/stat : 27444 (java) S 27426 27428 24080 0 -1 4202560 3342 0 0 0 38 0 0 0 20 0 18 0 254310332 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924431784760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27445] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27445/stat : 27445 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924430732152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27446] ppid=27426 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27446/stat : 27446 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254310332 9787813888 703404 33554432000 1073741824 1073778376 140734840602224 139924429679560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.45 3.57 3.48 4/215 27446
/proc/meminfo: memFree=23095908/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9558412 CPUtime=16.2 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 17764 0 1 0 1522 98 0 0 20 0 18 0 254310322 9787813888 763127 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2389603 763127 2247 9 0 2380296 0
[pid=27428/tid=27430] ppid=27426 vsize=9558412 CPUtime=11.62 cores=1,3,5,7

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

/proc/27428/statm: 2456167 1235066 2282 9 0 2446860 0
[pid=27428/tid=27430] ppid=27426 vsize=9824668 CPUtime=63.57 cores=1,3,5,7
/proc/27428/task/27430/stat : 27430 (java) S 27426 27428 24080 0 -1 4202560 4346 0 1 0 6299 58 0 0 20 0 22 0 254310323 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924612928216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 3 0 0
[pid=27428/tid=27431] ppid=27426 vsize=9824668 CPUtime=6.55 cores=1,3,5,7
/proc/27428/task/27431/stat : 27431 (java) S 27426 27428 24080 0 -1 4202560 1216 0 0 0 636 19 0 0 20 0 22 0 254310328 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924601989672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27432] ppid=27426 vsize=9824668 CPUtime=6.34 cores=1,3,5,7
/proc/27428/task/27432/stat : 27432 (java) S 27426 27428 24080 0 -1 4202560 768 0 0 0 616 18 0 0 20 0 22 0 254310328 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924600936872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27433] ppid=27426 vsize=9824668 CPUtime=6.5 cores=1,3,5,7
/proc/27428/task/27433/stat : 27433 (java) S 27426 27428 24080 0 -1 4202560 1337 0 0 0 630 20 0 0 20 0 22 0 254310328 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924599884072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27434] ppid=27426 vsize=9824668 CPUtime=6.36 cores=1,3,5,7
/proc/27428/task/27434/stat : 27434 (java) S 27426 27428 24080 0 -1 4202560 1046 0 0 0 618 18 0 0 20 0 22 0 254310328 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924453669032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27435] ppid=27426 vsize=9824668 CPUtime=6.89 cores=1,3,5,7
/proc/27428/task/27435/stat : 27435 (java) S 27426 27428 24080 0 -1 4202560 997 0 0 0 668 21 0 0 20 0 22 0 254310328 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924452617256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27436] ppid=27426 vsize=9824668 CPUtime=6.35 cores=1,3,5,7
/proc/27428/task/27436/stat : 27436 (java) S 27426 27428 24080 0 -1 4202560 869 0 0 0 620 15 0 0 20 0 22 0 254310328 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924451564456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27437] ppid=27426 vsize=9824668 CPUtime=6.31 cores=1,3,5,7
/proc/27428/task/27437/stat : 27437 (java) S 27426 27428 24080 0 -1 4202560 1254 0 0 0 611 20 0 0 20 0 22 0 254310328 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924450511656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27438] ppid=27426 vsize=9824668 CPUtime=6.27 cores=1,3,5,7
/proc/27428/task/27438/stat : 27438 (java) S 27426 27428 24080 0 -1 4202560 947 0 0 0 609 18 0 0 20 0 22 0 254310328 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924449458856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27439] ppid=27426 vsize=9824668 CPUtime=134.46 cores=1,3,5,7
/proc/27428/task/27439/stat : 27439 (java) R 27426 27428 24080 0 -1 4202560 4045 0 0 0 13424 22 0 0 20 0 22 0 254310329 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924437046640 139924619436104 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27440] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27440/stat : 27440 (java) S 27426 27428 24080 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 254310329 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924435993848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27441] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27441/stat : 27441 (java) S 27426 27428 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310329 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924434940936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27442] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27442/stat : 27442 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310332 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924433889424 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27443] ppid=27426 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/27428/task/27443/stat : 27443 (java) S 27426 27428 24080 0 -1 4202560 5020 0 0 0 119 2 0 0 20 0 22 0 254310332 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924432837560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27444] ppid=27426 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/27428/task/27444/stat : 27444 (java) S 27426 27428 24080 0 -1 4202560 10190 0 0 0 156 2 0 0 20 0 22 0 254310332 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924431784760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27445] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27445/stat : 27445 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310332 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924430732152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27446] ppid=27426 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/27428/task/27446/stat : 27446 (java) S 27426 27428 24080 0 -1 4202560 50 0 0 0 19 24 0 0 20 0 22 0 254310332 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924429679560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27448] ppid=27426 vsize=9824668 CPUtime=668.15 cores=1,3,5,7
/proc/27428/task/27448/stat : 27448 (java) S 27426 27428 24080 0 -1 4202560 60 0 0 0 66804 11 0 0 20 0 22 0 254318788 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924428624472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27449] ppid=27426 vsize=9824668 CPUtime=668.13 cores=1,3,5,7
/proc/27428/task/27449/stat : 27449 (java) S 27426 27428 24080 0 -1 4202560 210 0 0 0 66800 13 0 0 20 0 22 0 254318788 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924427571144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27450] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27450/stat : 27450 (java) S 27426 27428 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254318794 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924426519464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27451] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27451/stat : 27451 (java) S 27426 27428 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254318794 10060460032 1235066 33554432000 1073741824 1073778376 140734840602224 139924425466664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1593.13
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 4.15 3.94 3.71 5/219 27541
/proc/meminfo: memFree=21021336/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9824668 CPUtime=1708.07 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 33577 0 1 0 170541 266 0 0 20 0 22 0 254310322 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2456167 1240698 2282 9 0 2446860 0
[pid=27428/tid=27430] ppid=27426 vsize=9824668 CPUtime=63.58 cores=1,3,5,7
/proc/27428/task/27430/stat : 27430 (java) S 27426 27428 24080 0 -1 4202560 4347 0 1 0 6299 59 0 0 20 0 22 0 254310323 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924612928504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 3 0 0
[pid=27428/tid=27431] ppid=27426 vsize=9824668 CPUtime=6.65 cores=1,3,5,7
/proc/27428/task/27431/stat : 27431 (java) S 27426 27428 24080 0 -1 4202560 1216 0 0 0 646 19 0 0 20 0 22 0 254310328 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924601989672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27432] ppid=27426 vsize=9824668 CPUtime=6.43 cores=1,3,5,7
/proc/27428/task/27432/stat : 27432 (java) S 27426 27428 24080 0 -1 4202560 768 0 0 0 625 18 0 0 20 0 22 0 254310328 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924600936872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27433] ppid=27426 vsize=9824668 CPUtime=6.61 cores=1,3,5,7
/proc/27428/task/27433/stat : 27433 (java) S 27426 27428 24080 0 -1 4202560 1337 0 0 0 641 20 0 0 20 0 22 0 254310328 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924599884072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27434] ppid=27426 vsize=9824668 CPUtime=6.44 cores=1,3,5,7
/proc/27428/task/27434/stat : 27434 (java) S 27426 27428 24080 0 -1 4202560 1046 0 0 0 626 18 0 0 20 0 22 0 254310328 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924453669032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27435] ppid=27426 vsize=9824668 CPUtime=6.97 cores=1,3,5,7
/proc/27428/task/27435/stat : 27435 (java) S 27426 27428 24080 0 -1 4202560 997 0 0 0 676 21 0 0 20 0 22 0 254310328 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924452617256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27436] ppid=27426 vsize=9824668 CPUtime=6.44 cores=1,3,5,7
/proc/27428/task/27436/stat : 27436 (java) S 27426 27428 24080 0 -1 4202560 869 0 0 0 629 15 0 0 20 0 22 0 254310328 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924451564456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27437] ppid=27426 vsize=9824668 CPUtime=6.41 cores=1,3,5,7
/proc/27428/task/27437/stat : 27437 (java) S 27426 27428 24080 0 -1 4202560 1254 0 0 0 621 20 0 0 20 0 22 0 254310328 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924450511656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27438] ppid=27426 vsize=9824668 CPUtime=6.39 cores=1,3,5,7
/proc/27428/task/27438/stat : 27438 (java) S 27426 27428 24080 0 -1 4202560 947 0 0 0 620 19 0 0 20 0 22 0 254310328 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924449458856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27439] ppid=27426 vsize=9824668 CPUtime=139.86 cores=1,3,5,7
/proc/27428/task/27439/stat : 27439 (java) S 27426 27428 24080 0 -1 4202560 4065 0 0 0 13964 22 0 0 20 0 22 0 254310329 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924437047784 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27440] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27440/stat : 27440 (java) S 27426 27428 24080 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 254310329 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924435993848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27441] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27441/stat : 27441 (java) S 27426 27428 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310329 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924434940936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27442] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27442/stat : 27442 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310332 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924433889424 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27443] ppid=27426 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/27428/task/27443/stat : 27443 (java) S 27426 27428 24080 0 -1 4202560 5021 0 0 0 120 2 0 0 20 0 22 0 254310332 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924432837560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27444] ppid=27426 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/27428/task/27444/stat : 27444 (java) S 27426 27428 24080 0 -1 4202560 10190 0 0 0 156 2 0 0 20 0 22 0 254310332 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924431784760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27445] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27445/stat : 27445 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310332 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924430732152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27446] ppid=27426 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/27428/task/27446/stat : 27446 (java) S 27426 27428 24080 0 -1 4202560 54 0 0 0 20 26 0 0 20 0 22 0 254310332 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924429679560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27448] ppid=27426 vsize=9824668 CPUtime=722.35 cores=1,3,5,7
/proc/27428/task/27448/stat : 27448 (java) R 27426 27428 24080 0 -1 4202560 61 0 0 0 72224 11 0 0 20 0 22 0 254318788 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924428623408 139924482257532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27449] ppid=27426 vsize=9824668 CPUtime=722.35 cores=1,3,5,7
/proc/27428/task/27449/stat : 27449 (java) R 27426 27428 24080 0 -1 4202560 217 0 0 0 72222 13 0 0 20 0 22 0 254318788 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924427569760 139924482168753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27450] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27450/stat : 27450 (java) S 27426 27428 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254318794 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924426519464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27451] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27451/stat : 27451 (java) S 27426 27428 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254318794 10060460032 1240698 33554432000 1073741824 1073778376 140734840602224 139924425466664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1708.07
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+992.101 s]
/proc/loadavg: 4.01 3.93 3.72 5/219 27542
/proc/meminfo: memFree=21031596/32873844 swapFree=7616/7616
[pid=27428] ppid=27426 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/27428/stat : 27428 (java) S 27426 27428 24080 0 -1 4202496 33612 0 1 0 179739 270 0 0 20 0 22 0 254310322 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 140734840593360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27428/statm: 2456167 1250426 2282 9 0 2446860 0
[pid=27428/tid=27430] ppid=27426 vsize=9824668 CPUtime=63.58 cores=1,3,5,7
/proc/27428/task/27430/stat : 27430 (java) S 27426 27428 24080 0 -1 4202560 4347 0 1 0 6299 59 0 0 20 0 22 0 254310323 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924612928504 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 3 0 0
[pid=27428/tid=27431] ppid=27426 vsize=9824668 CPUtime=6.8 cores=1,3,5,7
/proc/27428/task/27431/stat : 27431 (java) S 27426 27428 24080 0 -1 4202560 1216 0 0 0 661 19 0 0 20 0 22 0 254310328 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924601989672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27432] ppid=27426 vsize=9824668 CPUtime=6.57 cores=1,3,5,7
/proc/27428/task/27432/stat : 27432 (java) S 27426 27428 24080 0 -1 4202560 768 0 0 0 639 18 0 0 20 0 22 0 254310328 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924600936872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27433] ppid=27426 vsize=9824668 CPUtime=6.78 cores=1,3,5,7
/proc/27428/task/27433/stat : 27433 (java) S 27426 27428 24080 0 -1 4202560 1337 0 0 0 658 20 0 0 20 0 22 0 254310328 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924599884072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27434] ppid=27426 vsize=9824668 CPUtime=6.57 cores=1,3,5,7
/proc/27428/task/27434/stat : 27434 (java) S 27426 27428 24080 0 -1 4202560 1046 0 0 0 639 18 0 0 20 0 22 0 254310328 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924453669032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27435] ppid=27426 vsize=9824668 CPUtime=7.11 cores=1,3,5,7
/proc/27428/task/27435/stat : 27435 (java) S 27426 27428 24080 0 -1 4202560 997 0 0 0 689 22 0 0 20 0 22 0 254310328 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924452617256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27436] ppid=27426 vsize=9824668 CPUtime=6.56 cores=1,3,5,7
/proc/27428/task/27436/stat : 27436 (java) S 27426 27428 24080 0 -1 4202560 869 0 0 0 641 15 0 0 20 0 22 0 254310328 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924451564456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27437] ppid=27426 vsize=9824668 CPUtime=6.57 cores=1,3,5,7
/proc/27428/task/27437/stat : 27437 (java) S 27426 27428 24080 0 -1 4202560 1254 0 0 0 637 20 0 0 20 0 22 0 254310328 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924450511656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27438] ppid=27426 vsize=9824668 CPUtime=6.51 cores=1,3,5,7
/proc/27428/task/27438/stat : 27438 (java) S 27426 27428 24080 0 -1 4202560 947 0 0 0 632 19 0 0 20 0 22 0 254310328 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924449458856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27428/tid=27439] ppid=27426 vsize=9824668 CPUtime=147.94 cores=1,3,5,7
/proc/27428/task/27439/stat : 27439 (java) S 27426 27428 24080 0 -1 4202560 4089 0 0 0 14771 23 0 0 20 0 22 0 254310329 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924437047784 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27440] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27440/stat : 27440 (java) S 27426 27428 24080 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 254310329 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924435993848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27441] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27441/stat : 27441 (java) S 27426 27428 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254310329 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924434940936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27442] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27442/stat : 27442 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310332 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924433889424 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27443] ppid=27426 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/27428/task/27443/stat : 27443 (java) S 27426 27428 24080 0 -1 4202560 5021 0 0 0 120 2 0 0 20 0 22 0 254310332 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924432837560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27444] ppid=27426 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/27428/task/27444/stat : 27444 (java) S 27426 27428 24080 0 -1 4202560 10190 0 0 0 156 2 0 0 20 0 22 0 254310332 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924431784760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27445] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27445/stat : 27445 (java) S 27426 27428 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254310332 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924430732152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27428/tid=27446] ppid=27426 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/27428/task/27446/stat : 27446 (java) S 27426 27428 24080 0 -1 4202560 56 0 0 0 21 27 0 0 20 0 22 0 254310332 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924429679560 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27448] ppid=27426 vsize=9824668 CPUtime=763.65 cores=1,3,5,7
/proc/27428/task/27448/stat : 27448 (java) R 27426 27428 24080 0 -1 4202560 61 0 0 0 76353 12 0 0 20 0 22 0 254318788 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924428622464 139924482471150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27449] ppid=27426 vsize=9824668 CPUtime=763.63 cores=1,3,5,7
/proc/27428/task/27449/stat : 27449 (java) R 27426 27428 24080 0 -1 4202560 226 0 0 0 76349 14 0 0 20 0 22 0 254318788 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924427570496 139924482168753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27428/tid=27450] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27450/stat : 27450 (java) S 27426 27428 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254318794 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924426519464 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27428/tid=27451] ppid=27426 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27428/task/27451/stat : 27451 (java) S 27426 27428 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254318794 10060460032 1250426 33554432000 1073741824 1073778376 140734840602224 139924425466664 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27428 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=878441
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=81531
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 992.161
CPU time (s): 1800.09
CPU user time (s): 1797.39
CPU system time (s): 2.7
CPU usage (%): 181.431
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.88
system time used= 3.08153
maximum resident set size= 5001828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33645
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31954
involuntary context switches= 94340

runsolver used 3.86341 second user time and 9.75152 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 19:51:00
IDJOB=3689410
IDBENCH=89691
IDSOLVER=2268
FILE ID=node141/3689410-1337881852
RUNJOBID= node141-1337871880-24098
PBS_JOBID= 14620063
Free space on /tmp= 71344 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-180.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689410-1337881852/watcher-3689410-1337881852 -o /tmp/evaluation-result-3689410-1337881852/solver-3689410-1337881852 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689410-1337881852.opb

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

MD5SUM BENCH= 8c3fe83338b70253b33b876e52e7c579
RANDOM SEED=1948579359

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26117556 kB
Buffers:          220716 kB
Cached:          3417440 kB
SwapCached:            0 kB
Active:          3064732 kB
Inactive:        2893692 kB
Active(anon):    2322020 kB
Inactive(anon):      956 kB
Active(file):     742712 kB
Inactive(file):  2892736 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            348720 kB
Writeback:             0 kB
AnonPages:       2338280 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             643628 kB
SReclaimable:      85456 kB
SUnreclaim:       558172 kB
KernelStack:        1616 kB
PageTables:         8704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3351140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2260992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71336 MiB
End job on node141 at 2012-05-24 20:07:34