Trace number 4101517

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.06 1797.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-p6000.opb
MD5SUMe2f15e37dec17456fb4044387114eb48
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-73511
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -98107
Optimality of the best value was proved YES
Number of variables6000
Total number of constraints2171
Number of constraints which are clauses222
Number of constraints which are cardinality constraints (but not clauses)1914
Number of constraints which are nor clauses,nor cardinality constraints35
Minimum length of a constraint2
Maximum length of a constraint5998
Number of terms in the objective function 5995
Biggest coefficient in the objective function 3684
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527319
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 25616
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 527319
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101517-1466224002.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.50/0.38	c ... done. Wall clock time 0.27s.
0.50/0.38	c declared #vars     6000
0.50/0.38	c #constraints  2294
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47
0.50/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 1871
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 374
0.50/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.50/0.38	c 2294 constraints processed.
0.50/0.38	c objective function length is 5995 literals
2.02/1.41	c cleaning 2501 clauses out of 5001 with flag 10004/5001
3.14/2.47	c cleaning 4250 clauses out of 8499 with flag 22018/11000
4.34/3.69	c cleaning 5625 clauses out of 11250 with flag 36046/18001
5.85/5.13	c cleaning 6813 clauses out of 13625 with flag 52076/26001
7.58/6.82	c cleaning 7906 clauses out of 15812 with flag 70114/35001
9.51/8.76	c cleaning 8953 clauses out of 17905 with flag 90134/45000
11.82/11.03	c cleaning 9975 clauses out of 19953 with flag 112154/56001
14.21/13.49	c cleaning 10987 clauses out of 21978 with flag 136188/68001
16.94/16.14	c cleaning 11995 clauses out of 23990 with flag 162189/81000
20.04/19.22	c cleaning 12997 clauses out of 25995 with flag 190222/95000
23.34/22.56	c cleaning 13996 clauses out of 27999 with flag 220265/110001
27.04/26.24	c cleaning 14995 clauses out of 30003 with flag 252306/126001
30.94/30.16	c cleaning 16002 clauses out of 32007 with flag 286322/143000
35.24/34.45	c cleaning 16999 clauses out of 34005 with flag 322362/161000
39.74/38.91	c cleaning 17999 clauses out of 36007 with flag 360393/180001
44.34/43.56	c cleaning 19001 clauses out of 38007 with flag 400420/200000
49.74/48.92	c cleaning 20002 clauses out of 40007 with flag 442434/221001
54.84/54.03	c cleaning 21003 clauses out of 42005 with flag 486472/243001
60.64/59.82	c cleaning 22001 clauses out of 44001 with flag 532502/266000
66.43/65.60	c cleaning 22995 clauses out of 46000 with flag 580556/290000
72.73/71.98	c cleaning 24001 clauses out of 48005 with flag 630575/315000
79.79/78.94	c cleaning 24996 clauses out of 50004 with flag 682621/341000
86.89/86.01	c cleaning 26001 clauses out of 52008 with flag 736665/368000
94.29/93.46	c cleaning 27003 clauses out of 54008 with flag 792736/396001
102.29/101.47	c cleaning 27999 clauses out of 56005 with flag 850741/425001
110.09/109.25	c cleaning 28996 clauses out of 58006 with flag 910779/455001
118.99/118.16	c cleaning 30004 clauses out of 60011 with flag 972813/486002
127.40/126.57	c cleaning 31003 clauses out of 62005 with flag 1036833/518000
136.69/135.84	c cleaning 32001 clauses out of 64002 with flag 1102875/551000
146.39/145.59	c cleaning 32999 clauses out of 66001 with flag 1170931/585000
157.10/156.30	c cleaning 34002 clauses out of 68003 with flag 1241009/620001
168.12/167.24	c cleaning 34996 clauses out of 70000 with flag 1313043/656000
178.51/177.64	c cleaning 35999 clauses out of 72005 with flag 1387069/693001
190.92/190.06	c cleaning 37000 clauses out of 74005 with flag 1463101/731000
203.22/202.38	c cleaning 38000 clauses out of 76005 with flag 1541158/770000
216.62/215.71	c cleaning 38998 clauses out of 78005 with flag 1621219/810000
230.62/229.71	c cleaning 39998 clauses out of 80008 with flag 1703322/851001
244.82/243.99	c cleaning 41004 clauses out of 82010 with flag 1787391/893001
258.67/257.76	c cleaning 42001 clauses out of 84005 with flag 1873413/936000
272.86/271.99	c cleaning 42995 clauses out of 86004 with flag 1961497/980000
286.56/285.69	c cleaning 44003 clauses out of 88009 with flag 2051535/1025000
303.17/302.21	c cleaning 44999 clauses out of 90006 with flag 2143616/1071000
318.76/317.80	c cleaning 46001 clauses out of 92008 with flag 2237654/1118001
335.25/334.39	c cleaning 47002 clauses out of 94007 with flag 2333693/1166001
353.95/352.97	c cleaning 48000 clauses out of 96006 with flag 2431737/1215002
370.55/369.52	c cleaning 49000 clauses out of 98005 with flag 2531781/1265001
387.85/386.87	c cleaning 49998 clauses out of 100004 with flag 2633800/1316000
408.06/407.05	c cleaning 51004 clauses out of 102007 with flag 2737871/1368001
430.17/429.13	c cleaning 52000 clauses out of 104002 with flag 2843959/1421000
452.47/451.44	c cleaning 52995 clauses out of 106002 with flag 2951982/1475000
477.16/476.02	c cleaning 53999 clauses out of 108007 with flag 3062063/1530000
502.15/501.02	c cleaning 55002 clauses out of 110009 with flag 3174158/1586001
532.95/531.87	c cleaning 55995 clauses out of 112006 with flag 3288298/1643000
563.06/561.93	c cleaning 57000 clauses out of 114011 with flag 3404456/1701000
590.58/589.36	c cleaning 58005 clauses out of 116012 with flag 3522567/1760001
619.98/618.72	c cleaning 59002 clauses out of 118007 with flag 3642595/1820001
649.59/648.38	c cleaning 60002 clauses out of 120004 with flag 3764599/1881000
678.50/677.24	c cleaning 60997 clauses out of 122002 with flag 3888653/1943000
705.50/704.30	c cleaning 62003 clauses out of 124006 with flag 4014677/2006001
735.98/734.65	c cleaning 62998 clauses out of 126003 with flag 4142711/2070001
767.00/765.61	c cleaning 63996 clauses out of 128005 with flag 4272859/2135001
796.70/795.38	c cleaning 65002 clauses out of 130009 with flag 4404919/2201001
830.44/828.97	c cleaning 66000 clauses out of 132006 with flag 4538989/2268000
865.64/864.17	c cleaning 67001 clauses out of 134007 with flag 4675043/2336001
904.15/902.61	c cleaning 67997 clauses out of 136005 with flag 4813129/2405000
942.56/941.00	c cleaning 68999 clauses out of 138009 with flag 4953339/2475001
980.27/978.62	c cleaning 70002 clauses out of 140010 with flag 5095544/2546001
1022.38/1020.76	c cleaning 71002 clauses out of 142008 with flag 5239583/2618001
1061.01/1059.33	c cleaning 72000 clauses out of 144006 with flag 5385587/2691001
1107.03/1105.27	c cleaning 73001 clauses out of 146005 with flag 5533692/2765000
1147.84/1146.04	c cleaning 73999 clauses out of 148005 with flag 5683823/2840001
1189.15/1187.38	c cleaning 74998 clauses out of 150006 with flag 5836052/2916001
1235.08/1233.12	c cleaning 75996 clauses out of 152008 with flag 5990208/2993001
1281.69/1279.71	c cleaning 77003 clauses out of 154012 with flag 6146391/3071001
1326.41/1324.42	c cleaning 77997 clauses out of 156008 with flag 6304601/3150000
1367.57/1365.50	c cleaning 79002 clauses out of 158012 with flag 6464911/3230001
1417.68/1415.70	c cleaning 80002 clauses out of 160010 with flag 6626994/3311001
1471.28/1469.13	c cleaning 80997 clauses out of 162007 with flag 6791057/3393000
1519.39/1517.20	c cleaning 82004 clauses out of 164011 with flag 6957097/3476001
1567.70/1565.60	c cleaning 82998 clauses out of 166006 with flag 7125252/3560000
1621.41/1619.16	c cleaning 84004 clauses out of 168008 with flag 7295367/3645000
1676.04/1673.75	c cleaning 84999 clauses out of 170005 with flag 7467483/3731001
1737.34/1734.92	c cleaning 86000 clauses out of 172005 with flag 7641675/3818000
1795.36/1792.90	c cleaning 86998 clauses out of 174006 with flag 7817902/3906001
1800.06/1797.60	c starts		: 1
1800.06/1797.60	c conflicts		: 3919250
1800.06/1797.60	c decisions		: 3927900
1800.06/1797.60	c propagations		: 1303452326
1800.06/1797.60	c inspects		: 26928831127
1800.06/1797.60	c shortcuts		: 0
1800.06/1797.60	c learnt literals	: 0
1800.06/1797.60	c learnt binary clauses	: 0
1800.06/1797.60	c learnt ternary clauses	: 0
1800.06/1797.60	c learnt constraints	: 3919249
1800.06/1797.60	c ignored constraints	: 0
1800.06/1797.60	c root simplifications	: 0
1800.06/1797.60	c removed literals (reason simplification)	: 0
1800.06/1797.60	c reason swapping (by a shorter reason)	: 0
1800.06/1797.60	c Calls to reduceDB	: 84
1800.06/1797.60	c Number of update (reduction) of LBD	: 3709
1800.06/1797.60	c Imported unit clauses	: 0
1800.06/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.60	c number of learned constraints concerned by reduction	: 0
1800.06/1797.60	c number of learning phase by resolution	: 0
1800.06/1797.60	c timeout
1800.06/1797.60	c number of learning phase by cutting planes	: 0
1800.06/1797.60	c speed (assignments/second)	: 725270.3941419824
1800.06/1797.60	c non guided choices	0
1800.06/1797.63	c learnt constraints type 
1800.06/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100257
1800.06/1797.63	s UNKNOWN
1800.06/1797.63	c Total wall clock time (in seconds): 1797.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-4101517-1466224002/watcher-4101517-1466224002 -o /tmp/evaluation-result-4101517-1466224002/solver-4101517-1466224002 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101517-1466224002.opb 

