Trace number 4085130

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.71 1796.64

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_7_mh.opb
MD5SUMb2573b825edc2398ca6e42407bbf0da4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5119540
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 109215352
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 74746045062
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 109215352
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 74746045062
Number of bits of the biggest sum of numbers37
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085130-1465332982.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
5.29/3.89	c ... done. Wall clock time 3.772s.
5.29/3.89	c declared #vars     250200
5.29/3.89	c #constraints  610314
5.29/3.89	c constraints type 
5.29/3.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
5.29/3.89	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
5.29/3.89	c org.sat4j.specs.Constr$1 => 3
5.29/3.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
5.29/3.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
5.29/3.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
5.29/3.89	c 610314 constraints processed.
5.29/3.89	c objective function length is 129900 literals
145.78/143.74	c cleaning 2504 clauses out of 5007 with flag 44411/5007
314.54/312.35	c cleaning 4245 clauses out of 8510 with flag 83482/11014
451.27/449.03	c cleaning 5617 clauses out of 11251 with flag 127149/18000
484.19/481.95	c cleaning 6806 clauses out of 13634 with flag 171595/26000
514.91/512.63	c cleaning 7906 clauses out of 15831 with flag 227912/35003
546.92/544.68	c cleaning 8948 clauses out of 17922 with flag 311845/45000
582.74/580.19	c cleaning 9967 clauses out of 19977 with flag 407349/56003
626.74/624.15	c cleaning 11001 clauses out of 22007 with flag 484355/68000
679.65/677.06	c cleaning 11998 clauses out of 24006 with flag 567735/81000
728.76/726.18	c cleaning 13002 clauses out of 26008 with flag 655216/95000
777.17/774.54	c cleaning 13987 clauses out of 28006 with flag 772722/110000
821.27/818.61	c cleaning 15009 clauses out of 30022 with flag 919826/126003
1059.12/1056.45	c cleaning 15990 clauses out of 32010 with flag 1062362/143000
1143.64/1140.91	c cleaning 17002 clauses out of 34020 with flag 1180114/161000
1216.36/1213.69	c cleaning 18008 clauses out of 36021 with flag 1314671/180003
1293.87/1291.19	c cleaning 19001 clauses out of 38016 with flag 1441037/200006
1379.38/1376.08	c cleaning 19990 clauses out of 40009 with flag 1576625/221000
1469.09/1465.74	c cleaning 20995 clauses out of 42019 with flag 1715706/243000
1560.91/1557.56	c cleaning 21984 clauses out of 44024 with flag 1857511/266000
1657.04/1653.60	c cleaning 23008 clauses out of 46043 with flag 2003012/290003
1768.56/1765.12	c cleaning 24007 clauses out of 48033 with flag 2182396/315001
1800.06/1796.60	c starts		: 511
1800.06/1796.60	c conflicts		: 323418
1800.06/1796.60	c decisions		: 2102001
1800.06/1796.60	c propagations		: 689676433
1800.06/1796.60	c inspects		: 8896097609
1800.06/1796.60	c shortcuts		: 0
1800.06/1796.60	c learnt literals	: 0
1800.06/1796.60	c learnt binary clauses	: 89
1800.06/1796.60	c learnt ternary clauses	: 6
1800.06/1796.60	c learnt constraints	: 323417
1800.06/1796.60	c ignored constraints	: 0
1800.06/1796.60	c root simplifications	: 0
1800.06/1796.60	c removed literals (reason simplification)	: 0
1800.06/1796.60	c reason swapping (by a shorter reason)	: 0
1800.06/1796.60	c Calls to reduceDB	: 21
1800.06/1796.60	c Number of update (reduction) of LBD	: 242967
1800.06/1796.60	c Imported unit clauses	: 0
1800.06/1796.60	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.60	c number of learned constraints concerned by reduction	: 0
1800.06/1796.60	c number of learning phase by resolution	: 0
1800.06/1796.60	c number of learning phase by cutting planes	: 0
1800.06/1796.60	c speed (assignments/second)	: 384728.18083790713
1800.06/1796.60	c non guided choices	0
1800.06/1796.62	c learnt constraints type 
1800.06/1796.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89
1800.06/1796.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32354
1800.06/1796.62	s UNKNOWN
1800.06/1796.62	c Total wall clock time (in seconds): 1796.506

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

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

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


