Trace number 3710747

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.05 1797.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710747-1338155694.opb
0.09/0.12	c reading problem ... 
2.34/1.54	c ... done. Wall clock time 1.422s.
2.34/1.54	c declared #vars     13478
2.34/1.54	c #constraints  26620
2.34/1.68	c constraints type 
2.34/1.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.34/1.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
2.34/1.68	c 26620 constraints processed.
19.40/18.17	c cleaning 2499 clauses out of 5001 with flag 5001/5001
37.16/35.70	c cleaning 4244 clauses out of 8501 with flag 11000/11000
57.07/55.69	c cleaning 5613 clauses out of 11257 with flag 18000/18000
77.96/76.45	c cleaning 6820 clauses out of 13644 with flag 26000/26000
106.69/105.14	c cleaning 7893 clauses out of 15826 with flag 35002/35002
131.42/129.90	c cleaning 8953 clauses out of 17932 with flag 45001/45001
159.11/157.55	c cleaning 9979 clauses out of 19979 with flag 56001/56001
194.58/192.96	c cleaning 10970 clauses out of 22000 with flag 68001/68001
229.00/227.40	c cleaning 12010 clauses out of 24030 with flag 81001/81001
263.41/261.76	c cleaning 12990 clauses out of 26019 with flag 95000/95000
306.94/305.21	c cleaning 14009 clauses out of 28030 with flag 110001/110001
346.07/344.38	c cleaning 14997 clauses out of 30021 with flag 126001/126001
391.19/389.43	c cleaning 16000 clauses out of 32023 with flag 143000/143000
436.11/434.31	c cleaning 17001 clauses out of 34023 with flag 161000/161000
482.66/480.87	c cleaning 17999 clauses out of 36023 with flag 180001/180001
536.18/534.34	c cleaning 18999 clauses out of 38023 with flag 200000/200000
588.41/586.57	c cleaning 19996 clauses out of 40024 with flag 221000/221000
651.35/649.43	c cleaning 21008 clauses out of 42028 with flag 243000/243000
721.09/719.12	c cleaning 22008 clauses out of 44021 with flag 266001/266001
780.63/778.65	c cleaning 22987 clauses out of 46013 with flag 290001/290001
837.07/835.02	c cleaning 24000 clauses out of 48026 with flag 315001/315001
899.90/897.82	c cleaning 24999 clauses out of 50025 with flag 341000/341000
973.15/971.04	c cleaning 26008 clauses out of 52026 with flag 368000/368000
1055.99/1053.87	c cleaning 26990 clauses out of 54018 with flag 396000/396000
1145.15/1142.92	c cleaning 27992 clauses out of 56028 with flag 425000/425000
1224.27/1222.03	c cleaning 29005 clauses out of 58036 with flag 455000/455000
1305.22/1302.98	c cleaning 30009 clauses out of 60031 with flag 486000/486000
1415.05/1412.74	c cleaning 30998 clauses out of 62022 with flag 518000/518000
1491.90/1489.57	c cleaning 31988 clauses out of 64025 with flag 551001/551001
1576.14/1573.72	c cleaning 32990 clauses out of 66036 with flag 585000/585000
1671.77/1669.37	c cleaning 34013 clauses out of 68048 with flag 620002/620002
1766.31/1763.88	c cleaning 34987 clauses out of 70033 with flag 656000/656000
1800.05/1797.52	c starts		: 168
1800.05/1797.52	c conflicts		: 669333
1800.05/1797.52	c decisions		: 832945
1800.05/1797.52	c propagations		: 196387161
1800.05/1797.52	c inspects		: 9475274421
1800.05/1797.52	c shortcuts		: 0
1800.05/1797.52	c learnt literals	: 0
1800.05/1797.52	c learnt binary clauses	: 9
1800.05/1797.52	c learnt ternary clauses	: 40
1800.05/1797.52	c learnt constraints	: 669333
1800.05/1797.52	c ignored constraints	: 0
1800.05/1797.52	c root simplifications	: 168
1800.05/1797.52	c removed literals (reason simplification)	: 2344047
1800.05/1797.52	c reason swapping (by a shorter reason)	: 0
1800.05/1797.52	c Calls to reduceDB	: 32
1800.05/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.52	c number of learned constraints concerned by reduction	: 0
1800.05/1797.52	c number of learning phase by resolution	: 0
1800.05/1797.52	c number of learning phase by cutting planes	: 0
1800.05/1797.52	c speed (assignments/second)	: 109349.37506994863
1800.05/1797.52	c non guided choices	13999
1800.05/1797.54	c learnt constraints type 
1800.05/1797.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.05/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48382
1800.05/1797.54	c constraints type 
1800.05/1797.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.05/1797.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.05/1797.54	c 26620 constraints processed.
1800.05/1797.54	s UNKNOWN
1800.05/1797.54	c Total wall clock time (in seconds): 1797.423

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-3710747-1338155694/watcher-3710747-1338155694 -o /tmp/evaluation-result-3710747-1338155694/solver-3710747-1338155694 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710747-1338155694.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: 2.00 2.00 2.00 3/194 21327
/proc/meminfo: memFree=27397964/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21327/stat : 21327 (java) R 21325 21327 16973 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281695176 9515008 184 33554432000 1073741824 1073778376 140734785779872 140734785771096 270329867703 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21327/statm: 2323 184 142 9 0 71 0

