Trace number 4100466

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.76 898.76

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-A1C1S1.opb
MD5SUM8e9a545df4abbe3f7a2b003048b42200
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 1116
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 555552
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 555552
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4100466-1466209744.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
3.13/1.62	c ... done. Wall clock time 1.506s.
3.13/1.62	c declared #vars     103872
3.13/1.62	c #constraints  4560
3.13/1.63	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.13/1.63	c constraints type 
3.13/1.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 742
3.13/1.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3818
3.13/1.63	c 4560 constraints processed.
3.13/1.63	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.13/1.63	c constraints type 
3.13/1.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 742
3.13/1.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3818
3.13/1.63	c 4560 constraints processed.
3.13/1.63	c objective function length is 37632 literals
5.28/2.34	c cleaning 2502 clauses out of 5004 with flag 11442/5004
6.86/2.90	c cleaning 4248 clauses out of 8498 with flag 25994/11000
8.53/3.71	c cleaning 5625 clauses out of 11250 with flag 40869/18001
9.79/4.34	c cleaning 6804 clauses out of 13623 with flag 57518/26002
12.02/5.47	c cleaning 7897 clauses out of 15818 with flag 78017/35001
15.45/7.15	c cleaning 8954 clauses out of 17916 with flag 105870/45001
19.26/9.05	c cleaning 9942 clauses out of 19956 with flag 137778/56000
23.86/11.31	c cleaning 10976 clauses out of 22016 with flag 178463/68002
29.66/14.23	c cleaning 11987 clauses out of 24038 with flag 218263/81000
36.11/17.39	c cleaning 13004 clauses out of 26051 with flag 263223/95000
42.51/20.58	c cleaning 13988 clauses out of 28047 with flag 307285/110000
49.71/24.14	c cleaning 15013 clauses out of 30059 with flag 355319/126000
56.72/27.67	c cleaning 15997 clauses out of 32046 with flag 406875/143000
65.64/32.07	c cleaning 17003 clauses out of 34050 with flag 460846/161001
74.83/36.68	c cleaning 18003 clauses out of 36047 with flag 517780/180001
86.44/42.44	c cleaning 18989 clauses out of 38045 with flag 578580/200002
94.44/46.47	c cleaning 20014 clauses out of 40054 with flag 644190/221001
107.84/53.19	c cleaning 20990 clauses out of 42039 with flag 745838/243000
124.16/61.21	c cleaning 21990 clauses out of 44050 with flag 836730/266001
139.56/68.91	c cleaning 23011 clauses out of 46059 with flag 935005/290000
154.76/76.56	c cleaning 23995 clauses out of 48046 with flag 1042810/315000
170.55/84.48	c cleaning 25001 clauses out of 50051 with flag 1155797/341000
188.27/93.26	c cleaning 26009 clauses out of 52052 with flag 1264864/368002
206.27/102.28	c cleaning 27015 clauses out of 54041 with flag 1371510/396001
218.27/108.20	c cleaning 27997 clauses out of 56012 with flag 1468002/425000
237.49/117.88	c cleaning 29008 clauses out of 58015 with flag 1623090/455000
256.99/127.50	c cleaning 29977 clauses out of 60005 with flag 1761918/486002
277.80/137.93	c cleaning 30993 clauses out of 62027 with flag 1891524/518001
301.42/149.73	c cleaning 31995 clauses out of 64035 with flag 2021299/551002
321.49/159.74	c cleaning 33020 clauses out of 66039 with flag 2152550/585002
330.89/164.49	c cleaning 34006 clauses out of 68015 with flag 2240363/620000
344.90/171.46	c cleaning 34995 clauses out of 70008 with flag 2345642/656004
360.30/179.17	c cleaning 35990 clauses out of 72008 with flag 2476410/693000
376.11/187.06	c cleaning 36977 clauses out of 74018 with flag 2581744/731000
393.00/195.41	c cleaning 37995 clauses out of 76040 with flag 2699808/770001
412.80/205.38	c cleaning 38999 clauses out of 78044 with flag 2820434/810000
435.20/216.58	c cleaning 40016 clauses out of 80045 with flag 2942996/851000
461.80/229.82	c cleaning 40992 clauses out of 82029 with flag 3068402/893002
479.92/238.82	c cleaning 41994 clauses out of 84019 with flag 3214251/936001
496.51/247.13	c cleaning 42995 clauses out of 86017 with flag 3354756/980000
513.32/255.51	c cleaning 43990 clauses out of 88021 with flag 3505390/1025000
533.72/265.74	c cleaning 44985 clauses out of 90029 with flag 3660224/1071002
555.42/276.59	c cleaning 45992 clauses out of 92042 with flag 3805766/1118000
579.81/288.76	c cleaning 47020 clauses out of 94054 with flag 3961784/1166004
602.22/299.91	c cleaning 47990 clauses out of 96026 with flag 4119243/1215000
633.03/315.32	c cleaning 49002 clauses out of 98038 with flag 4269689/1265002
662.14/329.86	c cleaning 49980 clauses out of 100031 with flag 4424723/1316001
687.34/342.40	c cleaning 50982 clauses out of 102043 with flag 4586336/1368000
711.33/354.48	c cleaning 52010 clauses out of 104059 with flag 4744871/1421000
727.64/362.82	c cleaning 52963 clauses out of 106029 with flag 4890086/1475000
748.64/373.39	c cleaning 54020 clauses out of 108055 with flag 5052939/1530001
772.25/385.14	c cleaning 54991 clauses out of 110031 with flag 5225737/1586000
796.03/397.03	c cleaning 56001 clauses out of 112040 with flag 5405418/1643000
818.09/408.01	c cleaning 57012 clauses out of 114035 with flag 5583648/1701003
848.90/423.44	c cleaning 58003 clauses out of 116019 with flag 5781707/1760001
878.96/438.47	c cleaning 58976 clauses out of 118016 with flag 5968165/1820002
901.55/449.79	c cleaning 60001 clauses out of 120024 with flag 6148542/1881001
926.56/462.23	c cleaning 60978 clauses out of 122019 with flag 6342558/1943000
954.04/475.96	c cleaning 62013 clauses out of 124041 with flag 6525033/2006000
979.84/488.88	c cleaning 63010 clauses out of 126028 with flag 6707353/2070001
1022.53/510.20	c cleaning 64001 clauses out of 128016 with flag 6908282/2135002
1052.73/525.29	c cleaning 64979 clauses out of 130008 with flag 7112460/2201002
1077.93/537.83	c cleaning 65993 clauses out of 132025 with flag 7313189/2268000
1107.74/552.61	c cleaning 66989 clauses out of 134019 with flag 7518651/2336000
1135.53/566.57	c cleaning 68007 clauses out of 136026 with flag 7710605/2405000
1170.19/583.83	c cleaning 68997 clauses out of 138014 with flag 7876422/2475002
1192.99/595.24	c cleaning 69978 clauses out of 140003 with flag 8099269/2546001
1224.09/610.71	c cleaning 70993 clauses out of 142018 with flag 8350730/2618000
1260.29/628.82	c cleaning 71974 clauses out of 144025 with flag 8604333/2691000
1299.20/648.29	c cleaning 73006 clauses out of 146050 with flag 8843698/2765000
1336.79/667.09	c cleaning 73992 clauses out of 148043 with flag 9100259/2840004
1372.29/685.14	c cleaning 75002 clauses out of 150048 with flag 9319540/2916009
1453.97/725.90	c cleaning 75993 clauses out of 152037 with flag 9494438/2993000
1512.83/755.39	c cleaning 77015 clauses out of 154044 with flag 9680646/3071000
1562.30/780.03	c cleaning 77987 clauses out of 156031 with flag 9925730/3150004
1611.76/804.75	c cleaning 79013 clauses out of 158042 with flag 10210843/3230002
1661.46/829.57	c cleaning 80012 clauses out of 160025 with flag 10476248/3311004
1686.92/842.29	c cleaning 80973 clauses out of 161997 with flag 10722454/3393000
1729.19/863.35	c cleaning 81980 clauses out of 164024 with flag 11008734/3476000
1769.87/883.66	c cleaning 82996 clauses out of 166040 with flag 11358974/3560000
1800.14/898.71	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/898.71	c starts		: 3394
1800.14/898.71	c conflicts		: 3623233
1800.14/898.71	c decisions		: 16057218
1800.14/898.71	c propagations		: 464146190
1800.14/898.71	c inspects		: 7331817254
1800.14/898.71	c shortcuts		: 0
1800.14/898.71	c learnt literals	: 251
1800.14/898.71	c learnt binary clauses	: 1002
1800.14/898.71	c learnt ternary clauses	: 2052
1800.14/898.71	c learnt constraints	: 3622982
1800.14/898.71	c ignored constraints	: 0
1800.14/898.71	c root simplifications	: 0
1800.14/898.71	c removed literals (reason simplification)	: 5733011
1800.14/898.71	c reason swapping (by a shorter reason)	: 0
1800.14/898.71	c Calls to reduceDB	: 80
1800.14/898.71	c Number of update (reduction) of LBD	: 903259
1800.14/898.71	c Imported unit clauses	: 0
1800.14/898.71	c number of reductions to clauses (during analyze)	: 0
1800.14/898.71	c number of learned constraints concerned by reduction	: 0
1800.14/898.71	c number of learning phase by resolution	: 0
1800.14/898.71	c number of learning phase by cutting planes	: 0
1800.14/898.71	c speed (assignments/second)	: 517453.7587752695
1800.14/898.71	c non guided choices	4360075
1800.14/898.74	c learnt constraints type 
1800.14/898.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1002
1800.14/898.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145275
1800.14/898.74	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/898.74	c starts		: 1
1800.14/898.74	c conflicts		: 2256
1800.14/898.74	c decisions		: 393845
1800.14/898.74	c propagations		: 6666015
1800.14/898.74	c inspects		: 195288982
1800.14/898.74	c shortcuts		: 0
1800.14/898.74	c learnt literals	: 0
1800.14/898.74	c learnt binary clauses	: 0
1800.14/898.74	c learnt ternary clauses	: 0
1800.14/898.74	c learnt constraints	: 2256
1800.14/898.74	c ignored constraints	: 0
1800.14/898.74	c root simplifications	: 0
1800.14/898.74	c removed literals (reason simplification)	: 0
1800.14/898.74	c reason swapping (by a shorter reason)	: 0
1800.14/898.74	c Calls to reduceDB	: 0
1800.14/898.74	c Number of update (reduction) of LBD	: 0
1800.14/898.74	c Imported unit clauses	: 0
1800.14/898.74	c number of reductions to clauses (during analyze)	: 0
1800.14/898.74	c number of learned constraints concerned by reduction	: 0
1800.14/898.74	c number of learning phase by resolution	: 0
1800.14/898.74	c number of learning phase by cutting planes	: 0
1800.14/898.74	c speed (assignments/second)	: 7431.364832761248
1800.14/898.74	c non guided choices	0
1800.14/898.74	c learnt constraints type 
1800.14/898.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2256
1800.14/898.74	s UNKNOWN
1800.14/898.74	c Total wall clock time (in seconds): 898.625

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-4100466-1466209744/watcher-4100466-1466209744 -o /tmp/evaluation-result-4100466-1466209744/solver-4100466-1466209744 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100466-1466209744.opb 

