Trace number 3710680

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) 1800.05 1796.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark448
Best CPU time to get the best result obtained on this benchmark1793.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
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 495618
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 495618
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710680-1338139640.opb
0.07/0.14	c reading problem ... 
3.41/2.86	c ... done. Wall clock time 2.719s.
3.41/2.86	c declared #vars     10000
3.41/2.86	c #constraints  656900
3.41/2.86	c constraints type 
3.41/2.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
3.41/2.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
3.41/2.86	c 656900 constraints processed.
5.98/5.08	c cleaning 2495 clauses out of 5003 with flag 5003/5003
9.01/7.84	c cleaning 4252 clauses out of 8507 with flag 11002/11002
12.42/11.23	c cleaning 5622 clauses out of 11253 with flag 18000/18000
16.34/15.12	c cleaning 6811 clauses out of 13631 with flag 26000/26000
21.86/20.56	c cleaning 7904 clauses out of 15820 with flag 35000/35000
27.44/26.04	c cleaning 8953 clauses out of 17920 with flag 45004/45004
32.91/31.45	c cleaning 9972 clauses out of 19964 with flag 56001/56001
39.25/37.74	c cleaning 10989 clauses out of 21991 with flag 68000/68000
46.41/44.85	c cleaning 11998 clauses out of 24003 with flag 81001/81001
54.16/52.50	c cleaning 12999 clauses out of 26005 with flag 95001/95001
64.65/62.90	c cleaning 13997 clauses out of 28005 with flag 110000/110000
72.89/71.13	c cleaning 14998 clauses out of 30008 with flag 126000/126000
81.55/79.75	c cleaning 15995 clauses out of 32011 with flag 143001/143001
95.45/93.54	c cleaning 17000 clauses out of 34015 with flag 161000/161000
105.49/103.54	c cleaning 18002 clauses out of 36015 with flag 180000/180000
115.57/113.56	c cleaning 19003 clauses out of 38013 with flag 200000/200000
129.25/127.18	c cleaning 19981 clauses out of 40010 with flag 221000/221000
142.83/140.60	c cleaning 21001 clauses out of 42029 with flag 243000/243000
156.11/153.86	c cleaning 22008 clauses out of 44031 with flag 266003/266003
170.02/167.65	c cleaning 23000 clauses out of 46022 with flag 290002/290002
185.01/182.57	c cleaning 23993 clauses out of 48020 with flag 315000/315000
201.60/199.06	c cleaning 25012 clauses out of 50029 with flag 341002/341002
218.54/215.87	c cleaning 26001 clauses out of 52016 with flag 368001/368001
238.90/236.17	c cleaning 26999 clauses out of 54014 with flag 396000/396000
257.10/254.24	c cleaning 28001 clauses out of 56016 with flag 425001/425001
277.57/274.69	c cleaning 29003 clauses out of 58016 with flag 455002/455002
299.35/296.34	c cleaning 29997 clauses out of 60011 with flag 486000/486000
323.56/320.49	c cleaning 30983 clauses out of 62014 with flag 518000/518000
349.86/346.68	c cleaning 32006 clauses out of 64032 with flag 551001/551001
382.47/379.18	c cleaning 33005 clauses out of 66025 with flag 585000/585000
405.01/401.56	c cleaning 34003 clauses out of 68020 with flag 620000/620000
429.81/426.26	c cleaning 34999 clauses out of 70017 with flag 656000/656000
457.40/453.79	c cleaning 36000 clauses out of 72020 with flag 693002/693002
488.31/484.50	c cleaning 37001 clauses out of 74019 with flag 731001/731001
519.33/515.48	c cleaning 37999 clauses out of 76017 with flag 770000/770000
551.63/547.78	c cleaning 38991 clauses out of 78018 with flag 810000/810000
589.03/585.19	c cleaning 40010 clauses out of 80027 with flag 851000/851000
619.60/615.55	c cleaning 41001 clauses out of 82018 with flag 893001/893001
649.29/645.24	c cleaning 41999 clauses out of 84018 with flag 936002/936002
678.10/674.01	c cleaning 42997 clauses out of 86017 with flag 980000/980000
715.18/711.10	c cleaning 44000 clauses out of 88020 with flag 1025000/1025000
753.58/749.56	c cleaning 45001 clauses out of 90021 with flag 1071001/1071001
786.68/782.69	c cleaning 46002 clauses out of 92019 with flag 1118000/1118000
826.27/822.27	c cleaning 47002 clauses out of 94018 with flag 1166001/1166001
860.67/856.63	c cleaning 47999 clauses out of 96015 with flag 1215000/1215000
897.56/893.52	c cleaning 49003 clauses out of 98016 with flag 1265000/1265000
938.56/934.54	c cleaning 49975 clauses out of 100013 with flag 1316000/1316000
966.57/962.60	c cleaning 51010 clauses out of 102039 with flag 1368001/1368001
1003.96/999.96	c cleaning 52007 clauses out of 104028 with flag 1421000/1421000
1040.15/1036.16	c cleaning 53004 clauses out of 106021 with flag 1475000/1475000
1079.34/1075.35	c cleaning 53991 clauses out of 108019 with flag 1530002/1530002
1123.42/1119.49	c cleaning 54992 clauses out of 110027 with flag 1586001/1586001
1168.04/1164.08	c cleaning 56005 clauses out of 112035 with flag 1643001/1643001
1208.25/1204.25	c cleaning 57000 clauses out of 114029 with flag 1701000/1701000
1248.16/1244.15	c cleaning 57996 clauses out of 116029 with flag 1760000/1760000
1292.65/1288.63	c cleaning 59013 clauses out of 118035 with flag 1820002/1820002
1338.86/1334.90	c cleaning 59995 clauses out of 120020 with flag 1881000/1881000
1385.86/1381.83	c cleaning 60996 clauses out of 122025 with flag 1943000/1943000
1430.46/1426.49	c cleaning 62009 clauses out of 124029 with flag 2006000/2006000
1475.55/1471.56	c cleaning 62993 clauses out of 126020 with flag 2070000/2070000
1527.75/1523.79	c cleaning 64011 clauses out of 128029 with flag 2135002/2135002
1580.04/1576.08	c cleaning 64997 clauses out of 130016 with flag 2201000/2201000
1635.34/1631.33	c cleaning 66005 clauses out of 132020 with flag 2268001/2268001
1690.84/1686.85	c cleaning 66997 clauses out of 134016 with flag 2336002/2336002
1784.05/1780.00	c cleaning 67996 clauses out of 136021 with flag 2405004/2405004
1800.05/1796.01	c starts		: 229
1800.05/1796.01	c conflicts		: 2421594
1800.05/1796.01	c decisions		: 3045264
1800.05/1796.01	c propagations		: 413723029
1800.05/1796.01	c inspects		: 8359837594
1800.05/1796.01	c shortcuts		: 0
1800.05/1796.01	c learnt literals	: 0
1800.05/1796.01	c learnt binary clauses	: 0
1800.05/1796.01	c learnt ternary clauses	: 0
1800.05/1796.01	c learnt constraints	: 2421594
1800.05/1796.01	c ignored constraints	: 0
1800.05/1796.01	c root simplifications	: 229
1800.05/1796.01	c removed literals (reason simplification)	: 120481959
1800.05/1796.01	c reason swapping (by a shorter reason)	: 0
1800.05/1796.01	c Calls to reduceDB	: 65
1800.05/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.01	c number of learned constraints concerned by reduction	: 0
1800.05/1796.01	c number of learning phase by resolution	: 0
1800.05/1796.01	c number of learning phase by cutting planes	: 0
1800.05/1796.01	c speed (assignments/second)	: 230725.7612074475
1800.05/1796.01	c non guided choices	3725
1800.05/1796.04	c learnt constraints type 
1800.05/1796.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84649
1800.05/1796.04	c constraints type 
1800.05/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
1800.05/1796.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 656700
1800.05/1796.04	c 656900 constraints processed.
1800.05/1796.04	s UNKNOWN
1800.05/1796.04	c Total wall clock time (in seconds): 1795.898

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-3710680-1338139640/watcher-3710680-1338139640 -o /tmp/evaluation-result-3710680-1338139640/solver-3710680-1338139640 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710680-1338139640.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.01 2.00 3/194 23137
/proc/meminfo: memFree=30578584/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23137/stat : 23137 (java) D 23135 23137 19004 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 280088947 9515008 183 33554432000 1073741824 1073778376 140735235407856 140735235398888 240565173941 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23137/statm: 2323 183 140 9 0 71 0

