Trace number 4099922

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 Res+CP PB16? (TO) 1800.03 897.256

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370b.opb
MD5SUMce5e0345d0e70478396f95e2ebabfc80
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654768
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654768
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-4099922-1466207046.opb
0.07/0.14	c reading problem ... 
0.07/0.14	c  objective function found
3.42/2.04	c ... done. Wall clock time 1.904s.
3.42/2.04	c declared #vars     155000
3.42/2.04	c #constraints  5300
3.42/2.04	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.42/2.04	c constraints type 
3.42/2.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34
3.42/2.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5266
3.42/2.04	c 5300 constraints processed.
3.42/2.04	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.42/2.04	c constraints type 
3.42/2.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 34
3.42/2.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5266
3.42/2.04	c 5300 constraints processed.
3.42/2.04	c objective function length is 155000 literals
9.66/4.52	c cleaning 2494 clauses out of 5002 with flag 10014/5002
15.63/7.49	c cleaning 4253 clauses out of 8510 with flag 22054/11004
24.60/11.72	c cleaning 5626 clauses out of 11253 with flag 36159/18000
34.23/16.68	c cleaning 6811 clauses out of 13627 with flag 52261/26000
44.03/21.52	c cleaning 7908 clauses out of 15818 with flag 70338/35002
55.29/27.14	c cleaning 8945 clauses out of 17913 with flag 90416/45005
69.74/34.27	c cleaning 9981 clauses out of 19964 with flag 112571/56001
84.13/41.50	c cleaning 10982 clauses out of 21984 with flag 136712/68002
99.75/49.50	c cleaning 11995 clauses out of 24003 with flag 162777/81003
115.94/57.52	c cleaning 13002 clauses out of 26006 with flag 190834/95001
133.13/66.03	c cleaning 13997 clauses out of 28008 with flag 221072/110005
149.31/74.19	c cleaning 15004 clauses out of 30010 with flag 253129/126004
170.26/84.45	c cleaning 16001 clauses out of 32007 with flag 287193/143005
192.65/95.62	c cleaning 16998 clauses out of 34003 with flag 323374/161002
219.54/109.31	c cleaning 18001 clauses out of 36003 with flag 361599/180000
244.54/121.86	c cleaning 18996 clauses out of 38002 with flag 401751/200000
271.62/135.34	c cleaning 20002 clauses out of 40006 with flag 444024/221000
301.95/150.42	c cleaning 21001 clauses out of 42004 with flag 488221/243000
333.56/166.11	c cleaning 21996 clauses out of 44004 with flag 534456/266001
368.77/183.51	c cleaning 23001 clauses out of 46012 with flag 582543/290005
407.05/203.18	c cleaning 24003 clauses out of 48007 with flag 632791/315001
444.43/221.78	c cleaning 25001 clauses out of 50003 with flag 684948/341000
486.62/242.86	c cleaning 25998 clauses out of 52002 with flag 739127/368000
534.08/266.48	c cleaning 26999 clauses out of 54004 with flag 795214/396000
585.09/291.97	c cleaning 28002 clauses out of 56006 with flag 853394/425001
630.53/314.42	c cleaning 28998 clauses out of 58004 with flag 913620/455001
681.34/339.88	c cleaning 29999 clauses out of 60005 with flag 975789/486000
734.70/366.71	c cleaning 31004 clauses out of 62009 with flag 1039942/518003
796.25/397.37	c cleaning 31995 clauses out of 64005 with flag 1106074/551003
853.09/425.49	c cleaning 33005 clauses out of 66011 with flag 1174310/585004
913.04/455.00	c cleaning 33995 clauses out of 68004 with flag 1244645/620002
984.80/490.71	c cleaning 35002 clauses out of 70014 with flag 1316741/656007
1066.52/530.80	c cleaning 36000 clauses out of 72005 with flag 1390803/693000
1154.28/574.02	c cleaning 37002 clauses out of 74005 with flag 1466939/731000
1243.70/619.17	c cleaning 37996 clauses out of 76005 with flag 1545137/770002
1343.90/669.07	c cleaning 38994 clauses out of 78008 with flag 1625589/810001
1429.66/711.76	c cleaning 40001 clauses out of 80018 with flag 1707856/851005
1523.43/758.55	c cleaning 40994 clauses out of 82012 with flag 1792069/893000
1596.27/794.68	c cleaning 42006 clauses out of 84024 with flag 1878634/936006
1678.26/836.45	c cleaning 43000 clauses out of 86012 with flag 1967272/980000
1785.45/889.97	c cleaning 44004 clauses out of 88019 with flag 2057496/1025007
1800.03/897.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/897.20	c starts		: 1
1800.03/897.20	c conflicts		: 1034503
1800.03/897.20	c decisions		: 1070488
1800.03/897.20	c propagations		: 188056003
1800.03/897.20	c inspects		: 5500265431
1800.03/897.20	c shortcuts		: 0
1800.03/897.20	c learnt literals	: 0
1800.03/897.20	c learnt binary clauses	: 0
1800.03/897.20	c learnt ternary clauses	: 0
1800.03/897.20	c learnt constraints	: 1034503
1800.03/897.20	c ignored constraints	: 0
1800.03/897.20	c root simplifications	: 0
1800.03/897.20	c removed literals (reason simplification)	: 6437654
1800.03/897.20	c reason swapping (by a shorter reason)	: 0
1800.03/897.20	c Calls to reduceDB	: 41
1800.03/897.20	c Number of update (reduction) of LBD	: 1268
1800.03/897.20	c Imported unit clauses	: 0
1800.03/897.20	c number of reductions to clauses (during analyze)	: 0
1800.03/897.20	c number of learned constraints concerned by reduction	: 0
1800.03/897.20	c number of learning phase by resolution	: 0
1800.03/897.20	c number of learning phase by cutting planes	: 0
1800.03/897.20	c speed (assignments/second)	: 210113.74382695358
1800.03/897.20	c non guided choices	0
1800.03/897.22	c learnt constraints type 
1800.03/897.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53511
1800.03/897.22	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/897.22	c starts		: 1
1800.03/897.22	c conflicts		: 755
1800.03/897.22	c decisions		: 3667584
1800.03/897.22	c propagations		: 20400336
1800.03/897.22	c inspects		: 185638838
1800.03/897.22	c shortcuts		: 0
1800.03/897.22	c learnt literals	: 0
1800.03/897.22	c learnt binary clauses	: 0
1800.03/897.22	c learnt ternary clauses	: 0
1800.03/897.22	c learnt constraints	: 754
1800.03/897.22	c ignored constraints	: 0
1800.03/897.22	c root simplifications	: 0
1800.03/897.22	c removed literals (reason simplification)	: 0
1800.03/897.22	c reason swapping (by a shorter reason)	: 0
1800.03/897.22	c Calls to reduceDB	: 0
1800.03/897.22	c Number of update (reduction) of LBD	: 0
1800.03/897.22	c Imported unit clauses	: 0
1800.03/897.22	c number of reductions to clauses (during analyze)	: 0
1800.03/897.22	c number of learned constraints concerned by reduction	: 0
1800.03/897.22	c number of learning phase by resolution	: 0
1800.03/897.22	c number of learning phase by cutting planes	: 0
1800.03/897.22	c speed (assignments/second)	: 22792.729239126427
1800.03/897.22	c non guided choices	0
1800.03/897.22	c learnt constraints type 
1800.03/897.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.03/897.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 746
1800.03/897.22	s UNKNOWN
1800.03/897.22	c Total wall clock time (in seconds): 897.09

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-4099922-1466207046/watcher-4099922-1466207046 -o /tmp/evaluation-result-4099922-1466207046/solver-4099922-1466207046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099922-1466207046.opb 

