Trace number 3710763

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.78 1798.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
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 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
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 2765
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		501472288
0.05/0.07	c Max memory 		7480803328
0.05/0.07	c Total memory 		504102912
0.05/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	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-3710763-1338152025.opb
0.10/0.11	c reading problem ... 
2.04/1.31	c ... done. Wall clock time 1.198s.
2.04/1.31	c declared #vars     11001
2.04/1.31	c #constraints  21678
2.23/1.47	c constraints type 
2.23/1.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.23/1.47	c 21678 constraints processed.
17.11/15.88	c cleaning 2501 clauses out of 5001 with flag 5001/5001
32.84/31.46	c cleaning 4231 clauses out of 8500 with flag 11001/11001
47.74/46.22	c cleaning 5620 clauses out of 11268 with flag 18000/18000
65.10/63.57	c cleaning 6824 clauses out of 13648 with flag 26000/26000
86.86/85.29	c cleaning 7903 clauses out of 15824 with flag 35000/35000
112.28/110.67	c cleaning 8954 clauses out of 17922 with flag 45001/45001
142.68/141.03	c cleaning 9981 clauses out of 19967 with flag 56000/56000
169.18/167.58	c cleaning 10980 clauses out of 21986 with flag 68000/68000
202.29/200.69	c cleaning 11999 clauses out of 24009 with flag 81003/81003
240.40/238.73	c cleaning 12993 clauses out of 26007 with flag 95000/95000
276.71/275.09	c cleaning 13995 clauses out of 28014 with flag 110000/110000
316.40/314.74	c cleaning 14999 clauses out of 30019 with flag 126000/126000
357.71/356.08	c cleaning 16003 clauses out of 32020 with flag 143000/143000
396.24/394.50	c cleaning 16998 clauses out of 34017 with flag 161000/161000
437.26/435.52	c cleaning 17992 clauses out of 36019 with flag 180000/180000
484.85/483.13	c cleaning 18998 clauses out of 38028 with flag 200001/200001
533.85/532.19	c cleaning 19998 clauses out of 40029 with flag 221000/221000
591.45/589.70	c cleaning 21000 clauses out of 42033 with flag 243002/243002
657.96/656.26	c cleaning 22013 clauses out of 44033 with flag 266002/266002
714.57/712.85	c cleaning 22992 clauses out of 46018 with flag 290000/290000
774.08/772.31	c cleaning 24009 clauses out of 48026 with flag 315000/315000
828.78/827.05	c cleaning 24994 clauses out of 50018 with flag 341001/341001
882.39/880.61	c cleaning 26002 clauses out of 52023 with flag 368000/368000
938.80/937.08	c cleaning 27008 clauses out of 54021 with flag 396000/396000
999.03/997.22	c cleaning 28002 clauses out of 56014 with flag 425001/425001
1075.04/1073.26	c cleaning 28991 clauses out of 58011 with flag 455000/455000
1152.36/1150.56	c cleaning 30005 clauses out of 60020 with flag 486000/486000
1228.96/1227.18	c cleaning 30996 clauses out of 62016 with flag 518001/518001
1298.08/1296.27	c cleaning 32000 clauses out of 64019 with flag 551000/551000
1368.79/1366.99	c cleaning 32999 clauses out of 66021 with flag 585002/585002
1446.81/1444.91	c cleaning 34002 clauses out of 68020 with flag 620000/620000
1533.51/1531.64	c cleaning 35001 clauses out of 70020 with flag 656002/656002
1619.04/1617.18	c cleaning 35971 clauses out of 72017 with flag 693000/693000
1715.36/1713.49	c cleaning 37017 clauses out of 74046 with flag 731000/731000
1793.90/1791.97	c cleaning 38002 clauses out of 76029 with flag 770000/770000
1800.02/1798.01	c starts		: 170
1800.02/1798.01	c conflicts		: 773173
1800.02/1798.01	c decisions		: 941427
1800.02/1798.01	c propagations		: 159656451
1800.02/1798.01	c inspects		: 9605265348
1800.02/1798.01	c shortcuts		: 0
1800.02/1798.01	c learnt literals	: 0
1800.02/1798.01	c learnt binary clauses	: 13
1800.02/1798.01	c learnt ternary clauses	: 4
1800.02/1798.01	c learnt constraints	: 773173
1800.02/1798.01	c ignored constraints	: 0
1800.02/1798.01	c root simplifications	: 170
1800.02/1798.01	c removed literals (reason simplification)	: 2223414
1800.02/1798.01	c reason swapping (by a shorter reason)	: 0
1800.02/1798.01	c Calls to reduceDB	: 35
1800.02/1798.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.01	c number of learned constraints concerned by reduction	: 0
1800.02/1798.01	c number of learning phase by resolution	: 0
1800.02/1798.01	c number of learning phase by cutting planes	: 0
1800.02/1798.01	c speed (assignments/second)	: 88861.53466823399
1800.02/1798.01	c non guided choices	11140
1800.02/1798.03	c learnt constraints type 
1800.02/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.02/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41202
1800.02/1798.03	c constraints type 
1800.02/1798.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
1800.02/1798.03	c 21678 constraints processed.
1800.02/1798.03	s UNKNOWN
1800.02/1798.03	c Total wall clock time (in seconds): 1797.925

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-3710763-1338152025/watcher-3710763-1338152025 -o /tmp/evaluation-result-3710763-1338152025/solver-3710763-1338152025 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710763-1338152025.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: 1.95 1.98 1.85 2/174 25239
/proc/meminfo: memFree=29465536/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25239/stat : 25239 (java) R 25237 25239 21157 0 -1 4202496 1032 0 0 0 0 0 0 0 20 0 1 0 281329895 23793664 759 33554432000 1073741824 1073778376 140734666605104 140734666594168 139862578494272 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 5809 774 571 9 0 128 0

