Trace number 3689929

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.46 1795.75

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX15_K192_cod1.opb
MD5SUM36b6ac77834c618ec439f35e69c4fda0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-10947
Best CPU time to get the best result obtained on this benchmark1800.52
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 616974121
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 616974121
Number of bits of the biggest sum of numbers30
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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689929-1337894454.opb
0.09/0.11	c reading problem ... 
8.37/5.88	c ... done. Wall clock time 5.776s.
8.37/5.88	c declared #vars     399113
8.37/5.88	c #constraints  400980
8.37/5.88	c constraints type 
8.37/5.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.37/5.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.37/5.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.37/5.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.37/5.88	c 400980 constraints processed.
8.37/5.88	c objective function length is 306555 literals
80.73/77.63	c cleaning 2487 clauses out of 4997 with flag 5001/5001
152.58/149.11	c cleaning 4255 clauses out of 8509 with flag 11000/11000
240.74/237.24	c cleaning 5623 clauses out of 11254 with flag 18000/18000
335.48/331.96	c cleaning 6807 clauses out of 13634 with flag 26003/26003
444.00/440.35	c cleaning 7753 clauses out of 15824 with flag 35000/35000
565.68/561.96	c cleaning 9017 clauses out of 18071 with flag 45000/45000
689.74/685.92	c cleaning 9896 clauses out of 20054 with flag 56000/56000
823.50/819.69	c cleaning 11021 clauses out of 22158 with flag 68000/68000
970.08/966.13	c cleaning 12063 clauses out of 24139 with flag 81002/81002
1127.17/1123.10	c cleaning 12975 clauses out of 26076 with flag 95002/95002
1289.28/1285.14	c cleaning 14047 clauses out of 28099 with flag 110000/110000
1463.06/1458.83	c cleaning 14608 clauses out of 30053 with flag 126001/126001
1645.04/1640.75	c cleaning 16195 clauses out of 32444 with flag 143000/143000
1800.06/1795.71	c starts		: 105
1800.06/1795.71	c conflicts		: 157126
1800.06/1795.71	c decisions		: 7692237
1800.06/1795.71	c propagations		: 4352142016
1800.06/1795.71	c inspects		: 1034326045
1800.06/1795.71	c shortcuts		: 0
1800.06/1795.71	c learnt literals	: 4
1800.06/1795.71	c learnt binary clauses	: 1288
1800.06/1795.71	c learnt ternary clauses	: 422
1800.06/1795.71	c learnt constraints	: 157122
1800.06/1795.71	c ignored constraints	: 0
1800.06/1795.71	c root simplifications	: 0
1800.06/1795.71	c removed literals (reason simplification)	: 0
1800.06/1795.71	c reason swapping (by a shorter reason)	: 0
1800.06/1795.71	c Calls to reduceDB	: 13
1800.06/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.71	c number of learned constraints concerned by reduction	: 0
1800.06/1795.71	c number of learning phase by resolution	: 0
1800.06/1795.71	c number of learning phase by cutting planes	: 0
1800.06/1795.71	c speed (assignments/second)	: 2431811.2189335357
1800.06/1795.71	c non guided choices	0
1800.06/1795.72	c learnt constraints type 
1800.06/1795.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1288
1800.06/1795.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29088
1800.06/1795.72	c constraints type 
1800.06/1795.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.06/1795.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.06/1795.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.06/1795.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1795.72	c 400980 constraints processed.
1800.06/1795.72	s UNKNOWN
1800.06/1795.72	c Total wall clock time (in seconds): 1795.612

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-3689929-1337894454/watcher-3689929-1337894454 -o /tmp/evaluation-result-3689929-1337894454/solver-3689929-1337894454 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689929-1337894454.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.31 2.10 2.03 3/195 28280
/proc/meminfo: memFree=26470188/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28280/stat : 28280 (java) D 28278 28280 21497 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255571529 9515008 182 33554432000 1073741824 1073778376 140736175288352 140736175279384 266435641013 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/28280/statm: 2323 182 140 9 0 71 0