pid=5187
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.12 2.08 2.08 3/194 5190
/proc/meminfo: memFree=30672900/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/5190/stat : 5190 (java) R 5187 5190 2916 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 24450761 9445376 95 33554432000 1073741824 1073778376 140736378232240 140736378229368 249640817083 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2306 97 75 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.08 2.08 3/194 5190
/proc/meminfo: memFree=30672900/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 24450761 9787879424 6025 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.12 2.08 2.08 3/194 5190
/proc/meminfo: memFree=30672900/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 4991 0 1 0 27 1 0 0 20 0 18 0 24450761 9787879424 6973 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2389619 6973 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.12 2.08 2.08 3/194 5190
/proc/meminfo: memFree=30672900/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 5721 0 1 0 48 2 0 0 20 0 18 0 24450761 9787879424 12454 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2389619 12454 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700166 s]
/proc/loadavg: 2.12 2.08 2.08 3/194 5190
/proc/meminfo: memFree=30672900/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 7958 0 1 0 125 4 0 0 20 0 19 0 24450761 9856040960 35496 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2406260 35496 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.12 2.08 2.08 3/213 5209
/proc/meminfo: memFree=30539424/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 7971 0 1 0 210 4 0 0 20 0 19 0 24450761 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2406260 36019 2270 9 0 2396937 0
[pid=5190/tid=5192] ppid=5187 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/5190/task/5192/stat : 5192 (java) R 5187 5190 2916 0 -1 4202560 2469 0 1 0 142 3 0 0 20 0 19 0 24450762 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980067122880 139979913804028 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5193] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5193/stat : 5193 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980039584040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5194] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5194/stat : 5194 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980038531240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5195] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5195/stat : 5195 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980037478952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5196] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5196/stat : 5196 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980036426152 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5197] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5197/stat : 5197 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980035373864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5198] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5198/stat : 5198 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980034321064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5199] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5199/stat : 5199 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980033268776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5200] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5200/stat : 5200 (java) S 5187 5190 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139980032215976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5201] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5201/stat : 5201 (java) S 5187 5190 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979420305640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5202] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5202/stat : 5202 (java) S 5187 5190 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979419251704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5203] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5203/stat : 5203 (java) S 5187 5190 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979418199304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5204] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5204/stat : 5204 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979417147792 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5205] ppid=5187 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5190/task/5205/stat : 5205 (java) S 5187 5190 2916 0 -1 4202560 2108 0 0 0 32 0 0 0 20 0 19 0 24450767 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979416095416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5206] ppid=5187 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5190/task/5206/stat : 5206 (java) S 5187 5190 2916 0 -1 4202560 2116 0 0 0 32 0 0 0 20 0 19 0 24450767 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979415042616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5207] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5207/stat : 5207 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979413990520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5208] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5208/stat : 5208 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979412937928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5209] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5209/stat : 5209 (java) S 5187 5190 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24450802 9856040960 36019 33554432000 1073741824 1073778376 140736378232240 139979411882920 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.11 2.08 2.08 3/213 5209
/proc/meminfo: memFree=30536260/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 9231 0 1 0 380 4 0 0 20 0 19 0 24450761 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2406260 37069 2270 9 0 2396937 0
[pid=5190/tid=5192] ppid=5187 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/5190/task/5192/stat : 5192 (java) R 5187 5190 2916 0 -1 4202560 2471 0 1 0 301 3 0 0 20 0 19 0 24450762 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980067131704 139979913862476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5193] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5193/stat : 5193 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980039584040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5194] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5194/stat : 5194 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980038531240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5195] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5195/stat : 5195 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980037478952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5196] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5196/stat : 5196 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980036426152 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5197] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5197/stat : 5197 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980035373864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5198] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5198/stat : 5198 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980034321064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5199] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5199/stat : 5199 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980033268776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5200] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5200/stat : 5200 (java) S 5187 5190 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139980032215976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5201] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5201/stat : 5201 (java) S 5187 5190 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979420305640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5202] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5202/stat : 5202 (java) S 5187 5190 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979419251704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5203] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5203/stat : 5203 (java) S 5187 5190 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979418199304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5204] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5204/stat : 5204 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979417147792 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5205] ppid=5187 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/5190/task/5205/stat : 5205 (java) S 5187 5190 2916 0 -1 4202560 2108 0 0 0 33 0 0 0 20 0 19 0 24450767 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979416095416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5206] ppid=5187 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/5190/task/5206/stat : 5206 (java) S 5187 5190 2916 0 -1 4202560 3374 0 0 0 42 0 0 0 20 0 19 0 24450767 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979415042616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5207] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5207/stat : 5207 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979413990520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5208] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5208/stat : 5208 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979412937928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5209] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5209/stat : 5209 (java) S 5187 5190 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24450802 9856040960 37069 33554432000 1073741824 1073778376 140736378232240 139979411882920 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.11 2.08 2.08 3/213 5209
/proc/meminfo: memFree=30528148/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9625040 CPUtime=7.08 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 9236 0 1 0 703 5 0 0 20 0 19 0 24450761 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2406260 38456 2271 9 0 2396937 0
[pid=5190/tid=5192] ppid=5187 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/5190/task/5192/stat : 5192 (java) R 5187 5190 2916 0 -1 4202560 2475 0 1 0 620 3 0 0 20 0 19 0 24450762 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980067131640 139979913768581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5193] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5193/stat : 5193 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980039584040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5194] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5194/stat : 5194 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980038531240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5195] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5195/stat : 5195 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980037478952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5196] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5196/stat : 5196 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980036426152 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5197] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5197/stat : 5197 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980035373864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5198] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5198/stat : 5198 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980034321064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5199] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5199/stat : 5199 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980033268776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5200] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5200/stat : 5200 (java) S 5187 5190 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24450763 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139980032215976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5201] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5201/stat : 5201 (java) S 5187 5190 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979420305640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5202] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5202/stat : 5202 (java) S 5187 5190 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979419251704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5203] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5203/stat : 5203 (java) S 5187 5190 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979418199304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5204] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5204/stat : 5204 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979417147792 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5205] ppid=5187 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/5190/task/5205/stat : 5205 (java) S 5187 5190 2916 0 -1 4202560 2108 0 0 0 34 0 0 0 20 0 19 0 24450767 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979416095416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5206] ppid=5187 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/5190/task/5206/stat : 5206 (java) S 5187 5190 2916 0 -1 4202560 3374 0 0 0 45 0 0 0 20 0 19 0 24450767 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979415042616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5207] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5207/stat : 5207 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979413990520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5208] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5208/stat : 5208 (java) S 5187 5190 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979412937928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5209] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5209/stat : 5209 (java) S 5187 5190 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24450802 9856040960 38456 33554432000 1073741824 1073778376 140736378232240 139979411882920 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=5190/tid=5209] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5209/stat : 5209 (java) S 5187 5190 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24450802 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979411882920 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.63
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.06 2.06 3/213 5381
/proc/meminfo: memFree=31084264/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9625040 CPUtime=1724.65 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 11115 0 1 0 172395 70 0 0 20 0 19 0 24450761 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2406260 111387 2285 9 0 2396937 0
[pid=5190/tid=5192] ppid=5187 vsize=9625040 CPUtime=1717.31 cores=1,3,5,7
/proc/5190/task/5192/stat : 5192 (java) R 5187 5190 2916 0 -1 4202560 2496 0 1 0 171700 31 0 0 20 0 19 0 24450762 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980067122864 139979913899086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5193] ppid=5187 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5190/task/5193/stat : 5193 (java) S 5187 5190 2916 0 -1 4202560 301 0 0 0 17 4 0 0 20 0 19 0 24450763 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980039584040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5194] ppid=5187 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5190/task/5194/stat : 5194 (java) S 5187 5190 2916 0 -1 4202560 267 0 0 0 16 4 0 0 20 0 19 0 24450763 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980038531240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5195] ppid=5187 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/5190/task/5195/stat : 5195 (java) S 5187 5190 2916 0 -1 4202560 365 0 0 0 14 2 0 0 20 0 19 0 24450763 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980037478952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5196] ppid=5187 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5190/task/5196/stat : 5196 (java) S 5187 5190 2916 0 -1 4202560 150 0 0 0 13 4 0 0 20 0 19 0 24450763 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980036426152 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5197] ppid=5187 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/5190/task/5197/stat : 5197 (java) S 5187 5190 2916 0 -1 4202560 67 0 0 0 19 3 0 0 20 0 19 0 24450763 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980035373864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5198] ppid=5187 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5190/task/5198/stat : 5198 (java) S 5187 5190 2916 0 -1 4202560 276 0 0 0 18 6 0 0 20 0 19 0 24450763 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980034321064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5199] ppid=5187 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5190/task/5199/stat : 5199 (java) S 5187 5190 2916 0 -1 4202560 111 0 0 0 16 4 0 0 20 0 19 0 24450763 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980033268776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5200] ppid=5187 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5190/task/5200/stat : 5200 (java) S 5187 5190 2916 0 -1 4202560 150 0 0 0 19 4 0 0 20 0 19 0 24450763 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139980032215976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5201] ppid=5187 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5190/task/5201/stat : 5201 (java) S 5187 5190 2916 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 19 0 24450764 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979420305640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5202] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5202/stat : 5202 (java) S 5187 5190 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979419251704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5203] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5203/stat : 5203 (java) S 5187 5190 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979418199304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5204] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5204/stat : 5204 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979417147792 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5205] ppid=5187 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/5190/task/5205/stat : 5205 (java) S 5187 5190 2916 0 -1 4202560 2108 0 0 0 34 0 0 0 20 0 19 0 24450767 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979416095416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5206] ppid=5187 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/5190/task/5206/stat : 5206 (java) S 5187 5190 2916 0 -1 4202560 3379 0 0 0 50 0 0 0 20 0 19 0 24450767 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979415042616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5207] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5207/stat : 5207 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979413990520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5208] ppid=5187 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5190/task/5208/stat : 5208 (java) S 5187 5190 2916 0 -1 4202560 100 0 0 0 28 39 0 0 20 0 19 0 24450767 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979412937928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5209] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5209/stat : 5209 (java) S 5187 5190 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24450802 9856040960 111387 33554432000 1073741824 1073778376 140736378232240 139979411882920 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.08 2.06 3/213 5382
/proc/meminfo: memFree=31045112/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9625040 CPUtime=1784.76 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 11176 0 1 0 178403 73 0 0 20 0 19 0 24450761 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2406260 114261 2285 9 0 2396937 0
[pid=5190/tid=5192] ppid=5187 vsize=9625040 CPUtime=1777.12 cores=1,3,5,7
/proc/5190/task/5192/stat : 5192 (java) R 5187 5190 2916 0 -1 4202560 2497 0 1 0 177680 32 0 0 20 0 19 0 24450762 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980067122864 139979913861545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5193] ppid=5187 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/5190/task/5193/stat : 5193 (java) S 5187 5190 2916 0 -1 4202560 303 0 0 0 18 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980039584040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5194] ppid=5187 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5190/task/5194/stat : 5194 (java) S 5187 5190 2916 0 -1 4202560 302 0 0 0 19 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980038531240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5195] ppid=5187 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5190/task/5195/stat : 5195 (java) S 5187 5190 2916 0 -1 4202560 369 0 0 0 15 2 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980037478952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5196] ppid=5187 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/5190/task/5196/stat : 5196 (java) S 5187 5190 2916 0 -1 4202560 150 0 0 0 15 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980036426152 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5197] ppid=5187 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5190/task/5197/stat : 5197 (java) S 5187 5190 2916 0 -1 4202560 75 0 0 0 22 3 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980035373864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5198] ppid=5187 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5190/task/5198/stat : 5198 (java) S 5187 5190 2916 0 -1 4202560 280 0 0 0 19 6 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980034321064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5199] ppid=5187 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5190/task/5199/stat : 5199 (java) S 5187 5190 2916 0 -1 4202560 112 0 0 0 16 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980033268776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5200] ppid=5187 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5190/task/5200/stat : 5200 (java) S 5187 5190 2916 0 -1 4202560 150 0 0 0 19 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980032215976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5201] ppid=5187 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5190/task/5201/stat : 5201 (java) S 5187 5190 2916 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 19 0 24450764 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979420305640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5202] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5202/stat : 5202 (java) S 5187 5190 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979419251704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5203] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5203/stat : 5203 (java) S 5187 5190 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979418199304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5204] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5204/stat : 5204 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979417147792 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5205] ppid=5187 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/5190/task/5205/stat : 5205 (java) S 5187 5190 2916 0 -1 4202560 2108 0 0 0 34 0 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979416095416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5206] ppid=5187 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/5190/task/5206/stat : 5206 (java) S 5187 5190 2916 0 -1 4202560 3379 0 0 0 50 0 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979415042616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5207] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5207/stat : 5207 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979413990520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5208] ppid=5187 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/5190/task/5208/stat : 5208 (java) S 5187 5190 2916 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979412937928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5209] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5209/stat : 5209 (java) S 5187 5190 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24450802 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979411882920 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.10 2.07 2.06 3/213 5383
/proc/meminfo: memFree=31046028/32872528 swapFree=190484/190484
[pid=5190] ppid=5187 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/5190/stat : 5190 (java) S 5187 5190 2916 0 -1 4202496 11176 0 1 0 179933 73 0 0 20 0 19 0 24450761 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 140736378223376 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5190/statm: 2406260 114261 2285 9 0 2396937 0
[pid=5190/tid=5192] ppid=5187 vsize=9625040 CPUtime=1792.38 cores=1,3,5,7
/proc/5190/task/5192/stat : 5192 (java) R 5187 5190 2916 0 -1 4202560 2497 0 1 0 179206 32 0 0 20 0 19 0 24450762 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980067122864 139979913899086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5193] ppid=5187 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/5190/task/5193/stat : 5193 (java) S 5187 5190 2916 0 -1 4202560 303 0 0 0 18 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980039584040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5194] ppid=5187 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5190/task/5194/stat : 5194 (java) S 5187 5190 2916 0 -1 4202560 302 0 0 0 19 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980038531240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5195] ppid=5187 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5190/task/5195/stat : 5195 (java) S 5187 5190 2916 0 -1 4202560 369 0 0 0 15 2 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980037478952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5196] ppid=5187 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/5190/task/5196/stat : 5196 (java) S 5187 5190 2916 0 -1 4202560 150 0 0 0 15 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980036426152 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5197] ppid=5187 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5190/task/5197/stat : 5197 (java) S 5187 5190 2916 0 -1 4202560 75 0 0 0 22 3 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980035373864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5198] ppid=5187 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5190/task/5198/stat : 5198 (java) S 5187 5190 2916 0 -1 4202560 280 0 0 0 19 6 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980034321064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5199] ppid=5187 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5190/task/5199/stat : 5199 (java) S 5187 5190 2916 0 -1 4202560 112 0 0 0 16 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980033268776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5200] ppid=5187 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5190/task/5200/stat : 5200 (java) S 5187 5190 2916 0 -1 4202560 150 0 0 0 19 4 0 0 20 0 19 0 24450763 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139980032215976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5190/tid=5201] ppid=5187 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5190/task/5201/stat : 5201 (java) S 5187 5190 2916 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 19 0 24450764 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979420305640 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5202] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5202/stat : 5202 (java) S 5187 5190 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979419251704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5203] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5203/stat : 5203 (java) S 5187 5190 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24450764 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979418199304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5204] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5204/stat : 5204 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979417147792 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5205] ppid=5187 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/5190/task/5205/stat : 5205 (java) S 5187 5190 2916 0 -1 4202560 2108 0 0 0 34 0 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979416095416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5190/tid=5206] ppid=5187 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/5190/task/5206/stat : 5206 (java) S 5187 5190 2916 0 -1 4202560 3379 0 0 0 50 0 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979415042616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5207] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5207/stat : 5207 (java) S 5187 5190 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979413990520 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5190/tid=5208] ppid=5187 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/5190/task/5208/stat : 5208 (java) S 5187 5190 2916 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 24450767 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979412937928 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5190/tid=5209] ppid=5187 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5190/task/5209/stat : 5209 (java) S 5187 5190 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24450802 9856040960 114261 33554432000 1073741824 1073778376 140736378232240 139979411882920 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 5190 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 5190 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=808147
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=182820
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.63
CPU time (s): 1800.06
CPU user time (s): 1799.33
CPU system time (s): 0.73
CPU usage (%): 100.135
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 1.18282
maximum resident set size= 464096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11211
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38463
involuntary context switches= 6634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3214 second user time and 14.0239 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 06:26:42
IDJOB=4101517
IDBENCH=1760
IDSOLVER=2546
FILE ID=node102/4101517-1466224002
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-p6000.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101517-1466224002/watcher-4101517-1466224002 -o /tmp/evaluation-result-4101517-1466224002/solver-4101517-1466224002 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101517-1466224002.opb

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

MD5SUM BENCH= e2f15e37dec17456fb4044387114eb48
RANDOM SEED=770186275

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30673164 kB
Buffers:           99380 kB
Cached:            91188 kB
SwapCached:         1828 kB
Active:          1144400 kB
Inactive:         131948 kB
Active(anon):    1086616 kB
Inactive(anon):     1508 kB
Active(file):      57784 kB
Inactive(file):   130440 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099024 kB
Dirty:              1412 kB
Writeback:             0 kB
AnonPages:       1277688 kB
Mapped:            15496 kB
Shmem:                 0 kB
Slab:             599648 kB
SReclaimable:      43268 kB
SUnreclaim:       556380 kB
KernelStack:        1600 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1468132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1050624 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= 71728 MiB
End job on node102 at 2016-06-18 06:56:40