pid=17427
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: 3.91 3.90 2.68 4/197 17430
/proc/meminfo: memFree=25149600/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/17430/stat : 17430 (java) D 17427 17430 15709 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 22753085 2560000 46 33554432000 1073741824 1073778376 140733194836336 140733194833464 217401355559 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/17430/statm: 625 46 37 9 0 29 0

[startup+0.100116 s]
/proc/loadavg: 3.91 3.90 2.68 4/197 17430
/proc/meminfo: memFree=25149600/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 3837 0 1 0 6 1 0 0 20 0 18 0 22753085 9787879424 4458 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2389619 4462 1949 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 3.91 3.90 2.68 4/197 17430
/proc/meminfo: memFree=25149600/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 5040 0 1 0 23 1 0 0 20 0 18 0 22753085 9787879424 8073 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2389619 8074 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 3.91 3.90 2.68 4/197 17430
/proc/meminfo: memFree=25149600/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 5487 0 1 0 42 2 0 0 20 0 18 0 22753085 9787879424 11782 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2389619 11782 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 3.91 3.90 2.68 4/197 17430
/proc/meminfo: memFree=25149600/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9558476 CPUtime=1.26 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 7847 0 1 0 117 9 0 0 20 0 18 0 22753085 9787879424 48269 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2389619 48269 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558476

