Trace number 4103964

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 1776.83

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
MD5SUM72fff71fe37083f89a4fde6caf0f3578
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.74358
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8268
Total number of constraints1451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints1430
Minimum length of a constraint3
Maximum length of a constraint8249
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 2386602666496000
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 5223634990318712
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-4103964-1466257580.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
1.11/0.60	c ... done. Wall clock time 0.49s.
1.11/0.60	c declared #vars     8268
1.11/0.60	c #constraints  1471
1.11/0.60	c constraints type 
1.11/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
1.11/0.60	c org.sat4j.specs.Constr$1 => 10
1.11/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 21
1.11/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1419
1.11/0.60	c 1471 constraints processed.
1.11/0.60	c objective function length is 31 literals
3.52/2.57	c cleaning 2497 clauses out of 4999 with flag 12532/5000
5.97/4.82	c cleaning 4250 clauses out of 8502 with flag 27797/11000
8.38/7.29	c cleaning 5626 clauses out of 11253 with flag 46399/18001
11.36/10.17	c cleaning 6814 clauses out of 13629 with flag 68196/26003
14.66/13.39	c cleaning 7898 clauses out of 15812 with flag 92041/35000
17.75/16.43	c cleaning 8949 clauses out of 17914 with flag 122275/45000
21.26/19.94	c cleaning 9981 clauses out of 19968 with flag 154746/56003
24.94/23.55	c cleaning 10993 clauses out of 21985 with flag 192608/68001
29.14/27.77	c cleaning 11995 clauses out of 23992 with flag 232736/81001
33.61/32.14	c cleaning 12988 clauses out of 25996 with flag 275438/95000
38.31/36.87	c cleaning 13999 clauses out of 28011 with flag 322133/110003
43.97/42.50	c cleaning 15005 clauses out of 30009 with flag 372005/126000
51.20/49.66	c cleaning 16001 clauses out of 32006 with flag 419331/143002
58.49/56.97	c cleaning 17000 clauses out of 34006 with flag 466881/161003
65.81/64.28	c cleaning 18001 clauses out of 36004 with flag 520736/180001
73.63/72.09	c cleaning 18995 clauses out of 38002 with flag 572698/200000
81.95/80.32	c cleaning 19999 clauses out of 40007 with flag 629149/221000
90.72/89.06	c cleaning 20999 clauses out of 42009 with flag 695813/243001
99.25/97.57	c cleaning 22005 clauses out of 44010 with flag 759169/266001
108.59/106.85	c cleaning 23002 clauses out of 46004 with flag 831573/290000
118.44/116.65	c cleaning 23994 clauses out of 48003 with flag 904278/315001
127.96/126.14	c cleaning 25001 clauses out of 50009 with flag 995509/341001
138.81/136.95	c cleaning 25999 clauses out of 52008 with flag 1085909/368001
149.57/147.67	c cleaning 26997 clauses out of 54009 with flag 1176413/396001
161.21/159.20	c cleaning 28002 clauses out of 56013 with flag 1277088/425002
173.07/171.02	c cleaning 28997 clauses out of 58010 with flag 1371094/455001
184.32/182.22	c cleaning 29996 clauses out of 60013 with flag 1469446/486001
197.14/195.04	c cleaning 31004 clauses out of 62019 with flag 1581533/518003
209.35/207.24	c cleaning 32006 clauses out of 64013 with flag 1694646/551001
222.42/220.29	c cleaning 33000 clauses out of 66006 with flag 1807228/585000
236.58/234.39	c cleaning 34001 clauses out of 68011 with flag 1932577/620005
251.59/249.25	c cleaning 34996 clauses out of 70006 with flag 2058039/656001
267.50/265.02	c cleaning 35992 clauses out of 72010 with flag 2181275/693001
282.34/279.76	c cleaning 37004 clauses out of 74017 with flag 2300486/731000
297.15/294.48	c cleaning 38006 clauses out of 76013 with flag 2422098/770000
312.68/309.88	c cleaning 39003 clauses out of 78009 with flag 2548463/810002
329.92/326.98	c cleaning 39997 clauses out of 80004 with flag 2677101/851000
347.03/343.89	c cleaning 40997 clauses out of 82008 with flag 2815859/893001
363.94/360.57	c cleaning 41989 clauses out of 84010 with flag 2943295/936000
383.75/380.10	c cleaning 43008 clauses out of 86022 with flag 3064525/980001
401.86/398.04	c cleaning 43998 clauses out of 88014 with flag 3208498/1025001
419.75/415.64	c cleaning 44997 clauses out of 90015 with flag 3354315/1071000
440.62/436.26	c cleaning 46008 clauses out of 92020 with flag 3483067/1118002
462.86/458.21	c cleaning 46997 clauses out of 94010 with flag 3642687/1166000
486.58/481.60	c cleaning 48005 clauses out of 96016 with flag 3810723/1215003
510.57/505.36	c cleaning 48996 clauses out of 98009 with flag 3981067/1265001
535.48/529.82	c cleaning 50005 clauses out of 100013 with flag 4131539/1316001
560.85/554.89	c cleaning 51004 clauses out of 102007 with flag 4287622/1368000
585.34/578.94	c cleaning 51989 clauses out of 104003 with flag 4453901/1421000
610.84/604.08	c cleaning 52999 clauses out of 106017 with flag 4636421/1475003
635.79/628.67	c cleaning 53993 clauses out of 108015 with flag 4828187/1530000
664.24/656.62	c cleaning 55004 clauses out of 110024 with flag 4961786/1586002
690.37/682.31	c cleaning 56004 clauses out of 112019 with flag 5126459/1643001
716.94/708.63	c cleaning 57001 clauses out of 114015 with flag 5308318/1701001
745.72/736.95	c cleaning 57993 clauses out of 116013 with flag 5495783/1760000
773.59/764.35	c cleaning 59002 clauses out of 118020 with flag 5696269/1820000
804.80/795.02	c cleaning 60002 clauses out of 120020 with flag 5900297/1881002
835.27/825.02	c cleaning 61006 clauses out of 122017 with flag 6099979/1943001
863.86/853.27	c cleaning 61992 clauses out of 124010 with flag 6323432/2006000
891.45/880.48	c cleaning 63011 clauses out of 126022 with flag 6538762/2070004
920.93/909.57	c cleaning 63999 clauses out of 128007 with flag 6760673/2135000
952.58/940.71	c cleaning 64996 clauses out of 130008 with flag 6982310/2201000
982.44/970.27	c cleaning 65990 clauses out of 132012 with flag 7196547/2268000
1018.65/1005.97	c cleaning 66997 clauses out of 134025 with flag 7395629/2336003
1054.96/1041.80	c cleaning 68003 clauses out of 136025 with flag 7617171/2405000
1089.44/1075.73	c cleaning 69008 clauses out of 138025 with flag 7846997/2475003
1128.07/1113.83	c cleaning 69996 clauses out of 140015 with flag 8104076/2546001
1168.16/1153.36	c cleaning 71004 clauses out of 142018 with flag 8366071/2618000
1206.46/1191.13	c cleaning 72001 clauses out of 144015 with flag 8614613/2691001
1244.88/1229.01	c cleaning 72996 clauses out of 146013 with flag 8866134/2765000
1285.60/1269.29	c cleaning 74002 clauses out of 148018 with flag 9140257/2840001
1324.18/1307.20	c cleaning 74999 clauses out of 150015 with flag 9434235/2916000
1363.32/1345.82	c cleaning 76001 clauses out of 152017 with flag 9705263/2993001
1407.06/1388.95	c cleaning 76997 clauses out of 154016 with flag 10005240/3071001
1451.88/1433.32	c cleaning 77998 clauses out of 156020 with flag 10307049/3150002
1491.86/1472.80	c cleaning 79005 clauses out of 158022 with flag 10606939/3230002
1534.81/1515.24	c cleaning 79992 clauses out of 160015 with flag 10938672/3311000
1583.10/1562.90	c cleaning 81009 clauses out of 162024 with flag 11264896/3393001
1632.34/1611.54	c cleaning 81998 clauses out of 164014 with flag 11575927/3476000
1681.28/1659.87	c cleaning 82999 clauses out of 166017 with flag 11898441/3560001
1733.06/1710.87	c cleaning 84002 clauses out of 168017 with flag 12212784/3645000
1783.53/1760.64	c cleaning 85006 clauses out of 170016 with flag 12523285/3731001
1800.06/1776.80	c starts		: 255
1800.06/1776.80	c conflicts		: 3762192
1800.06/1776.80	c decisions		: 5094703
1800.06/1776.80	c propagations		: 589636413
1800.06/1776.80	c inspects		: 16642180277
1800.06/1776.80	c shortcuts		: 0
1800.06/1776.80	c learnt literals	: 1
1800.06/1776.80	c learnt binary clauses	: 0
1800.06/1776.80	c learnt ternary clauses	: 13
1800.06/1776.80	c learnt constraints	: 3762191
1800.06/1776.80	c ignored constraints	: 0
1800.06/1776.80	c root simplifications	: 0
1800.06/1776.80	c removed literals (reason simplification)	: 0
1800.06/1776.80	c reason swapping (by a shorter reason)	: 0
1800.06/1776.80	c Calls to reduceDB	: 82
1800.06/1776.80	c Number of update (reduction) of LBD	: 942312
1800.06/1776.80	c Imported unit clauses	: 0
1800.06/1776.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1776.80	c number of learned constraints concerned by reduction	: 0
1800.06/1776.80	c number of learning phase by resolution	: 0
1800.06/1776.80	c number of learning phase by cutting planes	: 0
1800.06/1776.80	c speed (assignments/second)	: 331967.086291444
1800.06/1776.80	c non guided choices	0
1800.06/1776.80	c timeout
1800.06/1776.82	c learnt constraints type 
1800.06/1776.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116202
1800.06/1776.82	s UNKNOWN
1800.06/1776.83	c Total wall clock time (in seconds): 1776.713

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-4103964-1466257580/watcher-4103964-1466257580 -o /tmp/evaluation-result-4103964-1466257580/solver-4103964-1466257580 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103964-1466257580.opb 

