Trace number 3710683

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 specific settings 2.3.2 snapshot? (TO) 1763.55 1900.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM751aa23355f7a016eeb9009a33a863ac
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark687
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 436
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494314
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494314
Number of bits of the biggest sum of numbers19
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	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.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710683-1338140076.opb
0.10/0.12	c reading problem ... 
3.32/2.71	c ... done. Wall clock time 2.598s.
3.32/2.71	c declared #vars     10000
3.32/2.71	c #constraints  656900
3.32/2.71	c constraints type 
3.32/2.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.32/2.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.32/2.71	c 656900 constraints processed.
5.89/4.99	c cleaning 2495 clauses out of 5003 with flag 5003/5003
9.02/7.85	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.54/11.36	c cleaning 5622 clauses out of 11253 with flag 18000/18000
16.67/15.47	c cleaning 6811 clauses out of 13631 with flag 26000/26000
22.18/20.88	c cleaning 7904 clauses out of 15820 with flag 35000/35000
27.61/26.29	c cleaning 8953 clauses out of 17920 with flag 45004/45004
33.09/31.66	c cleaning 9972 clauses out of 19964 with flag 56001/56001
39.35/37.89	c cleaning 10989 clauses out of 21991 with flag 68000/68000
46.61/45.03	c cleaning 11998 clauses out of 24003 with flag 81001/81001
54.29/52.69	c cleaning 12999 clauses out of 26005 with flag 95001/95001
60.14/63.21	c cleaning 13997 clauses out of 28005 with flag 110000/110000
69.82/71.60	c cleaning 14998 clauses out of 30008 with flag 126000/126000
78.45/84.24	c cleaning 15995 clauses out of 32011 with flag 143001/143001
92.69/103.47	c cleaning 17000 clauses out of 34015 with flag 161000/161000
105.92/113.50	c cleaning 18002 clauses out of 36015 with flag 180000/180000
106.21/134.36	c cleaning 19003 clauses out of 38013 with flag 200000/200000
120.02/147.88	c cleaning 19981 clauses out of 40010 with flag 221000/221000
129.80/161.29	c cleaning 21001 clauses out of 42029 with flag 243000/243000
143.83/174.52	c cleaning 22008 clauses out of 44031 with flag 266003/266003
157.97/188.32	c cleaning 23000 clauses out of 46022 with flag 290002/290002
173.46/203.21	c cleaning 23993 clauses out of 48020 with flag 315000/315000
199.88/219.65	c cleaning 25012 clauses out of 50029 with flag 341002/341002
207.49/235.48	c cleaning 26001 clauses out of 52016 with flag 368001/368001
236.91/376.97	c cleaning 26999 clauses out of 54014 with flag 396000/396000
254.61/394.51	c cleaning 28001 clauses out of 56016 with flag 425001/425001
274.79/414.69	c cleaning 29003 clauses out of 58016 with flag 455002/455002
296.35/436.14	c cleaning 29997 clauses out of 60011 with flag 486000/486000
320.34/460.07	c cleaning 30983 clauses out of 62014 with flag 518000/518000
346.53/486.15	c cleaning 32006 clauses out of 64032 with flag 551001/551001
379.06/518.53	c cleaning 33005 clauses out of 66025 with flag 585000/585000
401.63/540.90	c cleaning 34003 clauses out of 68020 with flag 620000/620000
426.35/565.57	c cleaning 34999 clauses out of 70017 with flag 656000/656000
453.96/593.03	c cleaning 36000 clauses out of 72020 with flag 693002/693002
484.69/623.68	c cleaning 37001 clauses out of 74019 with flag 731001/731001
515.74/654.54	c cleaning 37999 clauses out of 76017 with flag 770000/770000
547.95/686.79	c cleaning 38991 clauses out of 78018 with flag 810000/810000
585.36/724.10	c cleaning 40010 clauses out of 80027 with flag 851000/851000
615.85/754.44	c cleaning 41001 clauses out of 82018 with flag 893001/893001
645.95/784.55	c cleaning 41999 clauses out of 84018 with flag 936002/936002
676.24/814.86	c cleaning 42997 clauses out of 86017 with flag 980000/980000
715.35/853.98	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
755.94/894.55	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
791.04/929.60	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
832.84/971.45	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
869.14/1007.70	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
908.15/1046.71	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
951.56/1090.14	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
981.06/1119.69	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
1020.27/1158.89	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1058.58/1197.19	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1100.08/1238.69	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1146.88/1285.44	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1194.08/1332.61	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1236.49/1375.03	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1278.58/1417.18	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1325.70/1464.24	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1374.71/1513.26	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1424.22/1562.73	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1471.24/1609.72	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1518.93/1657.41	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1573.44/1711.98	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1628.14/1766.65	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1685.74/1824.23	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1743.83/1882.32	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1761.55/1900.01	c starts		: 229
1761.55/1900.01	c conflicts		: 2356758
1761.55/1900.01	c decisions		: 2965312
1761.55/1900.01	c propagations		: 403867536
1761.55/1900.01	c inspects		: 8064659037
1761.55/1900.01	c shortcuts		: 0
1761.55/1900.01	c learnt literals	: 0
1761.55/1900.01	c learnt binary clauses	: 0
1761.55/1900.01	c learnt ternary clauses	: 0
1761.55/1900.01	c learnt constraints	: 2356758
1761.55/1900.01	c ignored constraints	: 0
1761.55/1900.01	c root simplifications	: 229
1761.55/1900.01	c removed literals (reason simplification)	: 116056204
1761.55/1900.01	c reason swapping (by a shorter reason)	: 0
1761.55/1900.01	c Calls to reduceDB	: 64
1761.55/1900.01	c number of reductions to clauses (during analyze)	: 0
1761.55/1900.01	c number of learned constraints concerned by reduction	: 0
1761.55/1900.01	c number of learning phase by resolution	: 0
1761.55/1900.01	c number of learning phase by cutting planes	: 0
1761.55/1900.01	c speed (assignments/second)	: 212866.74126472702
1761.55/1900.01	c non guided choices	3725
1761.55/1900.04	c learnt constraints type 
1761.55/1900.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87796
1761.55/1900.04	c constraints type 
1761.55/1900.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1761.55/1900.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1761.55/1900.04	c 656900 constraints processed.
1761.55/1900.04	s UNKNOWN
1761.55/1900.04	c Total wall clock time (in seconds): 1899.924

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-3710683-1338140076/watcher-3710683-1338140076 -o /tmp/evaluation-result-3710683-1338140076/solver-3710683-1338140076 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710683-1338140076.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.92 1.98 1.98 3/194 27207
/proc/meminfo: memFree=28551004/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/27207/stat : 27207 (java) R 27205 27207 24682 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 280132601 23793664 712 33554432000 1073741824 1073778376 140736378589024 140736378578088 223642432872 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 5809 712 526 9 0 128 0