[startup+1.50719 s]
/proc/loadavg: 3.91 3.90 2.68 4/215 17448
/proc/meminfo: memFree=24890284/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9558476 CPUtime=2.38 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 8965 0 1 0 219 19 0 0 20 0 18 0 22753085 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2389619 95503 2269 9 0 2380296 0
[pid=17430/tid=17432] ppid=17427 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/17430/task/17432/stat : 17432 (java) S 17427 17430 15709 0 -1 4202560 2586 0 1 0 127 5 0 0 20 0 18 0 22753087 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872527538456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17433] ppid=17427 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17430/task/17433/stat : 17433 (java) S 17427 17430 15709 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 22753088 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872371599656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17434] ppid=17427 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17430/task/17434/stat : 17434 (java) S 17427 17430 15709 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 18 0 22753088 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872370546856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17435] ppid=17427 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/17430/task/17435/stat : 17435 (java) R 17427 17430 15709 0 -1 4202560 128 0 0 0 3 1 0 0 20 0 18 0 22753088 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872369494568 139872534436978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17436] ppid=17427 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17430/task/17436/stat : 17436 (java) R 17427 17430 15709 0 -1 4202560 233 0 0 0 4 2 0 0 20 0 18 0 22753088 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872368441768 139872531297420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17437] ppid=17427 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17430/task/17437/stat : 17437 (java) S 17427 17430 15709 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 18 0 22753088 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872367389480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17438] ppid=17427 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/17430/task/17438/stat : 17438 (java) R 17427 17430 15709 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 18 0 22753088 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872366336856 139872531702400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17439] ppid=17427 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17430/task/17439/stat : 17439 (java) R 17427 17430 15709 0 -1 4202560 202 0 0 0 6 2 0 0 20 0 18 0 22753088 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872365284392 217413891132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17440] ppid=17427 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17430/task/17440/stat : 17440 (java) R 17427 17430 15709 0 -1 4202560 65 0 0 0 2 1 0 0 20 0 18 0 22753088 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872364231768 139872534436518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17441] ppid=17427 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17441/stat : 17441 (java) S 17427 17430 15709 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 18 0 22753090 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872351818888 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17442] ppid=17427 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17442/stat : 17442 (java) S 17427 17430 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22753090 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872350766072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17443] ppid=17427 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17443/stat : 17443 (java) S 17427 17430 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22753090 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872349713672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17444] ppid=17427 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17444/stat : 17444 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22753093 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872348662160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17445] ppid=17427 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/17430/task/17445/stat : 17445 (java) S 17427 17430 15709 0 -1 4202560 2587 0 0 0 25 0 0 0 20 0 18 0 22753093 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872347609784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17446] ppid=17427 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/17430/task/17446/stat : 17446 (java) S 17427 17430 15709 0 -1 4202560 1697 0 0 0 24 0 0 0 20 0 18 0 22753093 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872346556984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17447] ppid=17427 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17447/stat : 17447 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22753093 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872345504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17448] ppid=17427 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17448/stat : 17448 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22753093 9787879424 95503 33554432000 1073741824 1073778376 140733385534544 139872344452296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 3.91 3.90 2.68 9/219 17452
/proc/meminfo: memFree=24679708/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9824732 CPUtime=6.54 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 18004 0 1 0 625 29 0 0 20 0 22 0 22753085 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2456183 119375 2284 9 0 2446860 0
[pid=17430/tid=17432] ppid=17427 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/17430/task/17432/stat : 17432 (java) S 17427 17430 15709 0 -1 4202560 2604 0 1 0 169 6 0 0 20 0 22 0 22753087 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872527541112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17433] ppid=17427 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17430/task/17433/stat : 17433 (java) S 17427 17430 15709 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 22 0 22753088 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872371599656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17434] ppid=17427 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/17430/task/17434/stat : 17434 (java) S 17427 17430 15709 0 -1 4202560 83 0 0 0 11 4 0 0 20 0 22 0 22753088 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872370546856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17435] ppid=17427 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17430/task/17435/stat : 17435 (java) S 17427 17430 15709 0 -1 4202560 149 0 0 0 5 2 0 0 20 0 22 0 22753088 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872369494568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17436] ppid=17427 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/17430/task/17436/stat : 17436 (java) S 17427 17430 15709 0 -1 4202560 309 0 0 0 9 3 0 0 20 0 22 0 22753088 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872368441768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17437] ppid=17427 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17430/task/17437/stat : 17437 (java) S 17427 17430 15709 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 22753088 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872367389480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17438] ppid=17427 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17430/task/17438/stat : 17438 (java) S 17427 17430 15709 0 -1 4202560 44 0 0 0 6 3 0 0 20 0 22 0 22753088 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872366336680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17439] ppid=17427 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17430/task/17439/stat : 17439 (java) S 17427 17430 15709 0 -1 4202560 216 0 0 0 10 3 0 0 20 0 22 0 22753088 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872365284392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17440] ppid=17427 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/17430/task/17440/stat : 17440 (java) S 17427 17430 15709 0 -1 4202560 160 0 0 0 11 3 0 0 20 0 22 0 22753088 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872364231592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17441] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17441/stat : 17441 (java) S 17427 17430 15709 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872351820008 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17442] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17442/stat : 17442 (java) S 17427 17430 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872350766072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17443] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17443/stat : 17443 (java) S 17427 17430 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872349713672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17444] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17444/stat : 17444 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872348662160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17445] ppid=17427 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/17430/task/17445/stat : 17445 (java) R 17427 17430 15709 0 -1 4202560 5079 0 0 0 81 2 0 0 20 0 22 0 22753093 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872347609664 139872529349888 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17446] ppid=17427 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/17430/task/17446/stat : 17446 (java) R 17427 17430 15709 0 -1 4202560 7762 0 0 0 89 2 0 0 20 0 22 0 22753093 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872346556984 139872530096160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17447] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17447/stat : 17447 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872345504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17448] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17448/stat : 17448 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872344452296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17449] ppid=17427 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/17430/task/17449/stat : 17449 (java) R 17427 17430 15709 0 -1 4202560 18 0 0 0 100 0 0 0 20 0 22 0 22753290 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872343347768 139872400399466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17450] ppid=17427 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/17430/task/17450/stat : 17450 (java) R 17427 17430 15709 0 -1 4202560 30 0 0 0 103 0 0 0 20 0 22 0 22753290 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872342294952 139872400507855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17451] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17451/stat : 17451 (java) S 17427 17430 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22753304 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872341243048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17452] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17452/stat : 17452 (java) S 17427 17430 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22753305 10060525568 119375 33554432000 1073741824 1073778376 140733385534544 139872340190248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.91 3.90 2.68 5/219 17452
/proc/meminfo: memFree=24418836/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9824732 CPUtime=13.39 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 18912 0 1 0 1296 43 0 0 20 0 22 0 22753085 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2456183 204960 2289 9 0 2446860 0
[pid=17430/tid=17432] ppid=17427 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/17430/task/17432/stat : 17432 (java) S 17427 17430 15709 0 -1 4202560 2604 0 1 0 169 6 0 0 20 0 22 0 22753087 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872527541112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17433] ppid=17427 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17430/task/17433/stat : 17433 (java) S 17427 17430 15709 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 22 0 22753088 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872371599656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17434] ppid=17427 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/17430/task/17434/stat : 17434 (java) S 17427 17430 15709 0 -1 4202560 145 0 0 0 22 6 0 0 20 0 22 0 22753088 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872370546856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17435] ppid=17427 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/17430/task/17435/stat : 17435 (java) S 17427 17430 15709 0 -1 4202560 168 0 0 0 10 3 0 0 20 0 22 0 22753088 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872369494568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17436] ppid=17427 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/17430/task/17436/stat : 17436 (java) S 17427 17430 15709 0 -1 4202560 319 0 0 0 13 3 0 0 20 0 22 0 22753088 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872368441768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17437] ppid=17427 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/17430/task/17437/stat : 17437 (java) S 17427 17430 15709 0 -1 4202560 74 0 0 0 9 3 0 0 20 0 22 0 22753088 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872367389480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17438] ppid=17427 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/17430/task/17438/stat : 17438 (java) S 17427 17430 15709 0 -1 4202560 116 0 0 0 18 6 0 0 20 0 22 0 22753088 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872366336680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17439] ppid=17427 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/17430/task/17439/stat : 17439 (java) S 17427 17430 15709 0 -1 4202560 229 0 0 0 13 4 0 0 20 0 22 0 22753088 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872365284392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17440] ppid=17427 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/17430/task/17440/stat : 17440 (java) S 17427 17430 15709 0 -1 4202560 191 0 0 0 15 4 0 0 20 0 22 0 22753088 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872364231592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17441] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17441/stat : 17441 (java) S 17427 17430 15709 0 -1 4202560 520 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872351820008 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17442] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17442/stat : 17442 (java) S 17427 17430 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872350766072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17443] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17443/stat : 17443 (java) S 17427 17430 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872349713672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17444] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17444/stat : 17444 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872348662160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17445] ppid=17427 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/17430/task/17445/stat : 17445 (java) S 17427 17430 15709 0 -1 4202560 5086 0 0 0 85 2 0 0 20 0 22 0 22753093 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872347609784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17446] ppid=17427 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/17430/task/17446/stat : 17446 (java) S 17427 17430 15709 0 -1 4202560 7802 0 0 0 106 2 0 0 20 0 22 0 22753093 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872346556984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17447] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17447/stat : 17447 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872345504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17448] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17448/stat : 17448 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 204960 33554432000 1073741824 1073778376 140733385534544 139872344452296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17449] ppid=17427 vsize=9824732 CPUtime=4.01 cores=0,2,4,6

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

