Trace number 4100205

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-swath2.opb
MD5SUM136e834aa135f130ab268d7e01dc474c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262226
Optimality of the best value was proved YES
Number of variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
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 559784
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.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@2b21cc40
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@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100205-1466211487.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.87/1.17	c ... done. Wall clock time 1.067s.
1.87/1.17	c declared #vars     52335
1.87/1.17	c #constraints  5706
1.87/1.17	c constraints type 
1.87/1.17	c org.sat4j.specs.Constr$1 => 401
1.87/1.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 193
1.87/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5112
1.87/1.17	c 5706 constraints processed.
1.87/1.17	c objective function length is 31 literals
29.96/28.51	c cleaning 2500 clauses out of 5004 with flag 13368/5004
33.93/32.31	c cleaning 4250 clauses out of 8500 with flag 26099/11000
37.93/36.40	c cleaning 5625 clauses out of 11252 with flag 40103/18002
41.93/40.35	c cleaning 6814 clauses out of 13628 with flag 56105/26003
47.45/45.80	c cleaning 7908 clauses out of 15816 with flag 74109/35005
54.02/52.21	c cleaning 8953 clauses out of 17905 with flag 94103/45002
61.11/59.33	c cleaning 9973 clauses out of 19954 with flag 116107/56004
68.92/67.12	c cleaning 10991 clauses out of 21981 with flag 140107/68004
78.48/76.55	c cleaning 11996 clauses out of 23991 with flag 166110/81005
83.08/81.16	c cleaning 12988 clauses out of 25990 with flag 194100/95000
87.08/85.17	c cleaning 14000 clauses out of 28002 with flag 224100/110000
91.48/89.60	c cleaning 14997 clauses out of 30003 with flag 256102/126001
96.48/94.50	c cleaning 16004 clauses out of 32007 with flag 290104/143002
101.78/99.85	c cleaning 17000 clauses out of 34001 with flag 326100/161000
107.58/105.64	c cleaning 18000 clauses out of 36002 with flag 364102/180001
113.88/111.94	c cleaning 19000 clauses out of 38001 with flag 404100/200000
120.68/118.73	c cleaning 20001 clauses out of 40001 with flag 446100/221000
128.18/126.21	c cleaning 20996 clauses out of 42000 with flag 490100/243000
136.18/134.21	c cleaning 22004 clauses out of 44007 with flag 536106/266003
144.78/142.80	c cleaning 22998 clauses out of 46000 with flag 584100/290000
153.88/151.99	c cleaning 24001 clauses out of 48002 with flag 634100/315000
163.38/161.44	c cleaning 25000 clauses out of 50002 with flag 686102/341001
173.38/171.48	c cleaning 25997 clauses out of 52002 with flag 740102/368001
185.18/182.81	c cleaning 26999 clauses out of 54007 with flag 796106/396003
196.68/194.32	c cleaning 27999 clauses out of 56007 with flag 854104/425002
208.78/206.46	c cleaning 29002 clauses out of 58006 with flag 914100/455000
221.18/218.89	c cleaning 30003 clauses out of 60006 with flag 976104/486002
234.67/232.30	c cleaning 31001 clauses out of 62001 with flag 1040100/518000
248.88/246.60	c cleaning 32000 clauses out of 64000 with flag 1106100/551000
264.28/261.95	c cleaning 33000 clauses out of 66003 with flag 1174106/585003
280.87/278.51	c cleaning 33999 clauses out of 68000 with flag 1244100/620000
298.46/296.10	c cleaning 34996 clauses out of 70001 with flag 1316100/656000
315.77/313.50	c cleaning 36003 clauses out of 72007 with flag 1390104/693002
334.79/331.98	c cleaning 36993 clauses out of 74003 with flag 1466102/731001
353.89/351.01	c cleaning 38002 clauses out of 76009 with flag 1544100/770000
373.59/370.76	c cleaning 39003 clauses out of 78008 with flag 1624102/810001
395.00/392.18	c cleaning 39998 clauses out of 80005 with flag 1706102/851001
417.09/414.26	c cleaning 41003 clauses out of 82011 with flag 1790110/893005
440.31/437.42	c cleaning 42002 clauses out of 84003 with flag 1876100/936000
464.01/461.15	c cleaning 43001 clauses out of 86003 with flag 1964104/980002
489.41/486.55	c cleaning 44000 clauses out of 88002 with flag 2054104/1025002
515.52/512.61	c cleaning 44999 clauses out of 90001 with flag 2146102/1071001
543.33/540.48	c cleaning 46001 clauses out of 92003 with flag 2240104/1118002
573.23/570.39	c cleaning 46999 clauses out of 94001 with flag 2336102/1166001
603.94/601.07	c cleaning 48000 clauses out of 96001 with flag 2434100/1215000
637.15/634.25	c cleaning 48999 clauses out of 98004 with flag 2534106/1265003
672.35/669.41	c cleaning 49998 clauses out of 100004 with flag 2636104/1316002
710.77/707.02	c cleaning 51002 clauses out of 102004 with flag 2740100/1368000
745.58/741.89	c cleaning 51999 clauses out of 104003 with flag 2846102/1421001
781.50/777.72	c cleaning 53002 clauses out of 106003 with flag 2954100/1475000
818.40/814.66	c cleaning 54003 clauses out of 108005 with flag 3064108/1530004
856.91/853.20	c cleaning 54991 clauses out of 109998 with flag 3176100/1586000
896.92/893.18	c cleaning 56004 clauses out of 112010 with flag 3290106/1643003
938.23/934.48	c cleaning 56999 clauses out of 114004 with flag 3406102/1701001
981.64/977.85	c cleaning 57997 clauses out of 116004 with flag 3524100/1760000
1026.86/1023.08	c cleaning 59002 clauses out of 118008 with flag 3644102/1820001
1073.57/1069.79	c cleaning 60003 clauses out of 120007 with flag 3766104/1881002
1121.87/1118.04	c cleaning 60999 clauses out of 122003 with flag 3890102/1943001
1175.05/1170.62	c cleaning 61999 clauses out of 124003 with flag 4016100/2006000
1228.67/1224.25	c cleaning 63002 clauses out of 126006 with flag 4144104/2070002
1283.97/1279.51	c cleaning 63993 clauses out of 128004 with flag 4274104/2135002
1342.89/1338.44	c cleaning 65000 clauses out of 130010 with flag 4406102/2201001
1403.12/1398.68	c cleaning 66003 clauses out of 132010 with flag 4540102/2268001
1465.83/1461.36	c cleaning 67004 clauses out of 134007 with flag 4676102/2336001
1530.14/1525.68	c cleaning 68001 clauses out of 136003 with flag 4814102/2405001
1597.45/1592.91	c cleaning 69001 clauses out of 138001 with flag 4954100/2475000
1670.34/1665.17	c cleaning 70000 clauses out of 140002 with flag 5096104/2546002
1741.85/1736.69	c cleaning 70996 clauses out of 142001 with flag 5240102/2618001
1800.08/1794.80	c starts		: 130
1800.08/1794.80	c conflicts		: 2680616
1800.08/1794.80	c decisions		: 2808357
1800.08/1794.80	c propagations		: 23917719
1800.08/1794.80	c inspects		: 24483756625
1800.08/1794.80	c shortcuts		: 0
1800.08/1794.80	c learnt literals	: 0
1800.08/1794.80	c learnt binary clauses	: 0
1800.08/1794.80	c learnt ternary clauses	: 0
1800.08/1794.80	c learnt constraints	: 2680616
1800.08/1794.80	c ignored constraints	: 0
1800.08/1794.80	c root simplifications	: 0
1800.08/1794.80	c removed literals (reason simplification)	: 0
1800.08/1794.80	c reason swapping (by a shorter reason)	: 0
1800.08/1794.80	c Calls to reduceDB	: 68
1800.08/1794.80	c Number of update (reduction) of LBD	: 1426
1800.08/1794.80	c Imported unit clauses	: 0
1800.08/1794.80	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.80	c number of learned constraints concerned by reduction	: 0
1800.08/1794.80	c number of learning phase by resolution	: 0
1800.08/1794.80	c number of learning phase by cutting planes	: 0
1800.08/1794.80	c speed (assignments/second)	: 13335.02769010499
1800.08/1794.80	c non guided choices	0
1800.08/1794.81	c timeout
1800.08/1794.83	c learnt constraints type 
1800.08/1794.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133621
1800.08/1794.83	s UNKNOWN
1800.08/1794.83	c Total wall clock time (in seconds): 1794.727

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

