Trace number 4103176

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.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3701.opb
MD5SUM4d43a5c709d5b7af17653becda068043
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9027581973
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4741692460
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29697461525571
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29697461525571
Number of bits of the biggest sum of numbers45
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4103176-1466233504.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  objective function found
2.20/1.55	c ... done. Wall clock time 1.452s.
2.20/1.55	c declared #vars     155000
2.20/1.55	c #constraints  5300
2.20/1.55	c constraints type 
2.20/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.20/1.55	c 5300 constraints processed.
2.20/1.55	c objective function length is 155000 literals
7.97/6.67	c cleaning 2483 clauses out of 5000 with flag 13841/5000
11.73/10.38	c cleaning 4225 clauses out of 8519 with flag 35927/11002
16.22/14.69	c cleaning 5610 clauses out of 11292 with flag 65520/18000
21.24/19.70	c cleaning 6800 clauses out of 13682 with flag 102317/26000
27.15/25.53	c cleaning 7905 clauses out of 15883 with flag 145527/35001
30.66/29.06	c cleaning 8983 clauses out of 17978 with flag 170304/45001
33.86/31.89	c cleaning 9998 clauses out of 19995 with flag 192304/56001
36.66/34.66	c cleaning 10998 clauses out of 21997 with flag 216304/68001
39.86/37.81	c cleaning 11998 clauses out of 23999 with flag 242304/81001
43.46/41.44	c cleaning 12999 clauses out of 26001 with flag 270304/95001
47.65/45.61	c cleaning 13995 clauses out of 28002 with flag 300304/110001
52.35/50.36	c cleaning 15003 clauses out of 30007 with flag 332304/126001
57.45/55.48	c cleaning 16000 clauses out of 32004 with flag 366304/143001
63.78/61.47	c cleaning 16999 clauses out of 34004 with flag 402304/161001
70.69/68.39	c cleaning 17998 clauses out of 36005 with flag 440304/180001
78.39/76.01	c cleaning 18998 clauses out of 38007 with flag 480304/200001
86.49/84.14	c cleaning 20003 clauses out of 40009 with flag 522304/221001
95.49/93.14	c cleaning 20998 clauses out of 42006 with flag 566304/243001
105.00/102.68	c cleaning 22001 clauses out of 44008 with flag 612304/266001
115.80/113.48	c cleaning 23001 clauses out of 46007 with flag 660304/290001
126.70/124.36	c cleaning 23999 clauses out of 48006 with flag 710304/315001
139.20/136.80	c cleaning 25002 clauses out of 50007 with flag 762304/341001
155.45/152.76	c cleaning 25997 clauses out of 52005 with flag 816304/368001
171.85/169.15	c cleaning 27000 clauses out of 54008 with flag 872304/396001
190.16/187.49	c cleaning 28002 clauses out of 56008 with flag 930304/425001
211.06/208.34	c cleaning 29000 clauses out of 58006 with flag 990304/455001
232.06/229.32	c cleaning 30000 clauses out of 60006 with flag 1052304/486001
253.06/250.31	c cleaning 30999 clauses out of 62006 with flag 1116304/518001
276.48/273.29	c cleaning 32002 clauses out of 64007 with flag 1182304/551001
298.99/295.78	c cleaning 32999 clauses out of 66005 with flag 1250304/585001
322.49/319.27	c cleaning 33998 clauses out of 68006 with flag 1320304/620001
349.21/345.98	c cleaning 35002 clauses out of 70008 with flag 1392304/656001
374.30/371.08	c cleaning 36001 clauses out of 72006 with flag 1466304/693001
402.81/399.55	c cleaning 36998 clauses out of 74005 with flag 1542304/731001
431.51/428.24	c cleaning 38001 clauses out of 76007 with flag 1620304/770001
461.83/458.56	c cleaning 39000 clauses out of 78006 with flag 1700304/810001
496.24/492.91	c cleaning 39998 clauses out of 80006 with flag 1782304/851001
531.96/528.20	c cleaning 40999 clauses out of 82008 with flag 1866304/893001
571.06/567.33	c cleaning 42005 clauses out of 84009 with flag 1952304/936001
609.88/606.13	c cleaning 43002 clauses out of 86004 with flag 2040304/980001
650.39/646.67	c cleaning 43998 clauses out of 88002 with flag 2130304/1025001
689.39/685.61	c cleaning 44999 clauses out of 90004 with flag 2222304/1071001
728.41/724.62	c cleaning 45998 clauses out of 92005 with flag 2316304/1118001
769.33/765.55	c cleaning 47001 clauses out of 94007 with flag 2412304/1166001
816.19/811.78	c cleaning 48000 clauses out of 96006 with flag 2510304/1215001
867.60/863.13	c cleaning 48999 clauses out of 98006 with flag 2610304/1265001
924.34/919.81	c cleaning 50004 clauses out of 100007 with flag 2712304/1316001
979.16/974.62	c cleaning 50994 clauses out of 102003 with flag 2816304/1368001
1036.47/1031.91	c cleaning 52003 clauses out of 104009 with flag 2922304/1421001
1096.08/1091.56	c cleaning 53001 clauses out of 106006 with flag 3030304/1475001
1159.30/1154.74	c cleaning 54000 clauses out of 108005 with flag 3140304/1530001
1228.00/1223.47	c cleaning 55000 clauses out of 110005 with flag 3252304/1586001
1300.23/1294.82	c cleaning 55999 clauses out of 112005 with flag 3366304/1643001
1374.03/1368.62	c cleaning 57001 clauses out of 114006 with flag 3482304/1701001
1451.73/1446.37	c cleaning 57998 clauses out of 116005 with flag 3600304/1760001
1535.45/1530.07	c cleaning 58999 clauses out of 118007 with flag 3720304/1820001
1623.59/1618.12	c cleaning 59999 clauses out of 120008 with flag 3842304/1881001
1726.96/1721.36	c cleaning 61001 clauses out of 122009 with flag 3966304/1943001
1800.08/1794.40	c starts		: 44
1800.08/1794.40	c conflicts		: 1993905
1800.08/1794.40	c decisions		: 2251959
1800.08/1794.40	c propagations		: 14525419
1800.08/1794.40	c inspects		: 23854762555
1800.08/1794.40	c shortcuts		: 0
1800.08/1794.40	c learnt literals	: 0
1800.08/1794.40	c learnt binary clauses	: 0
1800.08/1794.40	c learnt ternary clauses	: 0
1800.08/1794.40	c learnt constraints	: 1993905
1800.08/1794.40	c ignored constraints	: 0
1800.08/1794.40	c root simplifications	: 0
1800.08/1794.40	c removed literals (reason simplification)	: 0
1800.08/1794.40	c reason swapping (by a shorter reason)	: 0
1800.08/1794.40	c Calls to reduceDB	: 58
1800.08/1794.40	c Number of update (reduction) of LBD	: 10086
1800.08/1794.40	c Imported unit clauses	: 0
1800.08/1794.40	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.40	c number of learned constraints concerned by reduction	: 0
1800.08/1794.40	c number of learning phase by resolution	: 0
1800.08/1794.40	c number of learning phase by cutting planes	: 0
1800.08/1794.40	c speed (assignments/second)	: 8102.474237385328
1800.08/1794.40	c non guided choices	75213
1800.08/1794.41	c timeout
1800.08/1794.43	c learnt constraints type 
1800.08/1794.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111913
1800.08/1794.43	s UNKNOWN
1800.08/1794.43	c Total wall clock time (in seconds): 1794.326

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-4103176-1466233504/watcher-4103176-1466233504 -o /tmp/evaluation-result-4103176-1466233504/solver-4103176-1466233504 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103176-1466233504.opb 