[startup+0.0179529 s]
/proc/loadavg: 1.92 1.98 1.98 3/194 27207
/proc/meminfo: memFree=28551004/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 2264 0 1 0 0 0 0 0 20 0 10 0 280132601 9233014784 2962 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2254154 2970 1107 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100243 s]
/proc/loadavg: 1.92 1.98 1.98 3/194 27207
/proc/meminfo: memFree=28551004/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 4259 0 1 0 9 1 0 0 20 0 18 0 280132601 9787842560 5976 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2389610 5976 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300219 s]
/proc/loadavg: 1.92 1.98 1.98 3/194 27207
/proc/meminfo: memFree=28551004/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 5337 0 1 0 46 1 0 0 20 0 18 0 280132601 9787842560 9091 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2389610 9091 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700229 s]
/proc/loadavg: 1.92 1.98 1.98 3/194 27207
/proc/meminfo: memFree=28551004/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9558440 CPUtime=1.08 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 7423 0 1 0 104 4 0 0 20 0 18 0 280132601 9787842560 40779 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2389610 40779 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9558440

[startup+1.50384 s]
/proc/loadavg: 1.92 1.98 1.98 3/212 27225
/proc/meminfo: memFree=28383588/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9558440 CPUtime=1.96 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 7526 0 1 0 189 7 0 0 20 0 18 0 280132601 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2389610 76630 2253 9 0 2380296 0
[pid=27207/tid=27209] ppid=27205 vsize=9558440 CPUtime=1.43 cores=0,2,4,6
/proc/27207/task/27209/stat : 27209 (java) S 27205 27207 24682 0 -1 4202560 2619 0 1 0 138 5 0 0 20 0 18 0 280132602 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948970675560 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27210] ppid=27205 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/27207/task/27210/stat : 27210 (java) R 27205 27207 24682 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 280132603 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948814186664 139948973147891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27211] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27211/stat : 27211 (java) R 27205 27207 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 280132603 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948813134120 139948973147841 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27212] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27212/stat : 27212 (java) S 27205 27207 24682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 280132603 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948812081576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27213] ppid=27205 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/27207/task/27213/stat : 27213 (java) R 27205 27207 24682 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 280132603 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948811029208 139948977572611 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27214] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27214/stat : 27214 (java) R 27205 27207 24682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 280132603 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948809976488 139948973147841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27215/stat : 27215 (java) S 27205 27207 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280132603 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948808923944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/27207/task/27216/stat : 27216 (java) R 27205 27207 24682 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 280132603 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948807871400 223655015484 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/27207/task/27217/stat : 27217 (java) R 27205 27207 24682 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 280132603 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948806819032 139948973147837 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27218/stat : 27218 (java) S 27205 27207 24682 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 280132604 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948794618888 223655015484 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27219/stat : 27219 (java) S 27205 27207 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280132604 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948793566328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27220/stat : 27220 (java) S 27205 27207 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280132604 9787842560 76630 33554432000 1073741824 1073778376 140736378589024 139948792513672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27221/stat : 27221 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280132607 9787842560 77142 33554432000 1073741824 1073778376 140736378589024 139948791462416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27222] ppid=27205 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/27207/task/27222/stat : 27222 (java) S 27205 27207 24682 0 -1 4202560 1438 0 0 0 17 0 0 0 20 0 18 0 280132607 9787842560 77142 33554432000 1073741824 1073778376 140736378589024 139948790409784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27223] ppid=27205 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/27207/task/27223/stat : 27223 (java) S 27205 27207 24682 0 -1 4202560 2145 0 0 0 17 0 0 0 20 0 18 0 280132607 9787842560 77142 33554432000 1073741824 1073778376 140736378589024 139948789357240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27224] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27224/stat : 27224 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280132607 9787842560 77142 33554432000 1073741824 1073778376 140736378589024 139948788304888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27225] ppid=27205 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27225/stat : 27225 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280132607 9787842560 77142 33554432000 1073741824 1073778376 140736378589024 139948787252552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9558440

