Trace number 4103304

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.08 1784.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bienst2.opb
MD5SUM0af97c6a7a59a4d1015a4f591401bda7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark221115
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13736
Total number of constraints597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints592
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 13958659059
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103304-1466236504.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.81/0.43	c ... done. Wall clock time 0.321s.
0.81/0.43	c declared #vars     13736
0.81/0.43	c #constraints  725
0.81/0.43	c constraints type 
0.81/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.81/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 715
0.81/0.43	c 725 constraints processed.
0.81/0.43	c objective function length is 30 literals
3.09/2.28	c cleaning 2489 clauses out of 4996 with flag 17236/5001
4.85/3.90	c cleaning 4244 clauses out of 8506 with flag 38734/11000
9.35/8.35	c cleaning 5619 clauses out of 11258 with flag 61065/18000
20.75/19.37	c cleaning 6819 clauses out of 13640 with flag 96818/26002
24.10/22.29	c cleaning 7898 clauses out of 15816 with flag 118819/35000
37.72/35.72	c cleaning 8952 clauses out of 17919 with flag 166403/45002
39.02/37.04	c cleaning 9972 clauses out of 19965 with flag 193246/56000
40.81/38.80	c cleaning 10988 clauses out of 21995 with flag 220155/68002
51.67/49.63	c cleaning 11994 clauses out of 23997 with flag 270008/81000
55.69/53.69	c cleaning 12994 clauses out of 26004 with flag 307180/95002
57.99/55.91	c cleaning 13995 clauses out of 28008 with flag 358627/110000
61.65/59.55	c cleaning 15002 clauses out of 30011 with flag 399741/126000
65.49/63.33	c cleaning 16002 clauses out of 32010 with flag 436090/143001
69.89/67.78	c cleaning 17001 clauses out of 34008 with flag 474571/161001
74.80/72.65	c cleaning 18000 clauses out of 36006 with flag 515206/180000
80.33/78.15	c cleaning 19004 clauses out of 38007 with flag 558113/200001
86.02/83.88	c cleaning 19998 clauses out of 40002 with flag 603132/221000
92.74/90.54	c cleaning 20998 clauses out of 42004 with flag 650424/243000
99.59/97.35	c cleaning 22001 clauses out of 44007 with flag 699407/266001
105.86/103.58	c cleaning 23001 clauses out of 46006 with flag 747889/290001
113.01/110.65	c cleaning 23995 clauses out of 48004 with flag 797938/315000
120.51/118.19	c cleaning 25004 clauses out of 50009 with flag 849949/341000
128.88/126.45	c cleaning 26000 clauses out of 52005 with flag 903962/368000
137.87/135.40	c cleaning 27001 clauses out of 54005 with flag 959969/396000
147.69/145.19	c cleaning 28001 clauses out of 56004 with flag 1017972/425000
158.26/155.64	c cleaning 29001 clauses out of 58003 with flag 1077980/455000
170.81/168.15	c cleaning 30001 clauses out of 60002 with flag 1140035/486000
184.20/181.50	c cleaning 31001 clauses out of 62001 with flag 1204039/518000
197.27/194.45	c cleaning 31999 clauses out of 64000 with flag 1270039/551000
211.47/208.65	c cleaning 33000 clauses out of 66001 with flag 1338042/585000
226.63/223.79	c cleaning 33995 clauses out of 68001 with flag 1408045/620000
243.35/240.35	c cleaning 34999 clauses out of 70006 with flag 1480054/656000
262.38/259.34	c cleaning 35999 clauses out of 72007 with flag 1554060/693000
283.16/280.08	c cleaning 37003 clauses out of 74008 with flag 1630063/731000
305.00/301.88	c cleaning 38003 clauses out of 76005 with flag 1708072/770000
327.57/324.33	c cleaning 39001 clauses out of 78002 with flag 1788078/810000
354.71/351.39	c cleaning 40000 clauses out of 80001 with flag 1870081/851000
377.72/374.35	c cleaning 40995 clauses out of 82001 with flag 1954087/893000
402.02/398.64	c cleaning 42000 clauses out of 84006 with flag 2040096/936000
426.45/423.09	c cleaning 43001 clauses out of 86006 with flag 2128102/980000
454.88/451.49	c cleaning 44001 clauses out of 88005 with flag 2218108/1025000
483.31/479.82	c cleaning 45001 clauses out of 90004 with flag 2310117/1071000
513.27/509.73	c cleaning 45999 clauses out of 92003 with flag 2404120/1118000
540.94/537.32	c cleaning 46988 clauses out of 94005 with flag 2510922/1166001
553.36/549.66	c cleaning 47997 clauses out of 96016 with flag 2682734/1215000
564.39/560.51	c cleaning 48999 clauses out of 98023 with flag 2873818/1265004
583.80/579.86	c cleaning 49998 clauses out of 100021 with flag 3110330/1316001
598.31/594.27	c cleaning 50996 clauses out of 102025 with flag 3324694/1368003
614.26/610.07	c cleaning 52003 clauses out of 104024 with flag 3537082/1421000
625.15/620.81	c cleaning 53004 clauses out of 106023 with flag 3725326/1475002
637.52/633.07	c cleaning 53994 clauses out of 108017 with flag 3895379/1530000
661.98/657.37	c cleaning 55001 clauses out of 110027 with flag 4059073/1586004
685.09/680.21	c cleaning 55988 clauses out of 112022 with flag 4244284/1643000
709.33/704.22	c cleaning 56996 clauses out of 114036 with flag 4444589/1701002
735.87/730.58	c cleaning 58007 clauses out of 116038 with flag 4666004/1760000
765.09/759.57	c cleaning 59003 clauses out of 118035 with flag 4894822/1820004
793.06/787.25	c cleaning 59994 clauses out of 120028 with flag 5119076/1881000
823.67/817.51	c cleaning 61004 clauses out of 122038 with flag 5349806/1943004
854.07/847.68	c cleaning 61995 clauses out of 124030 with flag 5586722/2006000
886.35/879.66	c cleaning 62995 clauses out of 126035 with flag 5834713/2070000
901.76/894.70	c cleaning 64003 clauses out of 128042 with flag 6118186/2135002
928.92/921.68	c cleaning 64995 clauses out of 130038 with flag 6381450/2201001
958.48/950.84	c cleaning 66005 clauses out of 132042 with flag 6638389/2268000
985.95/978.01	c cleaning 67009 clauses out of 134041 with flag 6951027/2336004
1018.52/1010.35	c cleaning 68000 clauses out of 136028 with flag 7314669/2405000
1053.31/1044.70	c cleaning 69000 clauses out of 138028 with flag 7682170/2475000
1089.59/1080.68	c cleaning 69997 clauses out of 140030 with flag 8041072/2546002
1125.77/1116.41	c cleaning 71006 clauses out of 142033 with flag 8400866/2618002
1158.35/1148.66	c cleaning 71991 clauses out of 144026 with flag 8740717/2691001
1200.96/1190.83	c cleaning 73000 clauses out of 146035 with flag 9102724/2765001
1240.61/1230.03	c cleaning 74005 clauses out of 148034 with flag 9483023/2840000
1279.85/1268.98	c cleaning 74993 clauses out of 150029 with flag 9878844/2916000
1322.52/1311.30	c cleaning 76004 clauses out of 152037 with flag 10290129/2993001
1367.03/1355.24	c cleaning 77001 clauses out of 154032 with flag 10722872/3071000
1401.86/1389.75	c cleaning 77998 clauses out of 156031 with flag 11064034/3150000
1445.82/1433.34	c cleaning 78996 clauses out of 158034 with flag 11318074/3230001
1487.55/1474.60	c cleaning 79998 clauses out of 160039 with flag 11592108/3311002
1533.58/1520.36	c cleaning 80998 clauses out of 162039 with flag 11874252/3393000
1580.23/1566.54	c cleaning 81999 clauses out of 164042 with flag 12169868/3476001
1627.85/1613.73	c cleaning 83001 clauses out of 166043 with flag 12481651/3560001
1676.31/1661.72	c cleaning 83999 clauses out of 168041 with flag 12783536/3645000
1723.35/1708.31	c cleaning 85005 clauses out of 170042 with flag 13097358/3731000
1774.99/1759.51	c cleaning 85994 clauses out of 172037 with flag 13454477/3818000
1800.08/1784.21	c starts		: 3163
1800.08/1784.21	c conflicts		: 3878086
1800.08/1784.21	c decisions		: 4948268
1800.08/1784.21	c propagations		: 63839308
1800.08/1784.21	c inspects		: 26980564463
1800.08/1784.21	c shortcuts		: 0
1800.08/1784.21	c learnt literals	: 27
1800.08/1784.21	c learnt binary clauses	: 7
1800.08/1784.21	c learnt ternary clauses	: 1038
1800.08/1784.21	c learnt constraints	: 3878059
1800.08/1784.21	c ignored constraints	: 0
1800.08/1784.21	c root simplifications	: 0
1800.08/1784.21	c removed literals (reason simplification)	: 0
1800.08/1784.21	c reason swapping (by a shorter reason)	: 0
1800.08/1784.21	c Calls to reduceDB	: 83
1800.08/1784.21	c Number of update (reduction) of LBD	: 606904
1800.08/1784.21	c Imported unit clauses	: 0
1800.08/1784.21	c number of reductions to clauses (during analyze)	: 0
1800.08/1784.21	c number of learned constraints concerned by reduction	: 0
1800.08/1784.21	c number of learning phase by resolution	: 0
1800.08/1784.21	c number of learning phase by cutting planes	: 0
1800.08/1784.21	c speed (assignments/second)	: 35789.74307799602
1800.08/1784.21	c non guided choices	48040
1800.08/1784.21	c timeout
1800.08/1784.23	c learnt constraints type 
1800.08/1784.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.08/1784.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146123
1800.08/1784.23	s UNKNOWN
1800.08/1784.23	c Total wall clock time (in seconds): 1784.125

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

