Trace number 3744177

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 NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.45 1771.65

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_8_mh.opb
MD5SUMe48ee9240e6d9b52ec3ebd9cb27e0b8c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7759662
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 119095488
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 17168297281
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 119095488
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 17168297281
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.1.1.v20090612
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version	1.6.0_24
0.02/0.08	c os.name	Linux
0.02/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch	amd64
0.02/0.08	c Free memory 1299577560
0.02/0.08	c Max memory 1306394624
0.02/0.08	c Total memory 1306394624
0.02/0.08	c Number of processors 8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c MiniSAT restarts strategy
0.09/0.10	c Memory based learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3744177-1338809718.opb
0.09/0.10	c reading problem ... 
1.35/0.78	c ... done. Wall clock time 0.682s.
1.35/0.78	c #vars     31350
1.35/0.78	c #constraints  74608
1.35/0.78	c constraints type 
1.35/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.35/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45025
1.35/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14750
1.35/0.78	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
671.55/657.99	c cleaning 406436 clauses out of 813000
801.91/786.37	c cleaning 283163 clauses out of 566564
1021.43/1002.09	c cleaning 260138 clauses out of 520401
1158.57/1137.66	c cleaning 198822 clauses out of 397763
1377.71/1353.75	c cleaning 230889 clauses out of 461941
1460.02/1434.78	c cleaning 174457 clauses out of 349052
1635.63/1608.39	c cleaning 185195 clauses out of 370595
1754.57/1726.40	c cleaning 143877 clauses out of 287901
1800.07/1771.61	c starts		: 23
1800.07/1771.61	c conflicts		: 2055545
1800.07/1771.61	c decisions		: 4855226
1800.07/1771.61	c propagations		: 423994775
1800.07/1771.61	c inspects		: 4293411483
1800.07/1771.61	c learnt literals	: 0
1800.07/1771.61	c learnt binary clauses	: 38
1800.07/1771.61	c learnt ternary clauses	: 33
1800.07/1771.61	c learnt clauses	: 2055544
1800.07/1771.61	c ignored clauses	: 0
1800.07/1771.61	c root simplifications	: 0
1800.07/1771.61	c removed literals (reason simplification)	: 84703251
1800.07/1771.61	c reason swapping (by a shorter reason)	: 0
1800.07/1771.61	c Calls to reduceDB	: 8
1800.07/1771.61	c speed (assignments/second)	: 239433.47027515422
1800.07/1771.61	c non guided choices	0
1800.07/1771.64	c learnt constraints type 
1800.07/1771.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 172545
1800.07/1771.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 38
1800.07/1771.64	c constraints type 
1800.07/1771.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.07/1771.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45025
1800.07/1771.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14750
1800.07/1771.64	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1800.07/1771.64	s UNKNOWN
1800.07/1771.64	c Total wall clock time (in seconds): 1771.536

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-3744177-1338809718/watcher-3744177-1338809718 -o /tmp/evaluation-result-3744177-1338809718/solver-3744177-1338809718 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744177-1338809718.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.99 2.00 3/194 16891
/proc/meminfo: memFree=26560452/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16891/stat : 16891 (java6) D 16889 16891 14504 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 347097697 9515008 183 33554432000 1073741824 1073778376 140735676956224 140735676947256 242167398069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/16891/statm: 2323 183 140 9 0 71 0

[startup+0.042428 s]
/proc/loadavg: 1.99 1.99 2.00 3/194 16891
/proc/meminfo: memFree=26560452/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2315716 CPUtime=0.02 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 3720 0 1 0 2 0 0 0 20 0 13 0 347097697 2371293184 4416 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 578929 4416 1693 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100252 s]
/proc/loadavg: 1.99 1.99 2.00 3/194 16891
/proc/meminfo: memFree=26560452/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 4748 0 1 0 9 0 0 0 20 0 18 0 347097697 2712133632 5954 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 662142 5954 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300246 s]
/proc/loadavg: 1.99 1.99 2.00 3/194 16891
/proc/meminfo: memFree=26560452/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2648568 CPUtime=0.52 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 6443 0 1 0 51 1 0 0 20 0 18 0 347097697 2712133632 14516 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 662142 14516 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2648568

[startup+0.700242 s]
/proc/loadavg: 1.99 1.99 2.00 3/194 16891
/proc/meminfo: memFree=26560452/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2648568 CPUtime=1.35 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 13861 0 1 0 131 4 0 0 20 0 18 0 347097697 2712133632 46330 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 662142 46330 2242 9 0 652835 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 2648568

