Trace number 4103272

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.04 1791.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_5.opb
MD5SUM143c67a6efdf0b74421c6a96157a0df7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404336
Total number of constraints3663
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints3658
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103272-1466235707.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
8.19/6.03	c ... done. Wall clock time 5.913s.
8.19/6.03	c declared #vars     404336
8.19/6.03	c #constraints  4887
8.19/6.03	c constraints type 
8.19/6.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
8.19/6.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4877
8.19/6.03	c 4887 constraints processed.
8.19/6.03	c objective function length is 30 literals
32.12/29.23	c cleaning 2499 clauses out of 5000 with flag 10739/5000
35.55/31.75	c cleaning 4251 clauses out of 8503 with flag 22743/11002
38.25/34.44	c cleaning 5623 clauses out of 11250 with flag 36739/18000
41.46/37.62	c cleaning 6813 clauses out of 13627 with flag 52739/26000
45.38/41.54	c cleaning 7907 clauses out of 15815 with flag 70741/35001
50.08/46.25	c cleaning 8939 clauses out of 17908 with flag 90774/45001
55.08/51.27	c cleaning 9974 clauses out of 19968 with flag 112772/56000
60.08/56.25	c cleaning 10987 clauses out of 21996 with flag 136776/68002
65.67/61.83	c cleaning 11995 clauses out of 24008 with flag 162774/81001
71.78/67.97	c cleaning 12993 clauses out of 26013 with flag 190774/95001
78.58/74.70	c cleaning 13998 clauses out of 28019 with flag 220772/110000
86.28/82.44	c cleaning 15002 clauses out of 30026 with flag 252782/126005
94.38/90.56	c cleaning 15998 clauses out of 32020 with flag 286774/143001
103.08/99.22	c cleaning 17005 clauses out of 34022 with flag 322774/161001
112.78/108.98	c cleaning 17995 clauses out of 36016 with flag 360772/180000
122.97/119.16	c cleaning 19002 clauses out of 38021 with flag 400772/200000
135.76/131.30	c cleaning 19997 clauses out of 40019 with flag 442772/221000
147.46/143.06	c cleaning 20996 clauses out of 42023 with flag 486774/243001
160.16/155.76	c cleaning 22002 clauses out of 44026 with flag 532772/266000
172.86/168.48	c cleaning 22998 clauses out of 46026 with flag 580776/290002
186.45/182.00	c cleaning 24001 clauses out of 48026 with flag 630772/315000
200.94/196.52	c cleaning 25003 clauses out of 50028 with flag 682778/341003
217.85/213.43	c cleaning 25998 clauses out of 52022 with flag 736772/368000
235.15/230.73	c cleaning 27003 clauses out of 54027 with flag 792778/396003
253.74/249.35	c cleaning 27998 clauses out of 56021 with flag 850772/425000
276.88/271.91	c cleaning 29000 clauses out of 58024 with flag 910774/455001
299.17/294.20	c cleaning 29998 clauses out of 60025 with flag 972776/486002
322.17/317.27	c cleaning 30999 clauses out of 62028 with flag 1036778/518003
346.27/341.32	c cleaning 32003 clauses out of 64027 with flag 1102774/551001
372.96/368.05	c cleaning 32998 clauses out of 66024 with flag 1170774/585001
400.36/395.47	c cleaning 33999 clauses out of 68025 with flag 1240772/620000
429.79/424.03	c cleaning 35004 clauses out of 70029 with flag 1312778/656003
457.78/452.10	c cleaning 35996 clauses out of 72022 with flag 1386772/693000
484.68/478.98	c cleaning 37003 clauses out of 74027 with flag 1462774/731001
511.78/506.10	c cleaning 38000 clauses out of 76023 with flag 1540772/770000
541.67/535.93	c cleaning 38998 clauses out of 78024 with flag 1620774/810001
573.66/567.99	c cleaning 40001 clauses out of 80025 with flag 1702772/851000
606.37/600.69	c cleaning 41000 clauses out of 82024 with flag 1786772/893000
641.18/635.29	c cleaning 42000 clauses out of 84024 with flag 1872772/936000
677.27/671.36	c cleaning 42999 clauses out of 86024 with flag 1960772/980000
712.48/706.52	c cleaning 44003 clauses out of 88029 with flag 2050780/1025004
749.47/743.57	c cleaning 44998 clauses out of 90025 with flag 2142778/1071003
785.56/779.69	c cleaning 46001 clauses out of 92025 with flag 2236774/1118001
827.10/820.46	c cleaning 47002 clauses out of 94023 with flag 2332772/1166000
872.19/865.59	c cleaning 48000 clauses out of 96021 with flag 2430772/1215000
922.38/915.77	c cleaning 48999 clauses out of 98021 with flag 2530772/1265000
968.88/962.24	c cleaning 49996 clauses out of 100023 with flag 2632774/1316001
1022.57/1015.96	c cleaning 51000 clauses out of 102027 with flag 2736774/1368001
1075.76/1069.14	c cleaning 52002 clauses out of 104027 with flag 2842774/1421001
1142.52/1135.19	c cleaning 52999 clauses out of 106025 with flag 2950774/1475001
1206.21/1198.83	c cleaning 54000 clauses out of 108026 with flag 3060774/1530001
1268.10/1260.75	c cleaning 55001 clauses out of 110025 with flag 3172772/1586000
1332.38/1325.02	c cleaning 56000 clauses out of 112025 with flag 3286774/1643001
1399.88/1392.55	c cleaning 56998 clauses out of 114024 with flag 3402772/1701000
1465.96/1457.73	c cleaning 58001 clauses out of 116027 with flag 3520774/1760001
1529.47/1521.27	c cleaning 58997 clauses out of 118025 with flag 3640772/1820000
1594.18/1585.92	c cleaning 60001 clauses out of 120030 with flag 3762776/1881002
1656.89/1648.63	c cleaning 61000 clauses out of 122027 with flag 3886772/1943000
1725.90/1717.68	c cleaning 62002 clauses out of 124030 with flag 4012778/2006003
1800.04/1791.60	c starts		: 20
1800.04/1791.60	c conflicts		: 2065811
1800.04/1791.60	c decisions		: 2128744
1800.04/1791.60	c propagations		: 18289008
1800.04/1791.60	c inspects		: 20447995463
1800.04/1791.60	c shortcuts		: 0
1800.04/1791.60	c learnt literals	: 0
1800.04/1791.60	c learnt binary clauses	: 23
1800.04/1791.60	c learnt ternary clauses	: 15
1800.04/1791.60	c learnt constraints	: 2065811
1800.04/1791.60	c ignored constraints	: 0
1800.04/1791.60	c root simplifications	: 0
1800.04/1791.60	c removed literals (reason simplification)	: 0
1800.04/1791.60	c reason swapping (by a shorter reason)	: 0
1800.04/1791.60	c Calls to reduceDB	: 59
1800.04/1791.60	c Number of update (reduction) of LBD	: 151
1800.04/1791.60	c Imported unit clauses	: 0
1800.04/1791.60	c number of reductions to clauses (during analyze)	: 0
1800.04/1791.60	c number of learned constraints concerned by reduction	: 0
1800.04/1791.60	c number of learning phase by resolution	: 0
1800.04/1791.60	c number of learning phase by cutting planes	: 0
1800.04/1791.60	c speed (assignments/second)	: 10243.848176703363
1800.04/1791.60	c non guided choices	4203
1800.04/1791.63	c learnt constraints type 
1800.04/1791.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
1800.04/1791.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121814
1800.04/1791.63	s UNKNOWN
1800.04/1791.63	c Total wall clock time (in seconds): 1791.51

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-4103272-1466235707/watcher-4103272-1466235707 -o /tmp/evaluation-result-4103272-1466235707/solver-4103272-1466235707 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103272-1466235707.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 18644
/proc/meminfo: memFree=30589460/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18644/stat : 18644 (java) D 18641 18644 11773 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 25616735 2560000 46 33554432000 1073741824 1073778376 140737044572864 140737044569992 206399696167 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 18644
/proc/meminfo: memFree=30589460/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 4456 0 1 0 8 1 0 0 20 0 18 0 25616735 9787879424 5566 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2389619 5566 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 18644
/proc/meminfo: memFree=30589460/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 5192 0 1 0 25 1 0 0 20 0 18 0 25616735 9787879424 8610 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2389619 8610 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300282 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 18644
/proc/meminfo: memFree=30589460/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 7485 0 1 0 49 2 0 0 20 0 18 0 25616735 9787879424 11415 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2389619 11415 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700251 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 18644
/proc/meminfo: memFree=30589460/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 11407 0 1 0 124 9 0 0 20 0 18 0 25616735 9787879424 50722 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2389619 50722 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 1.95 1.99 1.99 3/214 18662
/proc/meminfo: memFree=30340088/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9558476 CPUtime=2.33 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 11893 0 1 0 216 17 0 0 20 0 18 0 25616735 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2389619 84350 2269 9 0 2380296 0
[pid=18644/tid=18646] ppid=18641 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/18644/task/18646/stat : 18646 (java) R 18641 18644 11773 0 -1 4202560 2559 0 1 0 130 5 0 0 20 0 18 0 25616736 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140185124966352 140184997229832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18647] ppid=18641 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/18644/task/18647/stat : 18647 (java) S 18641 18644 11773 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 18 0 25616737 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184968981032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18648] ppid=18641 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18644/task/18648/stat : 18648 (java) S 18641 18644 11773 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 18 0 25616737 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184967928232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18649] ppid=18641 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18644/task/18649/stat : 18649 (java) S 18641 18644 11773 0 -1 4202560 110 0 0 0 3 1 0 0 20 0 18 0 25616737 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184966875432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18650] ppid=18641 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18644/task/18650/stat : 18650 (java) S 18641 18644 11773 0 -1 4202560 124 0 0 0 7 3 0 0 20 0 18 0 25616737 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184965822632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18651] ppid=18641 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/18644/task/18651/stat : 18651 (java) S 18641 18644 11773 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 25616737 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184964770856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18652] ppid=18641 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18644/task/18652/stat : 18652 (java) S 18641 18644 11773 0 -1 4202560 114 0 0 0 3 1 0 0 20 0 18 0 25616737 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184963718056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18653] ppid=18641 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18644/task/18653/stat : 18653 (java) S 18641 18644 11773 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 18 0 25616737 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184962665256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18654] ppid=18641 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/18644/task/18654/stat : 18654 (java) S 18641 18644 11773 0 -1 4202560 105 0 0 0 2 0 0 0 20 0 18 0 25616737 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184961612456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18655] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18655/stat : 18655 (java) S 18641 18644 11773 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 25616739 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184949201384 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18656] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18656/stat : 18656 (java) S 18641 18644 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25616739 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184948147448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18657] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18657/stat : 18657 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25616739 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184947094536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18658] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18658/stat : 18658 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25616742 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184946043024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18659] ppid=18641 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/18644/task/18659/stat : 18659 (java) S 18641 18644 11773 0 -1 4202560 2751 0 0 0 23 0 0 0 20 0 18 0 25616742 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184944991160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18660] ppid=18641 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/18644/task/18660/stat : 18660 (java) S 18641 18644 11773 0 -1 4202560 4716 0 0 0 26 0 0 0 20 0 18 0 25616742 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184943938360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18661] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18661/stat : 18661 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25616742 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184942885752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18662] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18662/stat : 18662 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25616742 9787879424 84350 33554432000 1073741824 1073778376 140737044572864 140184941833160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 1.95 1.99 1.99 3/214 18662
/proc/meminfo: memFree=30149812/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9558476 CPUtime=4.67 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 13094 0 1 0 431 36 0 0 20 0 18 0 25616735 9787879424 137948 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2389619 138460 2269 9 0 2380296 0
[pid=18644/tid=18646] ppid=18641 vsize=9558476 CPUtime=2.7 cores=0,2,4,6
/proc/18644/task/18646/stat : 18646 (java) R 18641 18644 11773 0 -1 4202560 2763 0 1 0 264 6 0 0 20 0 18 0 25616736 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140185124966352 140184997213221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18647] ppid=18641 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/18644/task/18647/stat : 18647 (java) S 18641 18644 11773 0 -1 4202560 304 0 0 0 12 3 0 0 20 0 18 0 25616737 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184968981032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18648] ppid=18641 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/18644/task/18648/stat : 18648 (java) S 18641 18644 11773 0 -1 4202560 75 0 0 0 9 3 0 0 20 0 18 0 25616737 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184967928232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18649] ppid=18641 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/18644/task/18649/stat : 18649 (java) S 18641 18644 11773 0 -1 4202560 163 0 0 0 12 4 0 0 20 0 18 0 25616737 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184966875432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18650] ppid=18641 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/18644/task/18650/stat : 18650 (java) S 18641 18644 11773 0 -1 4202560 220 0 0 0 26 7 0 0 20 0 18 0 25616737 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184965822632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18651] ppid=18641 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/18644/task/18651/stat : 18651 (java) S 18641 18644 11773 0 -1 4202560 74 0 0 0 11 3 0 0 20 0 18 0 25616737 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184964770856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18652] ppid=18641 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/18644/task/18652/stat : 18652 (java) S 18641 18644 11773 0 -1 4202560 375 0 0 0 10 3 0 0 20 0 18 0 25616737 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184963718056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18653] ppid=18641 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/18644/task/18653/stat : 18653 (java) S 18641 18644 11773 0 -1 4202560 69 0 0 0 12 4 0 0 20 0 18 0 25616737 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184962665256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18654] ppid=18641 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18644/task/18654/stat : 18654 (java) S 18641 18644 11773 0 -1 4202560 135 0 0 0 8 2 0 0 20 0 18 0 25616737 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184961612456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18655] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18655/stat : 18655 (java) S 18641 18644 11773 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 25616739 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184949201384 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18656] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18656/stat : 18656 (java) S 18641 18644 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25616739 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184948147448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18657] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18657/stat : 18657 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25616739 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184947094536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18658] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18658/stat : 18658 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25616742 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184946043024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18659] ppid=18641 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/18644/task/18659/stat : 18659 (java) S 18641 18644 11773 0 -1 4202560 2752 0 0 0 25 0 0 0 20 0 18 0 25616742 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184944991160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18660] ppid=18641 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18644/task/18660/stat : 18660 (java) S 18641 18644 11773 0 -1 4202560 4716 0 0 0 27 0 0 0 20 0 18 0 25616742 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184943938360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18661] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18661/stat : 18661 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25616742 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184942885752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18662] ppid=18641 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18662/stat : 18662 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25616742 9787879424 138460 33554432000 1073741824 1073778376 140737044572864 140184941833160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9558476