[startup+0.0218069 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21327
/proc/meminfo: memFree=27397964/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9014776 CPUtime=0 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 2131 0 1 0 0 0 0 0 20 0 10 0 281695176 9231130624 2323 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2253694 2323 1007 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100189 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21327
/proc/meminfo: memFree=27397964/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 4282 0 1 0 8 1 0 0 20 0 18 0 281695176 9787842560 6001 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2389610 6001 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300177 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21327
/proc/meminfo: memFree=27397964/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 10198 0 1 0 53 2 0 0 20 0 18 0 281695176 9787842560 12078 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2389610 12078 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 21327
/proc/meminfo: memFree=27397964/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9558440 CPUtime=1.15 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 10863 0 1 0 111 4 0 0 20 0 18 0 281695176 9787842560 42605 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2389610 42605 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558440

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 21345
/proc/meminfo: memFree=27223164/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9558440 CPUtime=2.34 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 12279 0 1 0 224 10 0 0 20 0 18 0 281695176 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2389610 54065 2256 9 0 2380296 0
[pid=21327/tid=21329] ppid=21325 vsize=9558440 CPUtime=1.39 cores=1,3,5,7
/proc/21327/task/21329/stat : 21329 (java) R 21325 21327 16973 0 -1 4202560 2571 0 1 0 136 3 0 0 20 0 18 0 281695177 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130471713928 140130304543898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21330] ppid=21325 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/21327/task/21330/stat : 21330 (java) S 21325 21327 16973 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 18 0 281695178 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130433206440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21331] ppid=21325 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21331/stat : 21331 (java) S 21325 21327 16973 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 281695178 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130432153896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21332] ppid=21325 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21332/stat : 21332 (java) S 21325 21327 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 281695178 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130431101352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21333] ppid=21325 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21333/stat : 21333 (java) S 21325 21327 16973 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 281695178 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130430048808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21334] ppid=21325 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21334/stat : 21334 (java) S 21325 21327 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 281695178 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130428996264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21335] ppid=21325 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21335/stat : 21335 (java) S 21325 21327 16973 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 18 0 281695178 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130427943720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21336] ppid=21325 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21336/stat : 21336 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 18 0 281695178 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130426891176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21337] ppid=21325 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21337/stat : 21337 (java) S 21325 21327 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 281695178 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130425838632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21338] ppid=21325 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21338/stat : 21338 (java) S 21325 21327 16973 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 281695179 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130295703656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21339] ppid=21325 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21339/stat : 21339 (java) S 21325 21327 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281695179 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130294649976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21340] ppid=21325 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21340/stat : 21340 (java) S 21325 21327 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281695179 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130293597320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21341] ppid=21325 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21341/stat : 21341 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281695182 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130292546064 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21342] ppid=21325 vsize=9558440 CPUtime=0.31 cores=1,3,5,7
/proc/21327/task/21342/stat : 21342 (java) S 21325 21327 16973 0 -1 4202560 4329 0 0 0 31 0 0 0 20 0 18 0 281695182 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130291493432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21343] ppid=21325 vsize=9558440 CPUtime=0.34 cores=1,3,5,7
/proc/21327/task/21343/stat : 21343 (java) S 21325 21327 16973 0 -1 4202560 3969 0 0 0 33 1 0 0 20 0 18 0 281695182 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130290440888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21344] ppid=21325 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21344/stat : 21344 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281695182 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140130289388536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21345] ppid=21325 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21345/stat : 21345 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281695182 9787842560 54065 33554432000 1073741824 1073778376 140735022458064 140129280716104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9558440