pid=28456
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.31 2.30 2.27 4/194 28459
/proc/meminfo: memFree=28566192/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9216 CPUtime=0 cores=1,3,5,7
/proc/28459/stat : 28459 (java) R 28456 28459 24760 0 -1 4202496 396 0 0 0 0 0 0 0 20 0 1 0 27806608 9437184 67 33554432000 1073741824 1073778376 140734256726000 140734256723128 270320860527 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2306 81 63 9 0 38 0

[startup+0.10016 s]
/proc/loadavg: 2.31 2.30 2.27 4/194 28459
/proc/meminfo: memFree=28566192/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 27806608 9787879424 6034 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.31 2.30 2.27 4/194 28459
/proc/meminfo: memFree=28566192/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 5161 0 1 0 27 1 0 0 20 0 18 0 27806608 9787879424 7135 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2389619 7135 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.31 2.30 2.27 4/194 28459
/proc/meminfo: memFree=28566192/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 7839 0 1 0 53 2 0 0 20 0 18 0 27806608 9787879424 10588 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2389619 10588 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 2.31 2.30 2.27 4/194 28459
/proc/meminfo: memFree=28566192/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 10836 0 1 0 132 3 0 0 20 0 19 0 27806608 9856040960 33543 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2406260 33543 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.31 2.30 2.27 4/213 28478
/proc/meminfo: memFree=28420740/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9625040 CPUtime=2.43 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 10960 0 1 0 238 5 0 0 20 0 19 0 27806608 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2406260 44382 2280 9 0 2396937 0
[pid=28459/tid=28461] ppid=28456 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/28459/task/28461/stat : 28461 (java) R 28456 28459 24760 0 -1 4202560 2471 0 1 0 141 2 0 0 20 0 19 0 27806609 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954719206648 139954546686955 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28462] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28462/stat : 28462 (java) S 28456 28459 24760 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954680699560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28463] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28463/stat : 28463 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954679647016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28464] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28464/stat : 28464 (java) S 28456 28459 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954678594472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28465] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28465/stat : 28465 (java) S 28456 28459 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954677541928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28466] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28466/stat : 28466 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954676488360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28467] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28467/stat : 28467 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954675435816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28468] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28468/stat : 28468 (java) S 28456 28459 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954674383272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28469] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28469/stat : 28469 (java) S 28456 28459 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954673330728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28470] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28470/stat : 28470 (java) S 28456 28459 24760 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 27806611 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954542852712 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28471] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28471/stat : 28471 (java) S 28456 28459 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954541799032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28472] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28472/stat : 28472 (java) S 28456 28459 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954540746376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28473] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28473/stat : 28473 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954539695120 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28474] ppid=28456 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/28459/task/28474/stat : 28474 (java) S 28456 28459 24760 0 -1 4202560 2601 0 0 0 39 0 0 0 20 0 19 0 27806614 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954538641464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28475] ppid=28456 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/28459/task/28475/stat : 28475 (java) S 28456 28459 24760 0 -1 4202560 4518 0 0 0 47 0 0 0 20 0 19 0 27806614 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954537588920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28476] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28476/stat : 28476 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954536536568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28477] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28477/stat : 28477 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954535484232 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28478] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28478/stat : 28478 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806670 9856040960 44382 33554432000 1073741824 1073778376 140734256726000 139954534429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.31 2.30 2.27 4/213 28478
/proc/meminfo: memFree=28395668/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 11763 0 1 0 411 5 0 0 20 0 19 0 27806608 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2406260 44389 2286 9 0 2396937 0
[pid=28459/tid=28461] ppid=28456 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/28459/task/28461/stat : 28461 (java) R 28456 28459 24760 0 -1 4202560 2472 0 1 0 301 2 0 0 20 0 19 0 27806609 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954719198912 139954546782945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28462] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28462/stat : 28462 (java) S 28456 28459 24760 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954680699560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28463] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28463/stat : 28463 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954679647016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28464] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28464/stat : 28464 (java) S 28456 28459 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954678594472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28465] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28465/stat : 28465 (java) S 28456 28459 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954677541928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28466] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28466/stat : 28466 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954676488360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28467] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28467/stat : 28467 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954675435816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28468] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28468/stat : 28468 (java) S 28456 28459 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954674383272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28469] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28469/stat : 28469 (java) S 28456 28459 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954673330728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28470] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28470/stat : 28470 (java) S 28456 28459 24760 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 27806611 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954542852712 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28471] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28471/stat : 28471 (java) S 28456 28459 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954541799032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28472] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28472/stat : 28472 (java) S 28456 28459 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954540746376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28473] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28473/stat : 28473 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954539695120 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28474] ppid=28456 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/28459/task/28474/stat : 28474 (java) S 28456 28459 24760 0 -1 4202560 3403 0 0 0 48 0 0 0 20 0 19 0 27806614 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954538641464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28475] ppid=28456 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28459/task/28475/stat : 28475 (java) S 28456 28459 24760 0 -1 4202560 4518 0 0 0 51 0 0 0 20 0 19 0 27806614 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954537588920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28476] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28476/stat : 28476 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954536536568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28477] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28477/stat : 28477 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954535484232 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28478] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28478/stat : 28478 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806670 9856040960 44389 33554432000 1073741824 1073778376 140734256726000 139954534429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.29 2.29 2.26 3/213 28478
/proc/meminfo: memFree=28378492/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9625040 CPUtime=7.47 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 11815 0 1 0 739 8 0 0 20 0 19 0 27806608 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2406260 56148 2286 9 0 2396937 0
[pid=28459/tid=28461] ppid=28456 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/28459/task/28461/stat : 28461 (java) R 28456 28459 24760 0 -1 4202560 2491 0 1 0 616 2 0 0 20 0 19 0 27806609 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954719207720 139954546848575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28462] ppid=28456 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28459/task/28462/stat : 28462 (java) S 28456 28459 24760 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 27806610 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954680699560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28463] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28463/stat : 28463 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954679647016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28464] ppid=28456 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28459/task/28464/stat : 28464 (java) S 28456 28459 24760 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 27806610 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954678594472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28465] ppid=28456 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28459/task/28465/stat : 28465 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 27806610 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954677541928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28466] ppid=28456 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28459/task/28466/stat : 28466 (java) S 28456 28459 24760 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 27806610 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954676488360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28467] ppid=28456 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28459/task/28467/stat : 28467 (java) S 28456 28459 24760 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 27806610 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954675435816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28468] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28468/stat : 28468 (java) S 28456 28459 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954674383272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28469] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28469/stat : 28469 (java) S 28456 28459 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27806610 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954673330728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28470] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28470/stat : 28470 (java) S 28456 28459 24760 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 27806611 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954542852712 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28471] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28471/stat : 28471 (java) S 28456 28459 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954541799032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28472] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28472/stat : 28472 (java) S 28456 28459 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954540746376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28473] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28473/stat : 28473 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954539695120 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28474] ppid=28456 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28459/task/28474/stat : 28474 (java) S 28456 28459 24760 0 -1 4202560 3403 0 0 0 51 0 0 0 20 0 19 0 27806614 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954538641464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28475] ppid=28456 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/28459/task/28475/stat : 28475 (java) S 28456 28459 24760 0 -1 4202560 4518 0 0 0 52 0 0 0 20 0 19 0 27806614 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954537588920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28476] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28476/stat : 28476 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954536536568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28477] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28477/stat : 28477 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954535484232 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28478] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28478/stat : 28478 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806670 9856040960 56148 33554432000 1073741824 1073778376 140734256726000 139954534429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 9625040


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

