Trace number 3709824

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 NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.07 1795.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709824-1338124645.opb
0.10/0.11	c reading problem ... 
0.27/0.25	c ... done. Wall clock time 0.137s.
0.27/0.25	c declared #vars     490
0.27/0.25	c #constraints  1085
0.27/0.25	c constraints type 
0.27/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
0.27/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.27/0.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.27/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
0.27/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
0.27/0.25	c 1085 constraints processed.
1.18/0.74	c cleaning 2493 clauses out of 4994 with flag 5000/5000
1.67/1.17	c cleaning 4240 clauses out of 8501 with flag 11000/11000
2.29/1.74	c cleaning 5626 clauses out of 11261 with flag 18000/18000
2.93/2.39	c cleaning 6811 clauses out of 13633 with flag 26001/26001
3.78/3.20	c cleaning 7904 clauses out of 15822 with flag 35001/35001
4.71/4.01	c cleaning 8957 clauses out of 17919 with flag 45002/45002
5.63/4.96	c cleaning 9976 clauses out of 19961 with flag 56001/56001
6.73/6.03	c cleaning 10982 clauses out of 21984 with flag 68000/68000
8.05/7.30	c cleaning 11993 clauses out of 24002 with flag 81000/81000
9.46/8.80	c cleaning 12999 clauses out of 26009 with flag 95000/95000
11.07/10.31	c cleaning 13999 clauses out of 28009 with flag 110001/110001
12.88/12.11	c cleaning 15001 clauses out of 30011 with flag 126002/126002
14.71/13.90	c cleaning 15998 clauses out of 32008 with flag 143000/143000
16.83/16.02	c cleaning 16999 clauses out of 34010 with flag 161000/161000
19.14/18.30	c cleaning 18000 clauses out of 36007 with flag 180000/180000
21.57/20.78	c cleaning 19002 clauses out of 38007 with flag 200000/200000
23.99/23.15	c cleaning 19999 clauses out of 40006 with flag 221001/221001
26.92/26.09	c cleaning 20996 clauses out of 42007 with flag 243001/243001
30.03/29.18	c cleaning 21995 clauses out of 44010 with flag 266000/266000
34.05/33.11	c cleaning 23002 clauses out of 46016 with flag 290001/290001
37.17/36.23	c cleaning 23999 clauses out of 48013 with flag 315000/315000
40.59/39.69	c cleaning 25001 clauses out of 50014 with flag 341000/341000
45.11/44.19	c cleaning 25993 clauses out of 52013 with flag 368000/368000
50.05/49.05	c cleaning 27003 clauses out of 54020 with flag 396000/396000
55.55/54.56	c cleaning 28008 clauses out of 56019 with flag 425002/425002
59.99/58.96	c cleaning 28996 clauses out of 58009 with flag 455000/455000
64.93/63.83	c cleaning 30007 clauses out of 60016 with flag 486003/486003
70.05/68.95	c cleaning 30999 clauses out of 62006 with flag 518000/518000
76.76/75.61	c cleaning 31995 clauses out of 64007 with flag 551000/551000
84.18/83.05	c cleaning 33003 clauses out of 66012 with flag 585000/585000
92.10/90.93	c cleaning 34005 clauses out of 68011 with flag 620002/620002
98.14/97.00	c cleaning 34997 clauses out of 70004 with flag 656000/656000
105.17/103.95	c cleaning 35997 clauses out of 72007 with flag 693000/693000
114.51/113.27	c cleaning 36995 clauses out of 74010 with flag 731000/731000
122.52/121.24	c cleaning 37999 clauses out of 76016 with flag 770001/770001
132.06/130.74	c cleaning 39005 clauses out of 78016 with flag 810000/810000
140.90/139.51	c cleaning 39996 clauses out of 80011 with flag 851000/851000
150.63/149.29	c cleaning 41004 clauses out of 82016 with flag 893001/893001
159.57/158.13	c cleaning 41978 clauses out of 84011 with flag 936000/936000
168.02/166.57	c cleaning 43008 clauses out of 86033 with flag 980000/980000
177.25/175.74	c cleaning 44004 clauses out of 88027 with flag 1025002/1025002
186.78/185.28	c cleaning 45007 clauses out of 90022 with flag 1071001/1071001
201.12/199.53	c cleaning 46002 clauses out of 92017 with flag 1118003/1118003
218.85/217.23	c cleaning 47003 clauses out of 94014 with flag 1166002/1166002
240.12/238.40	c cleaning 48001 clauses out of 96009 with flag 1215000/1215000
265.06/263.39	c cleaning 48995 clauses out of 98008 with flag 1265000/1265000
295.22/293.46	c cleaning 50004 clauses out of 100019 with flag 1316006/1316006
316.99/315.11	c cleaning 51004 clauses out of 102010 with flag 1368001/1368001
327.94/326.05	c cleaning 51993 clauses out of 104005 with flag 1421000/1421000
341.77/339.88	c cleaning 52997 clauses out of 106012 with flag 1475000/1475000
361.37/359.47	c cleaning 53997 clauses out of 108015 with flag 1530000/1530000
376.01/374.06	c cleaning 55007 clauses out of 110020 with flag 1586002/1586002
393.14/391.16	c cleaning 55992 clauses out of 112011 with flag 1643000/1643000
409.80/407.71	c cleaning 57007 clauses out of 114020 with flag 1701001/1701001
429.54/427.47	c cleaning 57999 clauses out of 116012 with flag 1760000/1760000
448.96/446.87	c cleaning 59004 clauses out of 118014 with flag 1820001/1820001
480.49/478.31	c cleaning 60002 clauses out of 120012 with flag 1881003/1881003
516.63/514.47	c cleaning 60991 clauses out of 122008 with flag 1943001/1943001
548.58/546.30	c cleaning 61997 clauses out of 124016 with flag 2006000/2006000
567.53/565.21	c cleaning 63008 clauses out of 126019 with flag 2070000/2070000
589.86/587.54	c cleaning 63998 clauses out of 128012 with flag 2135001/2135001
614.43/612.01	c cleaning 65003 clauses out of 130017 with flag 2201004/2201004
636.58/634.10	c cleaning 66000 clauses out of 132012 with flag 2268002/2268002
658.54/656.07	c cleaning 67000 clauses out of 134012 with flag 2336002/2336002
690.01/687.42	c cleaning 67998 clauses out of 136011 with flag 2405001/2405001
715.54/713.00	c cleaning 68998 clauses out of 138012 with flag 2475000/2475000
746.28/743.67	c cleaning 70002 clauses out of 140014 with flag 2546000/2546000
781.73/779.02	c cleaning 70996 clauses out of 142012 with flag 2618000/2618000
814.50/811.74	c cleaning 72005 clauses out of 144016 with flag 2691000/2691000
842.94/840.14	c cleaning 73002 clauses out of 146014 with flag 2765003/2765003
874.29/871.40	c cleaning 73999 clauses out of 148009 with flag 2840000/2840000
905.12/902.22	c cleaning 74999 clauses out of 150011 with flag 2916001/2916001
936.19/933.21	c cleaning 76003 clauses out of 152012 with flag 2993001/2993001
968.02/965.08	c cleaning 76999 clauses out of 154009 with flag 3071001/3071001
999.61/996.59	c cleaning 77999 clauses out of 156010 with flag 3150001/3150001
1027.76/1024.67	c cleaning 79002 clauses out of 158011 with flag 3230001/3230001
1060.99/1057.86	c cleaning 80000 clauses out of 160008 with flag 3311000/3311000
1098.30/1095.09	c cleaning 81003 clauses out of 162009 with flag 3393001/3393001
1137.52/1134.11	c cleaning 81997 clauses out of 164005 with flag 3476000/3476000
1174.76/1171.36	c cleaning 82999 clauses out of 166008 with flag 3560000/3560000
1210.44/1206.90	c cleaning 84002 clauses out of 168012 with flag 3645003/3645003
1243.98/1240.45	c cleaning 84995 clauses out of 170007 with flag 3731000/3731000
1281.95/1278.35	c cleaning 86003 clauses out of 172015 with flag 3818003/3818003
1322.59/1318.95	c cleaning 87000 clauses out of 174009 with flag 3906000/3906000
1370.21/1366.54	c cleaning 87991 clauses out of 176011 with flag 3995002/3995002
1414.06/1410.34	c cleaning 89004 clauses out of 178018 with flag 4085000/4085000
1471.32/1467.53	c cleaning 90000 clauses out of 180015 with flag 4176001/4176001
1527.51/1523.69	c cleaning 91000 clauses out of 182015 with flag 4268001/4268001
1584.97/1581.02	c cleaning 91999 clauses out of 184014 with flag 4361000/4361000
1643.92/1639.97	c cleaning 92998 clauses out of 186016 with flag 4455001/4455001
1688.85/1684.89	c cleaning 94003 clauses out of 188017 with flag 4550000/4550000
1733.34/1729.23	c cleaning 94998 clauses out of 190014 with flag 4646000/4646000
1787.11/1782.91	c cleaning 96002 clauses out of 192016 with flag 4743000/4743000
1800.07/1795.81	c starts		: 271
1800.07/1795.81	c conflicts		: 4785718
1800.07/1795.81	c decisions		: 5921623
1800.07/1795.81	c propagations		: 149151690
1800.07/1795.81	c inspects		: 23697270347
1800.07/1795.81	c shortcuts		: 0
1800.07/1795.81	c learnt literals	: 7
1800.07/1795.81	c learnt binary clauses	: 56
1800.07/1795.81	c learnt ternary clauses	: 70
1800.07/1795.81	c learnt constraints	: 4785711
1800.07/1795.81	c ignored constraints	: 0
1800.07/1795.81	c root simplifications	: 278
1800.07/1795.81	c removed literals (reason simplification)	: 10311127
1800.07/1795.81	c reason swapping (by a shorter reason)	: 0
1800.07/1795.81	c Calls to reduceDB	: 93
1800.07/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.81	c number of learned constraints concerned by reduction	: 0
1800.07/1795.81	c number of learning phase by resolution	: 0
1800.07/1795.81	c number of learning phase by cutting planes	: 0
1800.07/1795.81	c speed (assignments/second)	: 83066.9518144757
1800.07/1795.81	c non guided choices	27
1800.07/1795.84	c learnt constraints type 
1800.07/1795.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
1800.07/1795.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138717
1800.07/1795.84	c constraints type 
1800.07/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
1800.07/1795.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.07/1795.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
1800.07/1795.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
1800.07/1795.84	c 1085 constraints processed.
1800.07/1795.84	s UNKNOWN
1800.07/1795.84	c Total wall clock time (in seconds): 1795.73

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3709824-1338124645/watcher-3709824-1338124645 -o /tmp/evaluation-result-3709824-1338124645/solver-3709824-1338124645 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709824-1338124645.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 17206
/proc/meminfo: memFree=27604924/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 1150 0 0 0 0 0 0 0 20 0 2 0 278590206 91889664 870 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 22434 872 658 9 0 16769 0
[pid=17206/tid=17207] ppid=17204 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 278590206 91893760 886 33554432000 1073741824 1073778376 140733806012224 140733806001288 270330054016 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0213459 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 17206
/proc/meminfo: memFree=27604924/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 2778 0 1 0 1 0 0 0 20 0 10 0 278590206 9233014784 3477 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2254154 3477 1538 9 0 2244855 0
[pid=17206/tid=17207] ppid=17204 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 1622 0 1 0 0 0 0 0 20 0 10 0 278590206 9233014784 3478 33554432000 1073741824 1073778376 140733806012224 139873076617920 139873079885746 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100289 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 17206
/proc/meminfo: memFree=27604924/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 4350 0 1 0 9 1 0 0 20 0 18 0 278590206 9787842560 6068 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2389610 6068 2116 9 0 2380296 0
[pid=17206/tid=17207] ppid=17204 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2495 0 1 0 7 0 0 0 20 0 18 0 278590206 9787842560 6068 33554432000 1073741824 1073778376 140733806012224 139873076605680 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300197 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 17206
/proc/meminfo: memFree=27604924/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 5879 0 1 0 50 1 0 0 20 0 19 0 278590206 9856004096 8574 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2406251 8574 2233 9 0 2396937 0
[pid=17206/tid=17207] ppid=17204 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2522 0 1 0 27 0 0 0 20 0 19 0 278590206 9856004096 8576 33554432000 1073741824 1073778376 140733806012224 139873076622096 139872941661711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700153 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 17206
/proc/meminfo: memFree=27604924/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 8920 0 1 0 115 3 0 0 20 0 19 0 278590206 9856004096 11108 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2406251 11108 2247 9 0 2396937 0
[pid=17206/tid=17207] ppid=17204 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2524 0 1 0 66 1 0 0 20 0 19 0 278590206 9856004096 11108 33554432000 1073741824 1073778376 140733806012224 139873076621752 139872942175674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 17225
/proc/meminfo: memFree=27558600/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9625004 CPUtime=2.09 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 9036 0 1 0 206 3 0 0 20 0 19 0 278590206 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2406251 14748 2276 9 0 2396937 0
[pid=17206/tid=17207] ppid=17204 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2528 0 1 0 144 1 0 0 20 0 19 0 278590206 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139873076621616 139872942137990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17209] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17209/stat : 17209 (java) S 17204 17206 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139873065683240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17210] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17210/stat : 17210 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139873064630440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17211] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17211/stat : 17211 (java) S 17204 17206 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139873063578152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17212] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17212/stat : 17212 (java) S 17204 17206 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139873062525352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17213] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17213/stat : 17213 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139873061473064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17214] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17214/stat : 17214 (java) S 17204 17206 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139873060420264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17215] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17215/stat : 17215 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872914062376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17216] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17216/stat : 17216 (java) S 17204 17206 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872913009576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17217] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17217/stat : 17217 (java) S 17204 17206 16973 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 278590208 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872900810984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17218] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17218/stat : 17218 (java) S 17204 17206 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872899757048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17219] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17219/stat : 17219 (java) S 17204 17206 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872898704648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17220] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17220/stat : 17220 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872897653136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17221] ppid=17204 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/17206/task/17221/stat : 17221 (java) S 17204 17206 16973 0 -1 4202560 3042 0 0 0 26 0 0 0 20 0 19 0 278590211 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872896600760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17222] ppid=17204 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/17206/task/17222/stat : 17222 (java) S 17204 17206 16973 0 -1 4202560 2206 0 0 0 30 0 0 0 20 0 19 0 278590211 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872895547960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17223] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17223/stat : 17223 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872894495864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17224] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17224/stat : 17224 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872893443272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17225] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17225/stat : 17225 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590231 9856004096 14748 33554432000 1073741824 1073778376 140733806012224 139872892388264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 17225
/proc/meminfo: memFree=27545788/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9625004 CPUtime=3.78 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 9674 0 1 0 374 4 0 0 20 0 19 0 278590206 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2406251 16292 2276 9 0 2396937 0
[pid=17206/tid=17207] ppid=17204 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2528 0 1 0 300 1 0 0 20 0 19 0 278590206 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139873076621616 139872942237117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17209] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17209/stat : 17209 (java) S 17204 17206 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139873065683240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17210] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17210/stat : 17210 (java) S 17204 17206 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139873064630440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17211] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17211/stat : 17211 (java) S 17204 17206 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139873063578152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17212] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17212/stat : 17212 (java) S 17204 17206 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139873062525352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17213] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17213/stat : 17213 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139873061473064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17214] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17214/stat : 17214 (java) S 17204 17206 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139873060420264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17215] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17215/stat : 17215 (java) S 17204 17206 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872914062376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17216] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17216/stat : 17216 (java) S 17204 17206 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872913009576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17217] ppid=17204 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17206/task/17217/stat : 17217 (java) S 17204 17206 16973 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 278590208 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872900810984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17218] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17218/stat : 17218 (java) S 17204 17206 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872899757048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17219] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17219/stat : 17219 (java) S 17204 17206 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872898704648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17220] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17220/stat : 17220 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872897653136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17221] ppid=17204 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/17206/task/17221/stat : 17221 (java) S 17204 17206 16973 0 -1 4202560 3042 0 0 0 26 0 0 0 20 0 19 0 278590211 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872896600760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17222] ppid=17204 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/17206/task/17222/stat : 17222 (java) S 17204 17206 16973 0 -1 4202560 2828 0 0 0 38 0 0 0 20 0 19 0 278590211 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872895547960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17223] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17223/stat : 17223 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872894495864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17224] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17224/stat : 17224 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872893443272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17225] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17225/stat : 17225 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590231 9856004096 16292 33554432000 1073741824 1073778376 140733806012224 139872892388264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.06 2.01 2.00 3/213 17225
/proc/meminfo: memFree=27535900/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9625004 CPUtime=7.05 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 9697 0 1 0 700 5 0 0 20 0 19 0 278590206 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2406251 17894 2276 9 0 2396937 0
[pid=17206/tid=17207] ppid=17204 vsize=9625004 CPUtime=6.12 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2533 0 1 0 611 1 0 0 20 0 19 0 278590206 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139873076621616 139872942199180 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17209] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17209/stat : 17209 (java) S 17204 17206 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139873065683240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17210] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17210/stat : 17210 (java) S 17204 17206 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139873064630440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17211] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17211/stat : 17211 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139873063578152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17212] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17212/stat : 17212 (java) S 17204 17206 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139873062525352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17213] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17213/stat : 17213 (java) S 17204 17206 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139873061473064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17214] ppid=17204 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17206/task/17214/stat : 17214 (java) S 17204 17206 16973 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278590207 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139873060420264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17215] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17215/stat : 17215 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139872914062376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17216] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17216/stat : 17216 (java) S 17204 17206 16973 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278590207 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139872913009576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17217] ppid=17204 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/17206/task/17217/stat : 17217 (java) S 17204 17206 16973 0 -1 4202560 35 0 0 0 8 0 0 0 20 0 19 0 278590208 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139872900810984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17218] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17218/stat : 17218 (java) S 17204 17206 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139872899757048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17219] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17219/stat : 17219 (java) S 17204 17206 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139872898704648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17220] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17220/stat : 17220 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139872897653136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17221] ppid=17204 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/17206/task/17221/stat : 17221 (java) S 17204 17206 16973 0 -1 4202560 3042 0 0 0 26 0 0 0 20 0 19 0 278590211 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139872896600760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17222] ppid=17204 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/17206/task/17222/stat : 17222 (java) S 17204 17206 16973 0 -1 4202560 2828 0 0 0 38 0 0 0 20 0 19 0 278590211 9856004096 17894 33554432000 1073741824 1073778376 140733806012224 139872895547960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=17206/tid=17221] ppid=17204 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/17206/task/17221/stat : 17221 (java) S 17204 17206 16973 0 -1 4202560 3042 0 0 0 26 0 0 0 20 0 19 0 278590211 9856004096 68154 33554432000 1073741824 1073778376 140733806012224 139872896600760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17222] ppid=17204 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/17206/task/17222/stat : 17222 (java) S 17204 17206 16973 0 -1 4202560 2844 0 0 0 40 0 0 0 20 0 19 0 278590211 9856004096 68154 33554432000 1073741824 1073778376 140733806012224 139872895547960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17223] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17223/stat : 17223 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 68154 33554432000 1073741824 1073778376 140733806012224 139872894495864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17224] ppid=17204 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17206/task/17224/stat : 17224 (java) S 17204 17206 16973 0 -1 4202560 95 0 0 0 31 27 0 0 20 0 19 0 278590211 9856004096 68154 33554432000 1073741824 1073778376 140733806012224 139872893443272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17225] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17225/stat : 17225 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590231 9856004096 68154 33554432000 1073741824 1073778376 140733806012224 139872892388264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.34
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17297
/proc/meminfo: memFree=27142036/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9625004 CPUtime=1726.44 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 11212 0 1 0 172590 54 0 0 20 0 19 0 278590206 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2406251 72762 2277 9 0 2396937 0
[pid=17206/tid=17207] ppid=17204 vsize=9625004 CPUtime=1713.21 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2648 0 1 0 171293 28 0 0 20 0 19 0 278590206 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139873076621616 139872942151327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17209] ppid=17204 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/17206/task/17209/stat : 17209 (java) S 17204 17206 16973 0 -1 4202560 152 0 0 0 54 2 0 0 20 0 19 0 278590207 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139873065683240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17210] ppid=17204 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17206/task/17210/stat : 17210 (java) S 17204 17206 16973 0 -1 4202560 273 0 0 0 43 3 0 0 20 0 19 0 278590207 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139873064630440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17211] ppid=17204 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/17206/task/17211/stat : 17211 (java) S 17204 17206 16973 0 -1 4202560 94 0 0 0 45 3 0 0 20 0 19 0 278590207 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139873063578152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17212] ppid=17204 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17206/task/17212/stat : 17212 (java) S 17204 17206 16973 0 -1 4202560 74 0 0 0 55 3 0 0 20 0 19 0 278590207 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139873062525352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17213] ppid=17204 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/17206/task/17213/stat : 17213 (java) S 17204 17206 16973 0 -1 4202560 122 0 0 0 49 3 0 0 20 0 19 0 278590207 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139873061473064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17214] ppid=17204 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/17206/task/17214/stat : 17214 (java) S 17204 17206 16973 0 -1 4202560 320 0 0 0 64 4 0 0 20 0 19 0 278590207 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139873060420264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17215] ppid=17204 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/17206/task/17215/stat : 17215 (java) S 17204 17206 16973 0 -1 4202560 54 0 0 0 50 2 0 0 20 0 19 0 278590207 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872914062376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17216] ppid=17204 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/17206/task/17216/stat : 17216 (java) S 17204 17206 16973 0 -1 4202560 171 0 0 0 50 2 0 0 20 0 19 0 278590207 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872913009576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17217] ppid=17204 vsize=9625004 CPUtime=3.23 cores=0,2,4,6
/proc/17206/task/17217/stat : 17217 (java) S 17204 17206 16973 0 -1 4202560 138 0 0 0 321 2 0 0 20 0 19 0 278590208 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872900810984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17218] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17218/stat : 17218 (java) S 17204 17206 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872899757048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17219] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17219/stat : 17219 (java) S 17204 17206 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872898704648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17220] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17220/stat : 17220 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872897653136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17221] ppid=17204 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/17206/task/17221/stat : 17221 (java) S 17204 17206 16973 0 -1 4202560 3042 0 0 0 26 0 0 0 20 0 19 0 278590211 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872896600760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17222] ppid=17204 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/17206/task/17222/stat : 17222 (java) S 17204 17206 16973 0 -1 4202560 2844 0 0 0 40 0 0 0 20 0 19 0 278590211 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872895547960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17223] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17223/stat : 17223 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872894495864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17224] ppid=17204 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/17206/task/17224/stat : 17224 (java) S 17204 17206 16973 0 -1 4202560 99 0 0 0 33 28 0 0 20 0 19 0 278590211 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872893443272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17225] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17225/stat : 17225 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590231 9856004096 72762 33554432000 1073741824 1073778376 140733806012224 139872892388264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.44
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17297
/proc/meminfo: memFree=27134468/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9625004 CPUtime=1786.51 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 11240 0 1 0 178596 55 0 0 20 0 19 0 278590206 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2406251 74567 2277 9 0 2396937 0
[pid=17206/tid=17207] ppid=17204 vsize=9625004 CPUtime=1772.94 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2649 0 1 0 177265 29 0 0 20 0 19 0 278590206 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873076621616 139872941905864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17209] ppid=17204 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/17206/task/17209/stat : 17209 (java) S 17204 17206 16973 0 -1 4202560 152 0 0 0 54 2 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873065683240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17210] ppid=17204 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/17206/task/17210/stat : 17210 (java) S 17204 17206 16973 0 -1 4202560 286 0 0 0 46 3 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873064630440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17211] ppid=17204 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/17206/task/17211/stat : 17211 (java) S 17204 17206 16973 0 -1 4202560 94 0 0 0 46 3 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873063578152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17212] ppid=17204 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17206/task/17212/stat : 17212 (java) S 17204 17206 16973 0 -1 4202560 74 0 0 0 55 3 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873062525352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17213] ppid=17204 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17206/task/17213/stat : 17213 (java) S 17204 17206 16973 0 -1 4202560 125 0 0 0 52 3 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873061473064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17206/tid=17214] ppid=17204 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/17206/task/17214/stat : 17214 (java) S 17204 17206 16973 0 -1 4202560 323 0 0 0 67 4 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873060420264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17215] ppid=17204 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/17206/task/17215/stat : 17215 (java) S 17204 17206 16973 0 -1 4202560 56 0 0 0 52 2 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872914062376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17216] ppid=17204 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/17206/task/17216/stat : 17216 (java) S 17204 17206 16973 0 -1 4202560 171 0 0 0 50 2 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872913009576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17217] ppid=17204 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/17206/task/17217/stat : 17217 (java) S 17204 17206 16973 0 -1 4202560 140 0 0 0 329 2 0 0 20 0 19 0 278590208 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872900810984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17218] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17218/stat : 17218 (java) S 17204 17206 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872899757048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17219] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17219/stat : 17219 (java) S 17204 17206 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872898704648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17220] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17220/stat : 17220 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872897653136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17221] ppid=17204 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/17206/task/17221/stat : 17221 (java) S 17204 17206 16973 0 -1 4202560 3042 0 0 0 26 0 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872896600760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17222] ppid=17204 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/17206/task/17222/stat : 17222 (java) S 17204 17206 16973 0 -1 4202560 2844 0 0 0 40 0 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872895547960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17223] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17223/stat : 17223 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872894495864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17224] ppid=17204 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/17206/task/17224/stat : 17224 (java) S 17204 17206 16973 0 -1 4202560 103 0 0 0 34 29 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872893443272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17225] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17225/stat : 17225 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590231 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872892388264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.51
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17297
/proc/meminfo: memFree=27134592/32873660 swapFree=7120/7120
[pid=17206] ppid=17204 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/17206/stat : 17206 (java) S 17204 17206 16973 0 -1 4202496 11243 0 1 0 179952 55 0 0 20 0 19 0 278590206 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 140733806003360 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17206/statm: 2406251 74567 2277 9 0 2396937 0
[pid=17206/tid=17207] ppid=17204 vsize=9625004 CPUtime=1786.34 cores=0,2,4,6
/proc/17206/task/17207/stat : 17207 (java) R 17204 17206 16973 0 -1 4202560 2650 0 1 0 178604 30 0 0 20 0 19 0 278590206 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873076621616 139872942165393 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17209] ppid=17204 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17206/task/17209/stat : 17209 (java) S 17204 17206 16973 0 -1 4202560 152 0 0 0 56 2 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873065683240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17210] ppid=17204 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/17206/task/17210/stat : 17210 (java) S 17204 17206 16973 0 -1 4202560 286 0 0 0 46 3 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873064630440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17211] ppid=17204 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/17206/task/17211/stat : 17211 (java) S 17204 17206 16973 0 -1 4202560 94 0 0 0 47 3 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873063578152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17212] ppid=17204 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17206/task/17212/stat : 17212 (java) S 17204 17206 16973 0 -1 4202560 74 0 0 0 55 3 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873062525352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17213] ppid=17204 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/17206/task/17213/stat : 17213 (java) S 17204 17206 16973 0 -1 4202560 125 0 0 0 54 3 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873061473064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17214] ppid=17204 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/17206/task/17214/stat : 17214 (java) S 17204 17206 16973 0 -1 4202560 323 0 0 0 67 4 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139873060420264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17215] ppid=17204 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17206/task/17215/stat : 17215 (java) S 17204 17206 16973 0 -1 4202560 56 0 0 0 53 2 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872914062376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17216] ppid=17204 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/17206/task/17216/stat : 17216 (java) S 17204 17206 16973 0 -1 4202560 171 0 0 0 51 2 0 0 20 0 19 0 278590207 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872913009576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17217] ppid=17204 vsize=9625004 CPUtime=3.37 cores=0,2,4,6
/proc/17206/task/17217/stat : 17217 (java) S 17204 17206 16973 0 -1 4202560 142 0 0 0 335 2 0 0 20 0 19 0 278590208 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872900810984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17218] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17218/stat : 17218 (java) S 17204 17206 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872899757048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17219] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17219/stat : 17219 (java) S 17204 17206 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278590209 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872898704648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17220] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17220/stat : 17220 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872897653136 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17221] ppid=17204 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/17206/task/17221/stat : 17221 (java) S 17204 17206 16973 0 -1 4202560 3042 0 0 0 26 0 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872896600760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17206/tid=17222] ppid=17204 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/17206/task/17222/stat : 17222 (java) S 17204 17206 16973 0 -1 4202560 2844 0 0 0 40 0 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872895547960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17223] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17223/stat : 17223 (java) S 17204 17206 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872894495864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17206/tid=17224] ppid=17204 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/17206/task/17224/stat : 17224 (java) S 17204 17206 16973 0 -1 4202560 103 0 0 0 34 30 0 0 20 0 19 0 278590211 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872893443272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17206/tid=17225] ppid=17204 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17206/task/17225/stat : 17225 (java) S 17204 17206 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278590231 9856004096 74567 33554432000 1073741824 1073778376 140733806012224 139872892388264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17206 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=879136
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=982850
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.85
CPU time (s): 1800.07
CPU user time (s): 1799.52
CPU system time (s): 0.55
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 0.98285
maximum resident set size= 298428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11286
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40605
involuntary context switches= 14277

runsolver used 5.83011 second user time and 14.9947 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 15:17:25
IDJOB=3709824
IDBENCH=1160
IDSOLVER=2289
FILE ID=node117/3709824-1338124645
RUNJOBID= node117-1338124635-16989
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709824-1338124645/watcher-3709824-1338124645 -o /tmp/evaluation-result-3709824-1338124645/solver-3709824-1338124645 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709824-1338124645.opb

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=513873394

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27605188 kB
Buffers:          320564 kB
Cached:          4014980 kB
SwapCached:            0 kB
Active:          2230636 kB
Inactive:        2158844 kB
Active(anon):      45388 kB
Inactive(anon):    11356 kB
Active(file):    2185248 kB
Inactive(file):  2147488 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:         39080 kB
Mapped:            22732 kB
Shmem:               200 kB
Slab:             735528 kB
SReclaimable:     178932 kB
SUnreclaim:       556596 kB
KernelStack:        1800 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     695816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-27 15:47:22