[startup+3.10079 s]
/proc/loadavg: 2.16 2.03 2.01 3/213 21346
/proc/meminfo: memFree=27187596/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9625004 CPUtime=4.28 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 12440 0 1 0 418 10 0 0 20 0 19 0 281695176 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2406251 54601 2270 9 0 2396937 0
[pid=21327/tid=21329] ppid=21325 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/21327/task/21329/stat : 21329 (java) R 21325 21327 16973 0 -1 4202560 2583 0 1 0 296 3 0 0 20 0 19 0 281695177 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130471715272 140130304882250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21330] ppid=21325 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21327/task/21330/stat : 21330 (java) S 21325 21327 16973 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 19 0 281695178 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130433206440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21331] ppid=21325 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21331/stat : 21331 (java) S 21325 21327 16973 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281695178 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130432153896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21332] ppid=21325 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21332/stat : 21332 (java) S 21325 21327 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281695178 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130431101352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21333] ppid=21325 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21333/stat : 21333 (java) S 21325 21327 16973 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 281695178 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130430048808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21334] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21334/stat : 21334 (java) S 21325 21327 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281695178 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130428996264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21335] ppid=21325 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21335/stat : 21335 (java) S 21325 21327 16973 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 19 0 281695178 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130427943720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21336] ppid=21325 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21336/stat : 21336 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 281695178 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130426891176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21337] ppid=21325 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21337/stat : 21337 (java) S 21325 21327 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281695178 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130425838632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21338] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21338/stat : 21338 (java) S 21325 21327 16973 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130295703656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21339] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21339/stat : 21339 (java) S 21325 21327 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130294649976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21340] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21340/stat : 21340 (java) S 21325 21327 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130293597320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21341] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21341/stat : 21341 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130292546064 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21342] ppid=21325 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/21327/task/21342/stat : 21342 (java) S 21325 21327 16973 0 -1 4202560 4329 0 0 0 45 0 0 0 20 0 19 0 281695182 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130291493432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21343] ppid=21325 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/21327/task/21343/stat : 21343 (java) S 21325 21327 16973 0 -1 4202560 4110 0 0 0 53 1 0 0 20 0 19 0 281695182 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130290440888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21344] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21344/stat : 21344 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140130289388536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21345] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21345/stat : 21345 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140129280716104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21346] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21346/stat : 21346 (java) S 21325 21327 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281695332 9856004096 54601 33554432000 1073741824 1073778376 140735022458064 140129279660840 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625004

