Trace number 4100026

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.72 893.663

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
MD5SUM35541d810f352e1e9979b25003c9f904
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654474
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654474
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4100026-1466207436.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
3.30/1.94	c ... done. Wall clock time 1.826s.
3.30/1.94	c declared #vars     155000
3.30/1.94	c #constraints  5300
3.30/1.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.30/1.95	c constraints type 
3.30/1.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20
3.30/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5280
3.30/1.95	c 5300 constraints processed.
3.30/1.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.30/1.95	c constraints type 
3.30/1.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20
3.30/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5280
3.30/1.95	c 5300 constraints processed.
3.30/1.95	c objective function length is 155000 literals
9.93/4.64	c cleaning 2502 clauses out of 5004 with flag 10037/5004
15.16/7.19	c cleaning 4249 clauses out of 8498 with flag 22050/11000
21.49/10.21	c cleaning 5624 clauses out of 11249 with flag 36070/18000
30.14/14.70	c cleaning 6814 clauses out of 13627 with flag 52111/26002
39.56/19.41	c cleaning 7908 clauses out of 15816 with flag 70222/35005
49.27/24.30	c cleaning 8945 clauses out of 17903 with flag 90262/45000
60.27/29.73	c cleaning 9977 clauses out of 19958 with flag 112313/56000
73.67/36.18	c cleaning 10985 clauses out of 21984 with flag 136362/68003
85.87/42.29	c cleaning 11998 clauses out of 23999 with flag 162397/81003
101.27/50.13	c cleaning 13000 clauses out of 25999 with flag 190433/95001
116.87/57.94	c cleaning 13996 clauses out of 28001 with flag 220464/110003
137.00/67.76	c cleaning 14999 clauses out of 30005 with flag 252531/126003
154.80/76.67	c cleaning 15999 clauses out of 32009 with flag 286568/143006
175.93/87.45	c cleaning 17001 clauses out of 34006 with flag 322594/161002
199.53/99.24	c cleaning 18002 clauses out of 36003 with flag 360716/180000
224.42/111.61	c cleaning 18999 clauses out of 38001 with flag 400733/200000
248.56/123.69	c cleaning 20001 clauses out of 40002 with flag 442741/221000
272.56/135.61	c cleaning 21000 clauses out of 42003 with flag 486767/243002
294.76/146.66	c cleaning 22000 clauses out of 44002 with flag 532809/266001
324.85/161.42	c cleaning 22995 clauses out of 46001 with flag 580921/290000
352.05/175.02	c cleaning 23994 clauses out of 48007 with flag 631128/315001
377.53/187.61	c cleaning 24995 clauses out of 50015 with flag 683167/341003
410.15/204.43	c cleaning 25996 clauses out of 52018 with flag 737163/368001
436.71/217.69	c cleaning 27005 clauses out of 54022 with flag 801996/396001
477.25/237.81	c cleaning 28000 clauses out of 56018 with flag 868866/425002
531.39/264.80	c cleaning 29000 clauses out of 58016 with flag 940362/455000
559.99/279.19	c cleaning 29996 clauses out of 60016 with flag 1005866/486000
601.40/299.73	c cleaning 30999 clauses out of 62023 with flag 1088430/518003
637.84/317.81	c cleaning 31996 clauses out of 64021 with flag 1158602/551000
712.25/354.76	c cleaning 32997 clauses out of 66025 with flag 1231053/585000
767.98/382.49	c cleaning 33996 clauses out of 68029 with flag 1304995/620001
826.86/411.50	c cleaning 34997 clauses out of 70034 with flag 1381866/656002
882.09/438.80	c cleaning 35999 clauses out of 72035 with flag 1459911/693000
940.66/467.98	c cleaning 36998 clauses out of 74036 with flag 1539239/731000
997.86/496.18	c cleaning 37999 clauses out of 76038 with flag 1621870/770000
1064.01/528.81	c cleaning 39002 clauses out of 78041 with flag 1707988/810002
1128.97/560.95	c cleaning 39996 clauses out of 80038 with flag 1795213/851001
1204.75/598.55	c cleaning 41003 clauses out of 82043 with flag 1883250/893002
1278.93/635.27	c cleaning 42002 clauses out of 84038 with flag 1975385/936000
1352.53/671.78	c cleaning 42996 clauses out of 86036 with flag 2068215/980000
1424.98/707.64	c cleaning 44001 clauses out of 88040 with flag 2165170/1025000
1513.98/751.88	c cleaning 45000 clauses out of 90039 with flag 2259844/1071000
1596.51/792.72	c cleaning 45999 clauses out of 92040 with flag 2358569/1118001
1682.84/835.76	c cleaning 46997 clauses out of 94041 with flag 2460167/1166001
1778.67/882.91	c cleaning 48005 clauses out of 96043 with flag 2563754/1215000
1800.06/893.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/893.61	c starts		: 4
1800.06/893.61	c conflicts		: 1230792
1800.06/893.61	c decisions		: 1432766
1800.06/893.61	c propagations		: 180899997
1800.06/893.61	c inspects		: 6144665738
1800.06/893.61	c shortcuts		: 0
1800.06/893.61	c learnt literals	: 0
1800.06/893.61	c learnt binary clauses	: 0
1800.06/893.61	c learnt ternary clauses	: 0
1800.06/893.61	c learnt constraints	: 1230792
1800.06/893.61	c ignored constraints	: 0
1800.06/893.61	c root simplifications	: 0
1800.06/893.61	c removed literals (reason simplification)	: 3014231
1800.06/893.61	c reason swapping (by a shorter reason)	: 0
1800.06/893.61	c Calls to reduceDB	: 45
1800.06/893.61	c Number of update (reduction) of LBD	: 10726
1800.06/893.61	c Imported unit clauses	: 0
1800.06/893.61	c number of reductions to clauses (during analyze)	: 0
1800.06/893.61	c number of learned constraints concerned by reduction	: 0
1800.06/893.61	c number of learning phase by resolution	: 0
1800.06/893.61	c number of learning phase by cutting planes	: 0
1800.06/893.61	c speed (assignments/second)	: 202915.74677819366
1800.06/893.61	c non guided choices	120629
1800.06/893.63	c learnt constraints type 
1800.06/893.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63830
1800.06/893.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/893.63	c starts		: 1
1800.06/893.63	c conflicts		: 1056
1800.06/893.63	c decisions		: 5066807
1800.06/893.63	c propagations		: 25369425
1800.06/893.63	c inspects		: 254848718
1800.06/893.63	c shortcuts		: 0
1800.06/893.63	c learnt literals	: 0
1800.06/893.63	c learnt binary clauses	: 0
1800.06/893.63	c learnt ternary clauses	: 0
1800.06/893.63	c learnt constraints	: 1056
1800.06/893.63	c ignored constraints	: 0
1800.06/893.63	c root simplifications	: 0
1800.06/893.63	c removed literals (reason simplification)	: 0
1800.06/893.63	c reason swapping (by a shorter reason)	: 0
1800.06/893.63	c Calls to reduceDB	: 0
1800.06/893.63	c Number of update (reduction) of LBD	: 0
1800.06/893.63	c Imported unit clauses	: 0
1800.06/893.63	c number of reductions to clauses (during analyze)	: 0
1800.06/893.63	c number of learned constraints concerned by reduction	: 0
1800.06/893.63	c number of learning phase by resolution	: 0
1800.06/893.63	c number of learning phase by cutting planes	: 0
1800.06/893.63	c speed (assignments/second)	: 28456.148832284383
1800.06/893.63	c non guided choices	0
1800.06/893.63	c learnt constraints type 
1800.06/893.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 21
1800.06/893.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1035
1800.06/893.63	s UNKNOWN
1800.06/893.63	c Total wall clock time (in seconds): 893.514

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4100026-1466207436/watcher-4100026-1466207436 -o /tmp/evaluation-result-4100026-1466207436/solver-4100026-1466207436 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8353 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100026-1466207436.opb 

