Trace number 4100997

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.58 1795.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scorpion.opb
MD5SUMc81149f534c8693c12d254417cbfee8f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10740
Total number of constraints377
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 constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 9370
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 531275
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531275
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.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-4100997-1466218775.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.82/0.42	c ... done. Wall clock time 0.313s.
0.82/0.42	c declared #vars     10740
0.82/0.42	c #constraints  657
0.82/0.42	c constraints type 
0.82/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.82/0.42	c org.sat4j.specs.Constr$1 => 22
0.82/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 586
0.82/0.42	c 657 constraints processed.
0.82/0.42	c objective function length is 8460 literals
1.86/1.14	c cleaning 2500 clauses out of 5000 with flag 11244/5000
2.84/1.84	c cleaning 4249 clauses out of 8501 with flag 24740/11001
3.74/2.70	c cleaning 5620 clauses out of 11253 with flag 40805/18002
4.88/3.83	c cleaning 6813 clauses out of 13632 with flag 59062/26001
6.21/5.13	c cleaning 7906 clauses out of 15819 with flag 79561/35001
7.61/6.54	c cleaning 8944 clauses out of 17912 with flag 101775/45000
9.01/7.82	c cleaning 9977 clauses out of 19968 with flag 126350/56000
10.30/9.10	c cleaning 10998 clauses out of 21995 with flag 151413/68004
12.10/10.96	c cleaning 11998 clauses out of 23996 with flag 179418/81003
14.20/13.02	c cleaning 12993 clauses out of 25996 with flag 207897/95001
17.30/16.19	c cleaning 14000 clauses out of 28010 with flag 239180/110008
19.83/18.63	c cleaning 14999 clauses out of 30006 with flag 272876/126004
22.83/21.63	c cleaning 16002 clauses out of 32003 with flag 308813/143000
26.73/25.50	c cleaning 17001 clauses out of 34006 with flag 345614/161005
29.76/28.54	c cleaning 17997 clauses out of 36002 with flag 384708/180002
32.96/31.70	c cleaning 18992 clauses out of 38003 with flag 427028/200000
36.47/35.22	c cleaning 19993 clauses out of 40012 with flag 471751/221001
40.06/38.83	c cleaning 21001 clauses out of 42018 with flag 519866/243000
44.44/43.16	c cleaning 21996 clauses out of 44017 with flag 569704/266000
49.54/48.23	c cleaning 23004 clauses out of 46022 with flag 621727/290001
55.94/54.60	c cleaning 24006 clauses out of 48017 with flag 675110/315000
62.27/60.93	c cleaning 25004 clauses out of 50011 with flag 732415/341000
69.17/67.85	c cleaning 25999 clauses out of 52007 with flag 789061/368000
79.77/78.43	c cleaning 26996 clauses out of 54010 with flag 848180/396002
93.42/92.03	c cleaning 28002 clauses out of 56013 with flag 908777/425001
106.73/105.32	c cleaning 29001 clauses out of 58014 with flag 972215/455004
116.97/115.55	c cleaning 29999 clauses out of 60011 with flag 1036733/486002
130.36/129.00	c cleaning 30999 clauses out of 62011 with flag 1104879/518001
142.60/141.14	c cleaning 32002 clauses out of 64017 with flag 1173094/551006
156.70/155.26	c cleaning 33006 clauses out of 66011 with flag 1242397/585002
171.87/170.34	c cleaning 34005 clauses out of 68009 with flag 1314958/620006
182.80/181.26	c cleaning 34992 clauses out of 69999 with flag 1391134/656001
194.21/192.67	c cleaning 35991 clauses out of 72007 with flag 1470021/693001
204.93/203.35	c cleaning 36998 clauses out of 74015 with flag 1550008/731000
217.52/215.99	c cleaning 38005 clauses out of 76018 with flag 1633397/770001
231.09/229.43	c cleaning 38997 clauses out of 78012 with flag 1716924/810000
246.40/244.79	c cleaning 39999 clauses out of 80015 with flag 1803492/851000
261.22/259.58	c cleaning 41002 clauses out of 82017 with flag 1892257/893001
277.05/275.39	c cleaning 41998 clauses out of 84014 with flag 1979102/936000
292.40/290.60	c cleaning 43000 clauses out of 86016 with flag 2067697/980000
309.19/307.45	c cleaning 44000 clauses out of 88016 with flag 2159737/1025000
324.93/323.14	c cleaning 44996 clauses out of 90017 with flag 2255825/1071001
341.18/339.35	c cleaning 46005 clauses out of 92021 with flag 2354299/1118001
358.18/356.31	c cleaning 47004 clauses out of 94017 with flag 2457106/1166002
376.92/375.09	c cleaning 47995 clauses out of 96013 with flag 2557388/1215002
397.81/395.88	c cleaning 48998 clauses out of 98016 with flag 2658022/1265000
420.44/418.40	c cleaning 50012 clauses out of 100027 with flag 2761469/1316009
450.73/448.60	c cleaning 50995 clauses out of 102008 with flag 2867259/1368002
479.09/476.91	c cleaning 52002 clauses out of 104011 with flag 2981250/1421000
509.22/506.96	c cleaning 53005 clauses out of 106017 with flag 3097122/1475008
537.75/535.42	c cleaning 53989 clauses out of 108006 with flag 3213360/1530002
566.17/563.88	c cleaning 54998 clauses out of 110016 with flag 3330302/1586001
593.91/591.59	c cleaning 56005 clauses out of 112021 with flag 3450381/1643004
626.52/624.08	c cleaning 57002 clauses out of 114012 with flag 3572395/1701000
660.95/658.40	c cleaning 58000 clauses out of 116011 with flag 3696560/1760001
709.01/706.49	c cleaning 59001 clauses out of 118011 with flag 3822477/1820001
810.71/808.02	c cleaning 60003 clauses out of 120012 with flag 3944482/1881003
937.90/935.14	c cleaning 60999 clauses out of 122007 with flag 4068630/1943001
1079.08/1076.26	c cleaning 62000 clauses out of 124007 with flag 4195138/2006000
1211.30/1208.37	c cleaning 62998 clauses out of 126008 with flag 4323176/2070001
1347.22/1344.16	c cleaning 64005 clauses out of 128011 with flag 4453284/2135002
1518.63/1515.45	c cleaning 64999 clauses out of 130006 with flag 4585428/2201002
1568.50/1565.26	c cleaning 66001 clauses out of 132005 with flag 4723509/2268000
1590.81/1587.44	c cleaning 66994 clauses out of 134006 with flag 4865105/2336002
1619.91/1616.45	c cleaning 67996 clauses out of 136010 with flag 5017442/2405000
1645.35/1641.73	c cleaning 68999 clauses out of 138018 with flag 5173562/2475004
1668.03/1664.33	c cleaning 70007 clauses out of 140026 with flag 5323897/2546011
1696.24/1692.50	c cleaning 70997 clauses out of 142012 with flag 5472012/2618004
1725.48/1721.53	c cleaning 71996 clauses out of 144011 with flag 5623987/2691000
1758.51/1754.43	c cleaning 73002 clauses out of 146015 with flag 5777974/2765000
1800.02/1795.80	c starts		: 324
1800.02/1795.80	c conflicts		: 2838291
1800.02/1795.80	c decisions		: 3161246
1800.02/1795.80	c propagations		: 26702045
1800.02/1795.80	c inspects		: 35986640308
1800.02/1795.80	c shortcuts		: 0
1800.02/1795.80	c learnt literals	: 0
1800.02/1795.80	c learnt binary clauses	: 0
1800.02/1795.80	c learnt ternary clauses	: 0
1800.02/1795.80	c learnt constraints	: 2838291
1800.02/1795.80	c ignored constraints	: 0
1800.02/1795.80	c root simplifications	: 0
1800.02/1795.80	c removed literals (reason simplification)	: 0
1800.02/1795.80	c reason swapping (by a shorter reason)	: 0
1800.02/1795.80	c Calls to reduceDB	: 70
1800.02/1795.80	c Number of update (reduction) of LBD	: 200967
1800.02/1795.80	c Imported unit clauses	: 0
1800.02/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.80	c number of learned constraints concerned by reduction	: 0
1800.02/1795.80	c number of learning phase by resolution	: 0
1800.02/1795.80	c number of learning phase by cutting planes	: 0
1800.02/1795.80	c speed (assignments/second)	: 14872.907647988022
1800.02/1795.80	c non guided choices	2594
1800.02/1795.80	c timeout
1800.02/1795.83	c learnt constraints type 
1800.02/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146305
1800.02/1795.83	s UNKNOWN
1800.02/1795.83	c Total wall clock time (in seconds): 1795.719

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-4100997-1466218775/watcher-4100997-1466218775 -o /tmp/evaluation-result-4100997-1466218775/solver-4100997-1466218775 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100997-1466218775.opb 