pid=15309
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: 4.10 4.00 3.92 4/197 15312
/proc/meminfo: memFree=28295160/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/15312/stat : 15312 (java) R 15309 15312 13538 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 23024351 2560000 46 33554432000 1073741824 1073778376 140737382768032 140737382765160 224913354119 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 892 47 37 9 0 30 0

[startup+0.10021 s]
/proc/loadavg: 4.10 4.00 3.92 4/197 15312
/proc/meminfo: memFree=28295160/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 4410 0 1 0 8 2 0 0 20 0 18 0 23024351 9787879424 6047 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2389619 6047 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 4.10 4.00 3.92 4/197 15312
/proc/meminfo: memFree=28295160/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 5040 0 1 0 26 2 0 0 20 0 18 0 23024351 9787879424 7913 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2389619 7913 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300204 s]
/proc/loadavg: 4.10 4.00 3.92 4/197 15312
/proc/meminfo: memFree=28295160/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 5576 0 1 0 44 3 0 0 20 0 18 0 23024351 9787879424 12756 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2389619 12756 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700253 s]
/proc/loadavg: 4.10 4.00 3.92 4/197 15312
/proc/meminfo: memFree=28295160/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9558476 CPUtime=1.52 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 17573 0 1 0 146 6 0 0 20 0 18 0 23024351 9787879424 42088 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2389619 42088 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.10 4.00 3.92 4/215 15330
/proc/meminfo: memFree=28035820/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9558476 CPUtime=2.94 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 18865 0 1 0 269 25 0 0 20 0 18 0 23024351 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2389619 133115 2269 9 0 2380296 0
[pid=15312/tid=15314] ppid=15309 vsize=9558476 CPUtime=1.26 cores=0,2,4,6
/proc/15312/task/15314/stat : 15314 (java) R 15309 15312 13538 0 -1 4202560 2759 0 1 0 119 7 0 0 20 0 18 0 23024352 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663443124240 139663293977337 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15315] ppid=15309 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/15312/task/15315/stat : 15315 (java) S 15309 15312 13538 0 -1 4202560 111 0 0 0 6 2 0 0 20 0 18 0 23024353 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663415585832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15316] ppid=15309 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15312/task/15316/stat : 15316 (java) S 15309 15312 13538 0 -1 4202560 119 0 0 0 5 2 0 0 20 0 18 0 23024353 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663414533032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15317] ppid=15309 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/15312/task/15317/stat : 15317 (java) S 15309 15312 13538 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 23024353 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663413480232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15318] ppid=15309 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15312/task/15318/stat : 15318 (java) S 15309 15312 13538 0 -1 4202560 137 0 0 0 7 3 0 0 20 0 18 0 23024353 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663412427432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15319] ppid=15309 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15312/task/15319/stat : 15319 (java) S 15309 15312 13538 0 -1 4202560 95 0 0 0 8 1 0 0 20 0 18 0 23024353 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663282580008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15320] ppid=15309 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15312/task/15320/stat : 15320 (java) S 15309 15312 13538 0 -1 4202560 114 0 0 0 7 2 0 0 20 0 18 0 23024353 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663281527208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15321] ppid=15309 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15312/task/15321/stat : 15321 (java) S 15309 15312 13538 0 -1 4202560 152 0 0 0 6 3 0 0 20 0 18 0 23024353 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663280474408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15322] ppid=15309 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15312/task/15322/stat : 15322 (java) S 15309 15312 13538 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 18 0 23024353 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139663279421608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15323] ppid=15309 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15323/stat : 15323 (java) S 15309 15312 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 23024354 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139662796909544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15324] ppid=15309 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15324/stat : 15324 (java) S 15309 15312 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23024354 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139662795855608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15325] ppid=15309 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15325/stat : 15325 (java) S 15309 15312 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23024354 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139662794802696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15326] ppid=15309 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15326/stat : 15326 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23024357 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139662793751184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15327] ppid=15309 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/15312/task/15327/stat : 15327 (java) S 15309 15312 13538 0 -1 4202560 8881 0 0 0 47 2 0 0 20 0 18 0 23024357 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139662792698296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15328] ppid=15309 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/15312/task/15328/stat : 15328 (java) S 15309 15312 13538 0 -1 4202560 4975 0 0 0 36 1 0 0 20 0 18 0 23024357 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139662791645496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15329] ppid=15309 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15329/stat : 15329 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23024357 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139662790592888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15330] ppid=15309 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15330/stat : 15330 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23024357 9787879424 133115 33554432000 1073741824 1073778376 140737382768032 139662789540296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9558476