[startup+0.0646169 s]
/proc/loadavg: 1.95 1.98 1.85 2/174 25239
/proc/meminfo: memFree=29465536/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 3356 0 1 0 4 1 0 0 20 0 18 0 281329895 9787842560 4564 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2389610 4564 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100214 s]
/proc/loadavg: 1.95 1.98 1.85 2/174 25239
/proc/meminfo: memFree=29465536/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 4373 0 1 0 9 1 0 0 20 0 18 0 281329895 9787842560 6090 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2389610 6090 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.30017 s]
/proc/loadavg: 1.95 1.98 1.85 2/174 25239
/proc/meminfo: memFree=29465536/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9558440 CPUtime=0.59 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 9677 0 1 0 57 2 0 0 20 0 18 0 281329895 9787842560 11459 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2389610 11459 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558440

[startup+0.700289 s]
/proc/loadavg: 1.95 1.98 1.85 2/174 25239
/proc/meminfo: memFree=29465536/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9558440 CPUtime=1.16 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 10654 0 1 0 111 5 0 0 20 0 18 0 281329895 9787842560 42323 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2389610 42323 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558440

[startup+1.50063 s]
/proc/loadavg: 1.95 1.98 1.85 3/211 25312
/proc/meminfo: memFree=29284796/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9625004 CPUtime=2.43 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 12131 0 1 0 237 6 0 0 20 0 19 0 281329895 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2406251 48670 2267 9 0 2396937 0
[pid=25239/tid=25241] ppid=25237 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 21157 0 -1 4202560 2577 0 1 0 140 4 0 0 20 0 19 0 281329896 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862571069880 139862405778560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862532561064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 21157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862531508520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 21157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862530455976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862529403432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281329897 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862528350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862527298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 21157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862526245800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 21157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862525193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 21157 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862394394728 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862393341048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862392288392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862391237136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 21157 0 -1 4202560 3843 0 0 0 42 0 0 0 20 0 19 0 281329900 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139862390184504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/25239/task/25255/stat : 25255 (java) R 25237 25239 21157 0 -1 4202560 4394 0 0 0 43 0 0 0 20 0 19 0 281329900 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139861516347968 139862578076830 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139861515295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48670 33554432000 1073741824 1073778376 140734666605104 139861514243400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625004