[startup+6.30083 s]
/proc/loadavg: 2.16 2.03 2.01 3/213 21346
/proc/meminfo: memFree=27188288/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9625004 CPUtime=7.56 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 12456 0 1 0 746 10 0 0 20 0 19 0 281695176 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2406251 54270 2272 9 0 2396937 0
[pid=21327/tid=21329] ppid=21325 vsize=9625004 CPUtime=6.18 cores=1,3,5,7
/proc/21327/task/21329/stat : 21329 (java) R 21325 21327 16973 0 -1 4202560 2585 0 1 0 615 3 0 0 20 0 19 0 281695177 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130471693600 140130305068152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21330] ppid=21325 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21327/task/21330/stat : 21330 (java) S 21325 21327 16973 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 19 0 281695178 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130433206440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21331] ppid=21325 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21331/stat : 21331 (java) S 21325 21327 16973 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281695178 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130432153896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21332] ppid=21325 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21332/stat : 21332 (java) S 21325 21327 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281695178 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130431101352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21333] ppid=21325 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21333/stat : 21333 (java) S 21325 21327 16973 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 281695178 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130430048808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21334] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21334/stat : 21334 (java) S 21325 21327 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281695178 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130428996264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21335] ppid=21325 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21335/stat : 21335 (java) S 21325 21327 16973 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 19 0 281695178 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130427943720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21336] ppid=21325 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21327/task/21336/stat : 21336 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 281695178 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130426891176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21337] ppid=21325 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21327/task/21337/stat : 21337 (java) S 21325 21327 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281695178 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130425838632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21338] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21338/stat : 21338 (java) S 21325 21327 16973 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130295703656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21339] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21339/stat : 21339 (java) S 21325 21327 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130294649976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21340] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21340/stat : 21340 (java) S 21325 21327 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130293597320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21341] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21341/stat : 21341 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130292546064 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21342] ppid=21325 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/21327/task/21342/stat : 21342 (java) S 21325 21327 16973 0 -1 4202560 4331 0 0 0 45 0 0 0 20 0 19 0 281695182 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130291493432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21343] ppid=21325 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/21327/task/21343/stat : 21343 (java) S 21325 21327 16973 0 -1 4202560 4122 0 0 0 61 2 0 0 20 0 19 0 281695182 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130290440888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21344] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21344/stat : 21344 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140130289388536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21345] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21345/stat : 21345 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140129280716104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21346] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21346/stat : 21346 (java) S 21325 21327 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281695332 9856004096 54270 33554432000 1073741824 1073778376 140735022458064 140129279660840 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.14 2.03 2.01 3/213 21346
/proc/meminfo: memFree=27187948/32873660 swapFree=7120/7120

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