pid=11094
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: 4.18 4.21 3.27 4/198 11097
/proc/meminfo: memFree=26428052/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/11097/stat : 11097 (java) R 11094 11097 8337 0 -1 4202496 1105 0 0 0 0 0 0 0 20 0 1 0 22789343 23793664 755 33554432000 1073741824 1073778376 140736332722224 140736332711288 140277424087344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 5809 773 571 9 0 128 0

[startup+0.100112 s]
/proc/loadavg: 4.18 4.21 3.27 4/198 11097
/proc/meminfo: memFree=26428052/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 4413 0 1 0 9 1 0 0 20 0 18 0 22789343 9787879424 6036 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.18 4.21 3.27 4/198 11097
/proc/meminfo: memFree=26428052/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 4973 0 1 0 26 1 0 0 20 0 18 0 22789343 9787879424 8418 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2389619 8418 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 4.18 4.21 3.27 4/198 11097
/proc/meminfo: memFree=26428052/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 5417 0 1 0 44 1 0 0 20 0 18 0 22789343 9787879424 14263 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2389619 14263 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 4.18 4.21 3.27 4/198 11097
/proc/meminfo: memFree=26428052/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9558476 CPUtime=1.28 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 7509 0 1 0 120 8 0 0 20 0 18 0 22789343 9787879424 49082 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2389619 49082 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.18 4.21 3.27 4/216 11115
/proc/meminfo: memFree=26168656/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9558476 CPUtime=2.59 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 8604 0 1 0 235 24 0 0 20 0 18 0 22789343 9787879424 110802 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2389619 110802 2269 9 0 2380296 0
[pid=11097/tid=11098] ppid=11094 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/11097/task/11098/stat : 11098 (java) S 11094 11097 8337 0 -1 4202560 2524 0 1 0 119 5 0 0 20 0 18 0 22789344 9787879424 110802 33554432000 1073741824 1073778376 140736332722224 140277416574168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11100] ppid=11094 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11097/task/11100/stat : 11100 (java) R 11094 11097 8337 0 -1 4202560 159 0 0 0 6 3 0 0 20 0 18 0 22789344 9787879424 110802 33554432000 1073741824 1073778376 140736332722224 140277394676824 140277420737223 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11101] ppid=11094 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11097/task/11101/stat : 11101 (java) R 11094 11097 8337 0 -1 4202560 156 0 0 0 7 2 0 0 20 0 18 0 22789344 9787879424 110802 33554432000 1073741824 1073778376 140736332722224 140277393624280 140277419046593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11102] ppid=11094 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11097/task/11102/stat : 11102 (java) R 11094 11097 8337 0 -1 4202560 173 0 0 0 7 3 0 0 20 0 18 0 22789344 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277392571048 140277419046593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11103] ppid=11094 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11097/task/11103/stat : 11103 (java) R 11094 11097 8337 0 -1 4202560 192 0 0 0 7 2 0 0 20 0 18 0 22789344 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277391518680 140277420332172 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11104] ppid=11094 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/11097/task/11104/stat : 11104 (java) R 11094 11097 8337 0 -1 4202560 134 0 0 0 9 3 0 0 20 0 18 0 22789344 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277054433880 140277419046601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11105] ppid=11094 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11097/task/11105/stat : 11105 (java) R 11094 11097 8337 0 -1 4202560 44 0 0 0 7 2 0 0 20 0 18 0 22789344 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277053381336 140277419046585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11106] ppid=11094 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/11097/task/11106/stat : 11106 (java) R 11094 11097 8337 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 18 0 22789344 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277052327984 140277419046593 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11107] ppid=11094 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11097/task/11107/stat : 11107 (java) R 11094 11097 8337 0 -1 4202560 146 0 0 0 6 2 0 0 20 0 18 0 22789344 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277051275736 140277423471532 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11108] ppid=11094 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11108/stat : 11108 (java) S 11094 11097 8337 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 18 0 22789346 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277039077128 225448080444 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11109] ppid=11094 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11109/stat : 11109 (java) S 11094 11097 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22789346 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277038024568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11110] ppid=11094 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11110/stat : 11110 (java) S 11094 11097 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22789346 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277036971400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11111] ppid=11094 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11111/stat : 11111 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22789348 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277035920144 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11112] ppid=11094 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11097/task/11112/stat : 11112 (java) S 11094 11097 8337 0 -1 4202560 2317 0 0 0 26 0 0 0 20 0 18 0 22789348 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277034853096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11113] ppid=11094 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/11097/task/11113/stat : 11113 (java) S 11094 11097 8337 0 -1 4202560 1301 0 0 0 20 0 0 0 20 0 18 0 22789348 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277033814456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11114] ppid=11094 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11114/stat : 11114 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22789348 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277032761592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11115] ppid=11094 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11115/stat : 11115 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22789348 9787879424 111314 33554432000 1073741824 1073778376 140736332722224 140277031709256 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558476