pid=28582
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.25 2.23 2.18 3/194 28585
/proc/meminfo: memFree=30326084/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 23926174 94019584 917 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 22954 917 697 9 0 16769 0
[pid=28585/tid=28586] ppid=28582 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) D 28582 28585 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 23926175 95129600 927 33554432000 1073741824 1073778376 140736470807616 140228218121768 272877317415 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.25 2.23 2.18 3/194 28585
/proc/meminfo: memFree=30326084/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 4400 0 1 0 9 1 0 0 20 0 18 0 23926174 9787879424 6029 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2389619 6029 2125 9 0 2380296 0
[pid=28585/tid=28586] ppid=28582 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 23926175 9787879424 6029 33554432000 1073741824 1073778376 140736470807616 140228218125216 140228220970530 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.200324 s]
/proc/loadavg: 2.25 2.23 2.18 3/194 28585
/proc/meminfo: memFree=30326084/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 5039 0 1 0 28 1 0 0 20 0 18 0 23926174 9787879424 6892 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2389619 6892 2220 9 0 2380296 0
[pid=28585/tid=28586] ppid=28582 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 23926175 9787879424 6895 33554432000 1073741824 1073778376 140736470807616 140228218125216 140228081835061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300338 s]
/proc/loadavg: 2.25 2.23 2.18 3/194 28585
/proc/meminfo: memFree=30326084/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 8136 0 1 0 51 2 0 0 20 0 18 0 23926174 9787879424 11434 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2389619 11447 2234 9 0 2380296 0
[pid=28585/tid=28586] ppid=28582 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 23926175 9787879424 11447 33554432000 1073741824 1073778376 140736470807616 140228218125216 140228081808800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 2.25 2.23 2.18 3/194 28585
/proc/meminfo: memFree=30326084/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 10393 0 1 0 139 3 0 0 20 0 19 0 23926174 9856040960 22420 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2406260 22420 2257 9 0 2396937 0
[pid=28585/tid=28586] ppid=28582 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2431 0 1 0 65 2 0 0 20 0 19 0 23926175 9856040960 22420 33554432000 1073741824 1073778376 140736470807616 140228218126976 140228082399358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.25 2.23 2.18 4/213 28604
/proc/meminfo: memFree=30230712/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 16291 0 1 0 245 4 0 0 20 0 19 0 23926174 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2406260 33533 2265 9 0 2396937 0
[pid=28585/tid=28586] ppid=28582 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2446 0 1 0 145 2 0 0 20 0 19 0 23926175 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228218126824 140228082399438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228207188904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28589] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228206136360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28590] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228205083304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28591] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228204030760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28592] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228202977704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28593] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228201925160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28594] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228200872104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28595] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28582 28585 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228054169896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28596] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28582 28585 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228041972584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28582 28585 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228040918904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28582 28585 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228039865736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228038814480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28582 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28582 28585 25977 0 -1 4202560 3885 0 0 0 43 0 0 0 20 0 19 0 23926180 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228037761336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28582 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28582 28585 25977 0 -1 4202560 8684 0 0 0 54 2 0 0 20 0 19 0 23926180 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228036708792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28602] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228035655928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228034603592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28604] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) S 28582 28585 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23926220 9856040960 33533 33554432000 1073741824 1073778376 140736470807616 140228033549864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.47 2.27 2.20 3/213 28604
/proc/meminfo: memFree=30177356/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 16356 0 1 0 412 6 0 0 20 0 19 0 23926174 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2406260 48405 2279 9 0 2396937 0
[pid=28585/tid=28586] ppid=28582 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2475 0 1 0 302 3 0 0 20 0 19 0 23926175 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228218125656 140228082556938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28582 28585 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228207188904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28589] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228206136360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28590] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228205083304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28591] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28582 28585 25977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228204030760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28592] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28582 28585 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228202977704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28593] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28582 28585 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228201925160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28594] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28582 28585 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228200872104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28595] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28582 28585 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228054169896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28596] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28582 28585 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228041972584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28582 28585 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228040918904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28582 28585 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228039865736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228038814480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28582 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28582 28585 25977 0 -1 4202560 3887 0 0 0 46 0 0 0 20 0 19 0 23926180 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228037761336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28582 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28582 28585 25977 0 -1 4202560 8686 0 0 0 56 2 0 0 20 0 19 0 23926180 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228036708792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28602] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228035655928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228034603592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28604] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) S 28582 28585 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23926220 9856040960 48405 33554432000 1073741824 1073778376 140736470807616 140228033549864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.47 2.27 2.20 4/213 28604
/proc/meminfo: memFree=30141632/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9625040 CPUtime=7.41 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 16357 0 1 0 735 6 0 0 20 0 19 0 23926174 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2406260 48008 2279 9 0 2396937 0
[pid=28585/tid=28586] ppid=28582 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2476 0 1 0 622 3 0 0 20 0 19 0 23926175 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228218117840 140228082399713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28582 28585 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228207188904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28589] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228206136360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28590] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228205083304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28591] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28582 28585 25977 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228204030760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28592] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28582 28585 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228202977704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28593] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28582 28585 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228201925160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28594] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28582 28585 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228200872104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28595] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28582 28585 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23926176 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228054169896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28596] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28582 28585 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228041972584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28582 28585 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228040918904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28582 28585 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228039865736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228038814480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28582 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28582 28585 25977 0 -1 4202560 3887 0 0 0 46 0 0 0 20 0 19 0 23926180 9856040960 48008 33554432000 1073741824 1073778376 140736470807616 140228037761336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28582 vsize=9625040 CPUtime=0.6 cores=0,2,4,6

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

