Trace number 4103792

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 1794.63

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-shell.opb
MD5SUM812fb8d8b2de50e0f82554fbb1bd21a5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45231
Total number of constraints653
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints653
Minimum length of a constraint19
Maximum length of a constraint1560
Number of terms in the objective function 39844
Biggest coefficient in the objective function 2101312749568
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 249967315526150
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 2101312749568
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 249967315526150
Number of bits of the biggest sum of numbers48
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103792-1466250401.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.11/0.63	c ... done. Wall clock time 0.529s.
1.11/0.63	c declared #vars     45231
1.11/0.63	c #constraints  1187
1.11/0.63	c constraints type 
1.11/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1187
1.11/0.63	c 1187 constraints processed.
1.11/0.63	c objective function length is 39844 literals
2.74/1.76	c cleaning 2482 clauses out of 5001 with flag 12025/5001
3.63/2.50	c cleaning 4252 clauses out of 8518 with flag 24950/11000
4.94/3.86	c cleaning 5633 clauses out of 11267 with flag 42726/18001
7.14/5.58	c cleaning 6799 clauses out of 13632 with flag 67000/26001
8.38/6.48	c cleaning 7898 clauses out of 15833 with flag 85885/35001
9.28/7.32	c cleaning 8958 clauses out of 17934 with flag 106086/45000
10.68/8.70	c cleaning 9981 clauses out of 19976 with flag 128086/56000
12.38/10.40	c cleaning 10991 clauses out of 21995 with flag 152086/68000
14.48/12.58	c cleaning 11993 clauses out of 24004 with flag 178086/81000
16.58/14.63	c cleaning 12996 clauses out of 26011 with flag 206086/95000
19.18/17.20	c cleaning 13998 clauses out of 28015 with flag 236086/110000
22.08/20.13	c cleaning 14999 clauses out of 30017 with flag 268086/126000
24.98/23.07	c cleaning 16000 clauses out of 32018 with flag 302086/143000
28.88/26.97	c cleaning 17000 clauses out of 34018 with flag 338086/161000
33.18/31.30	c cleaning 17997 clauses out of 36018 with flag 376086/180000
37.89/35.99	c cleaning 18998 clauses out of 38021 with flag 416086/200000
43.19/41.23	c cleaning 20003 clauses out of 40023 with flag 458086/221000
48.48/46.55	c cleaning 21001 clauses out of 42020 with flag 502086/243000
54.29/52.30	c cleaning 21999 clauses out of 44019 with flag 548086/266000
61.00/58.91	c cleaning 23000 clauses out of 46020 with flag 596086/290000
64.70/62.66	c cleaning 24002 clauses out of 48016 with flag 654641/315001
68.40/66.32	c cleaning 24991 clauses out of 50015 with flag 714804/341002
71.09/68.99	c cleaning 26001 clauses out of 52019 with flag 776764/368000
78.60/76.44	c cleaning 27000 clauses out of 54018 with flag 867071/396000
87.01/84.84	c cleaning 28008 clauses out of 56018 with flag 972976/425000
95.70/93.44	c cleaning 29005 clauses out of 58010 with flag 1080884/455000
105.00/102.78	c cleaning 29999 clauses out of 60005 with flag 1201906/486000
115.09/112.75	c cleaning 31002 clauses out of 62006 with flag 1323268/518000
125.99/123.63	c cleaning 32000 clauses out of 64005 with flag 1457317/551001
137.98/135.54	c cleaning 33001 clauses out of 66005 with flag 1598763/585001
150.79/148.39	c cleaning 34002 clauses out of 68005 with flag 1742206/620002
164.36/161.83	c cleaning 34996 clauses out of 70002 with flag 1891475/656001
177.75/175.28	c cleaning 35999 clauses out of 72005 with flag 2036677/693000
192.07/189.51	c cleaning 37002 clauses out of 74006 with flag 2173456/731000
207.98/205.40	c cleaning 37999 clauses out of 76004 with flag 2330969/770000
224.92/222.33	c cleaning 39005 clauses out of 78009 with flag 2494237/810004
242.76/240.14	c cleaning 39999 clauses out of 80002 with flag 2647623/851002
261.01/258.31	c cleaning 40998 clauses out of 82002 with flag 2808738/893001
279.81/277.18	c cleaning 42000 clauses out of 84004 with flag 2976461/936001
300.32/297.63	c cleaning 43002 clauses out of 86003 with flag 3159899/980000
320.42/317.72	c cleaning 43998 clauses out of 88001 with flag 3319115/1025000
343.44/340.72	c cleaning 45002 clauses out of 90003 with flag 3510473/1071000
367.77/365.01	c cleaning 45999 clauses out of 92001 with flag 3707334/1118000
393.31/390.58	c cleaning 46999 clauses out of 94002 with flag 3908336/1166000
419.75/416.97	c cleaning 48002 clauses out of 96004 with flag 4091772/1215001
447.96/445.16	c cleaning 48998 clauses out of 98001 with flag 4293213/1265000
478.42/475.55	c cleaning 50001 clauses out of 100003 with flag 4502231/1316000
509.92/506.91	c cleaning 50999 clauses out of 102003 with flag 4711647/1368001
542.64/539.64	c cleaning 52002 clauses out of 104005 with flag 4927126/1421002
573.41/570.32	c cleaning 52999 clauses out of 106001 with flag 5099255/1475000
610.97/607.80	c cleaning 53997 clauses out of 108003 with flag 5261443/1530001
649.87/646.61	c cleaning 55002 clauses out of 110005 with flag 5436615/1586000
692.15/688.83	c cleaning 56001 clauses out of 112003 with flag 5614740/1643000
737.25/733.86	c cleaning 56997 clauses out of 114002 with flag 5837020/1701000
785.45/781.94	c cleaning 58003 clauses out of 116005 with flag 6071026/1760000
837.04/833.41	c cleaning 58997 clauses out of 118002 with flag 6253535/1820000
899.34/895.62	c cleaning 59999 clauses out of 120005 with flag 6416691/1881000
952.19/948.41	c cleaning 61003 clauses out of 122006 with flag 6619914/1943000
1005.59/1001.71	c cleaning 62002 clauses out of 124004 with flag 6868749/2006001
1060.60/1056.64	c cleaning 62999 clauses out of 126001 with flag 7080310/2070000
1131.25/1127.17	c cleaning 63998 clauses out of 128003 with flag 7254052/2135001
1197.93/1193.78	c cleaning 65000 clauses out of 130004 with flag 7514486/2201000
1265.65/1261.35	c cleaning 65998 clauses out of 132004 with flag 7772285/2268000
1339.39/1334.95	c cleaning 66997 clauses out of 134006 with flag 7977859/2336000
1406.82/1402.29	c cleaning 68001 clauses out of 136009 with flag 8205293/2405000
1477.49/1472.73	c cleaning 69005 clauses out of 138009 with flag 8445120/2475001
1548.44/1543.55	c cleaning 69999 clauses out of 140004 with flag 8675582/2546001
1623.95/1618.92	c cleaning 70997 clauses out of 142004 with flag 8922846/2618000
1713.13/1708.00	c cleaning 72000 clauses out of 144008 with flag 9150289/2691001
1787.19/1781.81	c cleaning 73001 clauses out of 146007 with flag 9418333/2765000
1800.00/1794.60	c starts		: 18887
1800.00/1794.60	c conflicts		: 2790799
1800.00/1794.60	c decisions		: 5768892
1800.00/1794.60	c propagations		: 265608145
1800.00/1794.60	c inspects		: 29499372593
1800.00/1794.60	c shortcuts		: 0
1800.00/1794.60	c learnt literals	: 10
1800.00/1794.60	c learnt binary clauses	: 29
1800.00/1794.60	c learnt ternary clauses	: 23
1800.00/1794.60	c learnt constraints	: 2790789
1800.00/1794.60	c ignored constraints	: 0
1800.00/1794.60	c root simplifications	: 0
1800.00/1794.60	c removed literals (reason simplification)	: 0
1800.00/1794.60	c reason swapping (by a shorter reason)	: 0
1800.00/1794.60	c Calls to reduceDB	: 70
1800.00/1794.60	c Number of update (reduction) of LBD	: 322608
1800.00/1794.60	c Imported unit clauses	: 0
1800.00/1794.60	c number of reductions to clauses (during analyze)	: 0
1800.00/1794.60	c number of learned constraints concerned by reduction	: 0
1800.00/1794.60	c number of learning phase by resolution	: 0
1800.00/1794.60	c number of learning phase by cutting planes	: 0
1800.00/1794.60	c speed (assignments/second)	: 148064.40436843495
1800.00/1794.60	c non guided choices	480207
1800.00/1794.60	c timeout
1800.00/1794.63	c learnt constraints type 
1800.00/1794.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 29
1800.00/1794.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98776
1800.00/1794.63	s UNKNOWN
1800.00/1794.63	c Total wall clock time (in seconds): 1794.527

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