[startup+1.50074 s]
/proc/loadavg: 1.99 1.99 2.00 5/213 16910
/proc/meminfo: memFree=26331128/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2715132 CPUtime=3.04 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 20106 0 1 0 296 8 0 0 20 0 19 0 347097697 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 678783 81797 2260 9 0 669476 0
[pid=16891/tid=16893] ppid=16889 vsize=2715132 CPUtime=1.46 cores=1,3,5,7
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 14504 0 -1 4202560 2952 0 1 0 142 4 0 0 20 0 19 0 347097698 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946675101000 139946615305374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946541501096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946540448552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946539396008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946538343464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946537289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946536237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946535184808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946534132264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 347097700 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946521934440 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946520880760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946519828104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946518776848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 14504 0 -1 4202560 8804 0 0 0 71 2 0 0 20 0 19 0 347097703 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946517723192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 14504 0 -1 4202560 7153 0 0 0 79 2 0 0 20 0 19 0 347097703 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946516670648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 81797 33554432000 1073741824 1073778376 140734188329408 139946515618296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 82309 33554432000 1073741824 1073778376 140734188329408 139946514565960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347097791 2780295168 82309 33554432000 1073741824 1073778376 140734188329408 139946513511720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 2715132

[startup+3.10074 s]
/proc/loadavg: 1.99 1.99 2.00 3/213 16910
/proc/meminfo: memFree=26172936/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2715132 CPUtime=4.82 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 20245 0 1 0 469 13 0 0 20 0 19 0 347097697 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 678783 104357 2273 9 0 669476 0
[pid=16891/tid=16893] ppid=16889 vsize=2715132 CPUtime=3.01 cores=1,3,5,7
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 14504 0 -1 4202560 2979 0 1 0 295 6 0 0 20 0 19 0 347097698 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946675102072 139946615825315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 14504 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 347097699 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946541501096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 14504 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 347097699 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946540448552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 14504 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 347097699 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946539396008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 14504 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 347097699 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946538343464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347097699 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946537289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 14504 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 347097699 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946536237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 14504 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 347097699 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946535184808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 14504 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 347097699 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946534132264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347097700 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946521934440 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946520880760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946519828104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946518776848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 14504 0 -1 4202560 8804 0 0 0 71 2 0 0 20 0 19 0 347097703 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946517723192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=2715132 CPUtime=0.85 cores=1,3,5,7
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 14504 0 -1 4202560 7157 0 0 0 83 2 0 0 20 0 19 0 347097703 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946516670648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946515618296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946514565960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347097791 2780295168 104357 33554432000 1073741824 1073778376 140734188329408 139946513511720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 2715132