[startup+0 s]
/proc/loadavg: 2.21 2.20 2.18 4/194 15907
/proc/meminfo: memFree=29625852/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/15907/stat : 15907 (java) R 15904 15907 13009 0 -1 4202496 419 0 0 0 0 0 0 0 20 0 1 0 115231304 9445376 90 33554432000 1073741824 1073778376 140735625721568 140735625718696 270698329527 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2306 93 75 9 0 38 0

[startup+0.100162 s]
/proc/loadavg: 2.21 2.20 2.18 4/194 15907
/proc/meminfo: memFree=29625852/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 115231304 9787879424 6024 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.21 2.20 2.18 4/194 15907
/proc/meminfo: memFree=29625852/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 5104 0 1 0 28 1 0 0 20 0 18 0 115231304 9787879424 8534 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2389619 8535 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300346 s]
/proc/loadavg: 2.21 2.20 2.18 4/194 15907
/proc/meminfo: memFree=29625852/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 5387 0 1 0 44 1 0 0 20 0 18 0 115231304 9787879424 14276 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2389619 14276 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.21 2.20 2.18 4/194 15907
/proc/meminfo: memFree=29625852/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 6058 0 1 0 102 9 0 0 20 0 18 0 115231304 9787879424 51123 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2389619 51123 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.21 2.20 2.18 3/212 15925
/proc/meminfo: memFree=29403864/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9558476 CPUtime=2.55 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 12781 0 1 0 235 20 0 0 20 0 18 0 115231304 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2389619 96693 2272 9 0 2380296 0
[pid=15907/tid=15909] ppid=15904 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/15907/task/15909/stat : 15909 (java) R 15904 15907 13009 0 -1 4202560 2535 0 1 0 127 5 0 0 20 0 18 0 115231305 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139693370264776 139693224659777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15907/tid=15910] ppid=15904 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15907/task/15910/stat : 15910 (java) S 15904 15907 13009 0 -1 4202560 136 0 0 0 4 3 0 0 20 0 18 0 115231307 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139693342718632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15911] ppid=15904 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/15907/task/15911/stat : 15911 (java) S 15904 15907 13009 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 18 0 115231307 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139693213133608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15912] ppid=15904 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/15907/task/15912/stat : 15912 (java) S 15904 15907 13009 0 -1 4202560 119 0 0 0 3 2 0 0 20 0 18 0 115231307 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139693212081064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15913] ppid=15904 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15907/task/15913/stat : 15913 (java) S 15904 15907 13009 0 -1 4202560 102 0 0 0 6 2 0 0 20 0 18 0 115231307 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139693211028520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15914] ppid=15904 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/15907/task/15914/stat : 15914 (java) S 15904 15907 13009 0 -1 4202560 58 0 0 0 4 1 0 0 20 0 18 0 115231307 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139693209974952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15915] ppid=15904 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/15907/task/15915/stat : 15915 (java) S 15904 15907 13009 0 -1 4202560 108 0 0 0 2 2 0 0 20 0 18 0 115231307 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139693208922408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15916] ppid=15904 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15907/task/15916/stat : 15916 (java) S 15904 15907 13009 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 18 0 115231307 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692871772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15917] ppid=15904 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/15907/task/15917/stat : 15917 (java) S 15904 15907 13009 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 18 0 115231307 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692870720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15918] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15918/stat : 15918 (java) S 15904 15907 13009 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 115231308 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692858522216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15919] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15919/stat : 15919 (java) S 15904 15907 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 115231308 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692857468536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15920] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15920/stat : 15920 (java) S 15904 15907 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 115231308 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692856415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15921] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15921/stat : 15921 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115231311 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692855364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15922] ppid=15904 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/15907/task/15922/stat : 15922 (java) S 15904 15907 13009 0 -1 4202560 5091 0 0 0 32 0 0 0 20 0 18 0 115231311 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692854310968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15923] ppid=15904 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/15907/task/15923/stat : 15923 (java) S 15904 15907 13009 0 -1 4202560 3087 0 0 0 34 0 0 0 20 0 18 0 115231311 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692853258424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15924] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15924/stat : 15924 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115231311 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692852206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15925] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15925/stat : 15925 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115231311 9787879424 96693 33554432000 1073741824 1073778376 140735625721568 139692851153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 2.21 2.20 2.18 3/212 15925
/proc/meminfo: memFree=29215872/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9558476 CPUtime=4.37 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 13211 0 1 0 411 26 0 0 20 0 18 0 115231304 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2389619 153804 2272 9 0 2380296 0
[pid=15907/tid=15909] ppid=15904 vsize=9558476 CPUtime=2.88 cores=0,2,4,6
/proc/15907/task/15909/stat : 15909 (java) R 15904 15907 13009 0 -1 4202560 2810 0 1 0 279 9 0 0 20 0 18 0 115231305 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139693370257392 270710924557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15907/tid=15910] ppid=15904 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15907/task/15910/stat : 15910 (java) S 15904 15907 13009 0 -1 4202560 161 0 0 0 6 3 0 0 20 0 18 0 115231307 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139693342718632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15911] ppid=15904 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15907/task/15911/stat : 15911 (java) S 15904 15907 13009 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 18 0 115231307 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139693213133608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15912] ppid=15904 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/15907/task/15912/stat : 15912 (java) S 15904 15907 13009 0 -1 4202560 126 0 0 0 4 2 0 0 20 0 18 0 115231307 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139693212081064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15913] ppid=15904 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/15907/task/15913/stat : 15913 (java) S 15904 15907 13009 0 -1 4202560 129 0 0 0 9 3 0 0 20 0 18 0 115231307 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139693211028520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15914] ppid=15904 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15907/task/15914/stat : 15914 (java) S 15904 15907 13009 0 -1 4202560 63 0 0 0 5 2 0 0 20 0 18 0 115231307 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139693209974952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15907/tid=15915] ppid=15904 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/15907/task/15915/stat : 15915 (java) S 15904 15907 13009 0 -1 4202560 117 0 0 0 4 2 0 0 20 0 18 0 115231307 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139693208922408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15916] ppid=15904 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/15907/task/15916/stat : 15916 (java) S 15904 15907 13009 0 -1 4202560 37 0 0 0 3 3 0 0 20 0 18 0 115231307 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692871772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15917] ppid=15904 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/15907/task/15917/stat : 15917 (java) S 15904 15907 13009 0 -1 4202560 61 0 0 0 4 2 0 0 20 0 18 0 115231307 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692870720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15918] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15918/stat : 15918 (java) S 15904 15907 13009 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 115231308 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692858522216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15919] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15919/stat : 15919 (java) S 15904 15907 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 115231308 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692857468536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15920] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15920/stat : 15920 (java) S 15904 15907 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 115231308 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692856415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15921] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15921/stat : 15921 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115231311 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692855364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15922] ppid=15904 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/15907/task/15922/stat : 15922 (java) S 15904 15907 13009 0 -1 4202560 5129 0 0 0 37 0 0 0 20 0 18 0 115231311 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692854310968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15923] ppid=15904 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/15907/task/15923/stat : 15923 (java) S 15904 15907 13009 0 -1 4202560 3087 0 0 0 38 0 0 0 20 0 18 0 115231311 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692853258424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15924] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15924/stat : 15924 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115231311 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692852206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15925] ppid=15904 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15925/stat : 15925 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115231311 9787879424 153804 33554432000 1073741824 1073778376 140735625721568 139692851153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 15926
/proc/meminfo: memFree=28948348/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9625040 CPUtime=8.25 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 13653 0 1 0 793 32 0 0 20 0 19 0 115231304 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2406260 169979 2281 9 0 2396937 0
[pid=15907/tid=15909] ppid=15904 vsize=9625040 CPUtime=6.02 cores=0,2,4,6
/proc/15907/task/15909/stat : 15909 (java) R 15904 15907 13009 0 -1 4202560 2827 0 1 0 592 10 0 0 20 0 19 0 115231305 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139693370264624 139693225103520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15907/tid=15910] ppid=15904 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15907/task/15910/stat : 15910 (java) S 15904 15907 13009 0 -1 4202560 174 0 0 0 9 4 0 0 20 0 19 0 115231307 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139693342718632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15911] ppid=15904 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15907/task/15911/stat : 15911 (java) S 15904 15907 13009 0 -1 4202560 65 0 0 0 8 3 0 0 20 0 19 0 115231307 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139693213133608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15912] ppid=15904 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/15907/task/15912/stat : 15912 (java) S 15904 15907 13009 0 -1 4202560 133 0 0 0 6 3 0 0 20 0 19 0 115231307 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139693212081064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15913] ppid=15904 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15907/task/15913/stat : 15913 (java) S 15904 15907 13009 0 -1 4202560 140 0 0 0 11 4 0 0 20 0 19 0 115231307 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139693211028520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15914] ppid=15904 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15907/task/15914/stat : 15914 (java) S 15904 15907 13009 0 -1 4202560 84 0 0 0 11 2 0 0 20 0 19 0 115231307 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139693209974952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15915] ppid=15904 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/15907/task/15915/stat : 15915 (java) S 15904 15907 13009 0 -1 4202560 132 0 0 0 7 3 0 0 20 0 19 0 115231307 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139693208922408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15916] ppid=15904 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/15907/task/15916/stat : 15916 (java) S 15904 15907 13009 0 -1 4202560 45 0 0 0 5 3 0 0 20 0 19 0 115231307 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692871772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15917] ppid=15904 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/15907/task/15917/stat : 15917 (java) S 15904 15907 13009 0 -1 4202560 71 0 0 0 5 3 0 0 20 0 19 0 115231307 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692870720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15907/tid=15918] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15918/stat : 15918 (java) S 15904 15907 13009 0 -1 4202560 485 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692858522216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15919] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15919/stat : 15919 (java) S 15904 15907 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692857468536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15920] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15920/stat : 15920 (java) S 15904 15907 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692856415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15921] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15921/stat : 15921 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692855364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15922] ppid=15904 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/15907/task/15922/stat : 15922 (java) S 15904 15907 13009 0 -1 4202560 5150 0 0 0 61 0 0 0 20 0 19 0 115231311 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692854310968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15923] ppid=15904 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/15907/task/15923/stat : 15923 (java) S 15904 15907 13009 0 -1 4202560 3089 0 0 0 62 0 0 0 20 0 19 0 115231311 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692853258424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15924] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15924/stat : 15924 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692852206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15925] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15925/stat : 15925 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692851153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15926] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15926/stat : 15926 (java) S 15904 15907 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115231702 9856040960 169979 33554432000 1073741824 1073778376 140735625721568 139692850099496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.18 2.20 2.18 3/213 15926
/proc/meminfo: memFree=28942020/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9625040 CPUtime=14.65 cores=0,2,4,6

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