[startup+0.10444 s]
/proc/loadavg: 2.31 2.10 2.03 3/195 28280
/proc/meminfo: memFree=26470188/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 255571529 9787813888 6098 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2389603 6098 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200264 s]
/proc/loadavg: 2.31 2.10 2.03 3/195 28280
/proc/meminfo: memFree=26470188/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 4947 0 1 0 27 1 0 0 20 0 18 0 255571529 9787813888 9005 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2389603 9005 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558412

[startup+0.300316 s]
/proc/loadavg: 2.31 2.10 2.03 3/195 28280
/proc/meminfo: memFree=26470188/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 5824 0 1 0 44 2 0 0 20 0 18 0 255571529 9787813888 15526 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2389603 15526 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700225 s]
/proc/loadavg: 2.31 2.10 2.03 3/195 28280
/proc/meminfo: memFree=26470188/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9558412 CPUtime=0.94 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 6055 0 1 0 88 6 0 0 20 0 18 0 255571529 9787813888 45328 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2389603 45328 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 2.36 2.11 2.03 3/213 28298
/proc/meminfo: memFree=26253088/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9558412 CPUtime=2.39 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 10755 0 1 0 222 17 0 0 20 0 18 0 255571529 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2389603 96067 2247 9 0 2380296 0
[pid=28280/tid=28282] ppid=28278 vsize=9558412 CPUtime=1.34 cores=1,3,5,7
/proc/28280/task/28282/stat : 28282 (java) R 28278 28280 21497 0 -1 4202560 2558 0 1 0 128 6 0 0 20 0 18 0 255571530 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260861823928 140260697075301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28283] ppid=28278 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/28280/task/28283/stat : 28283 (java) S 28278 28280 21497 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 18 0 255571531 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260823317544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28284] ppid=28278 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28280/task/28284/stat : 28284 (java) S 28278 28280 21497 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 255571531 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260822264744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28285] ppid=28278 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/28280/task/28285/stat : 28285 (java) S 28278 28280 21497 0 -1 4202560 43 0 0 0 2 2 0 0 20 0 18 0 255571531 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260821211944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28286] ppid=28278 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28280/task/28286/stat : 28286 (java) S 28278 28280 21497 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 18 0 255571531 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260820159144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28287] ppid=28278 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/28280/task/28287/stat : 28287 (java) S 28278 28280 21497 0 -1 4202560 65 0 0 0 3 0 0 0 20 0 18 0 255571531 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260819106344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28288] ppid=28278 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/28280/task/28288/stat : 28288 (java) S 28278 28280 21497 0 -1 4202560 70 0 0 0 3 0 0 0 20 0 18 0 255571531 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260818053544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28289] ppid=28278 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/28280/task/28289/stat : 28289 (java) S 28278 28280 21497 0 -1 4202560 267 0 0 0 4 2 0 0 20 0 18 0 255571531 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260817000744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28290] ppid=28278 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/28280/task/28290/stat : 28290 (java) S 28278 28280 21497 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 18 0 255571531 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260815947944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28291] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28291/stat : 28291 (java) S 28278 28280 21497 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255571532 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260685503464 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28292] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28292/stat : 28292 (java) S 28278 28280 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255571533 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260684449528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28293] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28293/stat : 28293 (java) S 28278 28280 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255571533 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260683396616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28294] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28294/stat : 28294 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255571535 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260682345104 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28295] ppid=28278 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/28280/task/28295/stat : 28295 (java) S 28278 28280 21497 0 -1 4202560 2971 0 0 0 27 0 0 0 20 0 18 0 255571535 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140260681292216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28296] ppid=28278 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/28280/task/28296/stat : 28296 (java) S 28278 28280 21497 0 -1 4202560 3222 0 0 0 28 0 0 0 20 0 18 0 255571535 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140259807455544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28297] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28297/stat : 28297 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255571535 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140259806402936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28298] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28298/stat : 28298 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255571535 9787813888 96067 33554432000 1073741824 1073778376 140736214674704 140259805350344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9558412