[startup+3.10073 s]
/proc/loadavg: 1.95 1.98 1.85 3/213 25314
/proc/meminfo: memFree=29126400/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9625004 CPUtime=4.28 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 12189 0 1 0 422 6 0 0 20 0 19 0 281329895 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2406251 48675 2271 9 0 2396937 0
[pid=25239/tid=25241] ppid=25237 vsize=9625004 CPUtime=3.04 cores=1,3,5,7
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 21157 0 -1 4202560 2578 0 1 0 300 4 0 0 20 0 19 0 281329896 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862571069688 139862406355168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862532561064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 21157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862531508520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 21157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862530455976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862529403432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281329897 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862528350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862527298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 21157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862526245800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 21157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862525193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 21157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862394394728 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862393341048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862392288392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862391237136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 21157 0 -1 4202560 3896 0 0 0 48 0 0 0 20 0 19 0 281329900 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139862390184504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 21157 0 -1 4202560 4397 0 0 0 62 0 0 0 20 0 19 0 281329900 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139861516348088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139861515295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139861514243400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25313] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25313/stat : 25313 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281330028 9856004096 48675 33554432000 1073741824 1073778376 140734666605104 139861513188136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 1.95 1.98 1.85 3/213 25314
/proc/meminfo: memFree=29126320/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9625004 CPUtime=7.59 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 12192 0 1 0 753 6 0 0 20 0 19 0 281329895 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2406251 48667 2271 9 0 2396937 0
[pid=25239/tid=25241] ppid=25237 vsize=9625004 CPUtime=6.24 cores=1,3,5,7
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 21157 0 -1 4202560 2581 0 1 0 620 4 0 0 20 0 19 0 281329896 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862571069944 139862406291032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862532561064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 21157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862531508520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 21157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862530455976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862529403432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281329897 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862528350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 21157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862527298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 21157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862526245800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 21157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281329897 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862525193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 21157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862394394728 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862393341048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862392288392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862391237136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 21157 0 -1 4202560 3896 0 0 0 48 0 0 0 20 0 19 0 281329900 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139862390184504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 21157 0 -1 4202560 4397 0 0 0 73 0 0 0 20 0 19 0 281329900 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139861516348088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139861515295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139861514243400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25313] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25313/stat : 25313 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281330028 9856004096 48667 33554432000 1073741824 1073778376 140734666605104 139861513188136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 1.96 1.98 1.85 3/213 25314
/proc/meminfo: memFree=29104960/32873648 swapFree=7116/7116

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