[pid=28459/tid=28478] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28478/stat : 28478 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806670 9856040960 120152 33554432000 1073741824 1073778376 140734256726000 139954534429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1622.95
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.21 2.24 2.24 3/213 28608
/proc/meminfo: memFree=24941672/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9625040 CPUtime=1683.81 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 18995 0 1 0 168234 147 0 0 20 0 19 0 27806608 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2406260 116275 2295 9 0 2396937 0
[pid=28459/tid=28461] ppid=28456 vsize=9625040 CPUtime=1646.78 cores=1,3,5,7
/proc/28459/task/28461/stat : 28461 (java) R 28456 28459 24760 0 -1 4202560 4041 0 1 0 164639 39 0 0 20 0 19 0 27806609 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954719206544 139954546500471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28462] ppid=28456 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/28459/task/28462/stat : 28462 (java) S 28456 28459 24760 0 -1 4202560 205 0 0 0 378 11 0 0 20 0 19 0 27806610 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954680699560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28463] ppid=28456 vsize=9625040 CPUtime=3.99 cores=1,3,5,7
/proc/28459/task/28463/stat : 28463 (java) S 28456 28459 24760 0 -1 4202560 280 0 0 0 388 11 0 0 20 0 19 0 27806610 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954679647016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28464] ppid=28456 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/28459/task/28464/stat : 28464 (java) S 28456 28459 24760 0 -1 4202560 299 0 0 0 368 11 0 0 20 0 19 0 27806610 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954678594472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28465] ppid=28456 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/28459/task/28465/stat : 28465 (java) S 28456 28459 24760 0 -1 4202560 189 0 0 0 372 10 0 0 20 0 19 0 27806610 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954677541928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28466] ppid=28456 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/28459/task/28466/stat : 28466 (java) S 28456 28459 24760 0 -1 4202560 234 0 0 0 371 9 0 0 20 0 19 0 27806610 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954676488360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28467] ppid=28456 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/28459/task/28467/stat : 28467 (java) S 28456 28459 24760 0 -1 4202560 246 0 0 0 381 10 0 0 20 0 19 0 27806610 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954675435816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28468] ppid=28456 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/28459/task/28468/stat : 28468 (java) S 28456 28459 24760 0 -1 4202560 263 0 0 0 380 10 0 0 20 0 19 0 27806610 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954674383272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28469] ppid=28456 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/28459/task/28469/stat : 28469 (java) S 28456 28459 24760 0 -1 4202560 267 0 0 0 369 9 0 0 20 0 19 0 27806610 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954673330728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28470] ppid=28456 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/28459/task/28470/stat : 28470 (java) S 28456 28459 24760 0 -1 4202560 3679 0 0 0 44 18 0 0 20 0 19 0 27806611 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954542852712 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28471] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28471/stat : 28471 (java) S 28456 28459 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954541799032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28472] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28472/stat : 28472 (java) S 28456 28459 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954540746376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28473] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28473/stat : 28473 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954539695120 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28474] ppid=28456 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28459/task/28474/stat : 28474 (java) S 28456 28459 24760 0 -1 4202560 3403 0 0 0 51 0 0 0 20 0 19 0 27806614 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954538641464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28475] ppid=28456 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/28459/task/28475/stat : 28475 (java) S 28456 28459 24760 0 -1 4202560 4541 0 0 0 61 0 0 0 20 0 19 0 27806614 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954537588920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28476] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28476/stat : 28476 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954536536568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28477] ppid=28456 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/28459/task/28477/stat : 28477 (java) S 28456 28459 24760 0 -1 4202560 91 0 0 0 23 33 0 0 20 0 19 0 27806614 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954535484232 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28478] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28478/stat : 28478 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806670 9856040960 116275 33554432000 1073741824 1073778376 140734256726000 139954534429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1683.81
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.44 2.30 2.26 4/213 28610
/proc/meminfo: memFree=24970568/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9625040 CPUtime=1744.7 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 20207 0 1 0 174320 150 0 0 20 0 19 0 27806608 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2406260 109045 2295 9 0 2396937 0
[pid=28459/tid=28461] ppid=28456 vsize=9625040 CPUtime=1706.04 cores=1,3,5,7
/proc/28459/task/28461/stat : 28461 (java) R 28456 28459 24760 0 -1 4202560 4101 0 1 0 170564 40 0 0 20 0 19 0 27806609 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954719206544 139954546600749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28462] ppid=28456 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/28459/task/28462/stat : 28462 (java) S 28456 28459 24760 0 -1 4202560 205 0 0 0 393 11 0 0 20 0 19 0 27806610 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954680699560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28463] ppid=28456 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/28459/task/28463/stat : 28463 (java) S 28456 28459 24760 0 -1 4202560 280 0 0 0 404 11 0 0 20 0 19 0 27806610 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954679647016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28464] ppid=28456 vsize=9625040 CPUtime=3.96 cores=1,3,5,7
/proc/28459/task/28464/stat : 28464 (java) S 28456 28459 24760 0 -1 4202560 299 0 0 0 385 11 0 0 20 0 19 0 27806610 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954678594472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28465] ppid=28456 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/28459/task/28465/stat : 28465 (java) S 28456 28459 24760 0 -1 4202560 189 0 0 0 390 10 0 0 20 0 19 0 27806610 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954677541928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28466] ppid=28456 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/28459/task/28466/stat : 28466 (java) S 28456 28459 24760 0 -1 4202560 237 0 0 0 389 9 0 0 20 0 19 0 27806610 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954676488360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28467] ppid=28456 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/28459/task/28467/stat : 28467 (java) S 28456 28459 24760 0 -1 4202560 248 0 0 0 397 10 0 0 20 0 19 0 27806610 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954675435816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28468] ppid=28456 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/28459/task/28468/stat : 28468 (java) S 28456 28459 24760 0 -1 4202560 263 0 0 0 397 10 0 0 20 0 19 0 27806610 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954674383272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28469] ppid=28456 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/28459/task/28469/stat : 28469 (java) S 28456 28459 24760 0 -1 4202560 267 0 0 0 385 9 0 0 20 0 19 0 27806610 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954673330728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28470] ppid=28456 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/28459/task/28470/stat : 28470 (java) S 28456 28459 24760 0 -1 4202560 4822 0 0 0 57 19 0 0 20 0 19 0 27806611 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954542852712 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28471] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28471/stat : 28471 (java) S 28456 28459 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954541799032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28472] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28472/stat : 28472 (java) S 28456 28459 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954540746376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28473] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28473/stat : 28473 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954539695120 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28474] ppid=28456 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28459/task/28474/stat : 28474 (java) S 28456 28459 24760 0 -1 4202560 3403 0 0 0 51 0 0 0 20 0 19 0 27806614 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954538641464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28475] ppid=28456 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/28459/task/28475/stat : 28475 (java) S 28456 28459 24760 0 -1 4202560 4541 0 0 0 61 0 0 0 20 0 19 0 27806614 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954537588920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28476] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28476/stat : 28476 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954536536568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28477] ppid=28456 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/28459/task/28477/stat : 28477 (java) S 28456 28459 24760 0 -1 4202560 95 0 0 0 24 35 0 0 20 0 19 0 27806614 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954535484232 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28478] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28478/stat : 28478 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806670 9856040960 109045 33554432000 1073741824 1073778376 140734256726000 139954534429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1744.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.8 s]
/proc/loadavg: 2.40 2.31 2.26 3/213 28611
/proc/meminfo: memFree=24796632/32872528 swapFree=1556504/1720024
[pid=28459] ppid=28456 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/28459/stat : 28459 (java) S 28456 28459 24760 0 -1 4202496 20278 0 1 0 179852 154 0 0 20 0 19 0 27806608 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 140734256717136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28459/statm: 2406260 104902 2295 9 0 2396937 0
[pid=28459/tid=28461] ppid=28456 vsize=9625040 CPUtime=1759.95 cores=1,3,5,7
/proc/28459/task/28461/stat : 28461 (java) R 28456 28459 24760 0 -1 4202560 4155 0 1 0 175954 41 0 0 20 0 19 0 27806609 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954719206576 139954546600735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28462] ppid=28456 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/28459/task/28462/stat : 28462 (java) S 28456 28459 24760 0 -1 4202560 209 0 0 0 410 11 0 0 20 0 19 0 27806610 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954680699560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28463] ppid=28456 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/28459/task/28463/stat : 28463 (java) S 28456 28459 24760 0 -1 4202560 280 0 0 0 420 12 0 0 20 0 19 0 27806610 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954679647016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28464] ppid=28456 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/28459/task/28464/stat : 28464 (java) S 28456 28459 24760 0 -1 4202560 299 0 0 0 400 11 0 0 20 0 19 0 27806610 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954678594472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28465] ppid=28456 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/28459/task/28465/stat : 28465 (java) S 28456 28459 24760 0 -1 4202560 189 0 0 0 405 10 0 0 20 0 19 0 27806610 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954677541928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28466] ppid=28456 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/28459/task/28466/stat : 28466 (java) S 28456 28459 24760 0 -1 4202560 237 0 0 0 405 10 0 0 20 0 19 0 27806610 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954676488360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28467] ppid=28456 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/28459/task/28467/stat : 28467 (java) S 28456 28459 24760 0 -1 4202560 253 0 0 0 410 11 0 0 20 0 19 0 27806610 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954675435816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28468] ppid=28456 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/28459/task/28468/stat : 28468 (java) S 28456 28459 24760 0 -1 4202560 263 0 0 0 414 10 0 0 20 0 19 0 27806610 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954674383272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28469] ppid=28456 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/28459/task/28469/stat : 28469 (java) S 28456 28459 24760 0 -1 4202560 267 0 0 0 401 10 0 0 20 0 19 0 27806610 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954673330728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28470] ppid=28456 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/28459/task/28470/stat : 28470 (java) S 28456 28459 24760 0 -1 4202560 4826 0 0 0 57 20 0 0 20 0 19 0 27806611 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954542852712 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28459/tid=28471] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28471/stat : 28471 (java) S 28456 28459 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954541799032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28472] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28472/stat : 28472 (java) S 28456 28459 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27806612 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954540746376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28473] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28473/stat : 28473 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954539695120 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28474] ppid=28456 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28459/task/28474/stat : 28474 (java) S 28456 28459 24760 0 -1 4202560 3403 0 0 0 51 0 0 0 20 0 19 0 27806614 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954538641464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28459/tid=28475] ppid=28456 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/28459/task/28475/stat : 28475 (java) S 28456 28459 24760 0 -1 4202560 4541 0 0 0 61 0 0 0 20 0 19 0 27806614 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954537588920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28476] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28476/stat : 28476 (java) S 28456 28459 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27806614 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954536536568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28459/tid=28477] ppid=28456 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/28459/task/28477/stat : 28477 (java) S 28456 28459 24760 0 -1 4202560 99 0 0 0 25 36 0 0 20 0 19 0 27806614 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954535484232 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28459/tid=28478] ppid=28456 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28459/task/28478/stat : 28478 (java) S 28456 28459 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27806670 9856040960 104902 33554432000 1073741824 1073778376 140734256726000 139954534429992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 28459 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 28459 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=288226
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=962701
# CPU time returned by wait4() is 1796.25
# 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): 1776.83
CPU time (s): 1800.06
CPU user time (s): 1798.52
CPU system time (s): 1.54
CPU usage (%): 101.307
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 1.9627
maximum resident set size= 913500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20310
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83837
involuntary context switches= 123201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7881 second user time and 15.2937 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 15:46:20
IDJOB=4103964
IDBENCH=2517
IDSOLVER=2546
FILE ID=node117/4103964-1466257580
RUNJOBID= node117-1466230712-24777
PBS_JOBID= 19918181
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-arki001.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103964-1466257580/watcher-4103964-1466257580 -o /tmp/evaluation-result-4103964-1466257580/solver-4103964-1466257580 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103964-1466257580.opb

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

MD5SUM BENCH= 72fff71fe37083f89a4fde6caf0f3578
RANDOM SEED=1491772033

node117.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.912
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.82
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.912
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.912
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.55
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.912
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        28566100 kB
Buffers:          123708 kB
Cached:           279256 kB
SwapCached:            0 kB
Active:          1528412 kB
Inactive:         293920 kB
Active(anon):    1411292 kB
Inactive(anon):    10636 kB
Active(file):     117120 kB
Inactive(file):   283284 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2864 kB
Writeback:             0 kB
AnonPages:       3188604 kB
Mapped:            21132 kB
Shmem:               204 kB
Slab:             620200 kB
SReclaimable:      64112 kB
SUnreclaim:       556088 kB
KernelStack:        1592 kB
PageTables:        10612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4536548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1595392 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= 71448 MiB
End job on node117 at 2016-06-18 16:15:57