[startup+3.10092 s]
/proc/loadavg: 4.16 4.21 3.27 7/220 11119
/proc/meminfo: memFree=25951076/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9824732 CPUtime=6.77 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 18355 0 1 0 649 28 0 0 20 0 22 0 22789343 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2456183 121139 2284 9 0 2446860 0
[pid=11097/tid=11098] ppid=11094 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/11097/task/11098/stat : 11098 (java) S 11094 11097 8337 0 -1 4202560 2531 0 1 0 160 5 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277416575864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11100] ppid=11094 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/11097/task/11100/stat : 11100 (java) S 11094 11097 8337 0 -1 4202560 166 0 0 0 8 3 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277394676648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11101] ppid=11094 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/11097/task/11101/stat : 11101 (java) S 11094 11097 8337 0 -1 4202560 159 0 0 0 8 3 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277393624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11102] ppid=11094 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11097/task/11102/stat : 11102 (java) S 11094 11097 8337 0 -1 4202560 184 0 0 0 10 4 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277392571048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11103] ppid=11094 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/11097/task/11103/stat : 11103 (java) S 11094 11097 8337 0 -1 4202560 195 0 0 0 8 3 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277391518504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11104] ppid=11094 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11097/task/11104/stat : 11104 (java) S 11094 11097 8337 0 -1 4202560 138 0 0 0 11 3 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277054433704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11105] ppid=11094 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/11097/task/11105/stat : 11105 (java) S 11094 11097 8337 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277053381160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11106] ppid=11094 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11097/task/11106/stat : 11106 (java) S 11094 11097 8337 0 -1 4202560 141 0 0 0 5 2 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277052328104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11107] ppid=11094 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/11097/task/11107/stat : 11107 (java) S 11094 11097 8337 0 -1 4202560 150 0 0 0 7 2 0 0 20 0 22 0 22789344 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277051275560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11108] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11108/stat : 11108 (java) S 11094 11097 8337 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277039078248 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11109] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11109/stat : 11109 (java) S 11094 11097 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277038024568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11110] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11110/stat : 11110 (java) S 11094 11097 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277036971400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11111] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11111/stat : 11111 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277035920144 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11112] ppid=11094 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/11097/task/11112/stat : 11112 (java) S 11094 11097 8337 0 -1 4202560 7896 0 0 0 96 1 0 0 20 0 22 0 22789348 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277034867000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11113] ppid=11094 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/11097/task/11113/stat : 11113 (java) S 11094 11097 8337 0 -1 4202560 5233 0 0 0 83 2 0 0 20 0 22 0 22789348 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277033814456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11114] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11114/stat : 11114 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277032761592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11115] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11115/stat : 11115 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277031709256 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11116] ppid=11094 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/11097/task/11116/stat : 11116 (java) R 11094 11097 8337 0 -1 4202560 15 0 0 0 111 0 0 0 20 0 22 0 22789538 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277030653176 140277273451859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11117] ppid=11094 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/11097/task/11117/stat : 11117 (java) R 11094 11097 8337 0 -1 4202560 30 0 0 0 113 0 0 0 20 0 22 0 22789538 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277029602008 140277273605912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11118] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11118/stat : 11118 (java) S 11094 11097 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22789554 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277028549928 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11119] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11119/stat : 11119 (java) S 11094 11097 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22789554 10060525568 121139 33554432000 1073741824 1073778376 140736332722224 140277027497384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.16 4.21 3.27 5/220 11119
/proc/meminfo: memFree=25839268/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9824732 CPUtime=13.53 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 19268 0 1 0 1308 45 0 0 20 0 22 0 22789343 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2456183 210775 2289 9 0 2446860 0
[pid=11097/tid=11098] ppid=11094 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/11097/task/11098/stat : 11098 (java) S 11094 11097 8337 0 -1 4202560 2531 0 1 0 160 5 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277416575864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11100] ppid=11094 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/11097/task/11100/stat : 11100 (java) S 11094 11097 8337 0 -1 4202560 201 0 0 0 14 4 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277394676648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11101] ppid=11094 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/11097/task/11101/stat : 11101 (java) S 11094 11097 8337 0 -1 4202560 181 0 0 0 11 4 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277393624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11102] ppid=11094 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/11097/task/11102/stat : 11102 (java) S 11094 11097 8337 0 -1 4202560 225 0 0 0 18 5 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277392571048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11103] ppid=11094 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/11097/task/11103/stat : 11103 (java) S 11094 11097 8337 0 -1 4202560 234 0 0 0 13 4 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277391518504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11104] ppid=11094 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/11097/task/11104/stat : 11104 (java) S 11094 11097 8337 0 -1 4202560 197 0 0 0 19 5 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277054433704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11105] ppid=11094 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/11097/task/11105/stat : 11105 (java) S 11094 11097 8337 0 -1 4202560 101 0 0 0 15 5 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277053381160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11106] ppid=11094 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/11097/task/11106/stat : 11106 (java) S 11094 11097 8337 0 -1 4202560 169 0 0 0 9 3 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277052328104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11107] ppid=11094 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/11097/task/11107/stat : 11107 (java) S 11094 11097 8337 0 -1 4202560 162 0 0 0 10 4 0 0 20 0 22 0 22789344 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277051275560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11108] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11108/stat : 11108 (java) S 11094 11097 8337 0 -1 4202560 526 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277039078248 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11109] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11109/stat : 11109 (java) S 11094 11097 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277038024568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11110] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11110/stat : 11110 (java) S 11094 11097 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277036971400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11111] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11111/stat : 11111 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277035920144 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11112] ppid=11094 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/11097/task/11112/stat : 11112 (java) S 11094 11097 8337 0 -1 4202560 7900 0 0 0 102 1 0 0 20 0 22 0 22789348 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277034867000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11113] ppid=11094 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/11097/task/11113/stat : 11113 (java) S 11094 11097 8337 0 -1 4202560 5237 0 0 0 91 2 0 0 20 0 22 0 22789348 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277033814456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11114] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11114/stat : 11114 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277032761592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11115] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11115/stat : 11115 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 210775 33554432000 1073741824 1073778376 140736332722224 140277031709256 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11116] ppid=11094 vsize=9824732 CPUtime=4.15 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.37 4.36 3.89 6/219 11233
/proc/meminfo: memFree=23994692/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9824732 CPUtime=1656.04 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 31281 0 1 0 165339 265 0 0 20 0 22 0 22789343 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2456183 951528 2298 9 0 2446860 0
[pid=11097/tid=11098] ppid=11094 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/11097/task/11098/stat : 11098 (java) S 11094 11097 8337 0 -1 4202560 2541 0 1 0 162 7 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277416575864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11100] ppid=11094 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/11097/task/11100/stat : 11100 (java) S 11094 11097 8337 0 -1 4202560 1118 0 0 0 336 32 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277394676648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11101] ppid=11094 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/11097/task/11101/stat : 11101 (java) S 11094 11097 8337 0 -1 4202560 759 0 0 0 361 27 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277393624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11102] ppid=11094 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/11097/task/11102/stat : 11102 (java) S 11094 11097 8337 0 -1 4202560 619 0 0 0 317 22 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277392571048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11103] ppid=11094 vsize=9824732 CPUtime=3.65 cores=0,2,4,6
/proc/11097/task/11103/stat : 11103 (java) S 11094 11097 8337 0 -1 4202560 683 0 0 0 341 24 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277391518504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11104] ppid=11094 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/11097/task/11104/stat : 11104 (java) S 11094 11097 8337 0 -1 4202560 923 0 0 0 366 27 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277054433704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11105] ppid=11094 vsize=9824732 CPUtime=4.16 cores=0,2,4,6
/proc/11097/task/11105/stat : 11105 (java) S 11094 11097 8337 0 -1 4202560 795 0 0 0 388 28 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277053381160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11106] ppid=11094 vsize=9824732 CPUtime=3.47 cores=0,2,4,6
/proc/11097/task/11106/stat : 11106 (java) S 11094 11097 8337 0 -1 4202560 657 0 0 0 323 24 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277052328104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11107] ppid=11094 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/11097/task/11107/stat : 11107 (java) S 11094 11097 8337 0 -1 4202560 765 0 0 0 315 26 0 0 20 0 22 0 22789344 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277051275560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11108] ppid=11094 vsize=9824732 CPUtime=3.71 cores=0,2,4,6
/proc/11097/task/11108/stat : 11108 (java) S 11094 11097 8337 0 -1 4202560 2600 0 0 0 362 9 0 0 20 0 22 0 22789346 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277039078248 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11109] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11109/stat : 11109 (java) S 11094 11097 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277038024568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11110] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11110/stat : 11110 (java) S 11094 11097 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277036971400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11111] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11111/stat : 11111 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277035920144 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11112] ppid=11094 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/11097/task/11112/stat : 11112 (java) S 11094 11097 8337 0 -1 4202560 7942 0 0 0 113 1 0 0 20 0 22 0 22789348 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277034867000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11113] ppid=11094 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/11097/task/11113/stat : 11113 (java) S 11094 11097 8337 0 -1 4202560 9084 0 0 0 186 3 0 0 20 0 22 0 22789348 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277033814456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11114] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11114/stat : 11114 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277032761592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11115] ppid=11094 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/11097/task/11115/stat : 11115 (java) S 11094 11097 8337 0 -1 4202560 47 0 0 0 12 14 0 0 20 0 22 0 22789348 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277031709256 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11116] ppid=11094 vsize=9824732 CPUtime=809.04 cores=0,2,4,6
/proc/11097/task/11116/stat : 11116 (java) R 11094 11097 8337 0 -1 4202560 175 0 0 0 80886 18 0 0 20 0 22 0 22789538 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277030653872 140277273451859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11117] ppid=11094 vsize=9824732 CPUtime=808.97 cores=0,2,4,6
/proc/11097/task/11117/stat : 11117 (java) R 11094 11097 8337 0 -1 4202560 1309 0 0 0 80863 34 0 0 20 0 22 0 22789538 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277029600432 140277273536552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11118] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11118/stat : 11118 (java) S 11094 11097 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22789554 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277028549928 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11119] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11119/stat : 11119 (java) S 11094 11097 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22789554 10060525568 951528 33554432000 1073741824 1073778376 140736332722224 140277027497384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1656.04
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.31 4.35 3.92 6/219 11234
/proc/meminfo: memFree=23867100/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9824732 CPUtime=1777.48 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 31697 0 1 0 177457 291 0 0 20 0 22 0 22789343 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2456183 1002274 2298 9 0 2446860 0
[pid=11097/tid=11098] ppid=11094 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/11097/task/11098/stat : 11098 (java) S 11094 11097 8337 0 -1 4202560 2544 0 1 0 163 7 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277416575864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11100] ppid=11094 vsize=9824732 CPUtime=3.97 cores=0,2,4,6
/proc/11097/task/11100/stat : 11100 (java) S 11094 11097 8337 0 -1 4202560 1148 0 0 0 363 34 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277394676648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11101] ppid=11094 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/11097/task/11101/stat : 11101 (java) S 11094 11097 8337 0 -1 4202560 868 0 0 0 404 32 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277393624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11102] ppid=11094 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/11097/task/11102/stat : 11102 (java) S 11094 11097 8337 0 -1 4202560 646 0 0 0 348 24 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277392571048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11103] ppid=11094 vsize=9824732 CPUtime=4.18 cores=0,2,4,6
/proc/11097/task/11103/stat : 11103 (java) S 11094 11097 8337 0 -1 4202560 750 0 0 0 389 29 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277391518504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11104] ppid=11094 vsize=9824732 CPUtime=4.23 cores=0,2,4,6
/proc/11097/task/11104/stat : 11104 (java) S 11094 11097 8337 0 -1 4202560 966 0 0 0 395 28 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277054433704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11105] ppid=11094 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/11097/task/11105/stat : 11105 (java) S 11094 11097 8337 0 -1 4202560 849 0 0 0 411 32 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277053381160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11106] ppid=11094 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/11097/task/11106/stat : 11106 (java) S 11094 11097 8337 0 -1 4202560 691 0 0 0 346 26 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277052328104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11107] ppid=11094 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/11097/task/11107/stat : 11107 (java) S 11094 11097 8337 0 -1 4202560 806 0 0 0 358 28 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277051275560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11108] ppid=11094 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/11097/task/11108/stat : 11108 (java) S 11094 11097 8337 0 -1 4202560 2604 0 0 0 362 10 0 0 20 0 22 0 22789346 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277039078248 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11109] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11109/stat : 11109 (java) S 11094 11097 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277038024568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11110] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11110/stat : 11110 (java) S 11094 11097 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277036971400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11111] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11111/stat : 11111 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277035920144 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11112] ppid=11094 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/11097/task/11112/stat : 11112 (java) S 11094 11097 8337 0 -1 4202560 7942 0 0 0 113 1 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277034867000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11113] ppid=11094 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/11097/task/11113/stat : 11113 (java) S 11094 11097 8337 0 -1 4202560 9084 0 0 0 186 3 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277033814456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11114] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11114/stat : 11114 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277032761592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11115] ppid=11094 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/11097/task/11115/stat : 11115 (java) S 11094 11097 8337 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277031709256 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11116] ppid=11094 vsize=9824732 CPUtime=868.28 cores=0,2,4,6
/proc/11097/task/11116/stat : 11116 (java) R 11094 11097 8337 0 -1 4202560 175 0 0 0 86809 19 0 0 20 0 22 0 22789538 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277030653856 140277273164787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11117] ppid=11094 vsize=9824732 CPUtime=868.22 cores=0,2,4,6
/proc/11097/task/11117/stat : 11117 (java) R 11094 11097 8337 0 -1 4202560 1309 0 0 0 86787 35 0 0 20 0 22 0 22789538 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277029600432 140277273605931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11118] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11118/stat : 11118 (java) S 11094 11097 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22789554 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277028549928 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11119] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11119/stat : 11119 (java) S 11094 11097 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22789554 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277027497384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1777.48
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.601 s]
/proc/loadavg: 4.24 4.33 3.92 5/219 11234
/proc/meminfo: memFree=23872152/32872528 swapFree=1499884/1696108
[pid=11097] ppid=11094 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/11097/stat : 11097 (java) S 11094 11097 8337 0 -1 4202496 31697 0 1 0 179715 291 0 0 20 0 22 0 22789343 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140736332713360 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11097/statm: 2456183 1002274 2298 9 0 2446860 0
[pid=11097/tid=11098] ppid=11094 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/11097/task/11098/stat : 11098 (java) S 11094 11097 8337 0 -1 4202560 2544 0 1 0 163 7 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277416575864 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11100] ppid=11094 vsize=9824732 CPUtime=3.97 cores=0,2,4,6
/proc/11097/task/11100/stat : 11100 (java) S 11094 11097 8337 0 -1 4202560 1148 0 0 0 363 34 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277394676648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11101] ppid=11094 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/11097/task/11101/stat : 11101 (java) S 11094 11097 8337 0 -1 4202560 868 0 0 0 404 32 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277393624104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11102] ppid=11094 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/11097/task/11102/stat : 11102 (java) S 11094 11097 8337 0 -1 4202560 646 0 0 0 348 24 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277392571048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11103] ppid=11094 vsize=9824732 CPUtime=4.18 cores=0,2,4,6
/proc/11097/task/11103/stat : 11103 (java) S 11094 11097 8337 0 -1 4202560 750 0 0 0 389 29 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277391518504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11104] ppid=11094 vsize=9824732 CPUtime=4.23 cores=0,2,4,6
/proc/11097/task/11104/stat : 11104 (java) S 11094 11097 8337 0 -1 4202560 966 0 0 0 395 28 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277054433704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11105] ppid=11094 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/11097/task/11105/stat : 11105 (java) S 11094 11097 8337 0 -1 4202560 849 0 0 0 411 32 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277053381160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11106] ppid=11094 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/11097/task/11106/stat : 11106 (java) S 11094 11097 8337 0 -1 4202560 691 0 0 0 346 26 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277052328104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11107] ppid=11094 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/11097/task/11107/stat : 11107 (java) S 11094 11097 8337 0 -1 4202560 806 0 0 0 358 28 0 0 20 0 22 0 22789344 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277051275560 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11108] ppid=11094 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/11097/task/11108/stat : 11108 (java) S 11094 11097 8337 0 -1 4202560 2604 0 0 0 362 10 0 0 20 0 22 0 22789346 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277039078248 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11109] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11109/stat : 11109 (java) S 11094 11097 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277038024568 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11110] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11110/stat : 11110 (java) S 11094 11097 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22789346 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277036971400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11111] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11111/stat : 11111 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277035920144 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11112] ppid=11094 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/11097/task/11112/stat : 11112 (java) S 11094 11097 8337 0 -1 4202560 7942 0 0 0 113 1 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277034867000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11113] ppid=11094 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/11097/task/11113/stat : 11113 (java) S 11094 11097 8337 0 -1 4202560 9084 0 0 0 186 3 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277033814456 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11097/tid=11114] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11114/stat : 11114 (java) S 11094 11097 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277032761592 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11097/tid=11115] ppid=11094 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/11097/task/11115/stat : 11115 (java) S 11094 11097 8337 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 22789348 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277031709256 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11116] ppid=11094 vsize=9824732 CPUtime=879.57 cores=0,2,4,6
/proc/11097/task/11116/stat : 11116 (java) R 11094 11097 8337 0 -1 4202560 175 0 0 0 87938 19 0 0 20 0 22 0 22789538 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277030646160 140277273100482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11117] ppid=11094 vsize=9824732 CPUtime=879.51 cores=0,2,4,6
/proc/11097/task/11117/stat : 11117 (java) R 11094 11097 8337 0 -1 4202560 1309 0 0 0 87916 35 0 0 20 0 22 0 22789538 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277029600432 140277273536391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11097/tid=11118] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11118/stat : 11118 (java) S 11094 11097 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22789554 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277028549928 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11097/tid=11119] ppid=11094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11097/task/11119/stat : 11119 (java) S 11094 11097 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22789554 10060525568 1002274 33554432000 1073741824 1073778376 140736332722224 140277027497384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11097 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 893.663
CPU time (s): 1800.72
CPU user time (s): 1797.32
CPU system time (s): 3.40148
CPU usage (%): 201.499
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.32
system time used= 3.40148
maximum resident set size= 4009240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31740
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22720
involuntary context switches= 22243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.43417 second user time and 7.57385 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 01:50:36
IDJOB=4100026
IDBENCH=1564
IDSOLVER=2543
FILE ID=node137/4100026-1466207436
RUNJOBID= node137-1466206054-8353
PBS_JOBID= 19918140
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100026-1466207436/watcher-4100026-1466207436 -o /tmp/evaluation-result-4100026-1466207436/solver-4100026-1466207436 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8353 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100026-1466207436.opb

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

MD5SUM BENCH= 35541d810f352e1e9979b25003c9f904
RANDOM SEED=1689361333

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26428432 kB
Buffers:           37688 kB
Cached:            85892 kB
SwapCached:         1252 kB
Active:          3967744 kB
Inactive:          67568 kB
Active(anon):    3912356 kB
Inactive(anon):     1608 kB
Active(file):      55388 kB
Inactive(file):    65960 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:              7332 kB
Writeback:             0 kB
AnonPages:       5705300 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             571284 kB
SReclaimable:      15128 kB
SUnreclaim:       556156 kB
KernelStack:        1816 kB
PageTables:        15188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6256896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4149248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node137 at 2016-06-18 02:05:30