[startup+3.10067 s]
/proc/loadavg: 1.92 1.98 1.98 3/212 27225
/proc/meminfo: memFree=28214412/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9625004 CPUtime=4.04 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 8878 0 1 0 392 12 0 0 20 0 19 0 280132601 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2406251 98668 2271 9 0 2396937 0
[pid=27207/tid=27209] ppid=27205 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/27207/task/27209/stat : 27209 (java) R 27205 27207 24682 0 -1 4202560 2656 0 1 0 290 7 0 0 20 0 19 0 280132602 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948970668344 139948842466829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27210] ppid=27205 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/27207/task/27210/stat : 27210 (java) S 27205 27207 24682 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 19 0 280132603 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948814186664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27211] ppid=27205 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/27207/task/27211/stat : 27211 (java) S 27205 27207 24682 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 280132603 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948813134120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27212] ppid=27205 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/27207/task/27212/stat : 27212 (java) S 27205 27207 24682 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 280132603 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948812081576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27213] ppid=27205 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/27207/task/27213/stat : 27213 (java) S 27205 27207 24682 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 19 0 280132603 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948811029032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27214] ppid=27205 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/27207/task/27214/stat : 27214 (java) S 27205 27207 24682 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 280132603 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948809976488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/27207/task/27215/stat : 27215 (java) S 27205 27207 24682 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 280132603 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948808923944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27207/task/27216/stat : 27216 (java) S 27205 27207 24682 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 280132603 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948807871400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27207/task/27217/stat : 27217 (java) S 27205 27207 24682 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 280132603 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948806818856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27218/stat : 27218 (java) S 27205 27207 24682 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948794620008 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27219/stat : 27219 (java) S 27205 27207 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948793566328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27220/stat : 27220 (java) S 27205 27207 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948792513672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27221/stat : 27221 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948791462416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27222] ppid=27205 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/27207/task/27222/stat : 27222 (java) S 27205 27207 24682 0 -1 4202560 2320 0 0 0 34 0 0 0 20 0 19 0 280132607 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948790409784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27223] ppid=27205 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/27207/task/27223/stat : 27223 (java) S 27205 27207 24682 0 -1 4202560 2332 0 0 0 31 0 0 0 20 0 19 0 280132607 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948789357240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27224] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27224/stat : 27224 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948788304888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27225] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27225/stat : 27225 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 98668 33554432000 1073741824 1073778376 140736378589024 139948787252552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 1.93 1.98 1.98 3/213 27226
/proc/meminfo: memFree=28081728/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9625004 CPUtime=7.49 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 9145 0 1 0 732 17 0 0 20 0 19 0 280132601 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2406251 117653 2289 9 0 2396937 0
[pid=27207/tid=27209] ppid=27205 vsize=9625004 CPUtime=5.94 cores=0,2,4,6
/proc/27207/task/27209/stat : 27209 (java) R 27205 27207 24682 0 -1 4202560 2667 0 1 0 587 7 0 0 20 0 19 0 280132602 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948970676408 139948842425192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27210] ppid=27205 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/27207/task/27210/stat : 27210 (java) S 27205 27207 24682 0 -1 4202560 50 0 0 0 7 0 0 0 20 0 19 0 280132603 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948814186664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27211] ppid=27205 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/27207/task/27211/stat : 27211 (java) S 27205 27207 24682 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 280132603 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948813134120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27212] ppid=27205 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/27207/task/27212/stat : 27212 (java) S 27205 27207 24682 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 19 0 280132603 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948812081576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27213] ppid=27205 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/27207/task/27213/stat : 27213 (java) S 27205 27207 24682 0 -1 4202560 53 0 0 0 7 0 0 0 20 0 19 0 280132603 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948811029032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27214] ppid=27205 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/27207/task/27214/stat : 27214 (java) S 27205 27207 24682 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 19 0 280132603 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948809976488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/27207/task/27215/stat : 27215 (java) S 27205 27207 24682 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 280132603 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948808923944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/27207/task/27216/stat : 27216 (java) S 27205 27207 24682 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 19 0 280132603 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948807871400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/27207/task/27217/stat : 27217 (java) S 27205 27207 24682 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 280132603 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948806818856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/27207/task/27218/stat : 27218 (java) S 27205 27207 24682 0 -1 4202560 226 0 0 0 15 0 0 0 20 0 19 0 280132604 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948794620008 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27219/stat : 27219 (java) S 27205 27207 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948793566328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27220/stat : 27220 (java) S 27205 27207 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948792513672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27221/stat : 27221 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948791462416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27222] ppid=27205 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/27207/task/27222/stat : 27222 (java) S 27205 27207 24682 0 -1 4202560 2384 0 0 0 41 0 0 0 20 0 19 0 280132607 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948790409784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27223] ppid=27205 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/27207/task/27223/stat : 27223 (java) S 27205 27207 24682 0 -1 4202560 2335 0 0 0 33 0 0 0 20 0 19 0 280132607 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948789357240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27224] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27224/stat : 27224 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948788304888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27225] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27225/stat : 27225 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948787252552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27226] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27226/stat : 27226 (java) S 27205 27207 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132875 9856004096 117653 33554432000 1073741824 1073778376 140736378589024 139948786197288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.98 3/213 27226
/proc/meminfo: memFree=28047876/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9625004 CPUtime=13.97 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 9168 0 1 0 1379 18 0 0 20 0 19 0 280132601 9856004096 120092 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=27207/tid=27215] ppid=27205 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/27207/task/27215/stat : 27215 (java) S 27205 27207 24682 0 -1 4202560 126 0 0 0 48 6 0 0 20 0 19 0 280132603 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948808923944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/27207/task/27216/stat : 27216 (java) S 27205 27207 24682 0 -1 4202560 123 0 0 0 53 5 0 0 20 0 19 0 280132603 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948807871400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/27207/task/27217/stat : 27217 (java) S 27205 27207 24682 0 -1 4202560 130 0 0 0 56 6 0 0 20 0 19 0 280132603 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948806818856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=9625004 CPUtime=11.46 cores=0,2,4,6
/proc/27207/task/27218/stat : 27218 (java) S 27205 27207 24682 0 -1 4202560 334 0 0 0 1143 3 0 0 20 0 19 0 280132604 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948794620008 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27219/stat : 27219 (java) S 27205 27207 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948793566328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27220/stat : 27220 (java) S 27205 27207 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948792513672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27221/stat : 27221 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948791462416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27222] ppid=27205 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/27207/task/27222/stat : 27222 (java) S 27205 27207 24682 0 -1 4202560 2384 0 0 0 43 0 0 0 20 0 19 0 280132607 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948790409784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27223] ppid=27205 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/27207/task/27223/stat : 27223 (java) S 27205 27207 24682 0 -1 4202560 2955 0 0 0 41 0 0 0 20 0 19 0 280132607 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948789357240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27224] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27224/stat : 27224 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948788304888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27225] ppid=27205 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/27207/task/27225/stat : 27225 (java) S 27205 27207 24682 0 -1 4202560 91 0 0 0 19 31 0 0 20 0 19 0 280132607 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948787252552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27226] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27226/stat : 27226 (java) S 27205 27207 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132875 9856004096 191739 33554432000 1073741824 1073778376 140736378589024 139948786197288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1583.84
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 2.06 3/213 27265
/proc/meminfo: memFree=27438648/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9625004 CPUtime=1643.84 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 10753 0 1 0 164304 80 0 0 20 0 19 0 280132601 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2406251 197883 2289 9 0 2396937 0
[pid=27207/tid=27209] ppid=27205 vsize=9625004 CPUtime=1627.9 cores=0,2,4,6
/proc/27207/task/27209/stat : 27209 (java) R 27205 27207 24682 0 -1 4202560 2751 0 1 0 162757 33 0 0 20 0 19 0 280132602 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948970676528 139948842438976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27210] ppid=27205 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/27207/task/27210/stat : 27210 (java) S 27205 27207 24682 0 -1 4202560 132 0 0 0 51 5 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948814186664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27211] ppid=27205 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/27207/task/27211/stat : 27211 (java) S 27205 27207 24682 0 -1 4202560 106 0 0 0 41 4 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948813134120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27212] ppid=27205 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/27207/task/27212/stat : 27212 (java) S 27205 27207 24682 0 -1 4202560 171 0 0 0 57 6 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948812081576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27213] ppid=27205 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/27207/task/27213/stat : 27213 (java) S 27205 27207 24682 0 -1 4202560 140 0 0 0 55 4 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948811029032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27214] ppid=27205 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/27207/task/27214/stat : 27214 (java) S 27205 27207 24682 0 -1 4202560 122 0 0 0 50 5 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948809976488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/27207/task/27215/stat : 27215 (java) S 27205 27207 24682 0 -1 4202560 126 0 0 0 48 6 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948808923944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/27207/task/27216/stat : 27216 (java) S 27205 27207 24682 0 -1 4202560 123 0 0 0 53 5 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948807871400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/27207/task/27217/stat : 27217 (java) S 27205 27207 24682 0 -1 4202560 130 0 0 0 56 6 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948806818856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=9625004 CPUtime=11.66 cores=0,2,4,6
/proc/27207/task/27218/stat : 27218 (java) S 27205 27207 24682 0 -1 4202560 336 0 0 0 1163 3 0 0 20 0 19 0 280132604 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948794620008 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27219/stat : 27219 (java) S 27205 27207 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948793566328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27220/stat : 27220 (java) S 27205 27207 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948792513672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27221/stat : 27221 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948791462416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27222] ppid=27205 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/27207/task/27222/stat : 27222 (java) S 27205 27207 24682 0 -1 4202560 2384 0 0 0 43 0 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948790409784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27223] ppid=27205 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/27207/task/27223/stat : 27223 (java) S 27205 27207 24682 0 -1 4202560 2955 0 0 0 41 0 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948789357240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27224] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27224/stat : 27224 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948788304888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27225] ppid=27205 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/27207/task/27225/stat : 27225 (java) S 27205 27207 24682 0 -1 4202560 95 0 0 0 20 33 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948787252552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27226] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27226/stat : 27226 (java) S 27205 27207 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132875 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948786197288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1643.84
Current children cumulated vsize (KiB) 9625004