[startup+3.10092 s]
/proc/loadavg: 4.10 4.00 3.92 7/219 15334
/proc/meminfo: memFree=27619056/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9824732 CPUtime=7.26 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 21469 0 1 0 697 29 0 0 20 0 22 0 23024351 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2456183 167902 2282 9 0 2446860 0
[pid=15312/tid=15314] ppid=15309 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/15312/task/15314/stat : 15314 (java) S 15309 15312 13538 0 -1 4202560 2825 0 1 0 127 9 0 0 20 0 22 0 23024352 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663443133304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15315] ppid=15309 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15312/task/15315/stat : 15315 (java) S 15309 15312 13538 0 -1 4202560 114 0 0 0 7 2 0 0 20 0 22 0 23024353 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663415585832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15316] ppid=15309 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15312/task/15316/stat : 15316 (java) S 15309 15312 13538 0 -1 4202560 124 0 0 0 7 2 0 0 20 0 22 0 23024353 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663414533032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15317] ppid=15309 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15312/task/15317/stat : 15317 (java) S 15309 15312 13538 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 23024353 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663413480232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15318] ppid=15309 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15312/task/15318/stat : 15318 (java) S 15309 15312 13538 0 -1 4202560 141 0 0 0 9 3 0 0 20 0 22 0 23024353 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663412427432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15319] ppid=15309 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15312/task/15319/stat : 15319 (java) S 15309 15312 13538 0 -1 4202560 97 0 0 0 9 2 0 0 20 0 22 0 23024353 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663282580008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15320] ppid=15309 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15312/task/15320/stat : 15320 (java) S 15309 15312 13538 0 -1 4202560 127 0 0 0 9 3 0 0 20 0 22 0 23024353 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663281527208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15321] ppid=15309 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15312/task/15321/stat : 15321 (java) S 15309 15312 13538 0 -1 4202560 157 0 0 0 7 3 0 0 20 0 22 0 23024353 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663280474408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15322] ppid=15309 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15312/task/15322/stat : 15322 (java) S 15309 15312 13538 0 -1 4202560 49 0 0 0 8 2 0 0 20 0 22 0 23024353 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139663279421608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15323] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15323/stat : 15323 (java) S 15309 15312 13538 0 -1 4202560 477 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662796909544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15324] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15324/stat : 15324 (java) S 15309 15312 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662795855608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15325] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15325/stat : 15325 (java) S 15309 15312 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662794802696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15326] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15326/stat : 15326 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662793751184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15327] ppid=15309 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/15312/task/15327/stat : 15327 (java) S 15309 15312 13538 0 -1 4202560 8959 0 0 0 101 2 0 0 20 0 22 0 23024357 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662792698296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15328] ppid=15309 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/15312/task/15328/stat : 15328 (java) S 15309 15312 13538 0 -1 4202560 7049 0 0 0 99 2 0 0 20 0 22 0 23024357 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662791645496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15329] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15329/stat : 15329 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662790592888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15330] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15330/stat : 15330 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662789540296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15331] ppid=15309 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/15312/task/15331/stat : 15331 (java) R 15309 15312 13538 0 -1 4202560 25 0 0 0 145 0 0 0 20 0 22 0 23024514 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662788477472 139663294700399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15332] ppid=15309 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/15312/task/15332/stat : 15332 (java) R 15309 15312 13538 0 -1 4202560 24 0 0 0 145 0 0 0 20 0 22 0 23024514 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662787431240 139663294743341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15333] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15333/stat : 15333 (java) S 15309 15312 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23024524 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662786381224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15334] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15334/stat : 15334 (java) S 15309 15312 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23024524 10060525568 167902 33554432000 1073741824 1073778376 140737382768032 139662785328424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.18 4.02 3.93 5/219 15334
/proc/meminfo: memFree=27576440/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9824732 CPUtime=13.83 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 21567 0 1 0 1350 33 0 0 20 0 22 0 23024351 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2456183 177978 2282 9 0 2446860 0
[pid=15312/tid=15314] ppid=15309 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/15312/task/15314/stat : 15314 (java) S 15309 15312 13538 0 -1 4202560 2825 0 1 0 127 9 0 0 20 0 22 0 23024352 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663443133304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15315] ppid=15309 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/15312/task/15315/stat : 15315 (java) S 15309 15312 13538 0 -1 4202560 146 0 0 0 9 4 0 0 20 0 22 0 23024353 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663415585832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15316] ppid=15309 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15312/task/15316/stat : 15316 (java) S 15309 15312 13538 0 -1 4202560 135 0 0 0 8 3 0 0 20 0 22 0 23024353 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663414533032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15317] ppid=15309 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15312/task/15317/stat : 15317 (java) S 15309 15312 13538 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 23024353 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663413480232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15318] ppid=15309 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/15312/task/15318/stat : 15318 (java) S 15309 15312 13538 0 -1 4202560 152 0 0 0 10 3 0 0 20 0 22 0 23024353 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663412427432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15319] ppid=15309 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15312/task/15319/stat : 15319 (java) S 15309 15312 13538 0 -1 4202560 104 0 0 0 10 2 0 0 20 0 22 0 23024353 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663282580008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15320] ppid=15309 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/15312/task/15320/stat : 15320 (java) S 15309 15312 13538 0 -1 4202560 132 0 0 0 11 3 0 0 20 0 22 0 23024353 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663281527208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15321] ppid=15309 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15312/task/15321/stat : 15321 (java) S 15309 15312 13538 0 -1 4202560 165 0 0 0 9 3 0 0 20 0 22 0 23024353 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663280474408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15322] ppid=15309 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15312/task/15322/stat : 15322 (java) S 15309 15312 13538 0 -1 4202560 64 0 0 0 9 3 0 0 20 0 22 0 23024353 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139663279421608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15323] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15323/stat : 15323 (java) S 15309 15312 13538 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139662796909544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15324] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15324/stat : 15324 (java) S 15309 15312 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139662795855608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15325] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15325/stat : 15325 (java) S 15309 15312 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139662794802696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15326] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15326/stat : 15326 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139662793751184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15327] ppid=15309 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/15312/task/15327/stat : 15327 (java) S 15309 15312 13538 0 -1 4202560 8959 0 0 0 110 2 0 0 20 0 22 0 23024357 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139662792698296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15328] ppid=15309 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/15312/task/15328/stat : 15328 (java) S 15309 15312 13538 0 -1 4202560 7049 0 0 0 101 2 0 0 20 0 22 0 23024357 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139662791645496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15329] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15329/stat : 15329 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139662790592888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15330] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15330/stat : 15330 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 177978 33554432000 1073741824 1073778376 140737382768032 139662789540296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15331] ppid=15309 vsize=9824732 CPUtime=4.61 cores=0,2,4,6

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

