Trace number 4101837

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 Resolution PB16? (TO) 1800.08 1792.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-modglob.opb
MD5SUM1c32686691bf96e75781667309b05481
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 104
Optimality of the best value was proved NO
Number of variables9818
Total number of constraints291
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 constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 7770
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 533087
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 533087
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4101837-1466226762.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.83/0.40	c ... done. Wall clock time 0.297s.
0.83/0.40	c declared #vars     9818
0.83/0.40	c #constraints  386
0.83/0.40	c constraints type 
0.83/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
0.83/0.40	c org.sat4j.specs.Constr$1 => 2
0.83/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 383
0.83/0.40	c 386 constraints processed.
0.83/0.40	c objective function length is 9818 literals
1.82/1.07	c cleaning 2500 clauses out of 5000 with flag 10100/5000
2.70/1.81	c cleaning 4250 clauses out of 8501 with flag 22102/11001
3.50/2.70	c cleaning 5622 clauses out of 11260 with flag 36120/18010
4.61/3.74	c cleaning 6808 clauses out of 13629 with flag 52102/26001
6.05/5.18	c cleaning 7910 clauses out of 15824 with flag 70108/35004
7.95/7.02	c cleaning 8954 clauses out of 17912 with flag 90104/45002
10.05/9.14	c cleaning 9977 clauses out of 19958 with flag 112104/56002
12.36/11.41	c cleaning 10989 clauses out of 21983 with flag 136108/68004
14.66/13.74	c cleaning 11998 clauses out of 23995 with flag 162110/81005
17.16/16.22	c cleaning 12993 clauses out of 25995 with flag 190106/95003
20.29/19.33	c cleaning 13994 clauses out of 28001 with flag 220104/110002
23.49/22.55	c cleaning 15000 clauses out of 30005 with flag 252100/126000
27.13/26.14	c cleaning 16000 clauses out of 32006 with flag 286102/143001
31.43/30.42	c cleaning 17005 clauses out of 34010 with flag 322110/161005
36.09/35.03	c cleaning 18001 clauses out of 36002 with flag 360104/180002
41.19/40.17	c cleaning 18996 clauses out of 38000 with flag 400102/200001
47.25/46.19	c cleaning 20002 clauses out of 40004 with flag 442102/221001
54.15/53.06	c cleaning 20997 clauses out of 42004 with flag 486106/243003
61.21/60.04	c cleaning 22006 clauses out of 44011 with flag 532114/266007
68.37/67.14	c cleaning 22995 clauses out of 46000 with flag 580104/290002
77.46/76.28	c cleaning 23995 clauses out of 48004 with flag 630102/315001
86.90/85.63	c cleaning 25000 clauses out of 50010 with flag 682104/341002
96.59/95.24	c cleaning 26004 clauses out of 52010 with flag 736104/368002
107.38/105.95	c cleaning 26995 clauses out of 54004 with flag 792100/396000
118.42/116.91	c cleaning 28000 clauses out of 56010 with flag 850102/425001
129.58/128.02	c cleaning 29005 clauses out of 58009 with flag 910100/455000
141.75/140.16	c cleaning 30003 clauses out of 60005 with flag 972102/486001
155.07/153.44	c cleaning 30999 clauses out of 62001 with flag 1036100/518000
168.23/166.51	c cleaning 31997 clauses out of 64002 with flag 1102100/551000
182.77/181.02	c cleaning 32998 clauses out of 66010 with flag 1170110/585005
197.49/195.77	c cleaning 34000 clauses out of 68010 with flag 1240106/620003
215.25/213.47	c cleaning 35001 clauses out of 70009 with flag 1312104/656002
230.30/228.46	c cleaning 35999 clauses out of 72008 with flag 1386104/693002
248.18/246.28	c cleaning 37004 clauses out of 74008 with flag 1462102/731001
269.12/267.17	c cleaning 38000 clauses out of 76009 with flag 1540112/770006
289.94/287.83	c cleaning 38997 clauses out of 78005 with flag 1620104/810002
311.32/309.18	c cleaning 40002 clauses out of 80007 with flag 1702102/851001
332.78/330.56	c cleaning 40999 clauses out of 82005 with flag 1786102/893001
353.75/351.49	c cleaning 42001 clauses out of 84006 with flag 1872102/936001
375.36/372.98	c cleaning 42999 clauses out of 86007 with flag 1960106/980003
399.72/397.25	c cleaning 43999 clauses out of 88006 with flag 2050102/1025001
425.23/422.69	c cleaning 45005 clauses out of 90012 with flag 2142112/1071006
449.50/446.89	c cleaning 45996 clauses out of 92003 with flag 2236104/1118002
476.34/473.63	c cleaning 46997 clauses out of 94007 with flag 2332104/1166002
504.41/501.67	c cleaning 48004 clauses out of 96008 with flag 2430100/1215000
532.87/530.00	c cleaning 48997 clauses out of 98007 with flag 2530106/1265003
567.12/564.22	c cleaning 50006 clauses out of 100012 with flag 2632110/1316005
602.61/599.61	c cleaning 50994 clauses out of 102004 with flag 2736106/1368003
635.21/632.17	c cleaning 52004 clauses out of 104007 with flag 2842100/1421000
674.59/671.41	c cleaning 53002 clauses out of 106004 with flag 2950102/1475001
718.40/715.17	c cleaning 54005 clauses out of 108009 with flag 3060116/1530008
763.67/760.33	c cleaning 54996 clauses out of 109997 with flag 3172102/1586001
823.77/820.30	c cleaning 55999 clauses out of 112002 with flag 3286104/1643002
869.97/866.45	c cleaning 56998 clauses out of 114003 with flag 3402104/1701002
926.73/923.01	c cleaning 57999 clauses out of 116005 with flag 3520104/1760002
990.78/986.94	c cleaning 58995 clauses out of 118007 with flag 3640106/1820003
1054.31/1050.39	c cleaning 60003 clauses out of 120009 with flag 3762100/1881000
1127.50/1123.36	c cleaning 61003 clauses out of 122008 with flag 3886104/1943002
1200.00/1195.67	c cleaning 61999 clauses out of 124004 with flag 4012102/2006001
1267.08/1262.35	c cleaning 62995 clauses out of 126005 with flag 4140102/2070001
1334.02/1328.96	c cleaning 64007 clauses out of 128013 with flag 4270108/2135004
1409.50/1404.07	c cleaning 65003 clauses out of 130005 with flag 4402106/2201003
1487.92/1482.05	c cleaning 65994 clauses out of 131999 with flag 4536100/2268000
1559.86/1553.54	c cleaning 66996 clauses out of 134006 with flag 4672102/2336001
1634.89/1628.10	c cleaning 68001 clauses out of 136012 with flag 4810106/2405003
1718.07/1710.69	c cleaning 69000 clauses out of 138011 with flag 4950106/2475003
1800.08/1792.20	c starts		: 5
1800.08/1792.20	c conflicts		: 2542414
1800.08/1792.20	c decisions		: 2551079
1800.08/1792.20	c propagations		: 140095054
1800.08/1792.20	c inspects		: 32673745187
1800.08/1792.20	c shortcuts		: 0
1800.08/1792.20	c learnt literals	: 0
1800.08/1792.20	c learnt binary clauses	: 0
1800.08/1792.20	c learnt ternary clauses	: 0
1800.08/1792.20	c learnt constraints	: 2542414
1800.08/1792.20	c ignored constraints	: 0
1800.08/1792.20	c root simplifications	: 0
1800.08/1792.20	c removed literals (reason simplification)	: 0
1800.08/1792.20	c reason swapping (by a shorter reason)	: 0
1800.08/1792.20	c Calls to reduceDB	: 66
1800.08/1792.20	c Number of update (reduction) of LBD	: 19
1800.08/1792.20	c Imported unit clauses	: 0
1800.08/1792.20	c number of reductions to clauses (during analyze)	: 0
1800.08/1792.20	c timeout
1800.08/1792.20	c number of learned constraints concerned by reduction	: 0
1800.08/1792.20	c number of learning phase by resolution	: 0
1800.08/1792.20	c number of learning phase by cutting planes	: 0
1800.08/1792.20	c speed (assignments/second)	: 78188.38428966331
1800.08/1792.20	c non guided choices	0
1800.08/1792.23	c learnt constraints type 
1800.08/1792.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 136422
1800.08/1792.23	s UNKNOWN
1800.08/1792.23	c Total wall clock time (in seconds): 1792.12

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-4101837-1466226762/watcher-4101837-1466226762 -o /tmp/evaluation-result-4101837-1466226762/solver-4101837-1466226762 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101837-1466226762.opb 