[pid=25239/tid=25247] ppid=25237 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 21157 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862527298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 21157 0 -1 4202560 74 0 0 0 7 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862526245800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 21157 0 -1 4202560 95 0 0 0 13 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862525193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 21157 0 -1 4202560 178 0 0 0 145 2 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862394394728 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862393341048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862392288392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862391237136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 21157 0 -1 4202560 3920 0 0 0 66 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862390184504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 21157 0 -1 4202560 4416 0 0 0 87 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861516348088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861515295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 21157 0 -1 4202560 95 0 0 0 33 32 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861514243400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25313] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25313/stat : 25313 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281330028 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861513188136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.26
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 25353
/proc/meminfo: memFree=29008596/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9625004 CPUtime=1724.29 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 12887 0 1 0 172386 43 0 0 20 0 19 0 281329895 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2406251 66970 2289 9 0 2396937 0
[pid=25239/tid=25241] ppid=25237 vsize=9625004 CPUtime=1720.15 cores=1,3,5,7
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 21157 0 -1 4202560 2620 0 1 0 171979 36 0 0 20 0 19 0 281329896 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862571069760 139862406290928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 21157 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862532561064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 21157 0 -1 4202560 82 0 0 0 9 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862531508520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 21157 0 -1 4202560 96 0 0 0 10 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862530455976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 21157 0 -1 4202560 51 0 0 0 11 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862529403432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 21157 0 -1 4202560 27 0 0 0 12 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862528350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 21157 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862527298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 21157 0 -1 4202560 74 0 0 0 8 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862526245800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 21157 0 -1 4202560 95 0 0 0 14 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862525193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 21157 0 -1 4202560 180 0 0 0 149 2 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862394394728 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862393341048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862392288392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862391237136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 21157 0 -1 4202560 3920 0 0 0 66 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862390184504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 21157 0 -1 4202560 4416 0 0 0 87 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861516348088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861515295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 21157 0 -1 4202560 99 0 0 0 35 33 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861514243400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25313] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25313/stat : 25313 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281330028 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861513188136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.29
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 25353
/proc/meminfo: memFree=29008352/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9625004 CPUtime=1784.28 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 12891 0 1 0 178385 43 0 0 20 0 19 0 281329895 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2406251 66970 2289 9 0 2396937 0
[pid=25239/tid=25241] ppid=25237 vsize=9625004 CPUtime=1780.15 cores=1,3,5,7
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 21157 0 -1 4202560 2620 0 1 0 177978 37 0 0 20 0 19 0 281329896 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862571069760 139862406396432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 21157 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862532561064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 21157 0 -1 4202560 82 0 0 0 9 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862531508520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 21157 0 -1 4202560 96 0 0 0 10 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862530455976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 21157 0 -1 4202560 51 0 0 0 11 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862529403432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 21157 0 -1 4202560 27 0 0 0 12 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862528350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 21157 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862527298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 21157 0 -1 4202560 74 0 0 0 8 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862526245800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 21157 0 -1 4202560 95 0 0 0 14 0 0 0 20 0 19 0 281329897 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862525193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9625004 CPUtime=1.51 cores=1,3,5,7
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 21157 0 -1 4202560 180 0 0 0 149 2 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862394394728 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862393341048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862392288392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862391237136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 21157 0 -1 4202560 3920 0 0 0 66 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139862390184504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 21157 0 -1 4202560 4416 0 0 0 87 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861516348088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861515295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 21157 0 -1 4202560 103 0 0 0 37 34 0 0 20 0 19 0 281329900 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861514243400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25313] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25313/stat : 25313 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281330028 9856004096 66970 33554432000 1073741824 1073778376 140734666605104 139861513188136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.28
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 25353
/proc/meminfo: memFree=29006432/32873648 swapFree=7116/7116
[pid=25239] ppid=25237 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/25239/stat : 25239 (java) S 25237 25239 21157 0 -1 4202496 12898 0 1 0 179958 44 0 0 20 0 19 0 281329895 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 140734666596240 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25239/statm: 2406251 67485 2289 9 0 2396937 0
[pid=25239/tid=25241] ppid=25237 vsize=9625004 CPUtime=1795.8 cores=1,3,5,7
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 21157 0 -1 4202560 2621 0 1 0 179543 37 0 0 20 0 19 0 281329896 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862571069760 139862406307886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 21157 0 -1 4202560 20 0 0 0 10 0 0 0 20 0 19 0 281329897 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862532561064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25243] ppid=25237 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 21157 0 -1 4202560 82 0 0 0 9 0 0 0 20 0 19 0 281329897 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862531508520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25244] ppid=25237 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 21157 0 -1 4202560 96 0 0 0 10 0 0 0 20 0 19 0 281329897 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862530455976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 21157 0 -1 4202560 51 0 0 0 12 0 0 0 20 0 19 0 281329897 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862529403432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 21157 0 -1 4202560 27 0 0 0 12 0 0 0 20 0 19 0 281329897 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862528350888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 21157 0 -1 4202560 24 0 0 0 10 0 0 0 20 0 19 0 281329897 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862527298344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 21157 0 -1 4202560 74 0 0 0 8 0 0 0 20 0 19 0 281329897 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862526245800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 21157 0 -1 4202560 95 0 0 0 14 0 0 0 20 0 19 0 281329897 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862525193256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=9625004 CPUtime=1.56 cores=1,3,5,7
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 21157 0 -1 4202560 183 0 0 0 154 2 0 0 20 0 19 0 281329898 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862394394728 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 21157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862393341048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 21157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281329898 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862392288392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25253] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25253/stat : 25253 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862391237136 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25239/tid=25254] ppid=25237 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25239/task/25254/stat : 25254 (java) S 25237 25239 21157 0 -1 4202560 3920 0 0 0 66 0 0 0 20 0 19 0 281329900 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139862390184504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25255] ppid=25237 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/25239/task/25255/stat : 25255 (java) S 25237 25239 21157 0 -1 4202560 4416 0 0 0 87 0 0 0 20 0 19 0 281329900 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139861516348088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25256] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25256/stat : 25256 (java) S 25237 25239 21157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281329900 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139861515295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25239/tid=25257] ppid=25237 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25239/task/25257/stat : 25257 (java) S 25237 25239 21157 0 -1 4202560 103 0 0 0 37 34 0 0 20 0 19 0 281329900 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139861514243400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25239/tid=25313] ppid=25237 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25239/task/25313/stat : 25313 (java) S 25237 25239 21157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281330028 9856004096 67485 33554432000 1073741824 1073778376 140734666605104 139861513188136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1798.05
CPU time (s): 1800.78
CPU user time (s): 1799.9
CPU system time (s): 0.882865
CPU usage (%): 100.152
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.882865
maximum resident set size= 270064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12932
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39021
involuntary context switches= 27691

runsolver used 6.79997 second user time and 14.9437 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 22:53:45
IDJOB=3710763
IDBENCH=2633
IDSOLVER=2289
FILE ID=node114/3710763-1338152025
RUNJOBID= node114-1338150227-25002
PBS_JOBID= 14624495
Free space on /tmp= 71476 MiB

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

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1299961955

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29465808 kB
Buffers:          526412 kB
Cached:          2008440 kB
SwapCached:         2128 kB
Active:          1224656 kB
Inactive:        1321720 kB
Active(anon):       5280 kB
Inactive(anon):     7892 kB
Active(file):    1219376 kB
Inactive(file):  1313828 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:              6776 kB
Writeback:             0 kB
AnonPages:         15720 kB
Mapped:            14404 kB
Shmem:               116 kB
Slab:             711408 kB
SReclaimable:     155336 kB
SUnreclaim:       556072 kB
KernelStack:        1440 kB
PageTables:         3996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     137752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71472 MiB
End job on node114 at 2012-05-27 23:23:45