[pid=28585/tid=28597] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28582 28585 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 76681 33554432000 1073741824 1073778376 140736470807616 140228040918904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28582 28585 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 76681 33554432000 1073741824 1073778376 140736470807616 140228039865736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 76681 33554432000 1073741824 1073778376 140736470807616 140228038814480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28582 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28582 28585 25977 0 -1 4202560 3887 0 0 0 46 0 0 0 20 0 19 0 23926180 9856040960 76681 33554432000 1073741824 1073778376 140736470807616 140228037761336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28582 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28582 28585 25977 0 -1 4202560 8700 0 0 0 65 2 0 0 20 0 19 0 23926180 9856040960 76681 33554432000 1073741824 1073778376 140736470807616 140228036708792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28602] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 76681 33554432000 1073741824 1073778376 140736470807616 140228035655928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28582 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28582 28585 25977 0 -1 4202560 95 0 0 0 26 28 0 0 20 0 19 0 23926180 9856040960 76681 33554432000 1073741824 1073778376 140736470807616 140228034603592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28604] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) S 28582 28585 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23926220 9856040960 76681 33554432000 1073741824 1073778376 140736470807616 140228033549864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.03
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.15 2.16 3/213 28801
/proc/meminfo: memFree=29530984/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9625040 CPUtime=1726.29 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 18371 0 1 0 172557 72 0 0 20 0 19 0 23926174 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2406260 74551 2288 9 0 2396937 0
[pid=28585/tid=28586] ppid=28582 vsize=9625040 CPUtime=1720.72 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2562 0 1 0 172040 32 0 0 20 0 19 0 23926175 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228218125536 140228082422183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28588] ppid=28582 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28582 28585 25977 0 -1 4202560 256 0 0 0 51 5 0 0 20 0 19 0 23926176 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228207188904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28589] ppid=28582 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28582 28585 25977 0 -1 4202560 124 0 0 0 42 4 0 0 20 0 19 0 23926176 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228206136360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28590] ppid=28582 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28582 28585 25977 0 -1 4202560 148 0 0 0 39 5 0 0 20 0 19 0 23926176 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228205083304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28591] ppid=28582 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28582 28585 25977 0 -1 4202560 293 0 0 0 47 7 0 0 20 0 19 0 23926176 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228204030760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28592] ppid=28582 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28582 28585 25977 0 -1 4202560 372 0 0 0 42 4 0 0 20 0 19 0 23926176 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228202977704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28593] ppid=28582 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28582 28585 25977 0 -1 4202560 135 0 0 0 44 6 0 0 20 0 19 0 23926176 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228201925160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28594] ppid=28582 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28582 28585 25977 0 -1 4202560 266 0 0 0 50 4 0 0 20 0 19 0 23926176 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228200872104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28595] ppid=28582 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28582 28585 25977 0 -1 4202560 137 0 0 0 41 4 0 0 20 0 19 0 23926176 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228054169896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28596] ppid=28582 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28582 28585 25977 0 -1 4202560 130 0 0 0 10 4 0 0 20 0 19 0 23926177 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228041972584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28582 28585 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228040918904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28582 28585 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228039865736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228038814480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28582 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28582 28585 25977 0 -1 4202560 3887 0 0 0 46 0 0 0 20 0 19 0 23926180 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228037761336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28582 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28582 28585 25977 0 -1 4202560 8700 0 0 0 65 2 0 0 20 0 19 0 23926180 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228036708792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28602] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228035655928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28582 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28582 28585 25977 0 -1 4202560 99 0 0 0 28 29 0 0 20 0 19 0 23926180 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228034603592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28604] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) S 28582 28585 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23926220 9856040960 74551 33554432000 1073741824 1073778376 140736470807616 140228033549864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.29
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.16 2.16 3/213 28803
/proc/meminfo: memFree=29537268/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9625040 CPUtime=1786.5 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 18392 0 1 0 178576 74 0 0 20 0 19 0 23926174 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2406260 73015 2288 9 0 2396937 0
[pid=28585/tid=28586] ppid=28582 vsize=9625040 CPUtime=1780.61 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2572 0 1 0 178028 33 0 0 20 0 19 0 23926175 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228218125552 140228082453298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28588] ppid=28582 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28582 28585 25977 0 -1 4202560 259 0 0 0 54 5 0 0 20 0 19 0 23926176 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228207188904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28589] ppid=28582 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28582 28585 25977 0 -1 4202560 124 0 0 0 45 4 0 0 20 0 19 0 23926176 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228206136360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28590] ppid=28582 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28582 28585 25977 0 -1 4202560 148 0 0 0 43 5 0 0 20 0 19 0 23926176 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228205083304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28591] ppid=28582 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28582 28585 25977 0 -1 4202560 293 0 0 0 50 7 0 0 20 0 19 0 23926176 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228204030760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28592] ppid=28582 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28582 28585 25977 0 -1 4202560 372 0 0 0 46 4 0 0 20 0 19 0 23926176 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228202977704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28593] ppid=28582 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28582 28585 25977 0 -1 4202560 135 0 0 0 50 6 0 0 20 0 19 0 23926176 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228201925160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28594] ppid=28582 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28582 28585 25977 0 -1 4202560 266 0 0 0 55 4 0 0 20 0 19 0 23926176 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228200872104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28595] ppid=28582 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28582 28585 25977 0 -1 4202560 137 0 0 0 44 4 0 0 20 0 19 0 23926176 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228054169896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28596] ppid=28582 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28582 28585 25977 0 -1 4202560 134 0 0 0 11 4 0 0 20 0 19 0 23926177 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228041972584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28597] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28582 28585 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228040918904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28582 28585 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228039865736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228038814480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28582 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28582 28585 25977 0 -1 4202560 3887 0 0 0 46 0 0 0 20 0 19 0 23926180 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228037761336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28582 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28582 28585 25977 0 -1 4202560 8700 0 0 0 65 2 0 0 20 0 19 0 23926180 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228036708792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28602] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228035655928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28582 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28582 28585 25977 0 -1 4202560 103 0 0 0 28 29 0 0 20 0 19 0 23926180 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228034603592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28604] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) S 28582 28585 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23926220 9856040960 73015 33554432000 1073741824 1073778376 140736470807616 140228033549864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.15 2.15 2.16 3/213 28803
/proc/meminfo: memFree=29537764/32872528 swapFree=1244176/1391344
[pid=28585] ppid=28582 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/28585/stat : 28585 (java) S 28582 28585 25977 0 -1 4202496 18393 0 1 0 179928 74 0 0 20 0 19 0 23926174 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140736470798752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28585/statm: 2406260 72855 2288 9 0 2396937 0
[pid=28585/tid=28586] ppid=28582 vsize=9625040 CPUtime=1794.1 cores=0,2,4,6
/proc/28585/task/28586/stat : 28586 (java) R 28582 28585 25977 0 -1 4202560 2573 0 1 0 179377 33 0 0 20 0 19 0 23926175 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228218125552 140228082453298 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28588] ppid=28582 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/28585/task/28588/stat : 28588 (java) S 28582 28585 25977 0 -1 4202560 259 0 0 0 55 5 0 0 20 0 19 0 23926176 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228207188904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28589] ppid=28582 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/28585/task/28589/stat : 28589 (java) S 28582 28585 25977 0 -1 4202560 124 0 0 0 46 4 0 0 20 0 19 0 23926176 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228206136360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28590] ppid=28582 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/28585/task/28590/stat : 28590 (java) S 28582 28585 25977 0 -1 4202560 148 0 0 0 44 5 0 0 20 0 19 0 23926176 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228205083304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28591] ppid=28582 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/28585/task/28591/stat : 28591 (java) S 28582 28585 25977 0 -1 4202560 293 0 0 0 51 7 0 0 20 0 19 0 23926176 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228204030760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28592] ppid=28582 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/28585/task/28592/stat : 28592 (java) S 28582 28585 25977 0 -1 4202560 372 0 0 0 46 4 0 0 20 0 19 0 23926176 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228202977704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28593] ppid=28582 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28585/task/28593/stat : 28593 (java) S 28582 28585 25977 0 -1 4202560 135 0 0 0 50 6 0 0 20 0 19 0 23926176 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228201925160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28594] ppid=28582 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28585/task/28594/stat : 28594 (java) S 28582 28585 25977 0 -1 4202560 266 0 0 0 55 4 0 0 20 0 19 0 23926176 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228200872104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28595] ppid=28582 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/28585/task/28595/stat : 28595 (java) S 28582 28585 25977 0 -1 4202560 137 0 0 0 44 4 0 0 20 0 19 0 23926176 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228054169896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28585/tid=28596] ppid=28582 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/28585/task/28596/stat : 28596 (java) S 28582 28585 25977 0 -1 4202560 134 0 0 0 11 4 0 0 20 0 19 0 23926177 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228041972584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28597] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28597/stat : 28597 (java) S 28582 28585 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228040918904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28598] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28598/stat : 28598 (java) S 28582 28585 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23926177 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228039865736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28599] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28599/stat : 28599 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228038814480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28600] ppid=28582 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28585/task/28600/stat : 28600 (java) S 28582 28585 25977 0 -1 4202560 3887 0 0 0 46 0 0 0 20 0 19 0 23926180 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228037761336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28601] ppid=28582 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28585/task/28601/stat : 28601 (java) S 28582 28585 25977 0 -1 4202560 8700 0 0 0 65 2 0 0 20 0 19 0 23926180 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228036708792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28585/tid=28602] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28602/stat : 28602 (java) S 28582 28585 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23926180 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228035655928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28585/tid=28603] ppid=28582 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28585/task/28603/stat : 28603 (java) S 28582 28585 25977 0 -1 4202560 103 0 0 0 29 30 0 0 20 0 19 0 23926180 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228034603592 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28585/tid=28604] ppid=28582 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28585/task/28604/stat : 28604 (java) S 28582 28585 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23926220 9856040960 72855 33554432000 1073741824 1073778376 140736470807616 140228033549864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 28585 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.84
CPU time (s): 1800.58
CPU user time (s): 1799.36
CPU system time (s): 1.21981
CPU usage (%): 100.264
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 1.21981
maximum resident set size= 459460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18432
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40914
involuntary context switches= 22002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7312 second user time and 12.1452 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 04:59:35
IDJOB=4100997
IDBENCH=1687
IDSOLVER=2546
FILE ID=node119/4100997-1466218775
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scorpion.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100997-1466218775/watcher-4100997-1466218775 -o /tmp/evaluation-result-4100997-1466218775/solver-4100997-1466218775 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100997-1466218775.opb

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

MD5SUM BENCH= c81149f534c8693c12d254417cbfee8f
RANDOM SEED=751850956

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        30326356 kB
Buffers:           97284 kB
Cached:            87860 kB
SwapCached:          956 kB
Active:           289560 kB
Inactive:         129376 kB
Active(anon):     234576 kB
Inactive(anon):     1732 kB
Active(file):      54984 kB
Inactive(file):   127644 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:       1630616 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             598024 kB
SReclaimable:      41724 kB
SUnreclaim:       556300 kB
KernelStack:        1576 kB
PageTables:         7564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1752120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 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 node119 at 2016-06-18 05:29:31