pid=17194
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: 1.97 2.00 2.00 3/196 17197
/proc/meminfo: memFree=31560092/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 24722108 98570240 977 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 24065 977 743 9 0 16771 0
[pid=17197/tid=17198] ppid=17194 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 24722109 98570240 977 33554432000 1073741824 1073778376 140734376187040 140187022392872 206408861056 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 17197
/proc/meminfo: memFree=31560092/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 4396 0 1 0 9 2 0 0 20 0 18 0 24722108 9787879424 6033 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2389619 6033 2137 9 0 2380296 0
[pid=17197/tid=17198] ppid=17194 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 24722109 9787879424 6036 33554432000 1073741824 1073778376 140734376187040 140187022396320 140187025241691 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 17197
/proc/meminfo: memFree=31560092/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 5011 0 1 0 28 2 0 0 20 0 18 0 24722108 9787879424 6887 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2389619 6887 2220 9 0 2380296 0
[pid=17197/tid=17198] ppid=17194 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 24722109 9787879424 6887 33554432000 1073741824 1073778376 140734376187040 140187022388912 140187025683347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 17197
/proc/meminfo: memFree=31560092/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 7726 0 1 0 51 3 0 0 20 0 18 0 24722108 9787879424 11180 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2389619 11180 2234 9 0 2380296 0
[pid=17197/tid=17198] ppid=17194 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2403 0 1 0 25 2 0 0 20 0 18 0 24722109 9787879424 11180 33554432000 1073741824 1073778376 140734376187040 140187022388912 140186876998362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 1.97 2.00 2.00 3/196 17197
/proc/meminfo: memFree=31560092/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 11088 0 1 0 144 4 0 0 20 0 19 0 24722108 9856040960 18069 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2406260 18069 2267 9 0 2396937 0
[pid=17197/tid=17198] ppid=17194 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2422 0 1 0 65 2 0 0 20 0 19 0 24722109 9856040960 18069 33554432000 1073741824 1073778376 140734376187040 140187022397928 140186877564074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.97 2.00 2.00 3/215 17216
/proc/meminfo: memFree=31476272/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 11191 0 1 0 231 5 0 0 20 0 19 0 24722108 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2406260 24732 2273 9 0 2396937 0
[pid=17197/tid=17198] ppid=17194 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2436 0 1 0 145 2 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140187022388960 140186877564212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17200] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17200/stat : 17200 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186865936808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17201] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17201/stat : 17201 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186864884264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17202] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17202/stat : 17202 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186863831208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17203] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17203/stat : 17203 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186862778664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17204] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17204/stat : 17204 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186861726632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17205] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17205/stat : 17205 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186524576808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17206] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17206/stat : 17206 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186523523752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17207] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17207/stat : 17207 (java) S 17194 17197 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186522471208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17208] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17208/stat : 17208 (java) S 17194 17197 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186510272872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17209] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17209/stat : 17209 (java) S 17194 17197 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186509219192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17210] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17210/stat : 17210 (java) S 17194 17197 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186508166024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17211] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17211/stat : 17211 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186507114768 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17212] ppid=17194 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/17197/task/17212/stat : 17212 (java) S 17194 17197 11773 0 -1 4202560 2941 0 0 0 43 0 0 0 20 0 19 0 24722113 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186506062648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17213] ppid=17194 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17197/task/17213/stat : 17213 (java) S 17194 17197 11773 0 -1 4202560 4537 0 0 0 39 1 0 0 20 0 19 0 24722113 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186505010104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17214] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17214/stat : 17214 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186503957240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17215] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17215/stat : 17215 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186502904904 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17216] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17216/stat : 17216 (java) S 17194 17197 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24722153 9856040960 24732 33554432000 1073741824 1073778376 140734376187040 140186501751848 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 1.97 2.00 2.00 3/215 17216
/proc/meminfo: memFree=31440836/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 11215 0 1 0 396 5 0 0 20 0 19 0 24722108 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2406260 36508 2273 9 0 2396937 0
[pid=17197/tid=17198] ppid=17194 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2460 0 1 0 304 3 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140187022397784 140186877683763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17200] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17200/stat : 17200 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186865936808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17201] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17201/stat : 17201 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186864884264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17202] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17202/stat : 17202 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186863831208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17203] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17203/stat : 17203 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186862778664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17204] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17204/stat : 17204 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186861726632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17205] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17205/stat : 17205 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186524576808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17206] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17206/stat : 17206 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186523523752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17207] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17207/stat : 17207 (java) S 17194 17197 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186522471208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17208] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17208/stat : 17208 (java) S 17194 17197 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186510272872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17209] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17209/stat : 17209 (java) S 17194 17197 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186509219192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17210] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17210/stat : 17210 (java) S 17194 17197 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186508166024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17211] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17211/stat : 17211 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186507114768 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17212] ppid=17194 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/17197/task/17212/stat : 17212 (java) S 17194 17197 11773 0 -1 4202560 2941 0 0 0 46 0 0 0 20 0 19 0 24722113 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186506062648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17213] ppid=17194 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/17197/task/17213/stat : 17213 (java) S 17194 17197 11773 0 -1 4202560 4537 0 0 0 42 1 0 0 20 0 19 0 24722113 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186505010104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17214] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17214/stat : 17214 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186503957240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17215] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17215/stat : 17215 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186502904904 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17216] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17216/stat : 17216 (java) S 17194 17197 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24722153 9856040960 36508 33554432000 1073741824 1073778376 140734376187040 140186501751848 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 1.97 2.00 2.00 3/215 17216
/proc/meminfo: memFree=31382992/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9625040 CPUtime=7.25 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 11273 0 1 0 718 7 0 0 20 0 19 0 24722108 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2406260 44083 2287 9 0 2396937 0
[pid=17197/tid=17198] ppid=17194 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2476 0 1 0 622 3 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140187022388944 140186877655827 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17200] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17200/stat : 17200 (java) S 17194 17197 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186865936808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17201] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17201/stat : 17201 (java) S 17194 17197 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186864884264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17202] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17202/stat : 17202 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186863831208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17203] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17203/stat : 17203 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186862778664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17204] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17204/stat : 17204 (java) S 17194 17197 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186861726632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17205] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17205/stat : 17205 (java) S 17194 17197 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186524576808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17206] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17206/stat : 17206 (java) S 17194 17197 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186523523752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17207] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17207/stat : 17207 (java) S 17194 17197 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24722109 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186522471208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17208] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17208/stat : 17208 (java) S 17194 17197 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186510272872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17209] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17209/stat : 17209 (java) S 17194 17197 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186509219192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17210] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17210/stat : 17210 (java) S 17194 17197 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186508166024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17211] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17211/stat : 17211 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186507114768 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17212] ppid=17194 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/17197/task/17212/stat : 17212 (java) S 17194 17197 11773 0 -1 4202560 2941 0 0 0 47 0 0 0 20 0 19 0 24722113 9856040960 44083 33554432000 1073741824 1073778376 140734376187040 140186506062648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17213] ppid=17194 vsize=9625040 CPUtime=0.43 cores=0,2,4,6

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