[startup+0.0705721 s]
/proc/loadavg: 1.99 2.01 2.00 3/194 23137
/proc/meminfo: memFree=30578584/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9292124 CPUtime=0.03 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 3104 0 1 0 3 0 0 0 20 0 14 0 280088947 9515134976 4311 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2323288 4313 1718 9 0 2313989 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9292124

[startup+0.100251 s]
/proc/loadavg: 1.99 2.01 2.00 3/194 23137
/proc/meminfo: memFree=30578584/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 3488 0 1 0 6 1 0 0 20 0 18 0 280088947 9787842560 4695 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2389610 4695 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.30022 s]
/proc/loadavg: 1.99 2.01 2.00 3/194 23137
/proc/meminfo: memFree=30578584/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9558440 CPUtime=0.44 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 5377 0 1 0 43 1 0 0 20 0 18 0 280088947 9787842560 8567 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2389610 8567 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.70025 s]
/proc/loadavg: 1.99 2.01 2.00 3/194 23137
/proc/meminfo: memFree=30578584/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9558440 CPUtime=1.06 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 7506 0 1 0 102 4 0 0 20 0 18 0 280088947 9787842560 40811 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2389610 40811 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9558440

[startup+1.50068 s]
/proc/loadavg: 1.99 2.01 2.00 3/212 23155
/proc/meminfo: memFree=30411680/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9558440 CPUtime=1.91 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 7584 0 1 0 185 6 0 0 20 0 18 0 280088947 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2389610 72046 2253 9 0 2380296 0
[pid=23137/tid=23139] ppid=23135 vsize=9558440 CPUtime=1.43 cores=0,2,4,6
/proc/23137/task/23139/stat : 23139 (java) R 23135 23137 19004 0 -1 4202560 2606 0 1 0 138 5 0 0 20 0 18 0 280088948 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469178855296 140469003018661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23140] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23140/stat : 23140 (java) S 23135 23137 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280088949 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469140356008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23141] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23141/stat : 23141 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280088949 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469139303464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23142] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23142/stat : 23142 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280088949 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469138250408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23143] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23143/stat : 23143 (java) S 23135 23137 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 280088949 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469137197864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23144] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23144/stat : 23144 (java) S 23135 23137 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 280088949 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469136144808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23145] ppid=23135 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/23137/task/23145/stat : 23145 (java) S 23135 23137 19004 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 280088949 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469135092264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23146] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23146/stat : 23146 (java) S 23135 23137 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 280088949 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469134039208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23147] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23147/stat : 23147 (java) S 23135 23137 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 280088949 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469132986664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23148] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23148/stat : 23148 (java) S 23135 23137 19004 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 280088950 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469002562408 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23149] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23149/stat : 23149 (java) S 23135 23137 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 280088951 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469001508728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23150] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23150/stat : 23150 (java) S 23135 23137 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 280088951 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140469000455560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23151] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23151/stat : 23151 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280088954 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140468999404304 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23152] ppid=23135 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/23137/task/23152/stat : 23152 (java) S 23135 23137 19004 0 -1 4202560 2109 0 0 0 18 0 0 0 20 0 18 0 280088954 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140468998351160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23153] ppid=23135 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/23137/task/23153/stat : 23153 (java) S 23135 23137 19004 0 -1 4202560 1567 0 0 0 16 0 0 0 20 0 18 0 280088954 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140468997298616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23154] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23154/stat : 23154 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280088954 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140468996245752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23155] ppid=23135 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23155/stat : 23155 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 280088954 9787842560 72046 33554432000 1073741824 1073778376 140735991877568 140468995193416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9558440

