Trace number 3710745

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.03 1795.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark299
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2755
Number of bits of the biggest sum of numbers12
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.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710745-1338155741.opb
0.10/0.11	c reading problem ... 
1.85/1.11	c ... done. Wall clock time 1.004s.
1.85/1.11	c declared #vars     8878
1.85/1.11	c #constraints  17460
1.85/1.11	c constraints type 
1.85/1.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.85/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17459
1.85/1.11	c 17460 constraints processed.
13.15/12.03	c cleaning 2479 clauses out of 5000 with flag 5000/5000
24.78/23.58	c cleaning 4239 clauses out of 8522 with flag 11001/11001
39.49/38.11	c cleaning 5634 clauses out of 11282 with flag 18000/18000
54.02/52.14	c cleaning 6822 clauses out of 13650 with flag 26002/26002
70.29/67.92	c cleaning 7906 clauses out of 15827 with flag 35001/35001
87.33/84.98	c cleaning 8955 clauses out of 17920 with flag 45000/45000
107.46/105.00	c cleaning 9973 clauses out of 19966 with flag 56001/56001
131.11/128.64	c cleaning 10996 clauses out of 21992 with flag 68000/68000
154.24/151.76	c cleaning 11998 clauses out of 23996 with flag 81000/81000
179.10/176.58	c cleaning 12982 clauses out of 25998 with flag 95000/95000
209.73/207.18	c cleaning 13992 clauses out of 28017 with flag 110001/110001
242.60/239.97	c cleaning 15007 clauses out of 30024 with flag 126000/126000
273.05/270.37	c cleaning 16009 clauses out of 32017 with flag 143000/143000
307.36/304.68	c cleaning 16993 clauses out of 34009 with flag 161001/161001
345.55/342.85	c cleaning 17994 clauses out of 36016 with flag 180001/180001
380.66/377.97	c cleaning 19002 clauses out of 38021 with flag 200000/200000
424.36/421.65	c cleaning 20002 clauses out of 40020 with flag 221001/221001
464.06/461.32	c cleaning 20996 clauses out of 42018 with flag 243001/243001
509.44/506.67	c cleaning 22004 clauses out of 44021 with flag 266000/266000
553.62/550.73	c cleaning 23000 clauses out of 46017 with flag 290000/290000
597.69/594.79	c cleaning 24006 clauses out of 48018 with flag 315001/315001
646.06/643.02	c cleaning 24996 clauses out of 50012 with flag 341001/341001
694.85/691.74	c cleaning 25995 clauses out of 52016 with flag 368001/368001
751.44/748.25	c cleaning 27006 clauses out of 54020 with flag 396000/396000
809.23/805.94	c cleaning 27988 clauses out of 56015 with flag 425001/425001
865.54/862.16	c cleaning 28994 clauses out of 58026 with flag 455000/455000
933.92/930.50	c cleaning 30011 clauses out of 60032 with flag 486000/486000
1015.07/1011.54	c cleaning 30994 clauses out of 62021 with flag 518000/518000
1078.95/1075.33	c cleaning 32003 clauses out of 64027 with flag 551000/551000
1143.22/1139.55	c cleaning 33001 clauses out of 66025 with flag 585001/585001
1223.25/1219.49	c cleaning 34002 clauses out of 68024 with flag 620001/620001
1297.67/1293.71	c cleaning 35002 clauses out of 70024 with flag 656003/656003
1373.70/1369.70	c cleaning 36001 clauses out of 72020 with flag 693001/693001
1445.41/1441.24	c cleaning 37006 clauses out of 74020 with flag 731002/731002
1534.64/1530.37	c cleaning 38003 clauses out of 76012 with flag 770000/770000
1618.47/1614.03	c cleaning 38995 clauses out of 78009 with flag 810000/810000
1712.94/1708.37	c cleaning 39997 clauses out of 80014 with flag 851000/851000
1800.03/1795.22	c starts		: 181
1800.03/1795.22	c conflicts		: 892448
1800.03/1795.22	c decisions		: 1060872
1800.03/1795.22	c propagations		: 198706920
1800.03/1795.22	c inspects		: 9972661873
1800.03/1795.22	c shortcuts		: 0
1800.03/1795.22	c learnt literals	: 0
1800.03/1795.22	c learnt binary clauses	: 5
1800.03/1795.22	c learnt ternary clauses	: 31
1800.03/1795.22	c learnt constraints	: 892448
1800.03/1795.22	c ignored constraints	: 0
1800.03/1795.22	c root simplifications	: 181
1800.03/1795.22	c removed literals (reason simplification)	: 4524877
1800.03/1795.22	c reason swapping (by a shorter reason)	: 0
1800.03/1795.22	c Calls to reduceDB	: 37
1800.03/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.22	c number of learned constraints concerned by reduction	: 0
1800.03/1795.22	c number of learning phase by resolution	: 0
1800.03/1795.22	c number of learning phase by cutting planes	: 0
1800.03/1795.22	c speed (assignments/second)	: 110756.5364686682
1800.03/1795.22	c non guided choices	9129
1800.03/1795.24	c learnt constraints type 
1800.03/1795.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.03/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81469
1800.03/1795.25	c constraints type 
1800.03/1795.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.03/1795.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17459
1800.03/1795.25	c 17460 constraints processed.
1800.03/1795.25	s UNKNOWN
1800.03/1795.25	c Total wall clock time (in seconds): 1795.135

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