[startup+1842.3 s]
/proc/loadavg: 2.01 2.00 2.06 3/213 27265
/proc/meminfo: memFree=27439888/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9625004 CPUtime=1703.83 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 10760 0 1 0 170303 80 0 0 20 0 19 0 280132601 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2406251 197883 2289 9 0 2396937 0
[pid=27207/tid=27209] ppid=27205 vsize=9625004 CPUtime=1687.7 cores=0,2,4,6
/proc/27207/task/27209/stat : 27209 (java) R 27205 27207 24682 0 -1 4202560 2752 0 1 0 168736 34 0 0 20 0 19 0 280132602 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948970676528 139948842478475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27210] ppid=27205 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/27207/task/27210/stat : 27210 (java) S 27205 27207 24682 0 -1 4202560 132 0 0 0 51 5 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948814186664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27211] ppid=27205 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/27207/task/27211/stat : 27211 (java) S 27205 27207 24682 0 -1 4202560 106 0 0 0 41 4 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948813134120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27212] ppid=27205 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/27207/task/27212/stat : 27212 (java) S 27205 27207 24682 0 -1 4202560 171 0 0 0 57 6 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948812081576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27213] ppid=27205 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/27207/task/27213/stat : 27213 (java) S 27205 27207 24682 0 -1 4202560 140 0 0 0 55 4 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948811029032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27214] ppid=27205 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/27207/task/27214/stat : 27214 (java) S 27205 27207 24682 0 -1 4202560 122 0 0 0 50 5 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948809976488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/27207/task/27215/stat : 27215 (java) S 27205 27207 24682 0 -1 4202560 126 0 0 0 48 6 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948808923944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/27207/task/27216/stat : 27216 (java) S 27205 27207 24682 0 -1 4202560 123 0 0 0 53 5 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948807871400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/27207/task/27217/stat : 27217 (java) S 27205 27207 24682 0 -1 4202560 130 0 0 0 56 6 0 0 20 0 19 0 280132603 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948806818856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=9625004 CPUtime=11.87 cores=0,2,4,6
/proc/27207/task/27218/stat : 27218 (java) S 27205 27207 24682 0 -1 4202560 338 0 0 0 1184 3 0 0 20 0 19 0 280132604 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948794620008 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27219/stat : 27219 (java) S 27205 27207 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948793566328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27220/stat : 27220 (java) S 27205 27207 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948792513672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27221/stat : 27221 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948791462416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27222] ppid=27205 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/27207/task/27222/stat : 27222 (java) S 27205 27207 24682 0 -1 4202560 2384 0 0 0 43 0 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948790409784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27223] ppid=27205 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/27207/task/27223/stat : 27223 (java) S 27205 27207 24682 0 -1 4202560 2955 0 0 0 41 0 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948789357240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27224] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27224/stat : 27224 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948788304888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27225] ppid=27205 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/27207/task/27225/stat : 27225 (java) S 27205 27207 24682 0 -1 4202560 99 0 0 0 22 34 0 0 20 0 19 0 280132607 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948787252552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27226] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27226/stat : 27226 (java) S 27205 27207 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132875 9856004096 197883 33554432000 1073741824 1073778376 140736378589024 139948786197288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1703.83
Current children cumulated vsize (KiB) 9625004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1900 s]
/proc/loadavg: 1.95 1.98 2.05 3/213 27325
/proc/meminfo: memFree=28034244/32873844 swapFree=6856/6856
[pid=27207] ppid=27205 vsize=9625004 CPUtime=1761.55 cores=0,2,4,6
/proc/27207/stat : 27207 (java) S 27205 27207 24682 0 -1 4202496 10820 0 1 0 176074 81 0 0 20 0 19 0 280132601 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 140736378580160 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27207/statm: 2406251 197509 2290 9 0 2396937 0
[pid=27207/tid=27209] ppid=27205 vsize=9625004 CPUtime=1745.1 cores=0,2,4,6
/proc/27207/task/27209/stat : 27209 (java) R 27205 27207 24682 0 -1 4202560 2752 0 1 0 174475 35 0 0 20 0 19 0 280132602 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948970676528 139948842413810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27210] ppid=27205 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/27207/task/27210/stat : 27210 (java) S 27205 27207 24682 0 -1 4202560 132 0 0 0 51 5 0 0 20 0 19 0 280132603 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948814186664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27211] ppid=27205 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/27207/task/27211/stat : 27211 (java) S 27205 27207 24682 0 -1 4202560 106 0 0 0 41 4 0 0 20 0 19 0 280132603 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948813134120 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27212] ppid=27205 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/27207/task/27212/stat : 27212 (java) S 27205 27207 24682 0 -1 4202560 171 0 0 0 57 6 0 0 20 0 19 0 280132603 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948812081576 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27213] ppid=27205 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/27207/task/27213/stat : 27213 (java) S 27205 27207 24682 0 -1 4202560 140 0 0 0 55 4 0 0 20 0 19 0 280132603 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948811029032 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27214] ppid=27205 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/27207/task/27214/stat : 27214 (java) S 27205 27207 24682 0 -1 4202560 122 0 0 0 50 5 0 0 20 0 19 0 280132603 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948809976488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27207/tid=27215] ppid=27205 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/27207/task/27215/stat : 27215 (java) S 27205 27207 24682 0 -1 4202560 126 0 0 0 48 6 0 0 20 0 19 0 280132603 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948808923944 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27216] ppid=27205 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/27207/task/27216/stat : 27216 (java) S 27205 27207 24682 0 -1 4202560 123 0 0 0 53 5 0 0 20 0 19 0 280132603 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948807871400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27217] ppid=27205 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/27207/task/27217/stat : 27217 (java) S 27205 27207 24682 0 -1 4202560 130 0 0 0 56 6 0 0 20 0 19 0 280132603 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948806818856 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27218] ppid=27205 vsize=9625004 CPUtime=12.17 cores=0,2,4,6
/proc/27207/task/27218/stat : 27218 (java) S 27205 27207 24682 0 -1 4202560 340 0 0 0 1214 3 0 0 20 0 19 0 280132604 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948794620008 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27219] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27219/stat : 27219 (java) S 27205 27207 24682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948793566328 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27220] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27220/stat : 27220 (java) S 27205 27207 24682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280132604 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948792513672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27221] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27221/stat : 27221 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948791462416 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27222] ppid=27205 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/27207/task/27222/stat : 27222 (java) S 27205 27207 24682 0 -1 4202560 2384 0 0 0 43 0 0 0 20 0 19 0 280132607 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948790409784 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27207/tid=27223] ppid=27205 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/27207/task/27223/stat : 27223 (java) S 27205 27207 24682 0 -1 4202560 3009 0 0 0 43 0 0 0 20 0 19 0 280132607 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948789357240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27224] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27224/stat : 27224 (java) S 27205 27207 24682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280132607 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948788304888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27207/tid=27225] ppid=27205 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/27207/task/27225/stat : 27225 (java) S 27205 27207 24682 0 -1 4202560 103 0 0 0 23 34 0 0 20 0 19 0 280132607 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948787252552 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27207/tid=27226] ppid=27205 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/27207/task/27226/stat : 27226 (java) S 27205 27207 24682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280132875 9856004096 197509 33554432000 1073741824 1073778376 140736378589024 139948786197288 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1761.55
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
Real time (s): 1900.05
CPU time (s): 1763.55
CPU user time (s): 1762.28
CPU system time (s): 1.27181
CPU usage (%): 92.8163
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1762.28
system time used= 1.27181
maximum resident set size= 791740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10877
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35381
involuntary context switches= 11457