pid=6750
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.22 2.22 2.20 3/194 6753
/proc/meminfo: memFree=30147372/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 23197003 98570240 978 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 24065 978 744 9 0 16771 0
[pid=6753/tid=6754] ppid=6750 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23197003 98570240 978 33554432000 1073741824 1073778376 140733829275904 140367334186536 226084341120 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.22 2.22 2.20 3/194 6753
/proc/meminfo: memFree=30147372/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 4504 0 1 0 10 1 0 0 20 0 18 0 23197003 9787879424 6137 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2389619 6137 2157 9 0 2380296 0
[pid=6753/tid=6754] ppid=6750 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 2385 0 1 0 6 2 0 0 20 0 18 0 23197003 9787879424 6137 33554432000 1073741824 1073778376 140733829275904 140367334191448 226087724301 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.200272 s]
/proc/loadavg: 2.22 2.22 2.20 3/194 6753
/proc/meminfo: memFree=30147372/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 5074 0 1 0 28 2 0 0 20 0 18 0 23197003 9787879424 7582 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2389619 7582 2221 9 0 2380296 0
[pid=6753/tid=6754] ppid=6750 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 2403 0 1 0 16 2 0 0 20 0 18 0 23197003 9787879424 7582 33554432000 1073741824 1073778376 140733829275904 140367334191104 140367198498128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300278 s]
/proc/loadavg: 2.22 2.22 2.20 3/194 6753
/proc/meminfo: memFree=30147372/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 6999 0 1 0 53 2 0 0 20 0 18 0 23197003 9787879424 10844 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2389619 10844 2235 9 0 2380296 0
[pid=6753/tid=6754] ppid=6750 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 2407 0 1 0 26 2 0 0 20 0 18 0 23197003 9787879424 10844 33554432000 1073741824 1073778376 140733829275904 140367334182784 140367198500320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.707888 s]
/proc/loadavg: 2.22 2.22 2.20 3/194 6753
/proc/meminfo: memFree=30147372/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9558476 CPUtime=1.31 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 10412 0 1 0 125 6 0 0 20 0 18 0 23197003 9787879424 45762 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2389619 45762 2264 9 0 2380296 0
[pid=6753/tid=6754] ppid=6750 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) S 6750 6753 5878 0 -1 4202560 2465 0 1 0 62 3 0 0 20 0 18 0 23197003 9787879424 45762 33554432000 1073741824 1073778376 140733829275904 140367334189256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.22 2.22 2.20 3/212 6771
/proc/meminfo: memFree=29932576/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 12254 0 1 0 239 11 0 0 20 0 19 0 23197003 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2406260 56457 2278 9 0 2396937 0
[pid=6753/tid=6754] ppid=6750 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 2477 0 1 0 135 3 0 0 20 0 19 0 23197003 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367334191432 140367199162240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6756] ppid=6750 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6753/task/6756/stat : 6756 (java) S 6750 6753 5878 0 -1 4202560 122 0 0 0 4 1 0 0 20 0 19 0 23197004 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367323253672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6757] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6757/stat : 6757 (java) S 6750 6753 5878 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367322201128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6758] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6758/stat : 6758 (java) S 6750 6753 5878 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367321148072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6759] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6759/stat : 6759 (java) S 6750 6753 5878 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367320095528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6760] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6760/stat : 6760 (java) S 6750 6753 5878 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367319042472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6761] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6761/stat : 6761 (java) S 6750 6753 5878 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367317989928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6762] ppid=6750 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6753/task/6762/stat : 6762 (java) S 6750 6753 5878 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 19 0 23197004 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367316936872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6763] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6763/stat : 6763 (java) S 6750 6753 5878 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367170844968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6764] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6764/stat : 6764 (java) S 6750 6753 5878 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367158434664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6765] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6765/stat : 6765 (java) S 6750 6753 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367157380984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6766] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6766/stat : 6766 (java) S 6750 6753 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367156327816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6767] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6767/stat : 6767 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367155276560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6768] ppid=6750 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/6753/task/6768/stat : 6768 (java) S 6750 6753 5878 0 -1 4202560 4478 0 0 0 40 0 0 0 20 0 19 0 23197007 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367154223416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6769] ppid=6750 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/6753/task/6769/stat : 6769 (java) S 6750 6753 5878 0 -1 4202560 3465 0 0 0 36 0 0 0 20 0 19 0 23197007 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367153170872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6770] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6770/stat : 6770 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367152118008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6771] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6771/stat : 6771 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 56457 33554432000 1073741824 1073778376 140733829275904 140367151065672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10091 s]
/proc/loadavg: 2.37 2.25 2.21 3/213 6772
/proc/meminfo: memFree=29929528/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 12780 0 1 0 406 11 0 0 20 0 19 0 23197003 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2406260 56459 2279 9 0 2396937 0
[pid=6753/tid=6754] ppid=6750 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 2479 0 1 0 295 3 0 0 20 0 19 0 23197003 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367334189408 140367199225706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6756] ppid=6750 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6753/task/6756/stat : 6756 (java) S 6750 6753 5878 0 -1 4202560 122 0 0 0 4 1 0 0 20 0 19 0 23197004 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367323253672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6757] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6757/stat : 6757 (java) S 6750 6753 5878 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367322201128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6758] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6758/stat : 6758 (java) S 6750 6753 5878 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367321148072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6759] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6759/stat : 6759 (java) S 6750 6753 5878 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367320095528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6760] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6760/stat : 6760 (java) S 6750 6753 5878 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367319042472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6761] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6761/stat : 6761 (java) S 6750 6753 5878 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367317989928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6762] ppid=6750 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6753/task/6762/stat : 6762 (java) S 6750 6753 5878 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 19 0 23197004 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367316936872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6763] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6763/stat : 6763 (java) S 6750 6753 5878 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367170844968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6764] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6764/stat : 6764 (java) S 6750 6753 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367158434664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6765] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6765/stat : 6765 (java) S 6750 6753 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367157380984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6766] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6766/stat : 6766 (java) S 6750 6753 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367156327816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6767] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6767/stat : 6767 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367155276560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6768] ppid=6750 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6753/task/6768/stat : 6768 (java) S 6750 6753 5878 0 -1 4202560 4478 0 0 0 42 0 0 0 20 0 19 0 23197007 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367154223416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6769] ppid=6750 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6753/task/6769/stat : 6769 (java) S 6750 6753 5878 0 -1 4202560 3988 0 0 0 42 0 0 0 20 0 19 0 23197007 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367153170872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6770] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6770/stat : 6770 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367152118008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6771] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6771/stat : 6771 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367151065672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6772] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6772/stat : 6772 (java) S 6750 6753 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197123 9856040960 56459 33554432000 1073741824 1073778376 140733829275904 140367149962792 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.37 2.25 2.21 3/213 6772
/proc/meminfo: memFree=29931352/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9625040 CPUtime=7.37 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 12781 0 1 0 726 11 0 0 20 0 19 0 23197003 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2406260 55824 2279 9 0 2396937 0
[pid=6753/tid=6754] ppid=6750 vsize=9625040 CPUtime=6.17 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 2480 0 1 0 614 3 0 0 20 0 19 0 23197003 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367334189424 140367199120372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6756] ppid=6750 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6753/task/6756/stat : 6756 (java) S 6750 6753 5878 0 -1 4202560 122 0 0 0 4 1 0 0 20 0 19 0 23197004 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367323253672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6757] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6757/stat : 6757 (java) S 6750 6753 5878 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367322201128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6758] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6758/stat : 6758 (java) S 6750 6753 5878 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367321148072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6759] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6759/stat : 6759 (java) S 6750 6753 5878 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367320095528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6760] ppid=6750 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6753/task/6760/stat : 6760 (java) S 6750 6753 5878 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 23197004 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367319042472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6761] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6761/stat : 6761 (java) S 6750 6753 5878 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367317989928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6762] ppid=6750 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6753/task/6762/stat : 6762 (java) S 6750 6753 5878 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 19 0 23197004 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367316936872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6763] ppid=6750 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/6753/task/6763/stat : 6763 (java) S 6750 6753 5878 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23197004 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367170844968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6764] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6764/stat : 6764 (java) S 6750 6753 5878 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367158434664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6765] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6765/stat : 6765 (java) S 6750 6753 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367157380984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6766] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6766/stat : 6766 (java) S 6750 6753 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367156327816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6767] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6767/stat : 6767 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367155276560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6768] ppid=6750 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6753/task/6768/stat : 6768 (java) S 6750 6753 5878 0 -1 4202560 4478 0 0 0 42 0 0 0 20 0 19 0 23197007 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367154223416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6769] ppid=6750 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6753/task/6769/stat : 6769 (java) S 6750 6753 5878 0 -1 4202560 3988 0 0 0 42 0 0 0 20 0 19 0 23197007 9856040960 55824 33554432000 1073741824 1073778376 140733829275904 140367153170872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6770] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=6753/tid=6772] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6772/stat : 6772 (java) S 6750 6753 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197123 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367149962792 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.54
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.38 2.28 2.20 3/214 6838
/proc/meminfo: memFree=26540032/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9625040 CPUtime=1727.55 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 35677 0 1 0 172508 247 0 0 20 0 19 0 23197003 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2406260 873212 2294 9 0 2396937 0
[pid=6753/tid=6754] ppid=6750 vsize=9625040 CPUtime=1714.6 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 4212 0 1 0 171408 52 0 0 20 0 19 0 23197003 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367334182608 140367199190685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6756] ppid=6750 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/6753/task/6756/stat : 6756 (java) S 6750 6753 5878 0 -1 4202560 1679 0 0 0 37 23 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367323253672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6757] ppid=6750 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6753/task/6757/stat : 6757 (java) S 6750 6753 5878 0 -1 4202560 1867 0 0 0 45 25 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367322201128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6758] ppid=6750 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6753/task/6758/stat : 6758 (java) S 6750 6753 5878 0 -1 4202560 2716 0 0 0 45 29 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367321148072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6759] ppid=6750 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/6753/task/6759/stat : 6759 (java) S 6750 6753 5878 0 -1 4202560 3025 0 0 0 38 20 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367320095528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6760] ppid=6750 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6753/task/6760/stat : 6760 (java) S 6750 6753 5878 0 -1 4202560 2278 0 0 0 41 21 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367319042472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6761] ppid=6750 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6753/task/6761/stat : 6761 (java) S 6750 6753 5878 0 -1 4202560 3116 0 0 0 42 25 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367317989928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6762] ppid=6750 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6753/task/6762/stat : 6762 (java) S 6750 6753 5878 0 -1 4202560 1287 0 0 0 38 18 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367316936872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6763] ppid=6750 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6753/task/6763/stat : 6763 (java) S 6750 6753 5878 0 -1 4202560 2389 0 0 0 41 24 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367170844968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6764] ppid=6750 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/6753/task/6764/stat : 6764 (java) S 6750 6753 5878 0 -1 4202560 1675 0 0 0 169 2 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367158434664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6765] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6765/stat : 6765 (java) S 6750 6753 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367157380984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6766] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6766/stat : 6766 (java) S 6750 6753 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367156327816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6767] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6767/stat : 6767 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367155276560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6768] ppid=6750 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6753/task/6768/stat : 6768 (java) S 6750 6753 5878 0 -1 4202560 5206 0 0 0 54 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367154223416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6769] ppid=6750 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/6753/task/6769/stat : 6769 (java) S 6750 6753 5878 0 -1 4202560 4869 0 0 0 61 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367153170872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6770] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6770/stat : 6770 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367152118008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6771] ppid=6750 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6753/task/6771/stat : 6771 (java) S 6750 6753 5878 0 -1 4202560 99 0 0 0 30 38 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367151065672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6772] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6772/stat : 6772 (java) S 6750 6753 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197123 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367149962792 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.55
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.44 2.31 2.21 4/214 6839
/proc/meminfo: memFree=26543140/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9625040 CPUtime=1787.58 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 35681 0 1 0 178509 249 0 0 20 0 19 0 23197003 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2406260 873212 2294 9 0 2396937 0
[pid=6753/tid=6754] ppid=6750 vsize=9625040 CPUtime=1774.44 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 4212 0 1 0 177392 52 0 0 20 0 19 0 23197003 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367334182608 140367199190644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6756] ppid=6750 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/6753/task/6756/stat : 6756 (java) S 6750 6753 5878 0 -1 4202560 1679 0 0 0 37 23 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367323253672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6757] ppid=6750 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6753/task/6757/stat : 6757 (java) S 6750 6753 5878 0 -1 4202560 1867 0 0 0 45 25 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367322201128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6758] ppid=6750 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6753/task/6758/stat : 6758 (java) S 6750 6753 5878 0 -1 4202560 2716 0 0 0 45 29 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367321148072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6759] ppid=6750 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/6753/task/6759/stat : 6759 (java) S 6750 6753 5878 0 -1 4202560 3025 0 0 0 38 20 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367320095528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6760] ppid=6750 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6753/task/6760/stat : 6760 (java) S 6750 6753 5878 0 -1 4202560 2278 0 0 0 41 21 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367319042472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6761] ppid=6750 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6753/task/6761/stat : 6761 (java) S 6750 6753 5878 0 -1 4202560 3116 0 0 0 42 25 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367317989928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6762] ppid=6750 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6753/task/6762/stat : 6762 (java) S 6750 6753 5878 0 -1 4202560 1287 0 0 0 38 18 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367316936872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6763] ppid=6750 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6753/task/6763/stat : 6763 (java) S 6750 6753 5878 0 -1 4202560 2389 0 0 0 41 24 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367170844968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6764] ppid=6750 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/6753/task/6764/stat : 6764 (java) S 6750 6753 5878 0 -1 4202560 1675 0 0 0 169 2 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367158434664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6765] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6765/stat : 6765 (java) S 6750 6753 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367157380984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6766] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6766/stat : 6766 (java) S 6750 6753 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367156327816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6767] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6767/stat : 6767 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367155276560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6768] ppid=6750 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6753/task/6768/stat : 6768 (java) S 6750 6753 5878 0 -1 4202560 5206 0 0 0 54 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367154223416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6769] ppid=6750 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/6753/task/6769/stat : 6769 (java) S 6750 6753 5878 0 -1 4202560 4869 0 0 0 61 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367153170872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6770] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6770/stat : 6770 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367152118008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6771] ppid=6750 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6753/task/6771/stat : 6771 (java) S 6750 6753 5878 0 -1 4202560 103 0 0 0 31 39 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367151065672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6772] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6772/stat : 6772 (java) S 6750 6753 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197123 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367149962792 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.37 2.30 2.21 3/214 6905
/proc/meminfo: memFree=26454660/32872528 swapFree=1590032/1720848
[pid=6753] ppid=6750 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/6753/stat : 6753 (java) S 6750 6753 5878 0 -1 4202496 35681 0 1 0 179759 249 0 0 20 0 19 0 23197003 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140733829267040 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6753/statm: 2406260 873212 2294 9 0 2396937 0
[pid=6753/tid=6754] ppid=6750 vsize=9625040 CPUtime=1786.91 cores=1,3,5,7
/proc/6753/task/6754/stat : 6754 (java) R 6750 6753 5878 0 -1 4202560 4212 0 1 0 178638 53 0 0 20 0 19 0 23197003 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367334182608 140367199190685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6756] ppid=6750 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/6753/task/6756/stat : 6756 (java) S 6750 6753 5878 0 -1 4202560 1679 0 0 0 37 23 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367323253672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6757] ppid=6750 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6753/task/6757/stat : 6757 (java) S 6750 6753 5878 0 -1 4202560 1867 0 0 0 45 25 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367322201128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6758] ppid=6750 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6753/task/6758/stat : 6758 (java) S 6750 6753 5878 0 -1 4202560 2716 0 0 0 45 29 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367321148072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6759] ppid=6750 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/6753/task/6759/stat : 6759 (java) S 6750 6753 5878 0 -1 4202560 3025 0 0 0 38 20 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367320095528 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6760] ppid=6750 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6753/task/6760/stat : 6760 (java) S 6750 6753 5878 0 -1 4202560 2278 0 0 0 41 21 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367319042472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6761] ppid=6750 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6753/task/6761/stat : 6761 (java) S 6750 6753 5878 0 -1 4202560 3116 0 0 0 42 25 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367317989928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6762] ppid=6750 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6753/task/6762/stat : 6762 (java) S 6750 6753 5878 0 -1 4202560 1287 0 0 0 38 18 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367316936872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6753/tid=6763] ppid=6750 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6753/task/6763/stat : 6763 (java) S 6750 6753 5878 0 -1 4202560 2389 0 0 0 41 24 0 0 20 0 19 0 23197004 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367170844968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6764] ppid=6750 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/6753/task/6764/stat : 6764 (java) S 6750 6753 5878 0 -1 4202560 1675 0 0 0 169 2 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367158434664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6765] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6765/stat : 6765 (java) S 6750 6753 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367157380984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6766] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6766/stat : 6766 (java) S 6750 6753 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23197005 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367156327816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6767] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6767/stat : 6767 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367155276560 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6768] ppid=6750 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6753/task/6768/stat : 6768 (java) S 6750 6753 5878 0 -1 4202560 5206 0 0 0 54 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367154223416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6753/tid=6769] ppid=6750 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/6753/task/6769/stat : 6769 (java) S 6750 6753 5878 0 -1 4202560 4869 0 0 0 61 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367153170872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6770] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6770/stat : 6770 (java) S 6750 6753 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367152118008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6753/tid=6771] ppid=6750 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/6753/task/6771/stat : 6771 (java) S 6750 6753 5878 0 -1 4202560 103 0 0 0 32 40 0 0 20 0 19 0 23197007 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367151065672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6753/tid=6772] ppid=6750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6753/task/6772/stat : 6772 (java) S 6750 6753 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23197123 9856040960 873212 33554432000 1073741824 1073778376 140733829275904 140367149962792 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

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