pid=25513
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.37 2.34 2.29 4/194 25516
/proc/meminfo: memFree=26776508/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 1285 0 0 0 0 0 0 0 20 0 2 0 25698994 95129600 919 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 23225 923 699 9 0 16769 0
[pid=25516/tid=25517] ppid=25513 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) D 25513 25516 24760 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 25698994 95129600 928 33554432000 1073741824 1073778376 140736359632192 140112457735720 270320889127 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.37 2.34 2.29 4/194 25516
/proc/meminfo: memFree=26776508/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 4399 0 1 0 9 1 0 0 20 0 18 0 25698994 9787879424 6033 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2389619 6033 2125 9 0 2380296 0
[pid=25516/tid=25517] ppid=25513 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 25698994 9787879424 6033 33554432000 1073741824 1073778376 140736359632192 140112457739168 140112319067428 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.37 2.34 2.29 4/194 25516
/proc/meminfo: memFree=26776508/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 6952 0 1 0 29 1 0 0 20 0 18 0 25698994 9787879424 8439 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2389619 8439 2214 9 0 2380296 0
[pid=25516/tid=25517] ppid=25513 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 25698994 9787879424 8439 33554432000 1073741824 1073778376 140736359632192 140112457739168 140112465167608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300337 s]
/proc/loadavg: 2.37 2.34 2.29 4/194 25516
/proc/meminfo: memFree=26776508/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9558476 CPUtime=0.6 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 9283 0 1 0 58 2 0 0 20 0 18 0 25698994 9787879424 11868 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2389619 11868 2235 9 0 2380296 0
[pid=25516/tid=25517] ppid=25513 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 25698994 9787879424 11868 33554432000 1073741824 1073778376 140736359632192 140112457739168 140112462018912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9558476