[startup+6.30075 s]
/proc/loadavg: 1.99 1.99 2.00 3/213 16910
/proc/meminfo: memFree=26147828/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2715132 CPUtime=8.2 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 20277 0 1 0 806 14 0 0 20 0 19 0 347097697 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 678783 105257 2273 9 0 669476 0
[pid=16891/tid=16893] ppid=16889 vsize=2715132 CPUtime=6.15 cores=1,3,5,7
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 14504 0 -1 4202560 2983 0 1 0 609 6 0 0 20 0 19 0 347097698 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946675102168 139946615870020 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 14504 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 347097699 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946541501096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=2715132 CPUtime=0.06 cores=1,3,5,7
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 14504 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 347097699 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946540448552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 14504 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 347097699 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946539396008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 14504 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 347097699 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946538343464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 14504 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 347097699 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946537289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 14504 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 347097699 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946536237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 14504 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 347097699 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946535184808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 14504 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 347097699 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946534132264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347097700 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946521934440 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946520880760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946519828104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946518776848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 14504 0 -1 4202560 8804 0 0 0 71 2 0 0 20 0 19 0 347097703 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946517723192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=2715132 CPUtime=0.86 cores=1,3,5,7
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 14504 0 -1 4202560 7157 0 0 0 84 2 0 0 20 0 19 0 347097703 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946516670648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946515618296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946514565960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347097791 2780295168 105257 33554432000 1073741824 1073778376 140734188329408 139946513511720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=16891/tid=16899] ppid=16889 vsize=2715132 CPUtime=4.63 cores=1,3,5,7
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 14504 0 -1 4202560 408 0 0 0 453 10 0 0 20 0 19 0 347097699 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946536237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=2715132 CPUtime=4.47 cores=1,3,5,7
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 14504 0 -1 4202560 411 0 0 0 437 10 0 0 20 0 19 0 347097699 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946535184808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=2715132 CPUtime=4.44 cores=1,3,5,7
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 14504 0 -1 4202560 391 0 0 0 433 11 0 0 20 0 19 0 347097699 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946534132264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=2715132 CPUtime=2.19 cores=1,3,5,7
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 14504 0 -1 4202560 120 0 0 0 215 4 0 0 20 0 19 0 347097700 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946521934440 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946520880760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946519828104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946518776848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=2715132 CPUtime=0.83 cores=1,3,5,7
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 14504 0 -1 4202560 8814 0 0 0 81 2 0 0 20 0 19 0 347097703 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946517723192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=2715132 CPUtime=1.04 cores=1,3,5,7
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 14504 0 -1 4202560 7164 0 0 0 102 2 0 0 20 0 19 0 347097703 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946516670648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946515618296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 14504 0 -1 4202560 89 0 0 0 29 32 0 0 20 0 19 0 347097703 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946514565960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347097791 2780295168 326434 33554432000 1073741824 1073778376 140734188329408 139946513511720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1629.63
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 17064
/proc/meminfo: memFree=24809400/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2715132 CPUtime=1690.08 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 24387 0 1 0 168874 134 0 0 20 0 19 0 347097697 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 678783 326496 2286 9 0 669476 0
[pid=16891/tid=16893] ppid=16889 vsize=2715132 CPUtime=1648.81 cores=1,3,5,7
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 14504 0 -1 4202560 3795 0 1 0 164844 37 0 0 20 0 19 0 347097698 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946675100992 139946615825629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=2715132 CPUtime=4.64 cores=1,3,5,7
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 14504 0 -1 4202560 399 0 0 0 455 9 0 0 20 0 19 0 347097699 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946541501096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=2715132 CPUtime=4.5 cores=1,3,5,7
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 14504 0 -1 4202560 376 0 0 0 441 9 0 0 20 0 19 0 347097699 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946540448552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=2715132 CPUtime=4.39 cores=1,3,5,7
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 14504 0 -1 4202560 408 0 0 0 428 11 0 0 20 0 19 0 347097699 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946539396008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=2715132 CPUtime=4.33 cores=1,3,5,7
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 14504 0 -1 4202560 386 0 0 0 423 10 0 0 20 0 19 0 347097699 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946538343464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=2715132 CPUtime=4.65 cores=1,3,5,7
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 14504 0 -1 4202560 411 0 0 0 454 11 0 0 20 0 19 0 347097699 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946537289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=2715132 CPUtime=4.71 cores=1,3,5,7
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 14504 0 -1 4202560 417 0 0 0 461 10 0 0 20 0 19 0 347097699 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946536237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=2715132 CPUtime=4.56 cores=1,3,5,7
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 14504 0 -1 4202560 422 0 0 0 446 10 0 0 20 0 19 0 347097699 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946535184808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=2715132 CPUtime=4.49 cores=1,3,5,7
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 14504 0 -1 4202560 393 0 0 0 438 11 0 0 20 0 19 0 347097699 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946534132264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=2715132 CPUtime=2.5 cores=1,3,5,7
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 14504 0 -1 4202560 123 0 0 0 245 5 0 0 20 0 19 0 347097700 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946521934440 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946520880760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946519828104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946518776848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 14504 0 -1 4202560 8818 0 0 0 82 2 0 0 20 0 19 0 347097703 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946517723192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=2715132 CPUtime=1.04 cores=1,3,5,7
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 14504 0 -1 4202560 7164 0 0 0 102 2 0 0 20 0 19 0 347097703 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946516670648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946515618296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=2715132 CPUtime=0.64 cores=1,3,5,7
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 14504 0 -1 4202560 93 0 0 0 30 34 0 0 20 0 19 0 347097703 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946514565960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347097791 2780295168 326496 33554432000 1073741824 1073778376 140734188329408 139946513511720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1690.08
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 17064
/proc/meminfo: memFree=24749888/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2715132 CPUtime=1750.47 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 24414 0 1 0 174911 136 0 0 20 0 19 0 347097697 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 678783 326504 2286 9 0 669476 0
[pid=16891/tid=16893] ppid=16889 vsize=2715132 CPUtime=1708.64 cores=1,3,5,7
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 14504 0 -1 4202560 3806 0 1 0 170827 37 0 0 20 0 19 0 347097698 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946675100992 139946615305479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=2715132 CPUtime=4.7 cores=1,3,5,7
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 14504 0 -1 4202560 399 0 0 0 461 9 0 0 20 0 19 0 347097699 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946541501096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=2715132 CPUtime=4.57 cores=1,3,5,7
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 14504 0 -1 4202560 376 0 0 0 448 9 0 0 20 0 19 0 347097699 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946540448552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=2715132 CPUtime=4.45 cores=1,3,5,7
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 14504 0 -1 4202560 408 0 0 0 434 11 0 0 20 0 19 0 347097699 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946539396008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=2715132 CPUtime=4.4 cores=1,3,5,7
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 14504 0 -1 4202560 386 0 0 0 430 10 0 0 20 0 19 0 347097699 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946538343464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=2715132 CPUtime=4.74 cores=1,3,5,7
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 14504 0 -1 4202560 411 0 0 0 463 11 0 0 20 0 19 0 347097699 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946537289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=2715132 CPUtime=4.77 cores=1,3,5,7
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 14504 0 -1 4202560 420 0 0 0 467 10 0 0 20 0 19 0 347097699 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946536237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=2715132 CPUtime=4.63 cores=1,3,5,7
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 14504 0 -1 4202560 422 0 0 0 452 11 0 0 20 0 19 0 347097699 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946535184808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=2715132 CPUtime=4.57 cores=1,3,5,7
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 14504 0 -1 4202560 398 0 0 0 446 11 0 0 20 0 19 0 347097699 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946534132264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=2715132 CPUtime=2.5 cores=1,3,5,7
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 14504 0 -1 4202560 127 0 0 0 245 5 0 0 20 0 19 0 347097700 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946521934440 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946520880760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946519828104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946518776848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 14504 0 -1 4202560 8818 0 0 0 82 2 0 0 20 0 19 0 347097703 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946517723192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=2715132 CPUtime=1.04 cores=1,3,5,7
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 14504 0 -1 4202560 7164 0 0 0 102 2 0 0 20 0 19 0 347097703 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946516670648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946515618296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 14504 0 -1 4202560 97 0 0 0 31 35 0 0 20 0 19 0 347097703 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946514565960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347097791 2780295168 326504 33554432000 1073741824 1073778376 140734188329408 139946513511720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1750.47
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 17064
/proc/meminfo: memFree=24749768/32873648 swapFree=7112/7112
[pid=16891] ppid=16889 vsize=2715132 CPUtime=1800.07 cores=1,3,5,7
/proc/16891/stat : 16891 (java) S 16889 16891 14504 0 -1 4202496 24429 0 1 0 179869 138 0 0 20 0 19 0 347097697 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 140734188320544 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16891/statm: 678783 326506 2286 9 0 669476 0
[pid=16891/tid=16893] ppid=16889 vsize=2715132 CPUtime=1757.46 cores=1,3,5,7
/proc/16891/task/16893/stat : 16893 (java) R 16889 16891 14504 0 -1 4202560 3815 0 1 0 175708 38 0 0 20 0 19 0 347097698 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946675100976 139946615857843 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16894] ppid=16889 vsize=2715132 CPUtime=4.76 cores=1,3,5,7
/proc/16891/task/16894/stat : 16894 (java) S 16889 16891 14504 0 -1 4202560 399 0 0 0 467 9 0 0 20 0 19 0 347097699 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946541501096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16895] ppid=16889 vsize=2715132 CPUtime=4.62 cores=1,3,5,7
/proc/16891/task/16895/stat : 16895 (java) S 16889 16891 14504 0 -1 4202560 376 0 0 0 453 9 0 0 20 0 19 0 347097699 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946540448552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16896] ppid=16889 vsize=2715132 CPUtime=4.51 cores=1,3,5,7
/proc/16891/task/16896/stat : 16896 (java) S 16889 16891 14504 0 -1 4202560 408 0 0 0 440 11 0 0 20 0 19 0 347097699 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946539396008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16897] ppid=16889 vsize=2715132 CPUtime=4.46 cores=1,3,5,7
/proc/16891/task/16897/stat : 16897 (java) S 16889 16891 14504 0 -1 4202560 386 0 0 0 435 11 0 0 20 0 19 0 347097699 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946538343464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16898] ppid=16889 vsize=2715132 CPUtime=4.79 cores=1,3,5,7
/proc/16891/task/16898/stat : 16898 (java) S 16889 16891 14504 0 -1 4202560 411 0 0 0 468 11 0 0 20 0 19 0 347097699 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946537289896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16899] ppid=16889 vsize=2715132 CPUtime=4.83 cores=1,3,5,7
/proc/16891/task/16899/stat : 16899 (java) S 16889 16891 14504 0 -1 4202560 422 0 0 0 473 10 0 0 20 0 19 0 347097699 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946536237352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16900] ppid=16889 vsize=2715132 CPUtime=4.67 cores=1,3,5,7
/proc/16891/task/16900/stat : 16900 (java) S 16889 16891 14504 0 -1 4202560 422 0 0 0 456 11 0 0 20 0 19 0 347097699 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946535184808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16891/tid=16901] ppid=16889 vsize=2715132 CPUtime=4.63 cores=1,3,5,7
/proc/16891/task/16901/stat : 16901 (java) S 16889 16891 14504 0 -1 4202560 398 0 0 0 452 11 0 0 20 0 19 0 347097699 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946534132264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16902] ppid=16889 vsize=2715132 CPUtime=2.84 cores=1,3,5,7
/proc/16891/task/16902/stat : 16902 (java) S 16889 16891 14504 0 -1 4202560 129 0 0 0 279 5 0 0 20 0 19 0 347097700 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946521934440 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16903] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16903/stat : 16903 (java) S 16889 16891 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946520880760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16904] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16904/stat : 16904 (java) S 16889 16891 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347097701 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946519828104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16905] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16905/stat : 16905 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946518776848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16906] ppid=16889 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/16891/task/16906/stat : 16906 (java) S 16889 16891 14504 0 -1 4202560 8818 0 0 0 82 2 0 0 20 0 19 0 347097703 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946517723192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16891/tid=16907] ppid=16889 vsize=2715132 CPUtime=1.04 cores=1,3,5,7
/proc/16891/task/16907/stat : 16907 (java) S 16889 16891 14504 0 -1 4202560 7164 0 0 0 102 2 0 0 20 0 19 0 347097703 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946516670648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16908] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16908/stat : 16908 (java) S 16889 16891 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347097703 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946515618296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16891/tid=16909] ppid=16889 vsize=2715132 CPUtime=0.68 cores=1,3,5,7
/proc/16891/task/16909/stat : 16909 (java) S 16889 16891 14504 0 -1 4202560 99 0 0 0 32 36 0 0 20 0 19 0 347097703 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946514565960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16891/tid=16910] ppid=16889 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16891/task/16910/stat : 16910 (java) S 16889 16891 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347097791 2780295168 326506 33554432000 1073741824 1073778376 140734188329408 139946513511720 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2715132

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): 1771.65
CPU time (s): 1800.45
CPU user time (s): 1798.65
CPU system time (s): 1.80272
CPU usage (%): 101.626
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.65
system time used= 1.80272
maximum resident set size= 1306216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24478
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62411
involuntary context switches= 93043