[startup+3.10068 s]
/proc/loadavg: 1.99 2.01 2.00 7/212 23155
/proc/meminfo: memFree=30258764/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9625004 CPUtime=4 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 9756 0 1 0 388 12 0 0 20 0 19 0 280088947 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2406251 98216 2271 9 0 2396937 0
[pid=23137/tid=23139] ppid=23135 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/23137/task/23139/stat : 23139 (java) R 23135 23137 19004 0 -1 4202560 2646 0 1 0 289 6 0 0 20 0 19 0 280088948 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469178855736 140469003214662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23140] ppid=23135 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/23137/task/23140/stat : 23140 (java) S 23135 23137 19004 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 280088949 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469140356008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23141] ppid=23135 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/23137/task/23141/stat : 23141 (java) S 23135 23137 19004 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 280088949 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469139303464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23142] ppid=23135 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23137/task/23142/stat : 23142 (java) S 23135 23137 19004 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 280088949 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469138250408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23143] ppid=23135 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23137/task/23143/stat : 23143 (java) S 23135 23137 19004 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 280088949 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469137197864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23144] ppid=23135 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23137/task/23144/stat : 23144 (java) S 23135 23137 19004 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 280088949 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469136144808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23145] ppid=23135 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23137/task/23145/stat : 23145 (java) S 23135 23137 19004 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 280088949 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469135092264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23146] ppid=23135 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/23137/task/23146/stat : 23146 (java) S 23135 23137 19004 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 280088949 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469134039208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23147] ppid=23135 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/23137/task/23147/stat : 23147 (java) S 23135 23137 19004 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 280088949 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469132986664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23148] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23148/stat : 23148 (java) S 23135 23137 19004 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 280088950 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469002562408 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23149] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23149/stat : 23149 (java) S 23135 23137 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469001508728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23150] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23150/stat : 23150 (java) S 23135 23137 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140469000455560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23151] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23151/stat : 23151 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140468999404304 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23152] ppid=23135 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/23137/task/23152/stat : 23152 (java) R 23135 23137 19004 0 -1 4202560 2359 0 0 0 30 0 0 0 20 0 19 0 280088954 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140468998351160 140469182250383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23153] ppid=23135 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/23137/task/23153/stat : 23153 (java) S 23135 23137 19004 0 -1 4202560 3187 0 0 0 33 0 0 0 20 0 19 0 280088954 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140468997298616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23154] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23154/stat : 23154 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140468996245752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23155] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23155/stat : 23155 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 98216 33554432000 1073741824 1073778376 140735991877568 140468995193416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 1.99 2.01 2.00 3/213 23156
/proc/meminfo: memFree=30113848/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9625004 CPUtime=7.47 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 10003 0 1 0 730 17 0 0 20 0 19 0 280088947 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2406251 117778 2289 9 0 2396937 0
[pid=23137/tid=23139] ppid=23135 vsize=9625004 CPUtime=5.91 cores=0,2,4,6
/proc/23137/task/23139/stat : 23139 (java) R 23135 23137 19004 0 -1 4202560 2658 0 1 0 585 6 0 0 20 0 19 0 280088948 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469178863800 140469003233408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23140] ppid=23135 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/23137/task/23140/stat : 23140 (java) S 23135 23137 19004 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 19 0 280088949 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469140356008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23141] ppid=23135 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/23137/task/23141/stat : 23141 (java) S 23135 23137 19004 0 -1 4202560 49 0 0 0 5 2 0 0 20 0 19 0 280088949 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469139303464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23142] ppid=23135 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/23137/task/23142/stat : 23142 (java) S 23135 23137 19004 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 280088949 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469138250408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23143] ppid=23135 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/23137/task/23143/stat : 23143 (java) S 23135 23137 19004 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 19 0 280088949 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469137197864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23144] ppid=23135 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/23137/task/23144/stat : 23144 (java) S 23135 23137 19004 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 19 0 280088949 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469136144808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23145] ppid=23135 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/23137/task/23145/stat : 23145 (java) S 23135 23137 19004 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 280088949 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469135092264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23146] ppid=23135 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/23137/task/23146/stat : 23146 (java) S 23135 23137 19004 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 19 0 280088949 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469134039208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23147] ppid=23135 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/23137/task/23147/stat : 23147 (java) S 23135 23137 19004 0 -1 4202560 74 0 0 0 9 2 0 0 20 0 19 0 280088949 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469132986664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23148] ppid=23135 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/23137/task/23148/stat : 23148 (java) S 23135 23137 19004 0 -1 4202560 226 0 0 0 15 0 0 0 20 0 19 0 280088950 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469002562408 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23149] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23149/stat : 23149 (java) S 23135 23137 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469001508728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23150] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23150/stat : 23150 (java) S 23135 23137 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140469000455560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23151] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23151/stat : 23151 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140468999404304 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23152] ppid=23135 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/23137/task/23152/stat : 23152 (java) S 23135 23137 19004 0 -1 4202560 2367 0 0 0 34 0 0 0 20 0 19 0 280088954 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140468998351160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23153] ppid=23135 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23137/task/23153/stat : 23153 (java) S 23135 23137 19004 0 -1 4202560 3246 0 0 0 41 0 0 0 20 0 19 0 280088954 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140468997298616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23154] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23154/stat : 23154 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140468996245752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23155] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23155/stat : 23155 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140468995193416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23156] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23156/stat : 23156 (java) S 23135 23137 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280089235 9856004096 117778 33554432000 1073741824 1073778376 140735991877568 140468994139688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.99 2.01 2.00 3/213 23156
/proc/meminfo: memFree=30103656/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9625004 CPUtime=13.94 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 10016 0 1 0 1376 18 0 0 20 0 19 0 280088947 9856004096 120284 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