Real time (s): 1794.84
CPU time (s): 1800.08
CPU user time (s): 1797.59
CPU system time (s): 2.49
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.98
system time used= 2.95255
maximum resident set size= 3540768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35731
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38650
involuntary context switches= 8577

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5319 second user time and 10.4934 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 02:58:07
IDJOB=4100205
IDBENCH=1586
IDSOLVER=2546
FILE ID=node120/4100205-1466211487
RUNJOBID= node120-1466206086-5895
PBS_JOBID= 19918157
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-swath2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100205-1466211487/watcher-4100205-1466211487 -o /tmp/evaluation-result-4100205-1466211487/solver-4100205-1466211487 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100205-1466211487.opb

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

MD5SUM BENCH= 136e834aa135f130ab268d7e01dc474c
RANDOM SEED=272341549

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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.56
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.935
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.56
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.935
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.56
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.935
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30147636 kB
Buffers:           41840 kB
Cached:            80980 kB
SwapCached:         1844 kB
Active:           216508 kB
Inactive:          75844 kB
Active(anon):     170804 kB
Inactive(anon):     1192 kB
Active(file):      45704 kB
Inactive(file):    74652 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099408 kB
Dirty:              6812 kB
Writeback:             0 kB
AnonPages:       1895996 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             570144 kB
SReclaimable:      13908 kB
SUnreclaim:       556236 kB
KernelStack:        1616 kB
PageTables:         8080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2536888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 71720 MiB
End job on node120 at 2016-06-18 03:28:02