runsolver used 6.38003 second user time and 15.1547 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-04 13:35:18
IDJOB=3744177
IDBENCH=92701
IDSOLVER=2322
FILE ID=node126/3744177-1338809718
RUNJOBID= node126-1338782884-14521
PBS_JOBID= 14636836
Free space on /tmp= 70788 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_8_mh.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744177-1338809718/watcher-3744177-1338809718 -o /tmp/evaluation-result-3744177-1338809718/solver-3744177-1338809718 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744177-1338809718.opb

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

MD5SUM BENCH= e48ee9240e6d9b52ec3ebd9cb27e0b8c
RANDOM SEED=1747626733

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26560460 kB
Buffers:          453824 kB
Cached:          4103292 kB
SwapCached:         9484 kB
Active:          2468516 kB
Inactive:        2959440 kB
Active(anon):     860416 kB
Inactive(anon):    12264 kB
Active(file):    1608100 kB
Inactive(file):  2947176 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67095016 kB
Dirty:              2784 kB
Writeback:             0 kB
AnonPages:        874940 kB
Mapped:            17848 kB
Shmem:                 0 kB
Slab:             739188 kB
SReclaimable:     183292 kB
SUnreclaim:       555896 kB
KernelStack:        1608 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1521640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 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= 70788 MiB
End job on node126 at 2012-06-04 14:04:52