[startup+3.1006 s]
/proc/loadavg: 2.36 2.11 2.03 3/213 28298
/proc/meminfo: memFree=25312692/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9558412 CPUtime=4.62 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 14342 0 1 0 407 55 0 0 20 0 18 0 255571529 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2389603 546619 2247 9 0 2380296 0
[pid=28280/tid=28282] ppid=28278 vsize=9558412 CPUtime=2.71 cores=1,3,5,7
/proc/28280/task/28282/stat : 28282 (java) S 28278 28280 21497 0 -1 4202560 4025 0 1 0 240 31 0 0 20 0 18 0 255571530 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260861823608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28283] ppid=28278 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/28280/task/28283/stat : 28283 (java) R 28278 28280 21497 0 -1 4202560 356 0 0 0 14 3 0 0 20 0 18 0 255571531 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260823317720 140260864296649 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28284] ppid=28278 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/28280/task/28284/stat : 28284 (java) D 28278 28280 21497 0 -1 4202560 336 0 0 0 13 2 0 0 20 0 18 0 255571531 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260822264504 266435683303 0 4 0 16800975 18446744071581355491 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28285] ppid=28278 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/28280/task/28285/stat : 28285 (java) R 28278 28280 21497 0 -1 4202560 79 0 0 0 13 4 0 0 20 0 18 0 255571531 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260821211824 140260864296649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28286] ppid=28278 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/28280/task/28286/stat : 28286 (java) D 28278 28280 21497 0 -1 4202560 342 0 0 0 12 2 0 0 20 0 18 0 255571531 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260820158904 266435683303 0 4 0 16800975 18446744071581355491 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28287] ppid=28278 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/28280/task/28287/stat : 28287 (java) R 28278 28280 21497 0 -1 4202560 336 0 0 0 10 1 0 0 20 0 18 0 255571531 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260819106520 140260864296649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28288] ppid=28278 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/28280/task/28288/stat : 28288 (java) R 28278 28280 21497 0 -1 4202560 123 0 0 0 12 3 0 0 20 0 18 0 255571531 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260818053720 140260869320419 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28289] ppid=28278 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/28280/task/28289/stat : 28289 (java) R 28278 28280 21497 0 -1 4202560 293 0 0 0 12 3 0 0 20 0 18 0 255571531 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260817000920 140260868723956 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28290] ppid=28278 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/28280/task/28290/stat : 28290 (java) R 28278 28280 21497 0 -1 4202560 119 0 0 0 13 4 0 0 20 0 18 0 255571531 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260815948120 140260865582220 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28291] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28291/stat : 28291 (java) S 28278 28280 21497 0 -1 4202560 966 0 0 0 0 0 0 0 20 0 18 0 255571532 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260685502344 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28292] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28292/stat : 28292 (java) S 28278 28280 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255571533 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260684449528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28293] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28293/stat : 28293 (java) S 28278 28280 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255571533 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260683396616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28294] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28294/stat : 28294 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255571535 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260682345104 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28295] ppid=28278 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/28280/task/28295/stat : 28295 (java) S 28278 28280 21497 0 -1 4202560 2971 0 0 0 27 0 0 0 20 0 18 0 255571535 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140260681292216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28296] ppid=28278 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/28280/task/28296/stat : 28296 (java) S 28278 28280 21497 0 -1 4202560 3222 0 0 0 28 0 0 0 20 0 18 0 255571535 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140259807455544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28297] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28297/stat : 28297 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255571535 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140259806402936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28298] ppid=28278 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28298/stat : 28298 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255571535 9787813888 546619 33554432000 1073741824 1073778376 140736214674704 140259805350344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 2.36 2.11 2.03 3/213 28298
/proc/meminfo: memFree=24243956/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9624976 CPUtime=9.23 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 17143 0 1 0 852 71 0 0 20 0 19 0 255571529 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2406244 590455 2262 9 0 2396937 0
[pid=28280/tid=28282] ppid=28278 vsize=9624976 CPUtime=5.56 cores=1,3,5,7
/proc/28280/task/28282/stat : 28282 (java) R 28278 28280 21497 0 -1 4202560 4040 0 1 0 523 33 0 0 20 0 19 0 255571530 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260861825416 140260697472618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28283] ppid=28278 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28280/task/28283/stat : 28283 (java) S 28278 28280 21497 0 -1 4202560 687 0 0 0 33 6 0 0 20 0 19 0 255571531 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260823317544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28284] ppid=28278 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/28280/task/28284/stat : 28284 (java) S 28278 28280 21497 0 -1 4202560 396 0 0 0 27 4 0 0 20 0 19 0 255571531 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260822264744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28285] ppid=28278 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/28280/task/28285/stat : 28285 (java) S 28278 28280 21497 0 -1 4202560 137 0 0 0 30 5 0 0 20 0 19 0 255571531 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260821211944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28286] ppid=28278 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/28280/task/28286/stat : 28286 (java) S 28278 28280 21497 0 -1 4202560 491 0 0 0 25 4 0 0 20 0 19 0 255571531 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260820159144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28287] ppid=28278 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/28280/task/28287/stat : 28287 (java) S 28278 28280 21497 0 -1 4202560 393 0 0 0 25 3 0 0 20 0 19 0 255571531 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260819106344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28288] ppid=28278 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/28280/task/28288/stat : 28288 (java) S 28278 28280 21497 0 -1 4202560 181 0 0 0 27 5 0 0 20 0 19 0 255571531 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260818053544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28289] ppid=28278 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/28280/task/28289/stat : 28289 (java) S 28278 28280 21497 0 -1 4202560 599 0 0 0 29 5 0 0 20 0 19 0 255571531 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260817000744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28290] ppid=28278 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/28280/task/28290/stat : 28290 (java) S 28278 28280 21497 0 -1 4202560 777 0 0 0 25 5 0 0 20 0 19 0 255571531 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260815947944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28291] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28291/stat : 28291 (java) S 28278 28280 21497 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255571532 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260685503464 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28292] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28292/stat : 28292 (java) S 28278 28280 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260684449528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28293] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28293/stat : 28293 (java) S 28278 28280 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260683396616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28294] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28294/stat : 28294 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260682345104 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28295] ppid=28278 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/28280/task/28295/stat : 28295 (java) S 28278 28280 21497 0 -1 4202560 3713 0 0 0 49 0 0 0 20 0 19 0 255571535 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140260681292216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28296] ppid=28278 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28280/task/28296/stat : 28296 (java) S 28278 28280 21497 0 -1 4202560 3281 0 0 0 45 0 0 0 20 0 19 0 255571535 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140259807455544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28297] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28297/stat : 28297 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140259806402936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28298] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28298/stat : 28298 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 590455 33554432000 1073741824 1073778376 140736214674704 140259805350344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.23
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.31 2.11 2.03 3/213 28299
/proc/meminfo: memFree=24112648/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9624976 CPUtime=15.77 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 17158 0 1 0 1506 71 0 0 20 0 19 0 255571529 9855975424 590321 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2406244 590321 2266 9 0 2396937 0
[pid=28280/tid=28282] ppid=28278 vsize=9624976 CPUtime=11.96 cores=1,3,5,7

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