[pid=23137/tid=23152] ppid=23135 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23137/task/23152/stat : 23152 (java) S 23135 23137 19004 0 -1 4202560 3048 0 0 0 41 0 0 0 20 0 19 0 280088954 9856004096 197463 33554432000 1073741824 1073778376 140735991877568 140468998351160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23153] ppid=23135 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23137/task/23153/stat : 23153 (java) S 23135 23137 19004 0 -1 4202560 3246 0 0 0 43 0 0 0 20 0 19 0 280088954 9856004096 197463 33554432000 1073741824 1073778376 140735991877568 140468997298616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23154] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23154/stat : 23154 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 197463 33554432000 1073741824 1073778376 140735991877568 140468996245752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23155] ppid=23135 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/23137/task/23155/stat : 23155 (java) S 23135 23137 19004 0 -1 4202560 97 0 0 0 42 19 0 0 20 0 19 0 280088954 9856004096 197463 33554432000 1073741824 1073778376 140735991877568 140468995193416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23156] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23156/stat : 23156 (java) S 23135 23137 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280089235 9856004096 197463 33554432000 1073741824 1073778376 140735991877568 140468994139688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 23232
/proc/meminfo: memFree=29414648/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9625004 CPUtime=1726.35 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 11727 0 1 0 172562 73 0 0 20 0 19 0 280088947 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2406251 197205 2290 9 0 2396937 0
[pid=23137/tid=23139] ppid=23135 vsize=9625004 CPUtime=1703.93 cores=0,2,4,6
/proc/23137/task/23139/stat : 23139 (java) R 23135 23137 19004 0 -1 4202560 2743 0 1 0 170357 36 0 0 20 0 19 0 280088948 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469178863920 140469003233434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23140] ppid=23135 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/23137/task/23140/stat : 23140 (java) S 23135 23137 19004 0 -1 4202560 157 0 0 0 52 7 0 0 20 0 19 0 280088949 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469140356008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23141] ppid=23135 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/23137/task/23141/stat : 23141 (java) S 23135 23137 19004 0 -1 4202560 159 0 0 0 48 6 0 0 20 0 19 0 280088949 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469139303464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23142] ppid=23135 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23137/task/23142/stat : 23142 (java) S 23135 23137 19004 0 -1 4202560 113 0 0 0 52 5 0 0 20 0 19 0 280088949 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469138250408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23143] ppid=23135 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23137/task/23143/stat : 23143 (java) S 23135 23137 19004 0 -1 4202560 109 0 0 0 44 4 0 0 20 0 19 0 280088949 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469137197864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23144] ppid=23135 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23137/task/23144/stat : 23144 (java) S 23135 23137 19004 0 -1 4202560 117 0 0 0 45 5 0 0 20 0 19 0 280088949 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469136144808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23145] ppid=23135 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23137/task/23145/stat : 23145 (java) S 23135 23137 19004 0 -1 4202560 120 0 0 0 52 4 0 0 20 0 19 0 280088949 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469135092264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23146] ppid=23135 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/23137/task/23146/stat : 23146 (java) S 23135 23137 19004 0 -1 4202560 99 0 0 0 44 5 0 0 20 0 19 0 280088949 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469134039208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23147] ppid=23135 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/23137/task/23147/stat : 23147 (java) S 23135 23137 19004 0 -1 4202560 167 0 0 0 56 7 0 0 20 0 19 0 280088949 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469132986664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23148] ppid=23135 vsize=9625004 CPUtime=12.45 cores=0,2,4,6
/proc/23137/task/23148/stat : 23148 (java) S 23135 23137 19004 0 -1 4202560 359 0 0 0 1243 2 0 0 20 0 19 0 280088950 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469002562408 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23149] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23149/stat : 23149 (java) S 23135 23137 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469001508728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23150] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23150/stat : 23150 (java) S 23135 23137 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140469000455560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23151] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23151/stat : 23151 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140468999404304 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23152] ppid=23135 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23137/task/23152/stat : 23152 (java) S 23135 23137 19004 0 -1 4202560 3056 0 0 0 43 0 0 0 20 0 19 0 280088954 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140468998351160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23153] ppid=23135 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23137/task/23153/stat : 23153 (java) S 23135 23137 19004 0 -1 4202560 3246 0 0 0 43 0 0 0 20 0 19 0 280088954 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140468997298616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23154] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23154/stat : 23154 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140468996245752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23155] ppid=23135 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/23137/task/23155/stat : 23155 (java) S 23135 23137 19004 0 -1 4202560 101 0 0 0 43 20 0 0 20 0 19 0 280088954 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140468995193416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23156] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23156/stat : 23156 (java) S 23135 23137 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280089235 9856004096 197205 33554432000 1073741824 1073778376 140735991877568 140468994139688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.35
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23232
/proc/meminfo: memFree=29330556/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9625004 CPUtime=1786.35 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 11773 0 1 0 178560 75 0 0 20 0 19 0 280088947 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2406251 218197 2290 9 0 2396937 0
[pid=23137/tid=23139] ppid=23135 vsize=9625004 CPUtime=1763.55 cores=0,2,4,6
/proc/23137/task/23139/stat : 23139 (java) R 23135 23137 19004 0 -1 4202560 2785 0 1 0 176317 38 0 0 20 0 19 0 280088948 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469178863920 140469003278795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23140] ppid=23135 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/23137/task/23140/stat : 23140 (java) S 23135 23137 19004 0 -1 4202560 157 0 0 0 52 7 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469140356008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23141] ppid=23135 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/23137/task/23141/stat : 23141 (java) S 23135 23137 19004 0 -1 4202560 159 0 0 0 48 6 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469139303464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23142] ppid=23135 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23137/task/23142/stat : 23142 (java) S 23135 23137 19004 0 -1 4202560 113 0 0 0 52 5 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469138250408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23143] ppid=23135 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23137/task/23143/stat : 23143 (java) S 23135 23137 19004 0 -1 4202560 109 0 0 0 44 4 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469137197864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23144] ppid=23135 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23137/task/23144/stat : 23144 (java) S 23135 23137 19004 0 -1 4202560 117 0 0 0 45 5 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469136144808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23145] ppid=23135 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23137/task/23145/stat : 23145 (java) S 23135 23137 19004 0 -1 4202560 120 0 0 0 52 4 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469135092264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23146] ppid=23135 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/23137/task/23146/stat : 23146 (java) S 23135 23137 19004 0 -1 4202560 99 0 0 0 44 5 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469134039208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23147] ppid=23135 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/23137/task/23147/stat : 23147 (java) S 23135 23137 19004 0 -1 4202560 167 0 0 0 56 7 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469132986664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23148] ppid=23135 vsize=9625004 CPUtime=12.67 cores=0,2,4,6
/proc/23137/task/23148/stat : 23148 (java) S 23135 23137 19004 0 -1 4202560 361 0 0 0 1265 2 0 0 20 0 19 0 280088950 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469002562408 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23149] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23149/stat : 23149 (java) S 23135 23137 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469001508728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23150] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23150/stat : 23150 (java) S 23135 23137 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469000455560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23151] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23151/stat : 23151 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468999404304 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23152] ppid=23135 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23137/task/23152/stat : 23152 (java) S 23135 23137 19004 0 -1 4202560 3056 0 0 0 43 0 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468998351160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23153] ppid=23135 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23137/task/23153/stat : 23153 (java) S 23135 23137 19004 0 -1 4202560 3246 0 0 0 43 0 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468997298616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23154] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23154/stat : 23154 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468996245752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23155] ppid=23135 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/23137/task/23155/stat : 23155 (java) S 23135 23137 19004 0 -1 4202560 103 0 0 0 45 21 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468995193416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23156] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23156/stat : 23156 (java) S 23135 23137 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280089235 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468994139688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.35
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23232
/proc/meminfo: memFree=29330556/32873844 swapFree=7116/7116
[pid=23137] ppid=23135 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/23137/stat : 23137 (java) S 23135 23137 19004 0 -1 4202496 11775 0 1 0 179930 75 0 0 20 0 19 0 280088947 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140735991868704 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23137/statm: 2406251 218197 2290 9 0 2396937 0
[pid=23137/tid=23139] ppid=23135 vsize=9625004 CPUtime=1777.21 cores=0,2,4,6
/proc/23137/task/23139/stat : 23139 (java) R 23135 23137 19004 0 -1 4202560 2785 0 1 0 177682 39 0 0 20 0 19 0 280088948 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469178863920 140469003279275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23140] ppid=23135 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/23137/task/23140/stat : 23140 (java) S 23135 23137 19004 0 -1 4202560 157 0 0 0 52 7 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469140356008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23141] ppid=23135 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/23137/task/23141/stat : 23141 (java) S 23135 23137 19004 0 -1 4202560 159 0 0 0 48 6 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469139303464 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23142] ppid=23135 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23137/task/23142/stat : 23142 (java) S 23135 23137 19004 0 -1 4202560 113 0 0 0 52 5 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469138250408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23143] ppid=23135 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23137/task/23143/stat : 23143 (java) S 23135 23137 19004 0 -1 4202560 109 0 0 0 44 4 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469137197864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23144] ppid=23135 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23137/task/23144/stat : 23144 (java) S 23135 23137 19004 0 -1 4202560 117 0 0 0 45 5 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469136144808 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23137/tid=23145] ppid=23135 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23137/task/23145/stat : 23145 (java) S 23135 23137 19004 0 -1 4202560 120 0 0 0 52 4 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469135092264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23146] ppid=23135 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/23137/task/23146/stat : 23146 (java) S 23135 23137 19004 0 -1 4202560 99 0 0 0 44 5 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469134039208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23147] ppid=23135 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/23137/task/23147/stat : 23147 (java) S 23135 23137 19004 0 -1 4202560 167 0 0 0 56 7 0 0 20 0 19 0 280088949 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469132986664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23148] ppid=23135 vsize=9625004 CPUtime=12.67 cores=0,2,4,6
/proc/23137/task/23148/stat : 23148 (java) S 23135 23137 19004 0 -1 4202560 361 0 0 0 1265 2 0 0 20 0 19 0 280088950 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469002562408 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23137/tid=23149] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23149/stat : 23149 (java) S 23135 23137 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469001508728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23150] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23150/stat : 23150 (java) S 23135 23137 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280088951 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140469000455560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23151] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23151/stat : 23151 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468999404304 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23152] ppid=23135 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23137/task/23152/stat : 23152 (java) S 23135 23137 19004 0 -1 4202560 3056 0 0 0 43 0 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468998351160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23153] ppid=23135 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23137/task/23153/stat : 23153 (java) S 23135 23137 19004 0 -1 4202560 3246 0 0 0 43 0 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468997298616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23137/tid=23154] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23154/stat : 23154 (java) S 23135 23137 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468996245752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23155] ppid=23135 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23137/task/23155/stat : 23155 (java) S 23135 23137 19004 0 -1 4202560 105 0 0 0 46 21 0 0 20 0 19 0 280088954 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468995193416 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23137/tid=23156] ppid=23135 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23137/task/23156/stat : 23156 (java) S 23135 23137 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280089235 9856004096 218197 33554432000 1073741824 1073778376 140735991877568 140468994139688 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 23137 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=929129
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=202817
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.05
CPU time (s): 1800.05
CPU user time (s): 1799.3
CPU system time (s): 0.75
CPU usage (%): 100.223
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 1.20282
maximum resident set size= 872908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11808
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= 39053
involuntary context switches= 18810

runsolver used 5.73113 second user time and 15.0027 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 19:27:20
IDJOB=3710680
IDBENCH=1964
IDSOLVER=2289
FILE ID=node146/3710680-1338139640
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71168 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_12.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-3710680-1338139640/watcher-3710680-1338139640 -o /tmp/evaluation-result-3710680-1338139640/solver-3710680-1338139640 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710680-1338139640.opb

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

MD5SUM BENCH= 35ffbede57b8807d38d913370f4c4486
RANDOM SEED=1466201975

node146.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.034
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.06
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.034
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.92
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.034
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.034
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		: 2667.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30579228 kB
Buffers:          313740 kB
Cached:           773448 kB
SwapCached:         2184 kB
Active:          1275892 kB
Inactive:         174112 kB
Active(anon):     362112 kB
Inactive(anon):     2668 kB
Active(file):     913780 kB
Inactive(file):   171444 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             17660 kB
Writeback:             4 kB
AnonPages:        380940 kB
Mapped:            17520 kB
Shmem:                 0 kB
Slab:             691696 kB
SReclaimable:     132896 kB
SUnreclaim:       558800 kB
KernelStack:        1616 kB
PageTables:         4708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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= 71152 MiB
End job on node146 at 2012-05-27 19:57:18