[startup+6.30081 s]
/proc/loadavg: 2.03 2.01 2.00 10/214 18662
/proc/meminfo: memFree=29658268/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9625040 CPUtime=8.66 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 14194 0 1 0 812 54 0 0 20 0 19 0 25616735 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2406260 235786 2285 9 0 2396937 0
[pid=18644/tid=18646] ppid=18641 vsize=9625040 CPUtime=5.01 cores=0,2,4,6
/proc/18644/task/18646/stat : 18646 (java) R 18641 18644 11773 0 -1 4202560 2870 0 1 0 491 10 0 0 20 0 19 0 25616736 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140185124973736 140185128260503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18647] ppid=18641 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/18644/task/18647/stat : 18647 (java) S 18641 18644 11773 0 -1 4202560 347 0 0 0 24 5 0 0 20 0 19 0 25616737 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184968981032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18648] ppid=18641 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/18644/task/18648/stat : 18648 (java) S 18641 18644 11773 0 -1 4202560 115 0 0 0 19 5 0 0 20 0 19 0 25616737 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184967928232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18649] ppid=18641 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/18644/task/18649/stat : 18649 (java) S 18641 18644 11773 0 -1 4202560 261 0 0 0 21 5 0 0 20 0 19 0 25616737 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184966875432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18650] ppid=18641 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18644/task/18650/stat : 18650 (java) S 18641 18644 11773 0 -1 4202560 258 0 0 0 36 9 0 0 20 0 19 0 25616737 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184965822632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18651] ppid=18641 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/18644/task/18651/stat : 18651 (java) S 18641 18644 11773 0 -1 4202560 104 0 0 0 19 5 0 0 20 0 19 0 25616737 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184964770856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18652] ppid=18641 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/18644/task/18652/stat : 18652 (java) S 18641 18644 11773 0 -1 4202560 409 0 0 0 20 5 0 0 20 0 19 0 25616737 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184963718056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18653] ppid=18641 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/18644/task/18653/stat : 18653 (java) S 18641 18644 11773 0 -1 4202560 99 0 0 0 21 5 0 0 20 0 19 0 25616737 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184962665256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18654] ppid=18641 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/18644/task/18654/stat : 18654 (java) S 18641 18644 11773 0 -1 4202560 165 0 0 0 16 3 0 0 20 0 19 0 25616737 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184961612456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18655] ppid=18641 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18644/task/18655/stat : 18655 (java) S 18641 18644 11773 0 -1 4202560 811 0 0 0 60 0 0 0 20 0 19 0 25616739 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184949201384 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18656] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18656/stat : 18656 (java) S 18641 18644 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25616739 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184948147448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18657] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18657/stat : 18657 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25616739 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184947094536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18658] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18658/stat : 18658 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184946043024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18659] ppid=18641 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/18644/task/18659/stat : 18659 (java) R 18641 18644 11773 0 -1 4202560 2760 0 0 0 32 0 0 0 20 0 19 0 25616742 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184944978136 140185130934566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18660] ppid=18641 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/18644/task/18660/stat : 18660 (java) S 18641 18644 11773 0 -1 4202560 4734 0 0 0 37 0 0 0 20 0 19 0 25616742 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184943938360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18661] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18661/stat : 18661 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184942885752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18662] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18662/stat : 18662 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 235786 33554432000 1073741824 1073778376 140737044572864 140184941833160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.03 2.01 2.00 3/215 18663
/proc/meminfo: memFree=29648676/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9625040 CPUtime=15.44 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 15858 0 1 0 1490 54 0 0 20 0 19 0 25616735 9856040960 236485 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2406260 236485 2287 9 0 2396937 0

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