running on 4 cores: 1,3,5,7

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: 0.92 0.98 1.21 3/191 15246
/proc/meminfo: memFree=29878804/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/15246/stat : 15246 (java) R 15244 15246 15185 0 -1 4202496 1085 0 0 0 0 0 0 0 20 0 1 0 281699583 23793664 813 33554432000 1073741824 1073778376 140736730391984 140736730381048 140386475508560 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 5809 832 626 9 0 128 0

[startup+0.021862 s]
/proc/loadavg: 0.92 0.98 1.21 3/191 15246
/proc/meminfo: memFree=29878804/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 2778 0 1 0 0 0 0 0 20 0 10 0 281699583 9233014784 3478 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2254154 3478 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100254 s]
/proc/loadavg: 0.92 0.98 1.21 3/191 15246
/proc/meminfo: memFree=29878804/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 4338 0 1 0 9 1 0 0 20 0 18 0 281699583 9787842560 6057 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2389610 6058 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300189 s]
/proc/loadavg: 0.92 0.98 1.21 3/191 15246
/proc/meminfo: memFree=29878804/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9558440 CPUtime=0.58 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 10217 0 1 0 57 1 0 0 20 0 18 0 281699583 9787842560 11571 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2389610 11571 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558440

[startup+0.700263 s]
/proc/loadavg: 0.92 0.98 1.21 3/191 15246
/proc/meminfo: memFree=29878804/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9558440 CPUtime=1.19 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 11124 0 1 0 114 5 0 0 20 0 18 0 281699583 9787842560 42394 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2389610 42394 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558440