pid=27576
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.27 2.24 2.20 2/193 27579
/proc/meminfo: memFree=29432660/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 27088780 98570240 978 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 24065 978 744 9 0 16771 0
[pid=27579/tid=27580] ppid=27576 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 27088780 98570240 978 33554432000 1073741824 1073778376 140734727793280 139812376878632 270330054016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.27 2.24 2.20 2/193 27579
/proc/meminfo: memFree=29432660/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 27088780 9787879424 6130 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2389619 6130 2157 9 0 2380296 0
[pid=27579/tid=27580] ppid=27576 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2384 0 1 0 8 0 0 0 20 0 18 0 27088780 9787879424 6130 33554432000 1073741824 1073778376 140734727793280 139812376882080 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.27 2.24 2.20 2/193 27579
/proc/meminfo: memFree=29432660/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 5228 0 1 0 31 1 0 0 20 0 18 0 27088780 9787879424 7549 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2389619 7549 2227 9 0 2380296 0
[pid=27579/tid=27580] ppid=27576 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 18 0 27088780 9787879424 7549 33554432000 1073741824 1073778376 140734727793280 139812376882080 139812208204336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300338 s]
/proc/loadavg: 2.27 2.24 2.20 2/193 27579
/proc/meminfo: memFree=29432660/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 5832 0 1 0 48 1 0 0 20 0 18 0 27088780 9787879424 12429 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2389619 12429 2231 9 0 2380296 0
[pid=27579/tid=27580] ppid=27576 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2413 0 1 0 27 0 0 0 20 0 18 0 27088780 9787879424 12429 33554432000 1073741824 1073778376 140734727793280 139812376875464 139812208214497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700337 s]
/proc/loadavg: 2.27 2.24 2.20 2/193 27579
/proc/meminfo: memFree=29432660/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9558476 CPUtime=1.28 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 11540 0 1 0 124 4 0 0 20 0 18 0 27088780 9787879424 38734 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2389619 38734 2256 9 0 2380296 0
[pid=27579/tid=27580] ppid=27576 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2466 0 1 0 65 2 0 0 20 0 18 0 27088780 9787879424 38734 33554432000 1073741824 1073778376 140734727793280 139812376875464 139812208225260 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.27 2.24 2.20 10/212 27598
/proc/meminfo: memFree=29248184/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 13108 0 1 0 247 7 0 0 20 0 19 0 27088780 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2406260 48592 2275 9 0 2396937 0
[pid=27579/tid=27580] ppid=27576 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2479 0 1 0 141 3 0 0 20 0 19 0 27088780 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812376882536 139812208887744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27582] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27582/stat : 27582 (java) S 27576 27579 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812338375336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27583] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27583/stat : 27583 (java) S 27576 27579 24760 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812337322792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27584] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27584/stat : 27584 (java) S 27576 27579 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812336270248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27585] ppid=27576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27579/task/27585/stat : 27585 (java) S 27576 27579 24760 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 27088781 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812335217704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27586] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27586/stat : 27586 (java) S 27576 27579 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812334164136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27587] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27587/stat : 27587 (java) S 27576 27579 24760 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812333111592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27588] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27588/stat : 27588 (java) S 27576 27579 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812332059048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27589] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27589/stat : 27589 (java) S 27576 27579 24760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812331006504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27590] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27590/stat : 27590 (java) S 27576 27579 24760 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 27088782 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812200741480 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27591] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27591/stat : 27591 (java) S 27576 27579 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812199687800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27592] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27592/stat : 27592 (java) S 27576 27579 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812198635144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27593] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27593/stat : 27593 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812197583888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27594] ppid=27576 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27579/task/27594/stat : 27594 (java) S 27576 27579 24760 0 -1 4202560 3503 0 0 0 42 0 0 0 20 0 19 0 27088785 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812196530232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27595] ppid=27576 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27579/task/27595/stat : 27595 (java) S 27576 27579 24760 0 -1 4202560 5712 0 0 0 50 1 0 0 20 0 19 0 27088785 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812195477688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27596] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27596/stat : 27596 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812194425336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27597] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27597/stat : 27597 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139812193373000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27598] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27598/stat : 27598 (java) S 27576 27579 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27088854 9856040960 48592 33554432000 1073741824 1073778376 140734727793280 139811184698664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.25 2.24 2.20 3/213 27599
/proc/meminfo: memFree=29245760/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 13128 0 1 0 416 7 0 0 20 0 19 0 27088780 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2406260 48596 2279 9 0 2396937 0
[pid=27579/tid=27580] ppid=27576 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2479 0 1 0 301 3 0 0 20 0 19 0 27088780 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812376874704 139812208891284 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27582] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27582/stat : 27582 (java) S 27576 27579 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812338375336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27583] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27583/stat : 27583 (java) S 27576 27579 24760 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812337322792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27584] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27584/stat : 27584 (java) S 27576 27579 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812336270248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27585] ppid=27576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27579/task/27585/stat : 27585 (java) S 27576 27579 24760 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 27088781 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812335217704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27586] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27586/stat : 27586 (java) S 27576 27579 24760 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812334164136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27587] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27587/stat : 27587 (java) S 27576 27579 24760 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812333111592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27588] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27588/stat : 27588 (java) S 27576 27579 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812332059048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27589] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27589/stat : 27589 (java) S 27576 27579 24760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812331006504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27590] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27590/stat : 27590 (java) S 27576 27579 24760 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 27088782 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812200741480 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27591] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27591/stat : 27591 (java) S 27576 27579 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812199687800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27592] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27592/stat : 27592 (java) S 27576 27579 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812198635144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27593] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27593/stat : 27593 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812197583888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27594] ppid=27576 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27579/task/27594/stat : 27594 (java) S 27576 27579 24760 0 -1 4202560 3523 0 0 0 47 0 0 0 20 0 19 0 27088785 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812196530232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27595] ppid=27576 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/27579/task/27595/stat : 27595 (java) S 27576 27579 24760 0 -1 4202560 5712 0 0 0 55 1 0 0 20 0 19 0 27088785 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812195477688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27596] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27596/stat : 27596 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812194425336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27597] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27597/stat : 27597 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139812193373000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27598] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27598/stat : 27598 (java) S 27576 27579 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27088854 9856040960 48596 33554432000 1073741824 1073778376 140734727793280 139811184698664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30094 s]
/proc/loadavg: 2.25 2.24 2.20 4/213 27599
/proc/meminfo: memFree=29206920/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9625040 CPUtime=8.28 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 24626 0 1 0 817 11 0 0 20 0 19 0 27088780 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2406260 61320 2279 9 0 2396937 0
[pid=27579/tid=27580] ppid=27576 vsize=9625040 CPUtime=6.2 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2482 0 1 0 617 3 0 0 20 0 19 0 27088780 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812376883512 139812208855252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27582] ppid=27576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27579/task/27582/stat : 27582 (java) S 27576 27579 24760 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 27088781 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812338375336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27583] ppid=27576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27579/task/27583/stat : 27583 (java) S 27576 27579 24760 0 -1 4202560 107 0 0 0 2 0 0 0 20 0 19 0 27088781 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812337322792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27584] ppid=27576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27579/task/27584/stat : 27584 (java) S 27576 27579 24760 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 27088781 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812336270248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27585] ppid=27576 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27579/task/27585/stat : 27585 (java) S 27576 27579 24760 0 -1 4202560 138 0 0 0 3 2 0 0 20 0 19 0 27088781 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812335217704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27586] ppid=27576 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/27579/task/27586/stat : 27586 (java) S 27576 27579 24760 0 -1 4202560 94 0 0 0 3 0 0 0 20 0 19 0 27088781 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812334164136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27587] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27587/stat : 27587 (java) S 27576 27579 24760 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 27088781 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812333111592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27588] ppid=27576 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27579/task/27588/stat : 27588 (java) S 27576 27579 24760 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 27088781 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812332059048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27589] ppid=27576 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27579/task/27589/stat : 27589 (java) S 27576 27579 24760 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 27088781 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812331006504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27590] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27590/stat : 27590 (java) S 27576 27579 24760 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 27088782 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812200741480 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27591] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27591/stat : 27591 (java) S 27576 27579 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812199687800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27592] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27592/stat : 27592 (java) S 27576 27579 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812198635144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27593] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27593/stat : 27593 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812197583888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27594] ppid=27576 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/27579/task/27594/stat : 27594 (java) S 27576 27579 24760 0 -1 4202560 9764 0 0 0 84 2 0 0 20 0 19 0 27088785 9856040960 61320 33554432000 1073741824 1073778376 140734727793280 139812196530232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27595] ppid=27576 vsize=9625040 CPUtime=0.93 cores=1,3,5,7

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