[startup+882.308 s]
/proc/loadavg: 4.07 4.13 4.03 5/219 15436
/proc/meminfo: memFree=25743300/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9824732 CPUtime=1767.28 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 30915 0 1 0 176588 140 0 0 20 0 22 0 23024351 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2456183 709971 2292 9 0 2446860 0
[pid=15312/tid=15314] ppid=15309 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/15312/task/15314/stat : 15314 (java) S 15309 15312 13538 0 -1 4202560 2827 0 1 0 129 10 0 0 20 0 22 0 23024352 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663443133304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15315] ppid=15309 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/15312/task/15315/stat : 15315 (java) S 15309 15312 13538 0 -1 4202560 454 0 0 0 69 9 0 0 20 0 22 0 23024353 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663415585832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15316] ppid=15309 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/15312/task/15316/stat : 15316 (java) S 15309 15312 13538 0 -1 4202560 390 0 0 0 65 11 0 0 20 0 22 0 23024353 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663414533032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15317] ppid=15309 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/15312/task/15317/stat : 15317 (java) S 15309 15312 13538 0 -1 4202560 259 0 0 0 80 12 0 0 20 0 22 0 23024353 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663413480232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15318] ppid=15309 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/15312/task/15318/stat : 15318 (java) S 15309 15312 13538 0 -1 4202560 460 0 0 0 78 12 0 0 20 0 22 0 23024353 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663412427432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15319] ppid=15309 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/15312/task/15319/stat : 15319 (java) S 15309 15312 13538 0 -1 4202560 321 0 0 0 64 10 0 0 20 0 22 0 23024353 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663282580008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15320] ppid=15309 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/15312/task/15320/stat : 15320 (java) S 15309 15312 13538 0 -1 4202560 438 0 0 0 73 10 0 0 20 0 22 0 23024353 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663281527208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15321] ppid=15309 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/15312/task/15321/stat : 15321 (java) S 15309 15312 13538 0 -1 4202560 391 0 0 0 65 10 0 0 20 0 22 0 23024353 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663280474408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15322] ppid=15309 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/15312/task/15322/stat : 15322 (java) S 15309 15312 13538 0 -1 4202560 380 0 0 0 72 11 0 0 20 0 22 0 23024353 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139663279421608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15323] ppid=15309 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/15312/task/15323/stat : 15323 (java) S 15309 15312 13538 0 -1 4202560 4113 0 0 0 133 4 0 0 20 0 22 0 23024354 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662796909544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15324] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15324/stat : 15324 (java) S 15309 15312 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662795855608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15325] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15325/stat : 15325 (java) S 15309 15312 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662794802696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15326] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15326/stat : 15326 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662793751184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15327] ppid=15309 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/15312/task/15327/stat : 15327 (java) S 15309 15312 13538 0 -1 4202560 8967 0 0 0 119 2 0 0 20 0 22 0 23024357 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662792698296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15328] ppid=15309 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/15312/task/15328/stat : 15328 (java) S 15309 15312 13538 0 -1 4202560 9124 0 0 0 130 3 0 0 20 0 22 0 23024357 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662791645496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15329] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15329/stat : 15329 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662790592888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15330] ppid=15309 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/15312/task/15330/stat : 15330 (java) S 15309 15312 13538 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 23024357 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662789540296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15331] ppid=15309 vsize=9824732 CPUtime=877.58 cores=0,2,4,6
/proc/15312/task/15331/stat : 15331 (java) R 15309 15312 13538 0 -1 4202560 54 0 0 0 87743 15 0 0 20 0 22 0 23024514 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662788484064 139663294394835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15332] ppid=15309 vsize=9824732 CPUtime=877.77 cores=0,2,4,6
/proc/15312/task/15332/stat : 15332 (java) R 15309 15312 13538 0 -1 4202560 1422 0 0 0 87738 39 0 0 20 0 22 0 23024514 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662787432368 139663294431602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15333] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15333/stat : 15333 (java) S 15309 15312 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23024524 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662786381224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15334] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15334/stat : 15334 (java) S 15309 15312 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23024524 10060525568 709971 33554432000 1073741824 1073778376 140737382768032 139662785328424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1767.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.701 s]
/proc/loadavg: 4.05 4.12 4.03 5/219 15438
/proc/meminfo: memFree=25772580/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 30931 0 1 0 179874 140 0 0 20 0 22 0 23024351 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2456183 702627 2292 9 0 2446860 0
[pid=15312/tid=15314] ppid=15309 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/15312/task/15314/stat : 15314 (java) S 15309 15312 13538 0 -1 4202560 2827 0 1 0 129 10 0 0 20 0 22 0 23024352 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663443133304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15315] ppid=15309 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/15312/task/15315/stat : 15315 (java) S 15309 15312 13538 0 -1 4202560 458 0 0 0 74 9 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663415585832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15316] ppid=15309 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/15312/task/15316/stat : 15316 (java) S 15309 15312 13538 0 -1 4202560 395 0 0 0 69 11 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663414533032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15317] ppid=15309 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/15312/task/15317/stat : 15317 (java) S 15309 15312 13538 0 -1 4202560 265 0 0 0 82 12 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663413480232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15318] ppid=15309 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/15312/task/15318/stat : 15318 (java) S 15309 15312 13538 0 -1 4202560 460 0 0 0 81 12 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663412427432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15319] ppid=15309 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/15312/task/15319/stat : 15319 (java) S 15309 15312 13538 0 -1 4202560 321 0 0 0 65 10 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663282580008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15320] ppid=15309 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/15312/task/15320/stat : 15320 (java) S 15309 15312 13538 0 -1 4202560 438 0 0 0 74 10 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663281527208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15321] ppid=15309 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/15312/task/15321/stat : 15321 (java) S 15309 15312 13538 0 -1 4202560 391 0 0 0 66 10 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663280474408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15322] ppid=15309 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/15312/task/15322/stat : 15322 (java) S 15309 15312 13538 0 -1 4202560 380 0 0 0 73 11 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663279421608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15323] ppid=15309 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/15312/task/15323/stat : 15323 (java) S 15309 15312 13538 0 -1 4202560 4113 0 0 0 133 4 0 0 20 0 22 0 23024354 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662796909544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15324] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15324/stat : 15324 (java) S 15309 15312 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662795855608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15325] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15325/stat : 15325 (java) S 15309 15312 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662794802696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15326] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15326/stat : 15326 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662793751184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15327] ppid=15309 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/15312/task/15327/stat : 15327 (java) S 15309 15312 13538 0 -1 4202560 8967 0 0 0 119 2 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662792698296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15328] ppid=15309 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/15312/task/15328/stat : 15328 (java) S 15309 15312 13538 0 -1 4202560 9124 0 0 0 130 3 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662791645496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15329] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15329/stat : 15329 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662790592888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15330] ppid=15309 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15312/task/15330/stat : 15330 (java) S 15309 15312 13538 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662789540296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15331] ppid=15309 vsize=9824732 CPUtime=893.94 cores=0,2,4,6
/proc/15312/task/15331/stat : 15331 (java) R 15309 15312 13538 0 -1 4202560 54 0 0 0 89379 15 0 0 20 0 22 0 23024514 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662788485184 139663294527373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15332] ppid=15309 vsize=9824732 CPUtime=894.11 cores=0,2,4,6
/proc/15312/task/15332/stat : 15332 (java) R 15309 15312 13538 0 -1 4202560 1423 0 0 0 89372 39 0 0 20 0 22 0 23024514 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662787433520 139663294431602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15333] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15333/stat : 15333 (java) S 15309 15312 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23024524 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662786381224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15334] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15334/stat : 15334 (java) S 15309 15312 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23024524 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662785328424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 15312 sig 9
??? kill -15312 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.701 s]
/proc/loadavg: 4.05 4.12 4.03 5/219 15438
/proc/meminfo: memFree=25772580/32872528 swapFree=163656/177964
[pid=15312] ppid=15309 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/15312/stat : 15312 (java) S 15309 15312 13538 0 -1 4202496 30931 0 1 0 179874 140 0 0 20 0 22 0 23024351 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 140737382759168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15312/statm: 2456183 702627 2292 9 0 2446860 0
[pid=15312/tid=15314] ppid=15309 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/15312/task/15314/stat : 15314 (java) S 15309 15312 13538 0 -1 4202560 2827 0 1 0 129 10 0 0 20 0 22 0 23024352 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663443133304 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15315] ppid=15309 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/15312/task/15315/stat : 15315 (java) S 15309 15312 13538 0 -1 4202560 458 0 0 0 74 9 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663415585832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15316] ppid=15309 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/15312/task/15316/stat : 15316 (java) S 15309 15312 13538 0 -1 4202560 395 0 0 0 69 11 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663414533032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15317] ppid=15309 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/15312/task/15317/stat : 15317 (java) S 15309 15312 13538 0 -1 4202560 265 0 0 0 82 12 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663413480232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15318] ppid=15309 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/15312/task/15318/stat : 15318 (java) S 15309 15312 13538 0 -1 4202560 460 0 0 0 81 12 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663412427432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15319] ppid=15309 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/15312/task/15319/stat : 15319 (java) S 15309 15312 13538 0 -1 4202560 321 0 0 0 65 10 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663282580008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15320] ppid=15309 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/15312/task/15320/stat : 15320 (java) S 15309 15312 13538 0 -1 4202560 438 0 0 0 74 10 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663281527208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15321] ppid=15309 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/15312/task/15321/stat : 15321 (java) S 15309 15312 13538 0 -1 4202560 391 0 0 0 66 10 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663280474408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15322] ppid=15309 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/15312/task/15322/stat : 15322 (java) S 15309 15312 13538 0 -1 4202560 380 0 0 0 73 11 0 0 20 0 22 0 23024353 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139663279421608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15323] ppid=15309 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/15312/task/15323/stat : 15323 (java) S 15309 15312 13538 0 -1 4202560 4113 0 0 0 133 4 0 0 20 0 22 0 23024354 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662796909544 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15324] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15324/stat : 15324 (java) S 15309 15312 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662795855608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15325] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15325/stat : 15325 (java) S 15309 15312 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23024354 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662794802696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15326] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15326/stat : 15326 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662793751184 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15327] ppid=15309 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/15312/task/15327/stat : 15327 (java) S 15309 15312 13538 0 -1 4202560 8967 0 0 0 119 2 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662792698296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15312/tid=15328] ppid=15309 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/15312/task/15328/stat : 15328 (java) S 15309 15312 13538 0 -1 4202560 9124 0 0 0 130 3 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662791645496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15329] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15329/stat : 15329 (java) S 15309 15312 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662790592888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15312/tid=15330] ppid=15309 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15312/task/15330/stat : 15330 (java) S 15309 15312 13538 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 23024357 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662789540296 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15331] ppid=15309 vsize=9824732 CPUtime=893.94 cores=0,2,4,6
/proc/15312/task/15331/stat : 15331 (java) R 15309 15312 13538 0 -1 4202560 54 0 0 0 89379 15 0 0 20 0 22 0 23024514 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662788485184 139663294527373 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15332] ppid=15309 vsize=9824732 CPUtime=894.11 cores=0,2,4,6
/proc/15312/task/15332/stat : 15332 (java) R 15309 15312 13538 0 -1 4202560 1423 0 0 0 89372 39 0 0 20 0 22 0 23024514 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662787433520 139663294431602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15312/tid=15333] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15333/stat : 15333 (java) S 15309 15312 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23024524 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662786381224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15312/tid=15334] ppid=15309 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15312/task/15334/stat : 15334 (java) S 15309 15312 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23024524 10060525568 702627 33554432000 1073741824 1073778376 140737382768032 139662785328424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.76
CPU time (s): 1800.76
CPU user time (s): 1798.84
CPU system time (s): 1.92471
CPU usage (%): 200.361
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.92471
maximum resident set size= 3096748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30972
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22198
involuntary context switches= 17356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.42417 second user time and 7.51386 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 02:29:04
IDJOB=4100466
IDBENCH=1620
IDSOLVER=2543
FILE ID=node105/4100466-1466209744
RUNJOBID= node105-1466206102-13554
PBS_JOBID= 19918167
Free space on /tmp= 71744 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/unibo/normalized-reduced-mps-v2-20-10-A1C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100466-1466209744/watcher-4100466-1466209744 -o /tmp/evaluation-result-4100466-1466209744/solver-4100466-1466209744 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13554 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100466-1466209744.opb

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

MD5SUM BENCH= 8e9a545df4abbe3f7a2b003048b42200
RANDOM SEED=1863669242

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28295688 kB
Buffers:           38552 kB
Cached:            81588 kB
SwapCached:         1776 kB
Active:          3591168 kB
Inactive:          74868 kB
Active(anon):    3546744 kB
Inactive(anon):     1384 kB
Active(file):      44424 kB
Inactive(file):    73484 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:              3556 kB
Writeback:             0 kB
AnonPages:       3810704 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             570680 kB
SReclaimable:      14572 kB
SUnreclaim:       556108 kB
KernelStack:        1808 kB
PageTables:        11808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4074280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3588096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node105 at 2016-06-18 02:44:03