pid=21275
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.18 2.25 2.21 3/194 21278
/proc/meminfo: memFree=27829960/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 25397100 98570240 977 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 24065 977 743 9 0 16771 0
[pid=21278/tid=21279] ppid=21275 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 25397101 98570240 977 33554432000 1073741824 1073778376 140736125677472 140011402944040 270707541376 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.18 2.25 2.21 3/194 21278
/proc/meminfo: memFree=27829960/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 4488 0 1 0 11 1 0 0 20 0 18 0 25397100 9787879424 6126 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2389619 6126 2157 9 0 2380296 0
[pid=21278/tid=21279] ppid=21275 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 25397101 9787879424 6128 33554432000 1073741824 1073778376 140736125677472 140011402947960 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200398 s]
/proc/loadavg: 2.18 2.25 2.21 3/194 21278
/proc/meminfo: memFree=27829960/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 5320 0 1 0 31 1 0 0 20 0 18 0 25397100 9787879424 8289 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2389619 8289 2226 9 0 2380296 0
[pid=21278/tid=21279] ppid=21275 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 25397101 9787879424 8289 33554432000 1073741824 1073778376 140736125677472 140011402940320 140011253472743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.30041 s]
/proc/loadavg: 2.18 2.25 2.21 3/194 21278
/proc/meminfo: memFree=27829960/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 6110 0 1 0 46 2 0 0 20 0 18 0 25397100 9787879424 14703 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2389619 14703 2231 9 0 2380296 0
[pid=21278/tid=21279] ppid=21275 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 2415 0 1 0 26 1 0 0 20 0 18 0 25397101 9787879424 14703 33554432000 1073741824 1073778376 140736125677472 140011402940320 140011253419064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700243 s]
/proc/loadavg: 2.18 2.25 2.21 3/194 21278
/proc/meminfo: memFree=27829960/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9558476 CPUtime=1.18 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 6815 0 1 0 111 7 0 0 20 0 18 0 25397100 9787879424 46594 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2389619 46594 2262 9 0 2380296 0
[pid=21278/tid=21279] ppid=21275 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 2469 0 1 0 61 2 0 0 20 0 18 0 25397101 9787879424 46594 33554432000 1073741824 1073778376 140736125677472 140011402940384 270710924557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 2.18 2.25 2.21 3/212 21296
/proc/meminfo: memFree=27591376/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9558476 CPUtime=2.2 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 7292 0 1 0 207 13 0 0 20 0 18 0 25397100 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2389619 73560 2262 9 0 2380296 0
[pid=21278/tid=21279] ppid=21275 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 2494 0 1 0 131 4 0 0 20 0 18 0 25397101 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011402946776 140011253454826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21281] ppid=21275 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/21278/task/21281/stat : 21281 (java) S 21275 21278 15516 0 -1 4202560 125 0 0 0 5 1 0 0 20 0 18 0 25397102 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011375401256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21282] ppid=21275 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/21278/task/21282/stat : 21282 (java) S 21275 21278 15516 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 25397102 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011374348456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21283] ppid=21275 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/21278/task/21283/stat : 21283 (java) S 21275 21278 15516 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 25397102 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011373296168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21284] ppid=21275 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21278/task/21284/stat : 21284 (java) S 21275 21278 15516 0 -1 4202560 147 0 0 0 8 2 0 0 20 0 18 0 25397102 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011372243368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21285] ppid=21275 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/21278/task/21285/stat : 21285 (java) S 21275 21278 15516 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 25397102 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011242040104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21286] ppid=21275 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/21278/task/21286/stat : 21286 (java) S 21275 21278 15516 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 25397102 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011240987304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21287] ppid=21275 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/21278/task/21287/stat : 21287 (java) S 21275 21278 15516 0 -1 4202560 84 0 0 0 2 0 0 0 20 0 18 0 25397102 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011239935016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21288] ppid=21275 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/21278/task/21288/stat : 21288 (java) S 21275 21278 15516 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 18 0 25397102 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140011238882216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21289] ppid=21275 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21289/stat : 21289 (java) S 21275 21278 15516 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 25397103 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140010756368616 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21290] ppid=21275 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21290/stat : 21290 (java) S 21275 21278 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25397103 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140010755314680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21291] ppid=21275 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21291/stat : 21291 (java) S 21275 21278 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25397103 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140010754262280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21292] ppid=21275 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21292/stat : 21292 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25397105 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140010753210768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21293] ppid=21275 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21278/task/21293/stat : 21293 (java) S 21275 21278 15516 0 -1 4202560 1287 0 0 0 17 0 0 0 20 0 18 0 25397105 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140010752158392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21294] ppid=21275 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/21278/task/21294/stat : 21294 (java) S 21275 21278 15516 0 -1 4202560 1646 0 0 0 18 0 0 0 20 0 18 0 25397105 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140010751105592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21295] ppid=21275 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21295/stat : 21295 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25397105 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140010750053496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21296] ppid=21275 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21296/stat : 21296 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25397105 9787879424 73560 33554432000 1073741824 1073778376 140736125677472 140010749000904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 2.18 2.25 2.21 3/213 21297
/proc/meminfo: memFree=27476932/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9625040 CPUtime=4.45 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 9874 0 1 0 424 21 0 0 20 0 19 0 25397100 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2406260 101398 2274 9 0 2396937 0
[pid=21278/tid=21279] ppid=21275 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 2533 0 1 0 284 4 0 0 20 0 19 0 25397101 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011402947760 140011253775118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21281] ppid=21275 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/21278/task/21281/stat : 21281 (java) S 21275 21278 15516 0 -1 4202560 137 0 0 0 7 2 0 0 20 0 19 0 25397102 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011375401256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21282] ppid=21275 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/21278/task/21282/stat : 21282 (java) S 21275 21278 15516 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 25397102 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011374348456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21283] ppid=21275 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/21278/task/21283/stat : 21283 (java) S 21275 21278 15516 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 25397102 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011373296168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21284] ppid=21275 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21278/task/21284/stat : 21284 (java) S 21275 21278 15516 0 -1 4202560 168 0 0 0 11 4 0 0 20 0 19 0 25397102 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011372243368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21285] ppid=21275 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/21278/task/21285/stat : 21285 (java) S 21275 21278 15516 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 25397102 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011242040104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21286] ppid=21275 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/21278/task/21286/stat : 21286 (java) S 21275 21278 15516 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 19 0 25397102 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011240987304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21287] ppid=21275 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/21278/task/21287/stat : 21287 (java) S 21275 21278 15516 0 -1 4202560 100 0 0 0 4 1 0 0 20 0 19 0 25397102 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011239935016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21288] ppid=21275 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/21278/task/21288/stat : 21288 (java) S 21275 21278 15516 0 -1 4202560 109 0 0 0 4 0 0 0 20 0 19 0 25397102 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140011238882216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21289] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21289/stat : 21289 (java) S 21275 21278 15516 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010756368616 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21290] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21290/stat : 21290 (java) S 21275 21278 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010755314680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21291] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21291/stat : 21291 (java) S 21275 21278 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010754262280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21292] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21292/stat : 21292 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010753210768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21293] ppid=21275 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21278/task/21293/stat : 21293 (java) S 21275 21278 15516 0 -1 4202560 2214 0 0 0 33 0 0 0 20 0 19 0 25397105 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010752158392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21294] ppid=21275 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21278/task/21294/stat : 21294 (java) S 21275 21278 15516 0 -1 4202560 3019 0 0 0 50 0 0 0 20 0 19 0 25397105 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010751105592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21295] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21295/stat : 21295 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010750053496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21296] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21296/stat : 21296 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010749000904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21297] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21297/stat : 21297 (java) S 21275 21278 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25397270 9856040960 101398 33554432000 1073741824 1073778376 140736125677472 140010747945896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.25 2.26 2.21 4/213 21297
/proc/meminfo: memFree=27357808/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9625040 CPUtime=7.66 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 9876 0 1 0 744 22 0 0 20 0 19 0 25397100 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2406260 101047 2274 9 0 2396937 0
[pid=21278/tid=21279] ppid=21275 vsize=9625040 CPUtime=6.08 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 2535 0 1 0 603 5 0 0 20 0 19 0 25397101 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011402946944 140011253753093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21281] ppid=21275 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/21278/task/21281/stat : 21281 (java) S 21275 21278 15516 0 -1 4202560 137 0 0 0 7 2 0 0 20 0 19 0 25397102 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011375401256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21282] ppid=21275 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/21278/task/21282/stat : 21282 (java) S 21275 21278 15516 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 25397102 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011374348456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21283] ppid=21275 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/21278/task/21283/stat : 21283 (java) S 21275 21278 15516 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 25397102 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011373296168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21284] ppid=21275 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21278/task/21284/stat : 21284 (java) S 21275 21278 15516 0 -1 4202560 168 0 0 0 11 4 0 0 20 0 19 0 25397102 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011372243368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21285] ppid=21275 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/21278/task/21285/stat : 21285 (java) S 21275 21278 15516 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 25397102 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011242040104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21286] ppid=21275 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/21278/task/21286/stat : 21286 (java) S 21275 21278 15516 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 19 0 25397102 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011240987304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21287] ppid=21275 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/21278/task/21287/stat : 21287 (java) S 21275 21278 15516 0 -1 4202560 100 0 0 0 4 1 0 0 20 0 19 0 25397102 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011239935016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21288] ppid=21275 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/21278/task/21288/stat : 21288 (java) S 21275 21278 15516 0 -1 4202560 109 0 0 0 4 0 0 0 20 0 19 0 25397102 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140011238882216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21289] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21289/stat : 21289 (java) S 21275 21278 15516 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140010756368616 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21290] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21290/stat : 21290 (java) S 21275 21278 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140010755314680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21291] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21291/stat : 21291 (java) S 21275 21278 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140010754262280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21292] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21292/stat : 21292 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140010753210768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21293] ppid=21275 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21278/task/21293/stat : 21293 (java) S 21275 21278 15516 0 -1 4202560 2214 0 0 0 33 0 0 0 20 0 19 0 25397105 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140010752158392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21294] ppid=21275 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/21278/task/21294/stat : 21294 (java) S 21275 21278 15516 0 -1 4202560 3019 0 0 0 52 0 0 0 20 0 19 0 25397105 9856040960 101047 33554432000 1073741824 1073778376 140736125677472 140010751105592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21295] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=21278/tid=21297] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21297/stat : 21297 (java) S 21275 21278 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25397270 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010747945896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.95
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.23 2.18 3/213 21405
/proc/meminfo: memFree=26351132/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9625040 CPUtime=1727.96 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 61464 0 1 0 172491 305 0 0 20 0 19 0 25397100 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2406260 873919 2286 9 0 2396937 0
[pid=21278/tid=21279] ppid=21275 vsize=9625040 CPUtime=1715.05 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 3635 0 1 0 171460 45 0 0 20 0 19 0 25397101 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011402940112 140011253807599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21281] ppid=21275 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/21278/task/21281/stat : 21281 (java) S 21275 21278 15516 0 -1 4202560 6326 0 0 0 56 38 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011375401256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21282] ppid=21275 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21278/task/21282/stat : 21282 (java) S 21275 21278 15516 0 -1 4202560 4176 0 0 0 36 33 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011374348456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21283] ppid=21275 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21278/task/21283/stat : 21283 (java) S 21275 21278 15516 0 -1 4202560 4907 0 0 0 34 25 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011373296168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21284] ppid=21275 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/21278/task/21284/stat : 21284 (java) S 21275 21278 15516 0 -1 4202560 4796 0 0 0 41 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011372243368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21285] ppid=21275 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/21278/task/21285/stat : 21285 (java) S 21275 21278 15516 0 -1 4202560 7498 0 0 0 39 33 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011242040104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21286] ppid=21275 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/21278/task/21286/stat : 21286 (java) S 21275 21278 15516 0 -1 4202560 7029 0 0 0 40 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011240987304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21287] ppid=21275 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/21278/task/21287/stat : 21287 (java) S 21275 21278 15516 0 -1 4202560 3379 0 0 0 47 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011239935016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21288] ppid=21275 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21278/task/21288/stat : 21288 (java) S 21275 21278 15516 0 -1 4202560 4267 0 0 0 33 26 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011238882216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21289] ppid=21275 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/21278/task/21289/stat : 21289 (java) S 21275 21278 15516 0 -1 4202560 8852 0 0 0 124 5 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010756368616 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21290] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21290/stat : 21290 (java) S 21275 21278 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010755314680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21291] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21291/stat : 21291 (java) S 21275 21278 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010754262280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21292] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21292/stat : 21292 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010753210768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21293] ppid=21275 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21278/task/21293/stat : 21293 (java) S 21275 21278 15516 0 -1 4202560 2218 0 0 0 40 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010752158392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21294] ppid=21275 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/21278/task/21294/stat : 21294 (java) S 21275 21278 15516 0 -1 4202560 3020 0 0 0 56 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010751105592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21295] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21295/stat : 21295 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010750053496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21296] ppid=21275 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/21278/task/21296/stat : 21296 (java) S 21275 21278 15516 0 -1 4202560 99 0 0 0 30 36 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010749000904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21297] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21297/stat : 21297 (java) S 21275 21278 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25397270 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010747945896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.96
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.21 2.18 4/213 21407
/proc/meminfo: memFree=26368080/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9625040 CPUtime=1787.98 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 61472 0 1 0 178491 307 0 0 20 0 19 0 25397100 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2406260 873919 2286 9 0 2396937 0
[pid=21278/tid=21279] ppid=21275 vsize=9625040 CPUtime=1774.9 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 3639 0 1 0 177445 45 0 0 20 0 19 0 25397101 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011402940112 140011253678461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21281] ppid=21275 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/21278/task/21281/stat : 21281 (java) S 21275 21278 15516 0 -1 4202560 6326 0 0 0 56 38 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011375401256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21282] ppid=21275 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21278/task/21282/stat : 21282 (java) S 21275 21278 15516 0 -1 4202560 4176 0 0 0 36 33 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011374348456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21283] ppid=21275 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21278/task/21283/stat : 21283 (java) S 21275 21278 15516 0 -1 4202560 4907 0 0 0 34 25 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011373296168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21284] ppid=21275 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/21278/task/21284/stat : 21284 (java) S 21275 21278 15516 0 -1 4202560 4796 0 0 0 41 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011372243368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21285] ppid=21275 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/21278/task/21285/stat : 21285 (java) S 21275 21278 15516 0 -1 4202560 7498 0 0 0 39 33 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011242040104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21286] ppid=21275 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/21278/task/21286/stat : 21286 (java) S 21275 21278 15516 0 -1 4202560 7029 0 0 0 40 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011240987304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21287] ppid=21275 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/21278/task/21287/stat : 21287 (java) S 21275 21278 15516 0 -1 4202560 3379 0 0 0 47 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011239935016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21288] ppid=21275 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21278/task/21288/stat : 21288 (java) S 21275 21278 15516 0 -1 4202560 4267 0 0 0 33 26 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011238882216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21289] ppid=21275 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/21278/task/21289/stat : 21289 (java) S 21275 21278 15516 0 -1 4202560 8852 0 0 0 124 5 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010756368616 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21290] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21290/stat : 21290 (java) S 21275 21278 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010755314680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21291] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21291/stat : 21291 (java) S 21275 21278 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010754262280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21292] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21292/stat : 21292 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010753210768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21293] ppid=21275 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21278/task/21293/stat : 21293 (java) S 21275 21278 15516 0 -1 4202560 2218 0 0 0 40 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010752158392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21294] ppid=21275 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/21278/task/21294/stat : 21294 (java) S 21275 21278 15516 0 -1 4202560 3020 0 0 0 56 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010751105592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21295] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21295/stat : 21295 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010750053496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21296] ppid=21275 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21278/task/21296/stat : 21296 (java) S 21275 21278 15516 0 -1 4202560 103 0 0 0 31 38 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010749000904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21297] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21297/stat : 21297 (java) S 21275 21278 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25397270 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010747945896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.98
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.20 2.22 2.18 3/213 21407
/proc/meminfo: memFree=26378448/32872528 swapFree=1542984/1696284
[pid=21278] ppid=21275 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/21278/stat : 21278 (java) S 21275 21278 15516 0 -1 4202496 61472 0 1 0 179701 307 0 0 20 0 19 0 25397100 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140736125668608 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21278/statm: 2406260 873919 2286 9 0 2396937 0
[pid=21278/tid=21279] ppid=21275 vsize=9625040 CPUtime=1786.96 cores=1,3,5,7
/proc/21278/task/21279/stat : 21279 (java) R 21275 21278 15516 0 -1 4202560 3639 0 1 0 178650 46 0 0 20 0 19 0 25397101 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011402940112 140011253697299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21281] ppid=21275 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/21278/task/21281/stat : 21281 (java) S 21275 21278 15516 0 -1 4202560 6326 0 0 0 56 38 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011375401256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21282] ppid=21275 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21278/task/21282/stat : 21282 (java) S 21275 21278 15516 0 -1 4202560 4176 0 0 0 36 33 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011374348456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21283] ppid=21275 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21278/task/21283/stat : 21283 (java) S 21275 21278 15516 0 -1 4202560 4907 0 0 0 34 25 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011373296168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21284] ppid=21275 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/21278/task/21284/stat : 21284 (java) S 21275 21278 15516 0 -1 4202560 4796 0 0 0 41 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011372243368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21285] ppid=21275 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/21278/task/21285/stat : 21285 (java) S 21275 21278 15516 0 -1 4202560 7498 0 0 0 39 33 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011242040104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21286] ppid=21275 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/21278/task/21286/stat : 21286 (java) S 21275 21278 15516 0 -1 4202560 7029 0 0 0 40 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011240987304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21287] ppid=21275 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/21278/task/21287/stat : 21287 (java) S 21275 21278 15516 0 -1 4202560 3379 0 0 0 47 31 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011239935016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21288] ppid=21275 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21278/task/21288/stat : 21288 (java) S 21275 21278 15516 0 -1 4202560 4267 0 0 0 33 26 0 0 20 0 19 0 25397102 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140011238882216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21278/tid=21289] ppid=21275 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/21278/task/21289/stat : 21289 (java) S 21275 21278 15516 0 -1 4202560 8852 0 0 0 124 5 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010756368616 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21290] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21290/stat : 21290 (java) S 21275 21278 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010755314680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21291] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21291/stat : 21291 (java) S 21275 21278 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25397103 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010754262280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21292] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21292/stat : 21292 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010753210768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21293] ppid=21275 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21278/task/21293/stat : 21293 (java) S 21275 21278 15516 0 -1 4202560 2218 0 0 0 40 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010752158392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21278/tid=21294] ppid=21275 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/21278/task/21294/stat : 21294 (java) S 21275 21278 15516 0 -1 4202560 3020 0 0 0 56 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010751105592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21295] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21295/stat : 21295 (java) S 21275 21278 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010750053496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21278/tid=21296] ppid=21275 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21278/task/21296/stat : 21296 (java) S 21275 21278 15516 0 -1 4202560 103 0 0 0 31 38 0 0 20 0 19 0 25397105 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010749000904 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21278/tid=21297] ppid=21275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21278/task/21297/stat : 21297 (java) S 21275 21278 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25397270 9856040960 873919 33554432000 1073741824 1073778376 140736125677472 140010747945896 270710912937 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 21278 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 21278 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=470503
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=521464
# CPU time returned by wait4() is 1795.99
# 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.45
CPU time (s): 1800.08
CPU user time (s): 1797.01
CPU system time (s): 3.07
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.47
system time used= 3.52146
maximum resident set size= 3523756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61797
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40036
involuntary context switches= 3997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0915 second user time and 14.3328 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 09:05:05
IDJOB=4103176
IDBENCH=2289
IDSOLVER=2546
FILE ID=node125/4103176-1466233504
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 4d43a5c709d5b7af17653becda068043
RANDOM SEED=1376054147

node125.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.683
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.36
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.683
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.683
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.683
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.54
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.683
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.55
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.683
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.683
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.683
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:        27830612 kB
Buffers:          107432 kB
Cached:           118640 kB
SwapCached:          688 kB
Active:          2456388 kB
Inactive:         150000 kB
Active(anon):    2381420 kB
Inactive(anon):     1612 kB
Active(file):      74968 kB
Inactive(file):   148388 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              9504 kB
Writeback:            20 kB
AnonPages:       4076032 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             602580 kB
SReclaimable:      45848 kB
SUnreclaim:       556732 kB
KernelStack:        1664 kB
PageTables:        12284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5034988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2492416 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 node125 at 2016-06-18 09:34:59