[pid=27579/tid=27598] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27598/stat : 27598 (java) S 27576 27579 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27088854 9856040960 81157 33554432000 1073741824 1073778376 140734727793280 139811184698664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.48
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.22 2.18 3/213 27730
/proc/meminfo: memFree=28762704/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9625040 CPUtime=1727.58 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 26667 0 1 0 172657 101 0 0 20 0 19 0 27088780 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2406260 79955 2288 9 0 2396937 0
[pid=27579/tid=27580] ppid=27576 vsize=9625040 CPUtime=1715.76 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2927 0 1 0 171540 36 0 0 20 0 19 0 27088780 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812376882512 139812208900503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27582] ppid=27576 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/27579/task/27582/stat : 27582 (java) S 27576 27579 24760 0 -1 4202560 229 0 0 0 56 5 0 0 20 0 19 0 27088781 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812338375336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27583] ppid=27576 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/27579/task/27583/stat : 27583 (java) S 27576 27579 24760 0 -1 4202560 255 0 0 0 52 5 0 0 20 0 19 0 27088781 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812337322792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27584] ppid=27576 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/27579/task/27584/stat : 27584 (java) S 27576 27579 24760 0 -1 4202560 181 0 0 0 51 6 0 0 20 0 19 0 27088781 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812336270248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27585] ppid=27576 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/27579/task/27585/stat : 27585 (java) S 27576 27579 24760 0 -1 4202560 251 0 0 0 56 6 0 0 20 0 19 0 27088781 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812335217704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27586] ppid=27576 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/27579/task/27586/stat : 27586 (java) S 27576 27579 24760 0 -1 4202560 256 0 0 0 58 7 0 0 20 0 19 0 27088781 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812334164136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27587] ppid=27576 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/27579/task/27587/stat : 27587 (java) S 27576 27579 24760 0 -1 4202560 202 0 0 0 49 4 0 0 20 0 19 0 27088781 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812333111592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27588] ppid=27576 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/27579/task/27588/stat : 27588 (java) S 27576 27579 24760 0 -1 4202560 159 0 0 0 50 5 0 0 20 0 19 0 27088781 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812332059048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27589] ppid=27576 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/27579/task/27589/stat : 27589 (java) S 27576 27579 24760 0 -1 4202560 177 0 0 0 56 6 0 0 20 0 19 0 27088781 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812331006504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27590] ppid=27576 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27579/task/27590/stat : 27590 (java) S 27576 27579 24760 0 -1 4202560 319 0 0 0 31 5 0 0 20 0 19 0 27088782 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812200741480 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27591] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27591/stat : 27591 (java) S 27576 27579 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812199687800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27592] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27592/stat : 27592 (java) S 27576 27579 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812198635144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27593] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27593/stat : 27593 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812197583888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27594] ppid=27576 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/27579/task/27594/stat : 27594 (java) S 27576 27579 24760 0 -1 4202560 9764 0 0 0 84 2 0 0 20 0 19 0 27088785 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812196530232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27595] ppid=27576 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/27579/task/27595/stat : 27595 (java) S 27576 27579 24760 0 -1 4202560 10585 0 0 0 95 2 0 0 20 0 19 0 27088785 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812195477688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27596] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27596/stat : 27596 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812194425336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27597] ppid=27576 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/27579/task/27597/stat : 27597 (java) S 27576 27579 24760 0 -1 4202560 99 0 0 0 25 38 0 0 20 0 19 0 27088785 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139812193373000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27598] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27598/stat : 27598 (java) S 27576 27579 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27088854 9856040960 79955 33554432000 1073741824 1073778376 140734727793280 139811184698664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.23 2.19 3/213 27731
/proc/meminfo: memFree=28769272/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9625040 CPUtime=1787.69 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 27908 0 1 0 178666 103 0 0 20 0 19 0 27088780 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2406260 78393 2288 9 0 2396937 0
[pid=27579/tid=27580] ppid=27576 vsize=9625040 CPUtime=1775.39 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2935 0 1 0 177502 37 0 0 20 0 19 0 27088780 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812376874784 139812208855252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27582] ppid=27576 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/27579/task/27582/stat : 27582 (java) S 27576 27579 24760 0 -1 4202560 229 0 0 0 58 5 0 0 20 0 19 0 27088781 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812338375336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27583] ppid=27576 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27579/task/27583/stat : 27583 (java) S 27576 27579 24760 0 -1 4202560 255 0 0 0 53 6 0 0 20 0 19 0 27088781 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812337322792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27584] ppid=27576 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27579/task/27584/stat : 27584 (java) S 27576 27579 24760 0 -1 4202560 181 0 0 0 53 6 0 0 20 0 19 0 27088781 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812336270248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27585] ppid=27576 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/27579/task/27585/stat : 27585 (java) S 27576 27579 24760 0 -1 4202560 251 0 0 0 58 6 0 0 20 0 19 0 27088781 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812335217704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27586] ppid=27576 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27579/task/27586/stat : 27586 (java) S 27576 27579 24760 0 -1 4202560 256 0 0 0 60 7 0 0 20 0 19 0 27088781 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812334164136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27587] ppid=27576 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/27579/task/27587/stat : 27587 (java) S 27576 27579 24760 0 -1 4202560 202 0 0 0 51 4 0 0 20 0 19 0 27088781 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812333111592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27588] ppid=27576 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27579/task/27588/stat : 27588 (java) S 27576 27579 24760 0 -1 4202560 212 0 0 0 53 5 0 0 20 0 19 0 27088781 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812332059048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27589] ppid=27576 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/27579/task/27589/stat : 27589 (java) S 27576 27579 24760 0 -1 4202560 195 0 0 0 58 7 0 0 20 0 19 0 27088781 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812331006504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27590] ppid=27576 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27579/task/27590/stat : 27590 (java) S 27576 27579 24760 0 -1 4202560 1477 0 0 0 45 5 0 0 20 0 19 0 27088782 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812200741480 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27591] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27591/stat : 27591 (java) S 27576 27579 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812199687800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27592] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27592/stat : 27592 (java) S 27576 27579 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812198635144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27593] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27593/stat : 27593 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812197583888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27594] ppid=27576 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/27579/task/27594/stat : 27594 (java) S 27576 27579 24760 0 -1 4202560 9764 0 0 0 84 2 0 0 20 0 19 0 27088785 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812196530232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27595] ppid=27576 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/27579/task/27595/stat : 27595 (java) S 27576 27579 24760 0 -1 4202560 10585 0 0 0 95 2 0 0 20 0 19 0 27088785 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812195477688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27596] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27596/stat : 27596 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812194425336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27597] ppid=27576 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/27579/task/27597/stat : 27597 (java) S 27576 27579 24760 0 -1 4202560 103 0 0 0 26 39 0 0 20 0 19 0 27088785 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139812193373000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27598] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27598/stat : 27598 (java) S 27576 27579 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27088854 9856040960 78393 33554432000 1073741824 1073778376 140734727793280 139811184698664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.69
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.24 2.22 2.18 3/213 27731
/proc/meminfo: memFree=28782800/32872528 swapFree=1556504/1720024
[pid=27579] ppid=27576 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/27579/stat : 27579 (java) S 27576 27579 24760 0 -1 4202496 27914 0 1 0 179897 103 0 0 20 0 19 0 27088780 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 140734727784416 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27579/statm: 2406260 77866 2288 9 0 2396937 0
[pid=27579/tid=27580] ppid=27576 vsize=9625040 CPUtime=1787.64 cores=1,3,5,7
/proc/27579/task/27580/stat : 27580 (java) R 27576 27579 24760 0 -1 4202560 2939 0 1 0 178726 38 0 0 20 0 19 0 27088780 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812376882400 139812208900508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27582] ppid=27576 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/27579/task/27582/stat : 27582 (java) S 27576 27579 24760 0 -1 4202560 229 0 0 0 59 5 0 0 20 0 19 0 27088781 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812338375336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27583] ppid=27576 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27579/task/27583/stat : 27583 (java) S 27576 27579 24760 0 -1 4202560 257 0 0 0 53 6 0 0 20 0 19 0 27088781 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812337322792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27584] ppid=27576 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27579/task/27584/stat : 27584 (java) S 27576 27579 24760 0 -1 4202560 181 0 0 0 53 6 0 0 20 0 19 0 27088781 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812336270248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27585] ppid=27576 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/27579/task/27585/stat : 27585 (java) S 27576 27579 24760 0 -1 4202560 251 0 0 0 58 6 0 0 20 0 19 0 27088781 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812335217704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27586] ppid=27576 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/27579/task/27586/stat : 27586 (java) S 27576 27579 24760 0 -1 4202560 256 0 0 0 61 7 0 0 20 0 19 0 27088781 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812334164136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27587] ppid=27576 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/27579/task/27587/stat : 27587 (java) S 27576 27579 24760 0 -1 4202560 202 0 0 0 52 4 0 0 20 0 19 0 27088781 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812333111592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27588] ppid=27576 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27579/task/27588/stat : 27588 (java) S 27576 27579 24760 0 -1 4202560 212 0 0 0 53 5 0 0 20 0 19 0 27088781 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812332059048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27579/tid=27589] ppid=27576 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/27579/task/27589/stat : 27589 (java) S 27576 27579 24760 0 -1 4202560 195 0 0 0 58 7 0 0 20 0 19 0 27088781 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812331006504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27590] ppid=27576 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27579/task/27590/stat : 27590 (java) S 27576 27579 24760 0 -1 4202560 1477 0 0 0 45 5 0 0 20 0 19 0 27088782 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812200741480 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27591] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27591/stat : 27591 (java) S 27576 27579 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812199687800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27592] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27592/stat : 27592 (java) S 27576 27579 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27088783 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812198635144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27593] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27593/stat : 27593 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812197583888 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27594] ppid=27576 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/27579/task/27594/stat : 27594 (java) S 27576 27579 24760 0 -1 4202560 9764 0 0 0 84 2 0 0 20 0 19 0 27088785 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812196530232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27579/tid=27595] ppid=27576 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/27579/task/27595/stat : 27595 (java) S 27576 27579 24760 0 -1 4202560 10585 0 0 0 95 2 0 0 20 0 19 0 27088785 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812195477688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27596] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27596/stat : 27596 (java) S 27576 27579 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27088785 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812194425336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27579/tid=27597] ppid=27576 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/27579/task/27597/stat : 27597 (java) S 27576 27579 24760 0 -1 4202560 103 0 0 0 26 39 0 0 20 0 19 0 27088785 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139812193373000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27579/tid=27598] ppid=27576 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27579/task/27598/stat : 27598 (java) S 27576 27579 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27088854 9856040960 77866 33554432000 1073741824 1073778376 140734727793280 139811184698664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 27579 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 27579 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=410208
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=460777
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.63
CPU time (s): 1800
CPU user time (s): 1798.97
CPU system time (s): 1.03
CPU usage (%): 100.299
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 1.46078
maximum resident set size= 656908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27953
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= 41563
involuntary context switches= 25562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6622 second user time and 12.4841 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 13:46:42
IDJOB=4103792
IDBENCH=2461
IDSOLVER=2546
FILE ID=node117/4103792-1466250401
RUNJOBID= node117-1466230712-24777
PBS_JOBID= 19918181
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 812fb8d8b2de50e0f82554fbb1bd21a5
RANDOM SEED=1401784145

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:        29432924 kB
Buffers:          116404 kB
Cached:           249584 kB
SwapCached:            0 kB
Active:           692548 kB
Inactive:         270896 kB
Active(anon):     589912 kB
Inactive(anon):    10636 kB
Active(file):     102636 kB
Inactive(file):   260260 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2768 kB
Writeback:             0 kB
AnonPages:       2317964 kB
Mapped:            21080 kB
Shmem:               204 kB
Slab:             620692 kB
SReclaimable:      64084 kB
SUnreclaim:       556608 kB
KernelStack:        1560 kB
PageTables:         8776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2435916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 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= 71736 MiB
End job on node117 at 2016-06-18 14:16:36