[startup+1.50073 s]
/proc/loadavg: 0.92 0.98 1.21 3/210 15265
/proc/meminfo: memFree=29594856/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9625004 CPUtime=2.45 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 13123 0 1 0 239 6 0 0 20 0 19 0 281699583 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2406251 46209 2269 9 0 2396937 0
[pid=15246/tid=15248] ppid=15244 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/15246/task/15248/stat : 15248 (java) R 15244 15246 15185 0 -1 4202560 2582 0 1 0 141 4 0 0 20 0 19 0 281699583 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140386470761128 140386325218455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15249] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15249/stat : 15249 (java) S 15244 15246 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140386443213096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15250] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15250/stat : 15250 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140386313480360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15251] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15251/stat : 15251 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140386312428072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15252] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15252/stat : 15252 (java) S 15244 15246 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140386311375272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15253] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15253/stat : 15253 (java) S 15244 15246 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140386310322984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15254] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15254/stat : 15254 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140386309270184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15255] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15255/stat : 15255 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385972120616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15256] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15256/stat : 15256 (java) S 15244 15246 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385971067816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15257] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15257/stat : 15257 (java) S 15244 15246 15185 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385958869224 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15258] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15258/stat : 15258 (java) S 15244 15246 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385957815288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15259] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15259/stat : 15259 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385956762888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15260] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15260/stat : 15260 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385955711376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15261] ppid=15244 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15246/task/15261/stat : 15261 (java) S 15244 15246 15185 0 -1 4202560 4240 0 0 0 45 0 0 0 20 0 19 0 281699588 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385954659000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15262] ppid=15244 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/15246/task/15262/stat : 15262 (java) S 15244 15246 15185 0 -1 4202560 4998 0 0 0 44 0 0 0 20 0 19 0 281699588 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385953606200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15263] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15263/stat : 15263 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385952554104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15264] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15264/stat : 15264 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46209 33554432000 1073741824 1073778376 140736730391984 140385951501512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 0.92 0.98 1.21 3/211 15266
/proc/meminfo: memFree=29589884/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9625004 CPUtime=4.22 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 13129 0 1 0 415 7 0 0 20 0 19 0 281699583 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2406251 46213 2272 9 0 2396937 0
[pid=15246/tid=15248] ppid=15244 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/15246/task/15248/stat : 15248 (java) R 15244 15246 15185 0 -1 4202560 2584 0 1 0 301 4 0 0 20 0 19 0 281699583 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386470759000 140386325201692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15249] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15249/stat : 15249 (java) S 15244 15246 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386443213096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15250] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15250/stat : 15250 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386313480360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15251] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15251/stat : 15251 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386312428072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15252] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15252/stat : 15252 (java) S 15244 15246 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386311375272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15253] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15253/stat : 15253 (java) S 15244 15246 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386310322984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15254] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15254/stat : 15254 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386309270184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15255] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15255/stat : 15255 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385972120616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15256] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15256/stat : 15256 (java) S 15244 15246 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385971067816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15257] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15257/stat : 15257 (java) S 15244 15246 15185 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385958869224 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15258] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15258/stat : 15258 (java) S 15244 15246 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385957815288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15259] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15259/stat : 15259 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385956762888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15260] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15260/stat : 15260 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385955711376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15261] ppid=15244 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/15246/task/15261/stat : 15261 (java) R 15244 15246 15185 0 -1 4202560 4243 0 0 0 60 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385954659000 140386476725337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15262] ppid=15244 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15246/task/15262/stat : 15262 (java) S 15244 15246 15185 0 -1 4202560 4998 0 0 0 45 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385953606200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15263] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15263/stat : 15263 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385952554104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15264] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15264/stat : 15264 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385951501512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15266] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15266/stat : 15266 (java) S 15244 15246 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281699696 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385950446504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 1.01 1.00 1.22 3/211 15266
/proc/meminfo: memFree=29575176/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9625004 CPUtime=7.44 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 13132 0 1 0 737 7 0 0 20 0 19 0 281699583 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2406251 46213 2272 9 0 2396937 0
[pid=15246/tid=15248] ppid=15244 vsize=9625004 CPUtime=6.24 cores=1,3,5,7
/proc/15246/task/15248/stat : 15248 (java) R 15244 15246 15185 0 -1 4202560 2587 0 1 0 620 4 0 0 20 0 19 0 281699583 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386470758880 140386325201769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15249] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15249/stat : 15249 (java) S 15244 15246 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386443213096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15250] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15250/stat : 15250 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386313480360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15251] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15251/stat : 15251 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386312428072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15252] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15252/stat : 15252 (java) S 15244 15246 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386311375272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15253] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15253/stat : 15253 (java) S 15244 15246 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386310322984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15254] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15254/stat : 15254 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140386309270184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15255] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15255/stat : 15255 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385972120616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15256] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15256/stat : 15256 (java) S 15244 15246 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281699584 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385971067816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15257] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15257/stat : 15257 (java) S 15244 15246 15185 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385958869224 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15258] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15258/stat : 15258 (java) S 15244 15246 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385957815288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15259] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15259/stat : 15259 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385956762888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15260] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15260/stat : 15260 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385955711376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15261] ppid=15244 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/15246/task/15261/stat : 15261 (java) S 15244 15246 15185 0 -1 4202560 4243 0 0 0 62 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385954659000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15262] ppid=15244 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15246/task/15262/stat : 15262 (java) S 15244 15246 15185 0 -1 4202560 4998 0 0 0 45 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385953606200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15263] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15263/stat : 15263 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385952554104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15264] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15264/stat : 15264 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385951501512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15266] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15266/stat : 15266 (java) S 15244 15246 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281699696 9856004096 46213 33554432000 1073741824 1073778376 140736730391984 140385950446504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 1.09 1.02 1.22 3/211 15266
/proc/meminfo: memFree=29573720/32873852 swapFree=7624/7624

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