[pid=17197/tid=17216] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17216/stat : 17216 (java) S 17194 17197 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24722153 9856040960 59482 33554432000 1073741824 1073778376 140734376187040 140186501751848 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1669.55
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.95 1.99 1.99 3/215 17325
/proc/meminfo: memFree=30813120/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9625040 CPUtime=1729.9 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 15309 0 1 0 172910 80 0 0 20 0 19 0 24722108 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2406260 59406 2296 9 0 2396937 0
[pid=17197/tid=17198] ppid=17194 vsize=9625040 CPUtime=1713.91 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2801 0 1 0 171360 31 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140187022396640 140186877683763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17200] ppid=17194 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/17197/task/17200/stat : 17200 (java) S 17194 17197 11773 0 -1 4202560 345 0 0 0 106 6 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186865936808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17201] ppid=17194 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/17197/task/17201/stat : 17201 (java) S 17194 17197 11773 0 -1 4202560 509 0 0 0 113 6 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186864884264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17202] ppid=17194 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/17197/task/17202/stat : 17202 (java) S 17194 17197 11773 0 -1 4202560 585 0 0 0 113 5 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186863831208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17203] ppid=17194 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/17197/task/17203/stat : 17203 (java) S 17194 17197 11773 0 -1 4202560 297 0 0 0 111 6 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186862778664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17204] ppid=17194 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/17197/task/17204/stat : 17204 (java) S 17194 17197 11773 0 -1 4202560 380 0 0 0 118 6 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186861726632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17205] ppid=17194 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/17197/task/17205/stat : 17205 (java) S 17194 17197 11773 0 -1 4202560 549 0 0 0 121 7 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186524576808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17206] ppid=17194 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/17197/task/17206/stat : 17206 (java) S 17194 17197 11773 0 -1 4202560 406 0 0 0 115 7 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186523523752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17207] ppid=17194 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/17197/task/17207/stat : 17207 (java) S 17194 17197 11773 0 -1 4202560 412 0 0 0 115 5 0 0 20 0 19 0 24722109 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186522471208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17208] ppid=17194 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17197/task/17208/stat : 17208 (java) S 17194 17197 11773 0 -1 4202560 182 0 0 0 64 5 0 0 20 0 19 0 24722111 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186510272872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17209] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17209/stat : 17209 (java) S 17194 17197 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186509219192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17210] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17210/stat : 17210 (java) S 17194 17197 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186508166024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17211] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17211/stat : 17211 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186507114768 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17212] ppid=17194 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/17197/task/17212/stat : 17212 (java) S 17194 17197 11773 0 -1 4202560 2943 0 0 0 48 0 0 0 20 0 19 0 24722113 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186506062648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17213] ppid=17194 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/17197/task/17213/stat : 17213 (java) S 17194 17197 11773 0 -1 4202560 4537 0 0 0 42 1 0 0 20 0 19 0 24722113 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186505010104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17214] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17214/stat : 17214 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186503957240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17215] ppid=17194 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17197/task/17215/stat : 17215 (java) S 17194 17197 11773 0 -1 4202560 99 0 0 0 24 25 0 0 20 0 19 0 24722113 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186502904904 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17216] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17216/stat : 17216 (java) S 17194 17197 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24722153 9856040960 59406 33554432000 1073741824 1073778376 140734376187040 140186501751848 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1729.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 17326
/proc/meminfo: memFree=30781592/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9625040 CPUtime=1790.16 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 15342 0 1 0 178933 83 0 0 20 0 19 0 24722108 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2406260 59391 2296 9 0 2396937 0
[pid=17197/tid=17198] ppid=17194 vsize=9625040 CPUtime=1773.58 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2825 0 1 0 177326 32 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140187022396624 140186877683763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17200] ppid=17194 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/17197/task/17200/stat : 17200 (java) S 17194 17197 11773 0 -1 4202560 346 0 0 0 111 6 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186865936808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17201] ppid=17194 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/17197/task/17201/stat : 17201 (java) S 17194 17197 11773 0 -1 4202560 509 0 0 0 119 6 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186864884264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17202] ppid=17194 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/17197/task/17202/stat : 17202 (java) S 17194 17197 11773 0 -1 4202560 585 0 0 0 117 5 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186863831208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17203] ppid=17194 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/17197/task/17203/stat : 17203 (java) S 17194 17197 11773 0 -1 4202560 297 0 0 0 116 6 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186862778664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17204] ppid=17194 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/17197/task/17204/stat : 17204 (java) S 17194 17197 11773 0 -1 4202560 380 0 0 0 123 6 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186861726632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17205] ppid=17194 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/17197/task/17205/stat : 17205 (java) S 17194 17197 11773 0 -1 4202560 549 0 0 0 125 7 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186524576808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17206] ppid=17194 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/17197/task/17206/stat : 17206 (java) S 17194 17197 11773 0 -1 4202560 406 0 0 0 120 7 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186523523752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17207] ppid=17194 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/17197/task/17207/stat : 17207 (java) S 17194 17197 11773 0 -1 4202560 412 0 0 0 121 5 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186522471208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17208] ppid=17194 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/17197/task/17208/stat : 17208 (java) S 17194 17197 11773 0 -1 4202560 186 0 0 0 64 6 0 0 20 0 19 0 24722111 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186510272872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17209] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17209/stat : 17209 (java) S 17194 17197 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186509219192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17210] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17210/stat : 17210 (java) S 17194 17197 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186508166024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17211] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17211/stat : 17211 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186507114768 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17212] ppid=17194 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/17197/task/17212/stat : 17212 (java) S 17194 17197 11773 0 -1 4202560 2943 0 0 0 48 0 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186506062648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17213] ppid=17194 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/17197/task/17213/stat : 17213 (java) S 17194 17197 11773 0 -1 4202560 4537 0 0 0 42 1 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186505010104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17214] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17214/stat : 17214 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186503957240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17215] ppid=17194 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17197/task/17215/stat : 17215 (java) S 17194 17197 11773 0 -1 4202560 103 0 0 0 25 26 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186502904904 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17216] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17216/stat : 17216 (java) S 17194 17197 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24722153 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186501751848 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1790.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 17326
/proc/meminfo: memFree=30787488/32872528 swapFree=7780/7780
[pid=17197] ppid=17194 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/17197/stat : 17197 (java) S 17194 17197 11773 0 -1 4202496 15344 0 1 0 179925 83 0 0 20 0 19 0 24722108 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140734376178176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17197/statm: 2406260 59391 2296 9 0 2396937 0
[pid=17197/tid=17198] ppid=17194 vsize=9625040 CPUtime=1783.44 cores=0,2,4,6
/proc/17197/task/17198/stat : 17198 (java) R 17194 17197 11773 0 -1 4202560 2827 0 1 0 178311 33 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140187022396672 140186877683763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17200] ppid=17194 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/17197/task/17200/stat : 17200 (java) S 17194 17197 11773 0 -1 4202560 346 0 0 0 112 6 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186865936808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17201] ppid=17194 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/17197/task/17201/stat : 17201 (java) S 17194 17197 11773 0 -1 4202560 509 0 0 0 120 6 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186864884264 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17202] ppid=17194 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/17197/task/17202/stat : 17202 (java) S 17194 17197 11773 0 -1 4202560 585 0 0 0 117 5 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186863831208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17203] ppid=17194 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/17197/task/17203/stat : 17203 (java) S 17194 17197 11773 0 -1 4202560 297 0 0 0 117 6 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186862778664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17204] ppid=17194 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/17197/task/17204/stat : 17204 (java) S 17194 17197 11773 0 -1 4202560 380 0 0 0 124 6 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186861726632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17205] ppid=17194 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/17197/task/17205/stat : 17205 (java) S 17194 17197 11773 0 -1 4202560 549 0 0 0 126 7 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186524576808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17206] ppid=17194 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/17197/task/17206/stat : 17206 (java) S 17194 17197 11773 0 -1 4202560 406 0 0 0 121 7 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186523523752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17197/tid=17207] ppid=17194 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/17197/task/17207/stat : 17207 (java) S 17194 17197 11773 0 -1 4202560 412 0 0 0 121 5 0 0 20 0 19 0 24722109 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186522471208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17208] ppid=17194 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/17197/task/17208/stat : 17208 (java) S 17194 17197 11773 0 -1 4202560 186 0 0 0 64 6 0 0 20 0 19 0 24722111 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186510272872 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17209] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17209/stat : 17209 (java) S 17194 17197 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186509219192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17210] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17210/stat : 17210 (java) S 17194 17197 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24722111 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186508166024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17211] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17211/stat : 17211 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186507114768 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17212] ppid=17194 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/17197/task/17212/stat : 17212 (java) S 17194 17197 11773 0 -1 4202560 2943 0 0 0 48 0 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186506062648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17197/tid=17213] ppid=17194 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/17197/task/17213/stat : 17213 (java) S 17194 17197 11773 0 -1 4202560 4537 0 0 0 42 1 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186505010104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17214] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17214/stat : 17214 (java) S 17194 17197 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186503957240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17197/tid=17215] ppid=17194 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/17197/task/17215/stat : 17215 (java) S 17194 17197 11773 0 -1 4202560 103 0 0 0 25 26 0 0 20 0 19 0 24722113 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186502904904 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17197/tid=17216] ppid=17194 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17197/task/17216/stat : 17216 (java) S 17194 17197 11773 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24722153 9856040960 59391 33554432000 1073741824 1073778376 140734376187040 140186501751848 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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 17197 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17197 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=658170
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=281805
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.23
CPU time (s): 1800.08
CPU user time (s): 1799.25
CPU system time (s): 0.83
CPU usage (%): 100.438
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.2818
maximum resident set size= 468236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15377
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49041
involuntary context switches= 37743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.66353 second user time and 13.7819 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 07:12:42
IDJOB=4101837
IDBENCH=1800
IDSOLVER=2546
FILE ID=node133/4101837-1466226762
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-modglob.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101837-1466226762/watcher-4101837-1466226762 -o /tmp/evaluation-result-4101837-1466226762/solver-4101837-1466226762 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101837-1466226762.opb

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

MD5SUM BENCH= 1c32686691bf96e75781667309b05481
RANDOM SEED=808381829

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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:        31560248 kB
Buffers:           94768 kB
Cached:           103840 kB
SwapCached:          892 kB
Active:           427556 kB
Inactive:         140648 kB
Active(anon):     370484 kB
Inactive(anon):     1364 kB
Active(file):      57072 kB
Inactive(file):   139284 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:        388856 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             600992 kB
SReclaimable:      44092 kB
SUnreclaim:       556900 kB
KernelStack:        1768 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     542960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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= 71712 MiB
End job on node133 at 2016-06-18 07:42:34