[startup+0.700271 s]
/proc/loadavg: 2.37 2.34 2.29 4/194 25516
/proc/meminfo: memFree=26776508/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 11691 0 1 0 142 3 0 0 20 0 19 0 25698994 9856040960 23241 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2406260 23241 2258 9 0 2396937 0
[pid=25516/tid=25517] ppid=25513 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2435 0 1 0 66 1 0 0 20 0 19 0 25698994 9856040960 23241 33554432000 1073741824 1073778376 140736359632192 140112457740928 140112319628638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.37 2.34 2.29 4/213 25535
/proc/meminfo: memFree=26684068/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 12032 0 1 0 235 3 0 0 20 0 19 0 25698994 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2406260 27359 2262 9 0 2396937 0
[pid=25516/tid=25517] ppid=25513 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2444 0 1 0 145 2 0 0 20 0 19 0 25698994 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112457741080 140112319628638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25519] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25519/stat : 25519 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112446802472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25520] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25520/stat : 25520 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112445749672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25521] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25521/stat : 25521 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112444696872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25522] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25522/stat : 25522 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112443644072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25523] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25523/stat : 25523 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112442592296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25524] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25524/stat : 25524 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112441539496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25525] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25525/stat : 25525 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112440486696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25526] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25526/stat : 25526 (java) S 25513 25516 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112439433896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25527] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25527/stat : 25527 (java) S 25513 25516 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25698996 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112281905640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25528] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25528/stat : 25528 (java) S 25513 25516 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112280851704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25529] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25529/stat : 25529 (java) S 25513 25516 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112279798792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25530] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25530/stat : 25530 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112278747280 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25531] ppid=25513 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/25516/task/25531/stat : 25531 (java) S 25513 25516 24760 0 -1 4202560 3616 0 0 0 37 0 0 0 20 0 19 0 25698999 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112277695416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25532] ppid=25513 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/25516/task/25532/stat : 25532 (java) S 25513 25516 24760 0 -1 4202560 4700 0 0 0 50 0 0 0 20 0 19 0 25698999 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112276642616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25533] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25533/stat : 25533 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112275590008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25534] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25534/stat : 25534 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112274537416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25535] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25535/stat : 25535 (java) S 25513 25516 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25699042 9856040960 27359 33554432000 1073741824 1073778376 140736359632192 140112273482920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.34 2.33 2.29 3/213 25535
/proc/meminfo: memFree=26663040/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 12052 0 1 0 397 4 0 0 20 0 19 0 25698994 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2406260 34532 2266 9 0 2396937 0
[pid=25516/tid=25517] ppid=25513 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2459 0 1 0 305 2 0 0 20 0 19 0 25698994 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112457731792 140112319628711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25519] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25519/stat : 25519 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112446802472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25520] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25520/stat : 25520 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112445749672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25521] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25521/stat : 25521 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112444696872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25522] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25522/stat : 25522 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112443644072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25523] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25523/stat : 25523 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112442592296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25524] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25524/stat : 25524 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112441539496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25525] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25525/stat : 25525 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112440486696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25526] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25526/stat : 25526 (java) S 25513 25516 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112439433896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25527] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25527/stat : 25527 (java) S 25513 25516 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25698996 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112281905640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25528] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25528/stat : 25528 (java) S 25513 25516 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112280851704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25529] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25529/stat : 25529 (java) S 25513 25516 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112279798792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25530] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25530/stat : 25530 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112278747280 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25531] ppid=25513 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/25516/task/25531/stat : 25531 (java) S 25513 25516 24760 0 -1 4202560 3619 0 0 0 38 0 0 0 20 0 19 0 25698999 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112277695416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25532] ppid=25513 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/25516/task/25532/stat : 25532 (java) S 25513 25516 24760 0 -1 4202560 4701 0 0 0 51 0 0 0 20 0 19 0 25698999 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112276642616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25533] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25533/stat : 25533 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112275590008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25534] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25534/stat : 25534 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112274537416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25535] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25535/stat : 25535 (java) S 25513 25516 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25699042 9856040960 34532 33554432000 1073741824 1073778376 140736359632192 140112273482920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.34 2.33 2.29 3/213 25535
/proc/meminfo: memFree=26603028/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9625040 CPUtime=7.35 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 12145 0 1 0 728 7 0 0 20 0 19 0 25698994 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2406260 44796 2280 9 0 2396937 0
[pid=25516/tid=25517] ppid=25513 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2479 0 1 0 621 2 0 0 20 0 19 0 25698994 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112457740712 140112319628592 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25519] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25519/stat : 25519 (java) S 25513 25516 24760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112446802472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25520] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25520/stat : 25520 (java) S 25513 25516 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112445749672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25521] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25521/stat : 25521 (java) S 25513 25516 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112444696872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25522] ppid=25513 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25516/task/25522/stat : 25522 (java) S 25513 25516 24760 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 25698995 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112443644072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25523] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25523/stat : 25523 (java) S 25513 25516 24760 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112442592296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25524] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25524/stat : 25524 (java) S 25513 25516 24760 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112441539496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25525] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25525/stat : 25525 (java) S 25513 25516 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112440486696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25526] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25526/stat : 25526 (java) S 25513 25516 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25698995 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112439433896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25527] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25527/stat : 25527 (java) S 25513 25516 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25698996 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112281905640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25528] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25528/stat : 25528 (java) S 25513 25516 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112280851704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25529] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25529/stat : 25529 (java) S 25513 25516 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112279798792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25530] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25530/stat : 25530 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112278747280 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25531] ppid=25513 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25516/task/25531/stat : 25531 (java) S 25513 25516 24760 0 -1 4202560 3619 0 0 0 39 0 0 0 20 0 19 0 25698999 9856040960 44796 33554432000 1073741824 1073778376 140736359632192 140112277695416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25532] ppid=25513 vsize=9625040 CPUtime=0.56 cores=0,2,4,6

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