[pid=21327/tid=21342] ppid=21325 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/21327/task/21342/stat : 21342 (java) S 21325 21327 16973 0 -1 4202560 4342 0 0 0 52 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130291493432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21343] ppid=21325 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/21327/task/21343/stat : 21343 (java) S 21325 21327 16973 0 -1 4202560 4143 0 0 0 77 2 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130290440888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21344] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21344/stat : 21344 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130289388536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21345] ppid=21325 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/21327/task/21345/stat : 21345 (java) S 21325 21327 16973 0 -1 4202560 95 0 0 0 30 40 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140129280716104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=21327/tid=21346] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21346/stat : 21346 (java) S 21325 21327 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281695332 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140129279660840 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.77
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21443
/proc/meminfo: memFree=24915864/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9625004 CPUtime=1724.81 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 12872 0 1 0 172422 59 0 0 20 0 19 0 281695176 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2406251 70701 2289 9 0 2396937 0
[pid=21327/tid=21329] ppid=21325 vsize=9625004 CPUtime=1715.9 cores=1,3,5,7
/proc/21327/task/21329/stat : 21329 (java) R 21325 21327 16973 0 -1 4202560 2621 0 1 0 171560 30 0 0 20 0 19 0 281695177 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130471715120 140130304881910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21330] ppid=21325 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/21327/task/21330/stat : 21330 (java) S 21325 21327 16973 0 -1 4202560 59 0 0 0 13 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130433206440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21331] ppid=21325 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21327/task/21331/stat : 21331 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 12 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130432153896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21332] ppid=21325 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21327/task/21332/stat : 21332 (java) S 21325 21327 16973 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130431101352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21333] ppid=21325 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21327/task/21333/stat : 21333 (java) S 21325 21327 16973 0 -1 4202560 35 0 0 0 12 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130430048808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21334] ppid=21325 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/21327/task/21334/stat : 21334 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 10 1 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130428996264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21335] ppid=21325 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/21327/task/21335/stat : 21335 (java) S 21325 21327 16973 0 -1 4202560 45 0 0 0 13 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130427943720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21336] ppid=21325 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/21327/task/21336/stat : 21336 (java) S 21325 21327 16973 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130426891176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21337] ppid=21325 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/21327/task/21337/stat : 21337 (java) S 21325 21327 16973 0 -1 4202560 61 0 0 0 11 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130425838632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21338] ppid=21325 vsize=9625004 CPUtime=1.56 cores=1,3,5,7
/proc/21327/task/21338/stat : 21338 (java) S 21325 21327 16973 0 -1 4202560 163 0 0 0 154 2 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130295703656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21339] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21339/stat : 21339 (java) S 21325 21327 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130294649976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21340] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21340/stat : 21340 (java) S 21325 21327 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130293597320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21341] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21341/stat : 21341 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130292546064 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21342] ppid=21325 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/21327/task/21342/stat : 21342 (java) S 21325 21327 16973 0 -1 4202560 4342 0 0 0 52 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130291493432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21343] ppid=21325 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/21327/task/21343/stat : 21343 (java) S 21325 21327 16973 0 -1 4202560 4143 0 0 0 77 2 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130290440888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21344] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21344/stat : 21344 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130289388536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21345] ppid=21325 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/21327/task/21345/stat : 21345 (java) S 21325 21327 16973 0 -1 4202560 99 0 0 0 31 41 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140129280716104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=21327/tid=21346] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21346/stat : 21346 (java) S 21325 21327 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281695332 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140129279660840 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.81
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21443
/proc/meminfo: memFree=24918100/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9625004 CPUtime=1784.82 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 12879 0 1 0 178422 60 0 0 20 0 19 0 281695176 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2406251 70701 2289 9 0 2396937 0
[pid=21327/tid=21329] ppid=21325 vsize=9625004 CPUtime=1775.66 cores=1,3,5,7
/proc/21327/task/21329/stat : 21329 (java) R 21325 21327 16973 0 -1 4202560 2622 0 1 0 177536 30 0 0 20 0 19 0 281695177 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130471715120 140130304881910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21330] ppid=21325 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21327/task/21330/stat : 21330 (java) S 21325 21327 16973 0 -1 4202560 59 0 0 0 14 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130433206440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21331] ppid=21325 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21327/task/21331/stat : 21331 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 12 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130432153896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21332] ppid=21325 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21327/task/21332/stat : 21332 (java) S 21325 21327 16973 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130431101352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21333] ppid=21325 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21327/task/21333/stat : 21333 (java) S 21325 21327 16973 0 -1 4202560 35 0 0 0 12 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130430048808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21334] ppid=21325 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21327/task/21334/stat : 21334 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 11 1 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130428996264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21335] ppid=21325 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21327/task/21335/stat : 21335 (java) S 21325 21327 16973 0 -1 4202560 45 0 0 0 14 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130427943720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21336] ppid=21325 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/21327/task/21336/stat : 21336 (java) S 21325 21327 16973 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130426891176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21337] ppid=21325 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/21327/task/21337/stat : 21337 (java) S 21325 21327 16973 0 -1 4202560 61 0 0 0 11 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130425838632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21338] ppid=21325 vsize=9625004 CPUtime=1.64 cores=1,3,5,7
/proc/21327/task/21338/stat : 21338 (java) S 21325 21327 16973 0 -1 4202560 165 0 0 0 162 2 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130295703656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21339] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21339/stat : 21339 (java) S 21325 21327 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130294649976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21340] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21340/stat : 21340 (java) S 21325 21327 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130293597320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21341] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21341/stat : 21341 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130292546064 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21342] ppid=21325 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/21327/task/21342/stat : 21342 (java) S 21325 21327 16973 0 -1 4202560 4342 0 0 0 52 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130291493432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21343] ppid=21325 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/21327/task/21343/stat : 21343 (java) S 21325 21327 16973 0 -1 4202560 4143 0 0 0 77 2 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130290440888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21344] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21344/stat : 21344 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130289388536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21345] ppid=21325 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/21327/task/21345/stat : 21345 (java) S 21325 21327 16973 0 -1 4202560 103 0 0 0 32 43 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140129280716104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=21327/tid=21346] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21346/stat : 21346 (java) S 21325 21327 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281695332 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140129279660840 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.82
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21443
/proc/meminfo: memFree=24918104/32873660 swapFree=7120/7120
[pid=21327] ppid=21325 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/21327/stat : 21327 (java) S 21325 21327 16973 0 -1 4202496 12879 0 1 0 179944 61 0 0 20 0 19 0 281695176 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140735022449200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21327/statm: 2406251 70701 2289 9 0 2396937 0
[pid=21327/tid=21329] ppid=21325 vsize=9625004 CPUtime=1790.83 cores=1,3,5,7
/proc/21327/task/21329/stat : 21329 (java) R 21325 21327 16973 0 -1 4202560 2622 0 1 0 179052 31 0 0 20 0 19 0 281695177 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130471715120 140130304881676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21330] ppid=21325 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21327/task/21330/stat : 21330 (java) S 21325 21327 16973 0 -1 4202560 59 0 0 0 14 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130433206440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21331] ppid=21325 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21327/task/21331/stat : 21331 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 12 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130432153896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21332] ppid=21325 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21327/task/21332/stat : 21332 (java) S 21325 21327 16973 0 -1 4202560 20 0 0 0 9 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130431101352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21333] ppid=21325 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21327/task/21333/stat : 21333 (java) S 21325 21327 16973 0 -1 4202560 35 0 0 0 12 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130430048808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21334] ppid=21325 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21327/task/21334/stat : 21334 (java) S 21325 21327 16973 0 -1 4202560 30 0 0 0 11 1 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130428996264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21327/tid=21335] ppid=21325 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21327/task/21335/stat : 21335 (java) S 21325 21327 16973 0 -1 4202560 45 0 0 0 14 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130427943720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21336] ppid=21325 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/21327/task/21336/stat : 21336 (java) S 21325 21327 16973 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130426891176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21337] ppid=21325 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/21327/task/21337/stat : 21337 (java) S 21325 21327 16973 0 -1 4202560 61 0 0 0 11 0 0 0 20 0 19 0 281695178 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130425838632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21338] ppid=21325 vsize=9625004 CPUtime=1.64 cores=1,3,5,7
/proc/21327/task/21338/stat : 21338 (java) S 21325 21327 16973 0 -1 4202560 165 0 0 0 162 2 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130295703656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21339] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21339/stat : 21339 (java) S 21325 21327 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130294649976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21340] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21340/stat : 21340 (java) S 21325 21327 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281695179 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130293597320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21341] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21341/stat : 21341 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130292546064 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21327/tid=21342] ppid=21325 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/21327/task/21342/stat : 21342 (java) S 21325 21327 16973 0 -1 4202560 4342 0 0 0 52 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130291493432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21327/tid=21343] ppid=21325 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/21327/task/21343/stat : 21343 (java) S 21325 21327 16973 0 -1 4202560 4143 0 0 0 77 2 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130290440888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21344] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21344/stat : 21344 (java) S 21325 21327 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140130289388536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21327/tid=21345] ppid=21325 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/21327/task/21345/stat : 21345 (java) S 21325 21327 16973 0 -1 4202560 103 0 0 0 32 44 0 0 20 0 19 0 281695182 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140129280716104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=21327/tid=21346] ppid=21325 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21327/task/21346/stat : 21346 (java) S 21325 21327 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281695332 9856004096 70701 33554432000 1073741824 1073778376 140735022458064 140129279660840 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21327 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=899133
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=847
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.56
CPU time (s): 1800.05
CPU user time (s): 1799.44
CPU system time (s): 0.61
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.9
system time used= 1.00085
maximum resident set size= 282952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12921
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39026
involuntary context switches= 8080

runsolver used 8.07077 second user time and 13.5129 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 23:54:54
IDJOB=3710747
IDBENCH=2947
IDSOLVER=2289
FILE ID=node117/3710747-1338155694
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70040 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_20.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-3710747-1338155694/watcher-3710747-1338155694 -o /tmp/evaluation-result-3710747-1338155694/solver-3710747-1338155694 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710747-1338155694.opb

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=1884039080

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27397864 kB
Buffers:          335044 kB
Cached:          4055960 kB
SwapCached:            0 kB
Active:          2415136 kB
Inactive:        2186208 kB
Active(anon):     201756 kB
Inactive(anon):    11352 kB
Active(file):    2213380 kB
Inactive(file):  2174856 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8156 kB
Writeback:            16 kB
AnonPages:        217592 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             735248 kB
SReclaimable:     179484 kB
SUnreclaim:       555764 kB
KernelStack:        1592 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     698068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 70020 MiB
End job on node117 at 2012-05-28 00:24:54