[pid=15907/tid=15919] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15919/stat : 15919 (java) S 15904 15907 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692857468536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15920] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15920/stat : 15920 (java) S 15904 15907 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692856415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15921] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15921/stat : 15921 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692855364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15922] ppid=15904 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/15907/task/15922/stat : 15922 (java) S 15904 15907 13009 0 -1 4202560 5169 0 0 0 69 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692854310968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15923] ppid=15904 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/15907/task/15923/stat : 15923 (java) S 15904 15907 13009 0 -1 4202560 3104 0 0 0 77 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692853258424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15924] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15924/stat : 15924 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692852206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15925] ppid=15904 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/15907/task/15925/stat : 15925 (java) S 15904 15907 13009 0 -1 4202560 95 0 0 0 39 32 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692851153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15926] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15926/stat : 15926 (java) S 15904 15907 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115231702 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692850099496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.74
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.27 2.21 3/213 16058
/proc/meminfo: memFree=28074104/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9625040 CPUtime=1725.75 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 34814 0 1 0 172454 121 0 0 20 0 19 0 115231304 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2406260 396879 2295 9 0 2396937 0
[pid=15907/tid=15909] ppid=15904 vsize=9625040 CPUtime=1721.28 cores=0,2,4,6
/proc/15907/task/15909/stat : 15909 (java) R 15904 15907 13009 0 -1 4202560 3516 0 1 0 172084 44 0 0 20 0 19 0 115231305 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693370257072 139693224942459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15907/tid=15910] ppid=15904 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15907/task/15910/stat : 15910 (java) S 15904 15907 13009 0 -1 4202560 3422 0 0 0 18 10 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693342718632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15911] ppid=15904 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15907/task/15911/stat : 15911 (java) S 15904 15907 13009 0 -1 4202560 1140 0 0 0 14 6 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693213133608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15912] ppid=15904 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15907/task/15912/stat : 15912 (java) S 15904 15907 13009 0 -1 4202560 1680 0 0 0 20 10 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693212081064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15913] ppid=15904 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15907/task/15913/stat : 15913 (java) S 15904 15907 13009 0 -1 4202560 1548 0 0 0 17 7 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693211028520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15914] ppid=15904 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15907/task/15914/stat : 15914 (java) S 15904 15907 13009 0 -1 4202560 1347 0 0 0 17 9 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693209974952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15915] ppid=15904 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15907/task/15915/stat : 15915 (java) S 15904 15907 13009 0 -1 4202560 989 0 0 0 14 7 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693208922408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15916] ppid=15904 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15907/task/15916/stat : 15916 (java) S 15904 15907 13009 0 -1 4202560 2835 0 0 0 12 8 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692871772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15917] ppid=15904 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/15907/task/15917/stat : 15917 (java) S 15904 15907 13009 0 -1 4202560 1746 0 0 0 23 15 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692870720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15918] ppid=15904 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15907/task/15918/stat : 15918 (java) S 15904 15907 13009 0 -1 4202560 6962 0 0 0 46 3 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692858522216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15919] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15919/stat : 15919 (java) S 15904 15907 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692857468536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15920] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15920/stat : 15920 (java) S 15904 15907 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692856415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15921] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15921/stat : 15921 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692855364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15922] ppid=15904 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/15907/task/15922/stat : 15922 (java) S 15904 15907 13009 0 -1 4202560 5169 0 0 0 69 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692854310968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15923] ppid=15904 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/15907/task/15923/stat : 15923 (java) S 15904 15907 13009 0 -1 4202560 3104 0 0 0 77 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692853258424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15924] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15924/stat : 15924 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692852206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15925] ppid=15904 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/15907/task/15925/stat : 15925 (java) S 15904 15907 13009 0 -1 4202560 99 0 0 0 40 33 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692851153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15926] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15926/stat : 15926 (java) S 15904 15907 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115231702 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692850099496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.75
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.36 2.28 2.22 3/213 16059
/proc/meminfo: memFree=28026524/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9625040 CPUtime=1785.76 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 34818 0 1 0 178454 122 0 0 20 0 19 0 115231304 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2406260 396879 2295 9 0 2396937 0
[pid=15907/tid=15909] ppid=15904 vsize=9625040 CPUtime=1781.29 cores=0,2,4,6
/proc/15907/task/15909/stat : 15909 (java) R 15904 15907 13009 0 -1 4202560 3516 0 1 0 178084 45 0 0 20 0 19 0 115231305 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693370257072 139693225026287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15907/tid=15910] ppid=15904 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15907/task/15910/stat : 15910 (java) S 15904 15907 13009 0 -1 4202560 3422 0 0 0 18 10 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693342718632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15911] ppid=15904 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15907/task/15911/stat : 15911 (java) S 15904 15907 13009 0 -1 4202560 1140 0 0 0 14 6 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693213133608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15912] ppid=15904 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15907/task/15912/stat : 15912 (java) S 15904 15907 13009 0 -1 4202560 1680 0 0 0 20 10 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693212081064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15913] ppid=15904 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15907/task/15913/stat : 15913 (java) S 15904 15907 13009 0 -1 4202560 1548 0 0 0 17 7 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693211028520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15914] ppid=15904 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15907/task/15914/stat : 15914 (java) S 15904 15907 13009 0 -1 4202560 1347 0 0 0 17 9 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693209974952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15915] ppid=15904 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15907/task/15915/stat : 15915 (java) S 15904 15907 13009 0 -1 4202560 989 0 0 0 14 7 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693208922408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15916] ppid=15904 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15907/task/15916/stat : 15916 (java) S 15904 15907 13009 0 -1 4202560 2835 0 0 0 12 8 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692871772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15917] ppid=15904 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/15907/task/15917/stat : 15917 (java) S 15904 15907 13009 0 -1 4202560 1746 0 0 0 23 15 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692870720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15918] ppid=15904 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15907/task/15918/stat : 15918 (java) S 15904 15907 13009 0 -1 4202560 6962 0 0 0 46 3 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692858522216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15919] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15919/stat : 15919 (java) S 15904 15907 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692857468536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15920] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15920/stat : 15920 (java) S 15904 15907 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692856415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15921] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15921/stat : 15921 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692855364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15922] ppid=15904 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/15907/task/15922/stat : 15922 (java) S 15904 15907 13009 0 -1 4202560 5169 0 0 0 69 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692854310968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15923] ppid=15904 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/15907/task/15923/stat : 15923 (java) S 15904 15907 13009 0 -1 4202560 3104 0 0 0 77 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692853258424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15924] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15924/stat : 15924 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692852206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15925] ppid=15904 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/15907/task/15925/stat : 15925 (java) S 15904 15907 13009 0 -1 4202560 103 0 0 0 41 35 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692851153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15926] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15926/stat : 15926 (java) S 15904 15907 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115231702 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692850099496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.28 2.26 2.21 4/213 16060
/proc/meminfo: memFree=28014488/32872528 swapFree=16384/1696552
[pid=15907] ppid=15904 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/15907/stat : 15907 (java) S 15904 15907 13009 0 -1 4202496 34818 0 1 0 179884 122 0 0 20 0 19 0 115231304 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 140735625712704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15907/statm: 2406260 396879 2295 9 0 2396937 0
[pid=15907/tid=15909] ppid=15904 vsize=9625040 CPUtime=1795.59 cores=0,2,4,6
/proc/15907/task/15909/stat : 15909 (java) R 15904 15907 13009 0 -1 4202560 3516 0 1 0 179514 45 0 0 20 0 19 0 115231305 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693370257072 139693224623527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15907/tid=15910] ppid=15904 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15907/task/15910/stat : 15910 (java) S 15904 15907 13009 0 -1 4202560 3422 0 0 0 18 10 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693342718632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15911] ppid=15904 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15907/task/15911/stat : 15911 (java) S 15904 15907 13009 0 -1 4202560 1140 0 0 0 14 6 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693213133608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15912] ppid=15904 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/15907/task/15912/stat : 15912 (java) S 15904 15907 13009 0 -1 4202560 1680 0 0 0 20 10 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693212081064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15913] ppid=15904 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/15907/task/15913/stat : 15913 (java) S 15904 15907 13009 0 -1 4202560 1548 0 0 0 17 7 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693211028520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15914] ppid=15904 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15907/task/15914/stat : 15914 (java) S 15904 15907 13009 0 -1 4202560 1347 0 0 0 17 9 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693209974952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15915] ppid=15904 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/15907/task/15915/stat : 15915 (java) S 15904 15907 13009 0 -1 4202560 989 0 0 0 14 7 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139693208922408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15916] ppid=15904 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15907/task/15916/stat : 15916 (java) S 15904 15907 13009 0 -1 4202560 2835 0 0 0 12 8 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692871772584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15917] ppid=15904 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/15907/task/15917/stat : 15917 (java) S 15904 15907 13009 0 -1 4202560 1746 0 0 0 23 15 0 0 20 0 19 0 115231307 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692870720040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15907/tid=15918] ppid=15904 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15907/task/15918/stat : 15918 (java) S 15904 15907 13009 0 -1 4202560 6962 0 0 0 46 3 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692858522216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15919] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15919/stat : 15919 (java) S 15904 15907 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692857468536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15920] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15920/stat : 15920 (java) S 15904 15907 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115231308 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692856415880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15921] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15921/stat : 15921 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692855364624 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15922] ppid=15904 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/15907/task/15922/stat : 15922 (java) S 15904 15907 13009 0 -1 4202560 5169 0 0 0 69 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692854310968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15907/tid=15923] ppid=15904 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/15907/task/15923/stat : 15923 (java) S 15904 15907 13009 0 -1 4202560 3104 0 0 0 77 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692853258424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15924] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15924/stat : 15924 (java) S 15904 15907 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692852206072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15925] ppid=15904 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/15907/task/15925/stat : 15925 (java) S 15904 15907 13009 0 -1 4202560 103 0 0 0 42 35 0 0 20 0 19 0 115231311 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692851153736 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15907/tid=15926] ppid=15904 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15907/task/15926/stat : 15926 (java) S 15904 15907 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115231702 9856040960 396879 33554432000 1073741824 1073778376 140735625721568 139692850099496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 15907 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.64
CPU time (s): 1800.71
CPU user time (s): 1799.01
CPU system time (s): 1.70274
CPU usage (%): 100.226
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.70274
maximum resident set size= 1601000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34851
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38977
involuntary context switches= 3826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0825 second user time and 14.0239 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-07 22:56:22
IDJOB=4085130
IDBENCH=92705
IDSOLVER=2546
FILE ID=node125/4085130-1465332982
RUNJOBID= node125-1465307012-13025
PBS_JOBID= 19849496
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_7_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085130-1465332982/watcher-4085130-1465332982 -o /tmp/evaluation-result-4085130-1465332982/solver-4085130-1465332982 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465307012-13025 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085130-1465332982.opb

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

MD5SUM BENCH= b2573b825edc2398ca6e42407bbf0da4
RANDOM SEED=1077896132

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29625744 kB
Buffers:           83592 kB
Cached:           468184 kB
SwapCached:         1700 kB
Active:           321916 kB
Inactive:         456868 kB
Active(anon):     226504 kB
Inactive(anon):     2964 kB
Active(file):      95412 kB
Inactive(file):   453904 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098584 kB
Dirty:             26440 kB
Writeback:             0 kB
AnonPages:       1947816 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             613860 kB
SReclaimable:      57292 kB
SUnreclaim:       556568 kB
KernelStack:        1640 kB
PageTables:         8320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2524892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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= 71716 MiB
End job on node125 at 2016-06-07 23:26:19