[pid=15246/tid=15261] ppid=15244 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/15246/task/15261/stat : 15261 (java) S 15244 15246 15185 0 -1 4202560 10595 0 0 0 118 2 0 0 20 0 19 0 281699588 9856004096 68597 33554432000 1073741824 1073778376 140736730391984 140385954659000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15262] ppid=15244 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/15246/task/15262/stat : 15262 (java) S 15244 15246 15185 0 -1 4202560 11501 0 0 0 98 3 0 0 20 0 19 0 281699588 9856004096 68597 33554432000 1073741824 1073778376 140736730391984 140385953606200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15263] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15263/stat : 15263 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 68597 33554432000 1073741824 1073778376 140736730391984 140385952554104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15264] ppid=15244 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/15246/task/15264/stat : 15264 (java) S 15244 15246 15185 0 -1 4202560 95 0 0 0 48 43 0 0 20 0 19 0 281699588 9856004096 68597 33554432000 1073741824 1073778376 140736730391984 140385951501512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15266] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15266/stat : 15266 (java) S 15244 15246 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281699696 9856004096 68597 33554432000 1073741824 1073778376 140736730391984 140385950446504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1666.87
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.05 2.00 1.85 3/211 15303
/proc/meminfo: memFree=29444772/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9625004 CPUtime=1726.99 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 26411 0 1 0 172579 120 0 0 20 0 19 0 281699583 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2406251 69080 2286 9 0 2396937 0
[pid=15246/tid=15248] ppid=15244 vsize=9625004 CPUtime=1715.65 cores=1,3,5,7
/proc/15246/task/15248/stat : 15248 (java) R 15244 15246 15185 0 -1 4202560 2630 0 1 0 171534 31 0 0 20 0 19 0 281699583 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386470760752 140386325213147 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15249] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15249/stat : 15249 (java) S 15244 15246 15185 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386443213096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15250] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15250/stat : 15250 (java) S 15244 15246 15185 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386313480360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15251] ppid=15244 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/15246/task/15251/stat : 15251 (java) S 15244 15246 15185 0 -1 4202560 7 0 0 0 8 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386312428072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15252] ppid=15244 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/15246/task/15252/stat : 15252 (java) S 15244 15246 15185 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386311375272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15253] ppid=15244 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/15246/task/15253/stat : 15253 (java) S 15244 15246 15185 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386310322984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15254] ppid=15244 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/15246/task/15254/stat : 15254 (java) S 15244 15246 15185 0 -1 4202560 31 0 0 0 9 1 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386309270184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15255] ppid=15244 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/15246/task/15255/stat : 15255 (java) S 15244 15246 15185 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385972120616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15256] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15256/stat : 15256 (java) S 15244 15246 15185 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385971067816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15257] ppid=15244 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/15246/task/15257/stat : 15257 (java) S 15244 15246 15185 0 -1 4202560 197 0 0 0 175 4 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385958869224 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15258] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15258/stat : 15258 (java) S 15244 15246 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385957815288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15259] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15259/stat : 15259 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385956762888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15260] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15260/stat : 15260 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385955711376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15261] ppid=15244 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/15246/task/15261/stat : 15261 (java) S 15244 15246 15185 0 -1 4202560 10595 0 0 0 118 2 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385954659000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15262] ppid=15244 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/15246/task/15262/stat : 15262 (java) S 15244 15246 15185 0 -1 4202560 11501 0 0 0 98 3 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385953606200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15263] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15263/stat : 15263 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385952554104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15264] ppid=15244 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/15246/task/15264/stat : 15264 (java) S 15244 15246 15185 0 -1 4202560 99 0 0 0 50 45 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385951501512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15266] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15266/stat : 15266 (java) S 15244 15246 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281699696 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385950446504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.99
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 1.86 3/211 15304
/proc/meminfo: memFree=29444648/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9625004 CPUtime=1787.1 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 26415 0 1 0 178585 125 0 0 20 0 19 0 281699583 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2406251 69080 2286 9 0 2396937 0
[pid=15246/tid=15248] ppid=15244 vsize=9625004 CPUtime=1775.49 cores=1,3,5,7
/proc/15246/task/15248/stat : 15248 (java) R 15244 15246 15185 0 -1 4202560 2630 0 1 0 177518 31 0 0 20 0 19 0 281699583 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386470760752 140386325203389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15249] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15249/stat : 15249 (java) S 15244 15246 15185 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386443213096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15250] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15250/stat : 15250 (java) S 15244 15246 15185 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386313480360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15251] ppid=15244 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/15246/task/15251/stat : 15251 (java) S 15244 15246 15185 0 -1 4202560 7 0 0 0 8 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386312428072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15252] ppid=15244 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/15246/task/15252/stat : 15252 (java) S 15244 15246 15185 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386311375272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15253] ppid=15244 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/15246/task/15253/stat : 15253 (java) S 15244 15246 15185 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386310322984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15254] ppid=15244 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/15246/task/15254/stat : 15254 (java) S 15244 15246 15185 0 -1 4202560 31 0 0 0 9 1 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386309270184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15255] ppid=15244 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/15246/task/15255/stat : 15255 (java) S 15244 15246 15185 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385972120616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15256] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15256/stat : 15256 (java) S 15244 15246 15185 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385971067816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15257] ppid=15244 vsize=9625004 CPUtime=1.8 cores=1,3,5,7
/proc/15246/task/15257/stat : 15257 (java) S 15244 15246 15185 0 -1 4202560 197 0 0 0 176 4 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385958869224 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15258] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15258/stat : 15258 (java) S 15244 15246 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385957815288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15259] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15259/stat : 15259 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385956762888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15260] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15260/stat : 15260 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385955711376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15261] ppid=15244 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/15246/task/15261/stat : 15261 (java) S 15244 15246 15185 0 -1 4202560 10595 0 0 0 118 2 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385954659000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15262] ppid=15244 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/15246/task/15262/stat : 15262 (java) S 15244 15246 15185 0 -1 4202560 11501 0 0 0 98 3 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385953606200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15263] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15263/stat : 15263 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385952554104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15264] ppid=15244 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/15246/task/15264/stat : 15264 (java) S 15244 15246 15185 0 -1 4202560 103 0 0 0 52 46 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385951501512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15266] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15266/stat : 15266 (java) S 15244 15246 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281699696 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385950446504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.1
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.08 2.03 1.86 3/211 15304
/proc/meminfo: memFree=29444772/32873852 swapFree=7624/7624
[pid=15246] ppid=15244 vsize=9625004 CPUtime=1800.03 cores=1,3,5,7
/proc/15246/stat : 15246 (java) S 15244 15246 15185 0 -1 4202496 26415 0 1 0 179877 126 0 0 20 0 19 0 281699583 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140736730383120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15246/statm: 2406251 69080 2286 9 0 2396937 0
[pid=15246/tid=15248] ppid=15244 vsize=9625004 CPUtime=1788.37 cores=1,3,5,7
/proc/15246/task/15248/stat : 15248 (java) R 15244 15246 15185 0 -1 4202560 2630 0 1 0 178805 32 0 0 20 0 19 0 281699583 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386470760752 140386325201428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15249] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15249/stat : 15249 (java) S 15244 15246 15185 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386443213096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15250] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15250/stat : 15250 (java) S 15244 15246 15185 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386313480360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15251] ppid=15244 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/15246/task/15251/stat : 15251 (java) S 15244 15246 15185 0 -1 4202560 7 0 0 0 8 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386312428072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15252] ppid=15244 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/15246/task/15252/stat : 15252 (java) S 15244 15246 15185 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386311375272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15253] ppid=15244 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/15246/task/15253/stat : 15253 (java) S 15244 15246 15185 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386310322984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15254] ppid=15244 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/15246/task/15254/stat : 15254 (java) S 15244 15246 15185 0 -1 4202560 31 0 0 0 9 1 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140386309270184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15255] ppid=15244 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/15246/task/15255/stat : 15255 (java) S 15244 15246 15185 0 -1 4202560 26 0 0 0 13 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385972120616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15256] ppid=15244 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/15246/task/15256/stat : 15256 (java) S 15244 15246 15185 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 281699584 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385971067816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15257] ppid=15244 vsize=9625004 CPUtime=1.8 cores=1,3,5,7
/proc/15246/task/15257/stat : 15257 (java) S 15244 15246 15185 0 -1 4202560 197 0 0 0 176 4 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385958869224 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15258] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15258/stat : 15258 (java) S 15244 15246 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385957815288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15259] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15259/stat : 15259 (java) S 15244 15246 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281699585 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385956762888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15260] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15260/stat : 15260 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385955711376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15246/tid=15261] ppid=15244 vsize=9625004 CPUtime=1.2 cores=1,3,5,7
/proc/15246/task/15261/stat : 15261 (java) S 15244 15246 15185 0 -1 4202560 10595 0 0 0 118 2 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385954659000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15262] ppid=15244 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/15246/task/15262/stat : 15262 (java) S 15244 15246 15185 0 -1 4202560 11501 0 0 0 98 3 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385953606200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15246/tid=15263] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15263/stat : 15263 (java) S 15244 15246 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385952554104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15246/tid=15264] ppid=15244 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/15246/task/15264/stat : 15264 (java) S 15244 15246 15185 0 -1 4202560 103 0 0 0 53 46 0 0 20 0 19 0 281699588 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385951501512 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15246/tid=15266] ppid=15244 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15246/task/15266/stat : 15266 (java) S 15244 15246 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281699696 9856004096 69080 33554432000 1073741824 1073778376 140736730391984 140385950446504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 15246 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=549339
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=20844
# CPU time returned by wait4() is 1794.57
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.25
CPU time (s): 1800.03
CPU user time (s): 1798.77
CPU system time (s): 1.26
CPU usage (%): 100.266
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.55
system time used= 1.02084
maximum resident set size= 276440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26449
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38991
involuntary context switches= 9053

runsolver used 10.6004 second user time and 11.4733 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-27 23:55:41
IDJOB=3710745
IDBENCH=2949
IDSOLVER=2289
FILE ID=node131/3710745-1338155741
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=998213290

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29881924 kB
Buffers:          333956 kB
Cached:          1812628 kB
SwapCached:         2164 kB
Active:           549072 kB
Inactive:        1609700 kB
Active(anon):      13572 kB
Inactive(anon):      808 kB
Active(file):     535500 kB
Inactive(file):  1608892 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099040 kB
Dirty:              7408 kB
Writeback:             4 kB
AnonPages:         15080 kB
Mapped:            20108 kB
Shmem:                 0 kB
Slab:             693648 kB
SReclaimable:     135876 kB
SUnreclaim:       557772 kB
KernelStack:        1368 kB
PageTables:         4160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     688768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71724 MiB
End job on node131 at 2012-05-28 00:25:39