/proc/17430/task/17435/stat : 17435 (java) S 17427 17430 15709 0 -1 4202560 979 0 0 0 316 39 0 0 20 0 22 0 22753088 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872369494568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17436] ppid=17427 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/17430/task/17436/stat : 17436 (java) S 17427 17430 15709 0 -1 4202560 1160 0 0 0 281 31 0 0 20 0 22 0 22753088 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872368441768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17437] ppid=17427 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/17430/task/17437/stat : 17437 (java) S 17427 17430 15709 0 -1 4202560 1250 0 0 0 266 37 0 0 20 0 22 0 22753088 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872367389480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17438] ppid=17427 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/17430/task/17438/stat : 17438 (java) S 17427 17430 15709 0 -1 4202560 799 0 0 0 262 33 0 0 20 0 22 0 22753088 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872366336680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17439] ppid=17427 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/17430/task/17439/stat : 17439 (java) S 17427 17430 15709 0 -1 4202560 906 0 0 0 352 35 0 0 20 0 22 0 22753088 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872365284392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17440] ppid=17427 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/17430/task/17440/stat : 17440 (java) S 17427 17430 15709 0 -1 4202560 818 0 0 0 311 32 0 0 20 0 22 0 22753088 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872364231592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17441] ppid=17427 vsize=9824732 CPUtime=6.31 cores=0,2,4,6
/proc/17430/task/17441/stat : 17441 (java) S 17427 17430 15709 0 -1 4202560 2598 0 0 0 626 5 0 0 20 0 22 0 22753090 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872351820008 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17442] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17442/stat : 17442 (java) S 17427 17430 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872350766072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17443] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17443/stat : 17443 (java) S 17427 17430 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872349713672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17444] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17444/stat : 17444 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872348662160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17445] ppid=17427 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/17430/task/17445/stat : 17445 (java) S 17427 17430 15709 0 -1 4202560 7210 0 0 0 117 2 0 0 20 0 22 0 22753093 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872347609784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17446] ppid=17427 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/17430/task/17446/stat : 17446 (java) S 17427 17430 15709 0 -1 4202560 7823 0 0 0 128 2 0 0 20 0 22 0 22753093 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872346556984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17447] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17447/stat : 17447 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872345504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17448] ppid=17427 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/17430/task/17448/stat : 17448 (java) S 17427 17430 15709 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 22753093 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872344452296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17449] ppid=17427 vsize=9824732 CPUtime=804.89 cores=0,2,4,6
/proc/17430/task/17449/stat : 17449 (java) R 17427 17430 15709 0 -1 4202560 209 0 0 0 80472 17 0 0 20 0 22 0 22753290 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872343338768 139872400427315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17450] ppid=17427 vsize=9824732 CPUtime=805.03 cores=0,2,4,6
/proc/17430/task/17450/stat : 17450 (java) R 17427 17430 15709 0 -1 4202560 1264 0 0 0 80474 29 0 0 20 0 22 0 22753290 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872342292576 139872400280379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17451] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17451/stat : 17451 (java) S 17427 17430 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22753304 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872341243048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17452] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17452/stat : 17452 (java) S 17427 17430 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22753305 10060525568 1102917 33554432000 1073741824 1073778376 140733385534544 139872340190248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1651.68
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.29 4.32 3.68 5/219 17735
/proc/meminfo: memFree=20138836/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9824732 CPUtime=1770.24 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 31483 0 1 0 176683 341 0 0 20 0 22 0 22753085 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2456183 1131209 2298 9 0 2446860 0
[pid=17430/tid=17432] ppid=17427 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/17430/task/17432/stat : 17432 (java) S 17427 17430 15709 0 -1 4202560 2616 0 1 0 171 7 0 0 20 0 22 0 22753087 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872527541112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17433] ppid=17427 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/17430/task/17433/stat : 17433 (java) S 17427 17430 15709 0 -1 4202560 916 0 0 0 329 35 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872371599656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17434] ppid=17427 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/17430/task/17434/stat : 17434 (java) S 17427 17430 15709 0 -1 4202560 872 0 0 0 318 36 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872370546856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17435] ppid=17427 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/17430/task/17435/stat : 17435 (java) S 17427 17430 15709 0 -1 4202560 1017 0 0 0 338 39 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872369494568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17436] ppid=17427 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/17430/task/17436/stat : 17436 (java) S 17427 17430 15709 0 -1 4202560 1196 0 0 0 293 32 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872368441768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17437] ppid=17427 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/17430/task/17437/stat : 17437 (java) S 17427 17430 15709 0 -1 4202560 1298 0 0 0 284 41 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872367389480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17438] ppid=17427 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/17430/task/17438/stat : 17438 (java) S 17427 17430 15709 0 -1 4202560 821 0 0 0 282 34 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872366336680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17439] ppid=17427 vsize=9824732 CPUtime=4.09 cores=0,2,4,6
/proc/17430/task/17439/stat : 17439 (java) S 17427 17430 15709 0 -1 4202560 943 0 0 0 371 38 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872365284392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17440] ppid=17427 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/17430/task/17440/stat : 17440 (java) S 17427 17430 15709 0 -1 4202560 864 0 0 0 342 33 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872364231592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17441] ppid=17427 vsize=9824732 CPUtime=8.56 cores=0,2,4,6
/proc/17430/task/17441/stat : 17441 (java) S 17427 17430 15709 0 -1 4202560 3118 0 0 0 850 6 0 0 20 0 22 0 22753090 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872351820008 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17442] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17442/stat : 17442 (java) S 17427 17430 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872350766072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17443] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17443/stat : 17443 (java) S 17427 17430 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872349713672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17444] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17444/stat : 17444 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872348662160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17445] ppid=17427 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/17430/task/17445/stat : 17445 (java) S 17427 17430 15709 0 -1 4202560 7210 0 0 0 117 2 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872347609784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17446] ppid=17427 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/17430/task/17446/stat : 17446 (java) S 17427 17430 15709 0 -1 4202560 7823 0 0 0 128 2 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872346556984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17447] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17447/stat : 17447 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872345504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17448] ppid=17427 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/17430/task/17448/stat : 17448 (java) S 17427 17430 15709 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872344452296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17449] ppid=17427 vsize=9824732 CPUtime=862.05 cores=0,2,4,6
/proc/17430/task/17449/stat : 17449 (java) R 17427 17430 15709 0 -1 4202560 209 0 0 0 86186 19 0 0 20 0 22 0 22753290 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872343345632 139872399899822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17450] ppid=17427 vsize=9824732 CPUtime=862.21 cores=0,2,4,6
/proc/17430/task/17450/stat : 17450 (java) R 17427 17430 15709 0 -1 4202560 1264 0 0 0 86191 30 0 0 20 0 22 0 22753290 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872342293600 139872400432591 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17451] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17451/stat : 17451 (java) S 17427 17430 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22753304 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872341243048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17452] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17452/stat : 17452 (java) S 17427 17430 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22753305 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872340190248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1770.24
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.201 s]
/proc/loadavg: 4.22 4.30 3.69 5/219 17735
/proc/meminfo: memFree=20183832/32872528 swapFree=1534436/1655032
[pid=17430] ppid=17427 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/17430/stat : 17430 (java) S 17427 17430 15709 0 -1 4202496 31483 0 1 0 179661 342 0 0 20 0 22 0 22753085 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 140733385525680 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17430/statm: 2456183 1131209 2298 9 0 2446860 0
[pid=17430/tid=17432] ppid=17427 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/17430/task/17432/stat : 17432 (java) S 17427 17430 15709 0 -1 4202560 2616 0 1 0 171 7 0 0 20 0 22 0 22753087 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872527541112 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17433] ppid=17427 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/17430/task/17433/stat : 17433 (java) S 17427 17430 15709 0 -1 4202560 916 0 0 0 329 35 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872371599656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17434] ppid=17427 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/17430/task/17434/stat : 17434 (java) S 17427 17430 15709 0 -1 4202560 872 0 0 0 318 36 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872370546856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17435] ppid=17427 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/17430/task/17435/stat : 17435 (java) S 17427 17430 15709 0 -1 4202560 1017 0 0 0 338 39 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872369494568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17436] ppid=17427 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/17430/task/17436/stat : 17436 (java) S 17427 17430 15709 0 -1 4202560 1196 0 0 0 293 32 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872368441768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17437] ppid=17427 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/17430/task/17437/stat : 17437 (java) S 17427 17430 15709 0 -1 4202560 1298 0 0 0 284 41 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872367389480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17438] ppid=17427 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/17430/task/17438/stat : 17438 (java) S 17427 17430 15709 0 -1 4202560 821 0 0 0 282 34 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872366336680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17439] ppid=17427 vsize=9824732 CPUtime=4.09 cores=0,2,4,6
/proc/17430/task/17439/stat : 17439 (java) S 17427 17430 15709 0 -1 4202560 943 0 0 0 371 38 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872365284392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17440] ppid=17427 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/17430/task/17440/stat : 17440 (java) S 17427 17430 15709 0 -1 4202560 864 0 0 0 342 33 0 0 20 0 22 0 22753088 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872364231592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17430/tid=17441] ppid=17427 vsize=9824732 CPUtime=8.56 cores=0,2,4,6
/proc/17430/task/17441/stat : 17441 (java) S 17427 17430 15709 0 -1 4202560 3118 0 0 0 850 6 0 0 20 0 22 0 22753090 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872351820008 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17442] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17442/stat : 17442 (java) S 17427 17430 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872350766072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17443] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17443/stat : 17443 (java) S 17427 17430 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22753090 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872349713672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17444] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17444/stat : 17444 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872348662160 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17445] ppid=17427 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/17430/task/17445/stat : 17445 (java) S 17427 17430 15709 0 -1 4202560 7210 0 0 0 117 2 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872347609784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17430/tid=17446] ppid=17427 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/17430/task/17446/stat : 17446 (java) S 17427 17430 15709 0 -1 4202560 7823 0 0 0 128 2 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872346556984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17447] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17447/stat : 17447 (java) S 17427 17430 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872345504888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17448] ppid=17427 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/17430/task/17448/stat : 17448 (java) S 17427 17430 15709 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 22753093 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872344452296 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17449] ppid=17427 vsize=9824732 CPUtime=876.9 cores=0,2,4,6
/proc/17430/task/17449/stat : 17449 (java) R 17427 17430 15709 0 -1 4202560 209 0 0 0 87671 19 0 0 20 0 22 0 22753290 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872343338768 139872400255943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17430/tid=17450] ppid=17427 vsize=9824732 CPUtime=877.06 cores=0,2,4,6
/proc/17430/task/17450/stat : 17450 (java) R 17427 17430 15709 0 -1 4202560 1264 0 0 0 87676 30 0 0 20 0 22 0 22753290 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872342293600 139872400432565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17451] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17451/stat : 17451 (java) S 17427 17430 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22753304 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872341243048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17430/tid=17452] ppid=17427 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17430/task/17452/stat : 17452 (java) S 17427 17430 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22753305 10060525568 1131209 33554432000 1073741824 1073778376 140733385534544 139872340190248 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

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 17430 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 17430 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=38568
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=881409
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.256
CPU time (s): 1800.03
CPU user time (s): 1796.61
CPU system time (s): 3.42
CPU usage (%): 200.615
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.04
system time used= 3.88141
maximum resident set size= 4524980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31531
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22760
involuntary context switches= 21349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63114 second user time and 7.45487 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 01:44:07
IDJOB=4099922
IDBENCH=1551
IDSOLVER=2543
FILE ID=node122/4099922-1466207046
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370b.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099922-1466207046/watcher-4099922-1466207046 -o /tmp/evaluation-result-4099922-1466207046/solver-4099922-1466207046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099922-1466207046.opb

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

MD5SUM BENCH= ce5e0345d0e70478396f95e2ebabfc80
RANDOM SEED=961277374

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25149864 kB
Buffers:          119988 kB
Cached:          1619676 kB
SwapCached:            0 kB
Active:          3670364 kB
Inactive:        1649548 kB
Active(anon):    3583076 kB
Inactive(anon):        0 kB
Active(file):      87288 kB
Inactive(file):  1649548 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7412 kB
Writeback:             0 kB
AnonPages:       5235560 kB
Mapped:            21076 kB
Shmem:               204 kB
Slab:             607788 kB
SReclaimable:      51396 kB
SUnreclaim:       556392 kB
KernelStack:        1632 kB
PageTables:        14408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5528472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3635200 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= 71728 MiB
End job on node122 at 2016-06-18 01:59:04