[pid=28280/tid=28288] ppid=28278 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/28280/task/28288/stat : 28288 (java) S 28278 28280 21497 0 -1 4202560 207 0 0 0 36 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260818053544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28289] ppid=28278 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28280/task/28289/stat : 28289 (java) S 28278 28280 21497 0 -1 4202560 612 0 0 0 39 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260817000744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28290] ppid=28278 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28280/task/28290/stat : 28290 (java) S 28278 28280 21497 0 -1 4202560 787 0 0 0 33 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260815947944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28291] ppid=28278 vsize=9624976 CPUtime=7.07 cores=1,3,5,7
/proc/28280/task/28291/stat : 28291 (java) S 28278 28280 21497 0 -1 4202560 1375 0 0 0 703 4 0 0 20 0 19 0 255571532 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260685503464 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28292] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28292/stat : 28292 (java) S 28278 28280 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260684449528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28293] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28293/stat : 28293 (java) S 28278 28280 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260683396616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28294] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28294/stat : 28294 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260682345104 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28295] ppid=28278 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/28280/task/28295/stat : 28295 (java) S 28278 28280 21497 0 -1 4202560 4224 0 0 0 65 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260681292216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28296] ppid=28278 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28280/task/28296/stat : 28296 (java) S 28278 28280 21497 0 -1 4202560 3300 0 0 0 62 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259807455544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28297] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28297/stat : 28297 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259806402936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28298] ppid=28278 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/28280/task/28298/stat : 28298 (java) S 28278 28280 21497 0 -1 4202560 97 0 0 0 31 39 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259805350344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28299] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28299/stat : 28299 (java) S 28278 28280 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255572133 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259804296872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.67
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.04 1.51 1.80 2/189 28339
/proc/meminfo: memFree=26298476/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9624976 CPUtime=1726.66 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 18038 0 1 0 172543 123 0 0 20 0 19 0 255571529 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2406244 642100 2281 9 0 2396937 0
[pid=28280/tid=28282] ppid=28278 vsize=9624976 CPUtime=1714.19 cores=1,3,5,7
/proc/28280/task/28282/stat : 28282 (java) R 28278 28280 21497 0 -1 4202560 4060 0 1 0 171360 59 0 0 20 0 19 0 255571530 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260861825312 140260697514705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28283] ppid=28278 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/28280/task/28283/stat : 28283 (java) S 28278 28280 21497 0 -1 4202560 695 0 0 0 42 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260823317544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28284] ppid=28278 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/28280/task/28284/stat : 28284 (java) S 28278 28280 21497 0 -1 4202560 426 0 0 0 43 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260822264744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28285] ppid=28278 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28280/task/28285/stat : 28285 (java) S 28278 28280 21497 0 -1 4202560 160 0 0 0 39 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260821211944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28286] ppid=28278 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/28280/task/28286/stat : 28286 (java) S 28278 28280 21497 0 -1 4202560 508 0 0 0 35 5 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260820159144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28287] ppid=28278 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/28280/task/28287/stat : 28287 (java) S 28278 28280 21497 0 -1 4202560 403 0 0 0 36 4 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260819106344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28288] ppid=28278 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/28280/task/28288/stat : 28288 (java) S 28278 28280 21497 0 -1 4202560 207 0 0 0 36 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260818053544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28289] ppid=28278 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28280/task/28289/stat : 28289 (java) S 28278 28280 21497 0 -1 4202560 612 0 0 0 39 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260817000744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28290] ppid=28278 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28280/task/28290/stat : 28290 (java) S 28278 28280 21497 0 -1 4202560 787 0 0 0 33 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260815947944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28291] ppid=28278 vsize=9624976 CPUtime=7.07 cores=1,3,5,7
/proc/28280/task/28291/stat : 28291 (java) S 28278 28280 21497 0 -1 4202560 1375 0 0 0 703 4 0 0 20 0 19 0 255571532 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260685503464 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28292] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28292/stat : 28292 (java) S 28278 28280 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260684449528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28293] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28293/stat : 28293 (java) S 28278 28280 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260683396616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28294] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28294/stat : 28294 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260682345104 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28295] ppid=28278 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/28280/task/28295/stat : 28295 (java) S 28278 28280 21497 0 -1 4202560 4224 0 0 0 65 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260681292216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28296] ppid=28278 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28280/task/28296/stat : 28296 (java) S 28278 28280 21497 0 -1 4202560 3300 0 0 0 62 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259807455544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28297] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28297/stat : 28297 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259806402936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28298] ppid=28278 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/28280/task/28298/stat : 28298 (java) S 28278 28280 21497 0 -1 4202560 99 0 0 0 32 41 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259805350344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28299] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28299/stat : 28299 (java) S 28278 28280 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255572133 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259804296872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.66
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.07 1.43 1.76 2/190 28342
/proc/meminfo: memFree=26298576/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9624976 CPUtime=1786.65 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 18042 0 1 0 178541 124 0 0 20 0 19 0 255571529 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2406244 642100 2281 9 0 2396937 0
[pid=28280/tid=28282] ppid=28278 vsize=9624976 CPUtime=1774.16 cores=1,3,5,7
/proc/28280/task/28282/stat : 28282 (java) R 28278 28280 21497 0 -1 4202560 4060 0 1 0 177357 59 0 0 20 0 19 0 255571530 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260861825312 140260697586998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28283] ppid=28278 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/28280/task/28283/stat : 28283 (java) S 28278 28280 21497 0 -1 4202560 695 0 0 0 42 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260823317544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28284] ppid=28278 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/28280/task/28284/stat : 28284 (java) S 28278 28280 21497 0 -1 4202560 426 0 0 0 43 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260822264744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28285] ppid=28278 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28280/task/28285/stat : 28285 (java) S 28278 28280 21497 0 -1 4202560 160 0 0 0 39 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260821211944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28286] ppid=28278 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/28280/task/28286/stat : 28286 (java) S 28278 28280 21497 0 -1 4202560 508 0 0 0 35 5 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260820159144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28287] ppid=28278 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/28280/task/28287/stat : 28287 (java) S 28278 28280 21497 0 -1 4202560 403 0 0 0 36 4 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260819106344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28288] ppid=28278 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/28280/task/28288/stat : 28288 (java) S 28278 28280 21497 0 -1 4202560 207 0 0 0 36 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260818053544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28289] ppid=28278 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28280/task/28289/stat : 28289 (java) S 28278 28280 21497 0 -1 4202560 612 0 0 0 39 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260817000744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28290] ppid=28278 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28280/task/28290/stat : 28290 (java) S 28278 28280 21497 0 -1 4202560 787 0 0 0 33 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260815947944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28291] ppid=28278 vsize=9624976 CPUtime=7.08 cores=1,3,5,7
/proc/28280/task/28291/stat : 28291 (java) S 28278 28280 21497 0 -1 4202560 1375 0 0 0 703 5 0 0 20 0 19 0 255571532 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260685503464 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28292] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28292/stat : 28292 (java) S 28278 28280 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260684449528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28293] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28293/stat : 28293 (java) S 28278 28280 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260683396616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28294] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28294/stat : 28294 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260682345104 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28295] ppid=28278 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/28280/task/28295/stat : 28295 (java) S 28278 28280 21497 0 -1 4202560 4224 0 0 0 65 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260681292216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28296] ppid=28278 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28280/task/28296/stat : 28296 (java) S 28278 28280 21497 0 -1 4202560 3300 0 0 0 62 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259807455544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28297] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28297/stat : 28297 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259806402936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28298] ppid=28278 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/28280/task/28298/stat : 28298 (java) S 28278 28280 21497 0 -1 4202560 103 0 0 0 32 43 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259805350344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28299] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28299/stat : 28299 (java) S 28278 28280 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255572133 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259804296872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.65
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.06 1.42 1.75 2/190 28342
/proc/meminfo: memFree=26298580/32873648 swapFree=6852/6852
[pid=28280] ppid=28278 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/28280/stat : 28280 (java) S 28278 28280 21497 0 -1 4202496 18042 0 1 0 179881 125 0 0 20 0 19 0 255571529 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140736214665840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28280/statm: 2406244 642100 2281 9 0 2396937 0
[pid=28280/tid=28282] ppid=28278 vsize=9624976 CPUtime=1787.57 cores=1,3,5,7
/proc/28280/task/28282/stat : 28282 (java) R 28278 28280 21497 0 -1 4202560 4060 0 1 0 178697 60 0 0 20 0 19 0 255571530 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260861825312 140260697515048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28283] ppid=28278 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/28280/task/28283/stat : 28283 (java) S 28278 28280 21497 0 -1 4202560 695 0 0 0 42 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260823317544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28284] ppid=28278 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/28280/task/28284/stat : 28284 (java) S 28278 28280 21497 0 -1 4202560 426 0 0 0 43 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260822264744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28285] ppid=28278 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28280/task/28285/stat : 28285 (java) S 28278 28280 21497 0 -1 4202560 160 0 0 0 39 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260821211944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28286] ppid=28278 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/28280/task/28286/stat : 28286 (java) S 28278 28280 21497 0 -1 4202560 508 0 0 0 35 5 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260820159144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28287] ppid=28278 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/28280/task/28287/stat : 28287 (java) S 28278 28280 21497 0 -1 4202560 403 0 0 0 36 4 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260819106344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28288] ppid=28278 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/28280/task/28288/stat : 28288 (java) S 28278 28280 21497 0 -1 4202560 207 0 0 0 36 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260818053544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28280/tid=28289] ppid=28278 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28280/task/28289/stat : 28289 (java) S 28278 28280 21497 0 -1 4202560 612 0 0 0 39 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260817000744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28290] ppid=28278 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/28280/task/28290/stat : 28290 (java) S 28278 28280 21497 0 -1 4202560 787 0 0 0 33 6 0 0 20 0 19 0 255571531 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260815947944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28291] ppid=28278 vsize=9624976 CPUtime=7.08 cores=1,3,5,7
/proc/28280/task/28291/stat : 28291 (java) S 28278 28280 21497 0 -1 4202560 1375 0 0 0 703 5 0 0 20 0 19 0 255571532 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260685503464 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28292] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28292/stat : 28292 (java) S 28278 28280 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260684449528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28293] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28293/stat : 28293 (java) S 28278 28280 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255571533 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260683396616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28294] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28294/stat : 28294 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260682345104 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28295] ppid=28278 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/28280/task/28295/stat : 28295 (java) S 28278 28280 21497 0 -1 4202560 4224 0 0 0 65 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140260681292216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28280/tid=28296] ppid=28278 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/28280/task/28296/stat : 28296 (java) S 28278 28280 21497 0 -1 4202560 3300 0 0 0 62 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259807455544 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28297] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28297/stat : 28297 (java) S 28278 28280 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259806402936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28280/tid=28298] ppid=28278 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/28280/task/28298/stat : 28298 (java) S 28278 28280 21497 0 -1 4202560 103 0 0 0 33 43 0 0 20 0 19 0 255571535 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259805350344 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28280/tid=28299] ppid=28278 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28280/task/28299/stat : 28299 (java) S 28278 28280 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255572133 9855975424 642100 33554432000 1073741824 1073778376 140736214674704 140259804296872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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): 1795.75
CPU time (s): 1800.46
CPU user time (s): 1798.79
CPU system time (s): 1.67174
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.67175
maximum resident set size= 2568524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18077
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39523
involuntary context switches= 7747