[pid=18644/tid=18663] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18663/stat : 18663 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25617360 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184940729512 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1670.59
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 18795
/proc/meminfo: memFree=27306608/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9625040 CPUtime=1730.6 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 49939 0 1 0 172702 358 0 0 20 0 19 0 25616735 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2406260 989620 2293 9 0 2396937 0
[pid=18644/tid=18646] ppid=18641 vsize=9625040 CPUtime=1709.93 cores=0,2,4,6
/proc/18644/task/18646/stat : 18646 (java) R 18641 18644 11773 0 -1 4202560 3565 0 1 0 170949 44 0 0 20 0 19 0 25616736 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140185124966080 140184997544809 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18647] ppid=18641 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/18644/task/18647/stat : 18647 (java) S 18641 18644 11773 0 -1 4202560 2838 0 0 0 85 45 0 0 20 0 19 0 25616737 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184968981032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18648] ppid=18641 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/18644/task/18648/stat : 18648 (java) S 18641 18644 11773 0 -1 4202560 1479 0 0 0 70 39 0 0 20 0 19 0 25616737 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184967928232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18649] ppid=18641 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/18644/task/18649/stat : 18649 (java) S 18641 18644 11773 0 -1 4202560 4144 0 0 0 72 35 0 0 20 0 19 0 25616737 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184966875432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18650] ppid=18641 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/18644/task/18650/stat : 18650 (java) S 18641 18644 11773 0 -1 4202560 4543 0 0 0 83 41 0 0 20 0 19 0 25616737 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184965822632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18651] ppid=18641 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/18644/task/18651/stat : 18651 (java) S 18641 18644 11773 0 -1 4202560 7058 0 0 0 63 42 0 0 20 0 19 0 25616737 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184964770856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18652] ppid=18641 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/18644/task/18652/stat : 18652 (java) S 18641 18644 11773 0 -1 4202560 1732 0 0 0 73 37 0 0 20 0 19 0 25616737 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184963718056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18653] ppid=18641 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/18644/task/18653/stat : 18653 (java) S 18641 18644 11773 0 -1 4202560 3528 0 0 0 71 35 0 0 20 0 19 0 25616737 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184962665256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18654] ppid=18641 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/18644/task/18654/stat : 18654 (java) S 18641 18644 11773 0 -1 4202560 1112 0 0 0 73 34 0 0 20 0 19 0 25616737 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184961612456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18655] ppid=18641 vsize=9625040 CPUtime=5.14 cores=0,2,4,6
/proc/18644/task/18655/stat : 18655 (java) S 18641 18644 11773 0 -1 4202560 2458 0 0 0 509 5 0 0 20 0 19 0 25616739 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184949201384 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18656] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18656/stat : 18656 (java) S 18641 18644 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25616739 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184948147448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18657] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18657/stat : 18657 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25616739 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184947094536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18658] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18658/stat : 18658 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184946043024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18659] ppid=18641 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/18644/task/18659/stat : 18659 (java) S 18641 18644 11773 0 -1 4202560 3344 0 0 0 58 0 0 0 20 0 19 0 25616742 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184944991160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18660] ppid=18641 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/18644/task/18660/stat : 18660 (java) S 18641 18644 11773 0 -1 4202560 12779 0 0 0 113 1 0 0 20 0 19 0 25616742 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184943938360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18661] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18661/stat : 18661 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184942885752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18662] ppid=18641 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18644/task/18662/stat : 18662 (java) S 18641 18644 11773 0 -1 4202560 99 0 0 0 21 24 0 0 20 0 19 0 25616742 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184941833160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18663] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18663/stat : 18663 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25617360 9856040960 989620 33554432000 1073741824 1073778376 140737044572864 140184940729512 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1730.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 18796
/proc/meminfo: memFree=27325656/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9625040 CPUtime=1790.74 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 49977 0 1 0 178715 359 0 0 20 0 19 0 25616735 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2406260 989651 2293 9 0 2396937 0
[pid=18644/tid=18646] ppid=18641 vsize=9625040 CPUtime=1769.73 cores=0,2,4,6
/proc/18644/task/18646/stat : 18646 (java) R 18641 18644 11773 0 -1 4202560 3566 0 1 0 176928 45 0 0 20 0 19 0 25616736 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140185124973792 140184997660879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18647] ppid=18641 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/18644/task/18647/stat : 18647 (java) S 18641 18644 11773 0 -1 4202560 2838 0 0 0 87 45 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184968981032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18648] ppid=18641 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/18644/task/18648/stat : 18648 (java) S 18641 18644 11773 0 -1 4202560 1479 0 0 0 72 39 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184967928232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18649] ppid=18641 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/18644/task/18649/stat : 18649 (java) S 18641 18644 11773 0 -1 4202560 4156 0 0 0 74 35 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184966875432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18650] ppid=18641 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/18644/task/18650/stat : 18650 (java) S 18641 18644 11773 0 -1 4202560 4543 0 0 0 85 41 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184965822632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18651] ppid=18641 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/18644/task/18651/stat : 18651 (java) S 18641 18644 11773 0 -1 4202560 7058 0 0 0 65 42 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184964770856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18652] ppid=18641 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/18644/task/18652/stat : 18652 (java) S 18641 18644 11773 0 -1 4202560 1732 0 0 0 74 38 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184963718056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18653] ppid=18641 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/18644/task/18653/stat : 18653 (java) S 18641 18644 11773 0 -1 4202560 3547 0 0 0 73 35 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184962665256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18654] ppid=18641 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/18644/task/18654/stat : 18654 (java) S 18641 18644 11773 0 -1 4202560 1112 0 0 0 77 34 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184961612456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18655] ppid=18641 vsize=9625040 CPUtime=5.14 cores=0,2,4,6
/proc/18644/task/18655/stat : 18655 (java) S 18641 18644 11773 0 -1 4202560 2460 0 0 0 509 5 0 0 20 0 19 0 25616739 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184949201384 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18656] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18656/stat : 18656 (java) S 18641 18644 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25616739 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184948147448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18657] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18657/stat : 18657 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25616739 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184947094536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18658] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18658/stat : 18658 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184946043024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18659] ppid=18641 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/18644/task/18659/stat : 18659 (java) S 18641 18644 11773 0 -1 4202560 3344 0 0 0 58 0 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184944991160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18660] ppid=18641 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/18644/task/18660/stat : 18660 (java) S 18641 18644 11773 0 -1 4202560 12779 0 0 0 113 1 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184943938360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18661] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18661/stat : 18661 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184942885752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18662] ppid=18641 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/18644/task/18662/stat : 18662 (java) S 18641 18644 11773 0 -1 4202560 103 0 0 0 22 26 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184941833160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18663] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18663/stat : 18663 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25617360 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184940729512 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1790.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 18796
/proc/meminfo: memFree=27325916/32872528 swapFree=7780/7780
[pid=18644] ppid=18641 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/18644/stat : 18644 (java) S 18641 18644 11773 0 -1 4202496 49977 0 1 0 179645 359 0 0 20 0 19 0 25616735 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140737044564000 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18644/statm: 2406260 989651 2293 9 0 2396937 0
[pid=18644/tid=18646] ppid=18641 vsize=9625040 CPUtime=1779.01 cores=0,2,4,6
/proc/18644/task/18646/stat : 18646 (java) R 18641 18644 11773 0 -1 4202560 3566 0 1 0 177855 46 0 0 20 0 19 0 25616736 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140185124973792 140184997660879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18647] ppid=18641 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/18644/task/18647/stat : 18647 (java) S 18641 18644 11773 0 -1 4202560 2838 0 0 0 87 45 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184968981032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18648] ppid=18641 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/18644/task/18648/stat : 18648 (java) S 18641 18644 11773 0 -1 4202560 1479 0 0 0 72 39 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184967928232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18649] ppid=18641 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/18644/task/18649/stat : 18649 (java) S 18641 18644 11773 0 -1 4202560 4156 0 0 0 74 35 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184966875432 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18650] ppid=18641 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/18644/task/18650/stat : 18650 (java) S 18641 18644 11773 0 -1 4202560 4543 0 0 0 85 41 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184965822632 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18651] ppid=18641 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/18644/task/18651/stat : 18651 (java) S 18641 18644 11773 0 -1 4202560 7058 0 0 0 65 42 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184964770856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18652] ppid=18641 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/18644/task/18652/stat : 18652 (java) S 18641 18644 11773 0 -1 4202560 1732 0 0 0 74 38 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184963718056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18653] ppid=18641 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/18644/task/18653/stat : 18653 (java) S 18641 18644 11773 0 -1 4202560 3547 0 0 0 73 35 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184962665256 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18644/tid=18654] ppid=18641 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/18644/task/18654/stat : 18654 (java) S 18641 18644 11773 0 -1 4202560 1112 0 0 0 77 34 0 0 20 0 19 0 25616737 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184961612456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18655] ppid=18641 vsize=9625040 CPUtime=5.14 cores=0,2,4,6
/proc/18644/task/18655/stat : 18655 (java) S 18641 18644 11773 0 -1 4202560 2460 0 0 0 509 5 0 0 20 0 19 0 25616739 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184949201384 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18656] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18656/stat : 18656 (java) S 18641 18644 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25616739 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184948147448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18657] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18657/stat : 18657 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25616739 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184947094536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18658] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18658/stat : 18658 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184946043024 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18659] ppid=18641 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/18644/task/18659/stat : 18659 (java) S 18641 18644 11773 0 -1 4202560 3344 0 0 0 58 0 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184944991160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18644/tid=18660] ppid=18641 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/18644/task/18660/stat : 18660 (java) S 18641 18644 11773 0 -1 4202560 12779 0 0 0 113 1 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184943938360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18661] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18661/stat : 18661 (java) S 18641 18644 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184942885752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18644/tid=18662] ppid=18641 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/18644/task/18662/stat : 18662 (java) S 18641 18644 11773 0 -1 4202560 103 0 0 0 22 26 0 0 20 0 19 0 25616742 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184941833160 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18644/tid=18663] ppid=18641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18663/stat : 18663 (java) S 18641 18644 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25617360 9856040960 989651 33554432000 1073741824 1073778376 140737044572864 140184940729512 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 18644 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 18644 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=858596
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=33386
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.65
CPU time (s): 1800.04
CPU user time (s): 1796.45
CPU system time (s): 3.59
CPU usage (%): 100.468
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.86
system time used= 4.03339
maximum resident set size= 3958724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50013
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38980
involuntary context switches= 29543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0625 second user time and 13.6039 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 09:41:48
IDJOB=4103272
IDBENCH=2314
IDSOLVER=2546
FILE ID=node133/4103272-1466235707
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 143c67a6efdf0b74421c6a96157a0df7
RANDOM SEED=1011826075

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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:        30590252 kB
Buffers:          104728 kB
Cached:           150324 kB
SwapCached:          892 kB
Active:          1381216 kB
Inactive:         159036 kB
Active(anon):    1286648 kB
Inactive(anon):     1364 kB
Active(file):      94568 kB
Inactive(file):   157672 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:             32884 kB
Writeback:             0 kB
AnonPages:       1294976 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             603236 kB
SReclaimable:      46368 kB
SUnreclaim:       556868 kB
KernelStack:        1600 kB
PageTables:         6900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2722672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1253376 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= 71680 MiB
End job on node133 at 2016-06-18 10:11:40