runsolver used 5.50916 second user time and 13.445 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 19:34:37
IDJOB=3710683
IDBENCH=1966
IDSOLVER=2289
FILE ID=node144/3710683-1338140076
RUNJOBID= node144-1338138284-27028
PBS_JOBID= 14624480
Free space on /tmp= 71464 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_2.opb.PB06.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-3710683-1338140076/watcher-3710683-1338140076 -o /tmp/evaluation-result-3710683-1338140076/solver-3710683-1338140076 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710683-1338140076.opb

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

MD5SUM BENCH= 751aa23355f7a016eeb9009a33a863ac
RANDOM SEED=228496484

node144.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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
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.196
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		: 2666.196
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	: 5438.54
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.196
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.91
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.196
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.90
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.196
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.92
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.196
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		: 2666.196
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:       32873844 kB
MemFree:        28551004 kB
Buffers:          370208 kB
Cached:          2640684 kB
SwapCached:            0 kB
Active:          1285220 kB
Inactive:        2181412 kB
Active(anon):     457132 kB
Inactive(anon):        0 kB
Active(file):     828088 kB
Inactive(file):  2181412 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:        467488 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             697896 kB
SReclaimable:     139536 kB
SUnreclaim:       558360 kB
KernelStack:        1608 kB
PageTables:         4936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1082068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71480 MiB
End job on node144 at 2012-05-27 20:06:19