/proc/25516/task/25535/stat : 25535 (java) S 25513 25516 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25699042 9856040960 80113 33554432000 1073741824 1073778376 140736359632192 140112273482920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1676.91
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.36 2.30 3/213 25668
/proc/meminfo: memFree=28981532/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9625040 CPUtime=1737.52 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 40496 0 1 0 173617 135 0 0 20 0 19 0 25698994 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2406260 90872 2289 9 0 2396937 0
[pid=25516/tid=25517] ppid=25513 vsize=9625040 CPUtime=1706.49 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2969 0 1 0 170618 31 0 0 20 0 19 0 25698994 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112457739408 140112319639883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25519] ppid=25513 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/25516/task/25519/stat : 25519 (java) S 25513 25516 24760 0 -1 4202560 1968 0 0 0 234 13 0 0 20 0 19 0 25698995 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112446802472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25520] ppid=25513 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/25516/task/25520/stat : 25520 (java) S 25513 25516 24760 0 -1 4202560 1421 0 0 0 226 11 0 0 20 0 19 0 25698995 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112445749672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25521] ppid=25513 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/25516/task/25521/stat : 25521 (java) S 25513 25516 24760 0 -1 4202560 2140 0 0 0 222 14 0 0 20 0 19 0 25698995 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112444696872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25522] ppid=25513 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/25516/task/25522/stat : 25522 (java) S 25513 25516 24760 0 -1 4202560 1539 0 0 0 238 13 0 0 20 0 19 0 25698995 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112443644072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25523] ppid=25513 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/25516/task/25523/stat : 25523 (java) S 25513 25516 24760 0 -1 4202560 1808 0 0 0 235 12 0 0 20 0 19 0 25698995 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112442592296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25524] ppid=25513 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/25516/task/25524/stat : 25524 (java) S 25513 25516 24760 0 -1 4202560 2411 0 0 0 235 14 0 0 20 0 19 0 25698995 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112441539496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25525] ppid=25513 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/25516/task/25525/stat : 25525 (java) S 25513 25516 24760 0 -1 4202560 1492 0 0 0 238 12 0 0 20 0 19 0 25698995 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112440486696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25526] ppid=25513 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/25516/task/25526/stat : 25526 (java) S 25513 25516 24760 0 -1 4202560 2457 0 0 0 226 13 0 0 20 0 19 0 25698995 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112439433896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25527] ppid=25513 vsize=9625040 CPUtime=4.96 cores=0,2,4,6
/proc/25516/task/25527/stat : 25527 (java) S 25513 25516 24760 0 -1 4202560 928 0 0 0 490 6 0 0 20 0 19 0 25698996 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112281905640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25528] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25528/stat : 25528 (java) S 25513 25516 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112280851704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25529] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25529/stat : 25529 (java) S 25513 25516 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112279798792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25530] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25530/stat : 25530 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112278747280 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25531] ppid=25513 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/25516/task/25531/stat : 25531 (java) S 25513 25516 24760 0 -1 4202560 9817 0 0 0 89 2 0 0 20 0 19 0 25698999 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112277695416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25532] ppid=25513 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/25516/task/25532/stat : 25532 (java) S 25513 25516 24760 0 -1 4202560 10188 0 0 0 83 3 0 0 20 0 19 0 25698999 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112276642616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25533] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25533/stat : 25533 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112275590008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25534] ppid=25513 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25516/task/25534/stat : 25534 (java) S 25513 25516 24760 0 -1 4202560 99 0 0 0 26 26 0 0 20 0 19 0 25698999 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112274537416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25535] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25535/stat : 25535 (java) S 25513 25516 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25699042 9856040960 90872 33554432000 1073741824 1073778376 140736359632192 140112273482920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1737.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.36 2.30 4/213 25669
/proc/meminfo: memFree=28915696/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9625040 CPUtime=1798.16 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 41355 0 1 0 179674 142 0 0 20 0 19 0 25698994 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2406260 107143 2289 9 0 2396937 0
[pid=25516/tid=25517] ppid=25513 vsize=9625040 CPUtime=1765.85 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2998 0 1 0 176553 32 0 0 20 0 19 0 25698994 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112457739472 140112319735842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25519] ppid=25513 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/25516/task/25519/stat : 25519 (java) S 25513 25516 24760 0 -1 4202560 2071 0 0 0 246 14 0 0 20 0 19 0 25698995 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112446802472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25520] ppid=25513 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/25516/task/25520/stat : 25520 (java) S 25513 25516 24760 0 -1 4202560 1557 0 0 0 237 11 0 0 20 0 19 0 25698995 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112445749672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25521] ppid=25513 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/25516/task/25521/stat : 25521 (java) S 25513 25516 24760 0 -1 4202560 2256 0 0 0 233 14 0 0 20 0 19 0 25698995 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112444696872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25522] ppid=25513 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/25516/task/25522/stat : 25522 (java) S 25513 25516 24760 0 -1 4202560 1558 0 0 0 249 14 0 0 20 0 19 0 25698995 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112443644072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25523] ppid=25513 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/25516/task/25523/stat : 25523 (java) S 25513 25516 24760 0 -1 4202560 1856 0 0 0 249 13 0 0 20 0 19 0 25698995 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112442592296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25524] ppid=25513 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/25516/task/25524/stat : 25524 (java) S 25513 25516 24760 0 -1 4202560 2466 0 0 0 244 15 0 0 20 0 19 0 25698995 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112441539496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25525] ppid=25513 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/25516/task/25525/stat : 25525 (java) S 25513 25516 24760 0 -1 4202560 1721 0 0 0 250 12 0 0 20 0 19 0 25698995 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112440486696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25526] ppid=25513 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/25516/task/25526/stat : 25526 (java) S 25513 25516 24760 0 -1 4202560 2472 0 0 0 237 14 0 0 20 0 19 0 25698995 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112439433896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25527] ppid=25513 vsize=9625040 CPUtime=5.11 cores=0,2,4,6
/proc/25516/task/25527/stat : 25527 (java) S 25513 25516 24760 0 -1 4202560 1033 0 0 0 505 6 0 0 20 0 19 0 25698996 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112281905640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25528] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25528/stat : 25528 (java) S 25513 25516 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112280851704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25529] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25529/stat : 25529 (java) S 25513 25516 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112279798792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25530] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25530/stat : 25530 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112278747280 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25531] ppid=25513 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/25516/task/25531/stat : 25531 (java) S 25513 25516 24760 0 -1 4202560 9817 0 0 0 89 2 0 0 20 0 19 0 25698999 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112277695416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25532] ppid=25513 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/25516/task/25532/stat : 25532 (java) S 25513 25516 24760 0 -1 4202560 10188 0 0 0 83 3 0 0 20 0 19 0 25698999 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112276642616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25533] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25533/stat : 25533 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112275590008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25534] ppid=25513 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/25516/task/25534/stat : 25534 (java) S 25513 25516 24760 0 -1 4202560 103 0 0 0 27 27 0 0 20 0 19 0 25698999 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112274537416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25535] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25535/stat : 25535 (java) S 25513 25516 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25699042 9856040960 107143 33554432000 1073741824 1073778376 140736359632192 140112273482920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.2 s]
/proc/loadavg: 2.35 2.36 2.30 3/213 25669
/proc/meminfo: memFree=28930660/32872528 swapFree=1556504/1720024
[pid=25516] ppid=25513 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/25516/stat : 25516 (java) S 25513 25516 24760 0 -1 4202496 41376 0 1 0 179865 143 0 0 20 0 19 0 25698994 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140736359623328 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25516/statm: 2406260 100857 2289 9 0 2396937 0
[pid=25516/tid=25517] ppid=25513 vsize=9625040 CPUtime=1767.6 cores=0,2,4,6
/proc/25516/task/25517/stat : 25517 (java) R 25513 25516 24760 0 -1 4202560 2999 0 1 0 176728 32 0 0 20 0 19 0 25698994 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112457739472 140112319736794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25519] ppid=25513 vsize=9625040 CPUtime=2.6 cores=0,2,4,6
/proc/25516/task/25519/stat : 25519 (java) S 25513 25516 24760 0 -1 4202560 2071 0 0 0 246 14 0 0 20 0 19 0 25698995 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112446802472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25520] ppid=25513 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/25516/task/25520/stat : 25520 (java) S 25513 25516 24760 0 -1 4202560 1562 0 0 0 238 11 0 0 20 0 19 0 25698995 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112445749672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25521] ppid=25513 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/25516/task/25521/stat : 25521 (java) S 25513 25516 24760 0 -1 4202560 2261 0 0 0 234 14 0 0 20 0 19 0 25698995 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112444696872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25522] ppid=25513 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/25516/task/25522/stat : 25522 (java) S 25513 25516 24760 0 -1 4202560 1563 0 0 0 249 15 0 0 20 0 19 0 25698995 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112443644072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25523] ppid=25513 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/25516/task/25523/stat : 25523 (java) S 25513 25516 24760 0 -1 4202560 1861 0 0 0 250 13 0 0 20 0 19 0 25698995 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112442592296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25524] ppid=25513 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/25516/task/25524/stat : 25524 (java) S 25513 25516 24760 0 -1 4202560 2466 0 0 0 244 15 0 0 20 0 19 0 25698995 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112441539496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25525] ppid=25513 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/25516/task/25525/stat : 25525 (java) S 25513 25516 24760 0 -1 4202560 1721 0 0 0 250 12 0 0 20 0 19 0 25698995 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112440486696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25516/tid=25526] ppid=25513 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/25516/task/25526/stat : 25526 (java) S 25513 25516 24760 0 -1 4202560 2472 0 0 0 237 14 0 0 20 0 19 0 25698995 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112439433896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25527] ppid=25513 vsize=9625040 CPUtime=5.25 cores=0,2,4,6
/proc/25516/task/25527/stat : 25527 (java) S 25513 25516 24760 0 -1 4202560 1033 0 0 0 519 6 0 0 20 0 19 0 25698996 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112281905640 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25528] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25528/stat : 25528 (java) S 25513 25516 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112280851704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25529] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25529/stat : 25529 (java) S 25513 25516 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25698997 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112279798792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25530] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25530/stat : 25530 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112278747280 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25531] ppid=25513 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/25516/task/25531/stat : 25531 (java) S 25513 25516 24760 0 -1 4202560 9817 0 0 0 89 2 0 0 20 0 19 0 25698999 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112277695416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25516/tid=25532] ppid=25513 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/25516/task/25532/stat : 25532 (java) S 25513 25516 24760 0 -1 4202560 10188 0 0 0 83 3 0 0 20 0 19 0 25698999 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112276642616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25533] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25533/stat : 25533 (java) S 25513 25516 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25698999 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112275590008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25516/tid=25534] ppid=25513 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/25516/task/25534/stat : 25534 (java) S 25513 25516 24760 0 -1 4202560 103 0 0 0 27 27 0 0 20 0 19 0 25698999 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112274537416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25516/tid=25535] ppid=25513 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25516/task/25535/stat : 25535 (java) S 25513 25516 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25699042 9856040960 100857 33554432000 1073741824 1073778376 140736359632192 140112273482920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25516 sig 9
??? kill -25516 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 25516 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=108254
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=922707
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.24
CPU time (s): 1800.08
CPU user time (s): 1798.65
CPU system time (s): 1.43
CPU usage (%): 100.888
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.11
system time used= 1.92271
maximum resident set size= 507140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41415
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53500
involuntary context switches= 46103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.79151 second user time and 13.5449 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 09:55:04
IDJOB=4103304
IDBENCH=2322
IDSOLVER=2546
FILE ID=node117/4103304-1466236504
RUNJOBID= node117-1466230712-24776
PBS_JOBID= 19918181
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bienst2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103304-1466236504/watcher-4103304-1466236504 -o /tmp/evaluation-result-4103304-1466236504/solver-4103304-1466236504 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24776 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103304-1466236504.opb

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

MD5SUM BENCH= 0af97c6a7a59a4d1015a4f591401bda7
RANDOM SEED=1415462459

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:        26776664 kB
Buffers:          102112 kB
Cached:           297984 kB
SwapCached:            0 kB
Active:          3379848 kB
Inactive:         235592 kB
Active(anon):    3206764 kB
Inactive(anon):    11272 kB
Active(file):     173084 kB
Inactive(file):   224320 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       4937108 kB
Mapped:            21236 kB
Shmem:               204 kB
Slab:             621184 kB
SReclaimable:      64852 kB
SUnreclaim:       556332 kB
KernelStack:        1600 kB
PageTables:        13704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5342968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3313664 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= 71732 MiB
End job on node117 at 2016-06-18 10:24:48