runsolver used 6.10007 second user time and 14.8527 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 23:20:55
IDJOB=3689929
IDBENCH=92079
IDSOLVER=2269
FILE ID=node116/3689929-1337894454
RUNJOBID= node116-1337890177-27765
PBS_JOBID= 14620088
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX15_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689929-1337894454/watcher-3689929-1337894454 -o /tmp/evaluation-result-3689929-1337894454/solver-3689929-1337894454 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689929-1337894454.opb

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

MD5SUM BENCH= 36b6ac77834c618ec439f35e69c4fda0
RANDOM SEED=1624027834

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.90
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.556
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:        26470320 kB
Buffers:          225636 kB
Cached:          3014336 kB
SwapCached:            0 kB
Active:          2912740 kB
Inactive:        2722832 kB
Active(anon):    2398108 kB
Inactive(anon):        0 kB
Active(file):     514632 kB
Inactive(file):  2722832 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31716 kB
Writeback:             0 kB
AnonPages:       2406248 kB
Mapped:            21692 kB
Shmem:               200 kB
Slab:             625696 kB
SReclaimable:      69916 kB
SUnreclaim:       555780 kB
KernelStack:        1592 kB
PageTables:         8940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3479700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2170880 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= 71696 MiB
End job on node116 at 2012-05-24 23:50:53