Trace number 3744291

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.82 1759.83

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_9_mh.opb
MD5SUM361e90d7cecbe172d79499041722735d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5617829
Best CPU time to get the best result obtained on this benchmark1801.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 68832465136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 68832465136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.1.1.v20090612
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version	1.6.0_24
0.05/0.08	c os.name	Linux
0.05/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch	amd64
0.05/0.08	c Free memory 1299577560
0.05/0.08	c Max memory 1306394624
0.05/0.08	c Total memory 1306394624
0.05/0.08	c Number of processors 8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c MiniSAT restarts strategy
0.08/0.11	c Memory based learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3744291-1338810535.opb
0.08/0.11	c reading problem ... 
5.54/3.75	c ... done. Wall clock time 3.648s.
5.54/3.75	c #vars     250200
5.54/3.75	c #constraints  610458
5.54/3.75	c constraints type 
5.54/3.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
5.54/3.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
5.54/3.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121375
5.54/3.75	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
1029.51/996.20	c cleaning 38709 clauses out of 77500
1416.10/1379.46	c cleaning 26628 clauses out of 53292
1485.95/1448.86	c cleaning 14294 clauses out of 28663
1800.06/1759.81	c starts		: 16
1800.06/1759.81	c conflicts		: 100875
1800.06/1759.81	c decisions		: 614499
1800.06/1759.81	c propagations		: 129602853
1800.06/1759.81	c inspects		: 2064263769
1800.06/1759.81	c learnt literals	: 0
1800.06/1759.81	c learnt binary clauses	: 9
1800.06/1759.81	c learnt ternary clauses	: 8
1800.06/1759.81	c learnt clauses	: 100874
1800.06/1759.81	c ignored clauses	: 0
1800.06/1759.81	c root simplifications	: 0
1800.06/1759.81	c removed literals (reason simplification)	: 22428253
1800.06/1759.81	c reason swapping (by a shorter reason)	: 0
1800.06/1759.81	c Calls to reduceDB	: 3
1800.06/1759.81	c speed (assignments/second)	: 73803.37130478755
1800.06/1759.81	c non guided choices	10
1800.06/1759.82	c learnt constraints type 
1800.06/1759.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21234
1800.06/1759.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.06/1759.82	c constraints type 
1800.06/1759.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.06/1759.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
1800.06/1759.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121375
1800.06/1759.82	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
1800.06/1759.82	s UNKNOWN
1800.06/1759.82	c Total wall clock time (in seconds): 1759.716

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-3744291-1338810535/watcher-3744291-1338810535 -o /tmp/evaluation-result-3744291-1338810535/solver-3744291-1338810535 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744291-1338810535.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 2.00 2.00 3/194 16823
/proc/meminfo: memFree=26038264/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16823/stat : 16823 (java6) R 16821 16823 14611 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 347180906 9515008 182 33554432000 1073741824 1073778376 140737186733280 140737186724312 219513962165 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16823/statm: 2323 182 140 9 0 71 0

[startup+0.0741461 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 16823
/proc/meminfo: memFree=26038264/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 3830 0 1 0 4 1 0 0 20 0 18 0 347180906 2712133632 5548 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 662142 5548 1760 9 0 652835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648568

[startup+0.100298 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 16823
/proc/meminfo: memFree=26038264/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 4692 0 1 0 7 1 0 0 20 0 18 0 347180906 2712133632 6409 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 662142 6409 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.30023 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 16823
/proc/meminfo: memFree=26038264/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2648568 CPUtime=0.44 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 5759 0 1 0 42 2 0 0 20 0 18 0 347180906 2712133632 16060 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 662142 16060 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2648568

[startup+0.700179 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 16823
/proc/meminfo: memFree=26038264/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2648568 CPUtime=1 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 8142 0 1 0 93 7 0 0 20 0 18 0 347180906 2712133632 81015 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 662142 81015 2228 9 0 652835 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2648568

[startup+1.5007 s]
/proc/loadavg: 2.23 2.05 2.02 3/212 16841
/proc/meminfo: memFree=25617524/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2648568 CPUtime=2.44 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 15188 0 1 0 230 14 0 0 20 0 18 0 347180906 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 662142 106167 2258 9 0 652835 0
[pid=16823/tid=16825] ppid=16821 vsize=2648568 CPUtime=1.41 cores=1,3,5,7
/proc/16823/task/16825/stat : 16825 (java) R 16821 16823 14611 0 -1 4202560 2918 0 1 0 133 8 0 0 20 0 18 0 347180907 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346266017368 219517347085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16826] ppid=16821 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/16823/task/16826/stat : 16826 (java) S 16821 16823 14611 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 18 0 347180909 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346250467496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16827] ppid=16821 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/16823/task/16827/stat : 16827 (java) S 16821 16823 14611 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 347180909 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346249414952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16828] ppid=16821 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/16823/task/16828/stat : 16828 (java) S 16821 16823 14611 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 347180909 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346248362408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16829] ppid=16821 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/16823/task/16829/stat : 16829 (java) S 16821 16823 14611 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 18 0 347180909 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346247309864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16830] ppid=16821 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/16823/task/16830/stat : 16830 (java) S 16821 16823 14611 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 347180909 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346246257320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16831] ppid=16821 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/16823/task/16831/stat : 16831 (java) S 16821 16823 14611 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 347180909 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346245204776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16832] ppid=16821 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/16823/task/16832/stat : 16832 (java) S 16821 16823 14611 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 347180909 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346126232488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16833] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16833/stat : 16833 (java) S 16821 16823 14611 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 18 0 347180909 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346125179944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16834] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16834/stat : 16834 (java) S 16821 16823 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347180910 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346112981096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16835] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16835/stat : 16835 (java) S 16821 16823 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347180910 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346111927416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16836] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16836/stat : 16836 (java) S 16821 16823 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347180910 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140346110874760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16837] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16837/stat : 16837 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347180913 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140345371257360 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16838] ppid=16821 vsize=2648568 CPUtime=0.41 cores=1,3,5,7
/proc/16823/task/16838/stat : 16838 (java) S 16821 16823 14611 0 -1 4202560 4664 0 0 0 41 0 0 0 20 0 18 0 347180913 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140345370204728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16839] ppid=16821 vsize=2648568 CPUtime=0.38 cores=1,3,5,7
/proc/16823/task/16839/stat : 16839 (java) S 16821 16823 14611 0 -1 4202560 6297 0 0 0 38 0 0 0 20 0 18 0 347180913 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140345369152184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16840] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16840/stat : 16840 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347180913 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140345368099832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16841] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16841/stat : 16841 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347180913 2712133632 106167 33554432000 1073741824 1073778376 140734326597376 140345367047496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 2648568

[startup+3.10074 s]
/proc/loadavg: 2.23 2.05 2.02 3/212 16841
/proc/meminfo: memFree=25534736/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2648568 CPUtime=4.58 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 15473 0 1 0 431 27 0 0 20 0 18 0 347180906 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 662142 131345 2258 9 0 652835 0
[pid=16823/tid=16825] ppid=16821 vsize=2648568 CPUtime=2.84 cores=1,3,5,7
/proc/16823/task/16825/stat : 16825 (java) R 16821 16823 14611 0 -1 4202560 2920 0 1 0 275 9 0 0 20 0 18 0 347180907 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346266016808 219517347085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16826] ppid=16821 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/16823/task/16826/stat : 16826 (java) S 16821 16823 14611 0 -1 4202560 55 0 0 0 10 2 0 0 20 0 18 0 347180909 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346250467496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16827] ppid=16821 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/16823/task/16827/stat : 16827 (java) S 16821 16823 14611 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 18 0 347180909 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346249414952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16828] ppid=16821 vsize=2648568 CPUtime=0.11 cores=1,3,5,7
/proc/16823/task/16828/stat : 16828 (java) S 16821 16823 14611 0 -1 4202560 50 0 0 0 9 2 0 0 20 0 18 0 347180909 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346248362408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16829] ppid=16821 vsize=2648568 CPUtime=0.13 cores=1,3,5,7
/proc/16823/task/16829/stat : 16829 (java) S 16821 16823 14611 0 -1 4202560 83 0 0 0 9 4 0 0 20 0 18 0 347180909 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346247309864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16830] ppid=16821 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/16823/task/16830/stat : 16830 (java) S 16821 16823 14611 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 347180909 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346246257320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16831] ppid=16821 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/16823/task/16831/stat : 16831 (java) S 16821 16823 14611 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 18 0 347180909 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346245204776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16832] ppid=16821 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/16823/task/16832/stat : 16832 (java) S 16821 16823 14611 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 18 0 347180909 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346126232488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16833] ppid=16821 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/16823/task/16833/stat : 16833 (java) S 16821 16823 14611 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 18 0 347180909 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346125179944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16834] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16834/stat : 16834 (java) S 16821 16823 14611 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347180910 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346112981096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16835] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16835/stat : 16835 (java) S 16821 16823 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347180910 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346111927416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16836] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16836/stat : 16836 (java) S 16821 16823 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347180910 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140346110874760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16837] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16837/stat : 16837 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347180913 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140345371257360 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16838] ppid=16821 vsize=2648568 CPUtime=0.43 cores=1,3,5,7
/proc/16823/task/16838/stat : 16838 (java) S 16821 16823 14611 0 -1 4202560 4665 0 0 0 43 0 0 0 20 0 18 0 347180913 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140345370204728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16839] ppid=16821 vsize=2648568 CPUtime=0.41 cores=1,3,5,7
/proc/16823/task/16839/stat : 16839 (java) S 16821 16823 14611 0 -1 4202560 6298 0 0 0 41 0 0 0 20 0 18 0 347180913 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140345369152184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16840] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16840/stat : 16840 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347180913 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140345368099832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16841] ppid=16821 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16841/stat : 16841 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347180913 2712133632 131345 33554432000 1073741824 1073778376 140734326597376 140345367047496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 2648568

[startup+6.3007 s]
/proc/loadavg: 2.22 2.05 2.02 3/213 16842
/proc/meminfo: memFree=25445836/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2715132 CPUtime=9.16 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 16548 0 1 0 883 33 0 0 20 0 19 0 347180906 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 678783 148249 2272 9 0 669476 0
[pid=16823/tid=16825] ppid=16821 vsize=2715132 CPUtime=5.75 cores=1,3,5,7
/proc/16823/task/16825/stat : 16825 (java) R 16821 16823 14611 0 -1 4202560 2927 0 1 0 566 9 0 0 20 0 19 0 347180907 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346266017144 140346127232528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16826] ppid=16821 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/16823/task/16826/stat : 16826 (java) S 16821 16823 14611 0 -1 4202560 103 0 0 0 33 4 0 0 20 0 19 0 347180909 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346250467496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16827] ppid=16821 vsize=2715132 CPUtime=0.21 cores=1,3,5,7
/proc/16823/task/16827/stat : 16827 (java) S 16821 16823 14611 0 -1 4202560 92 0 0 0 17 4 0 0 20 0 19 0 347180909 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346249414952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16828] ppid=16821 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/16823/task/16828/stat : 16828 (java) S 16821 16823 14611 0 -1 4202560 104 0 0 0 25 3 0 0 20 0 19 0 347180909 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346248362408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16829] ppid=16821 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/16823/task/16829/stat : 16829 (java) S 16821 16823 14611 0 -1 4202560 116 0 0 0 21 5 0 0 20 0 19 0 347180909 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346247309864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16830] ppid=16821 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/16823/task/16830/stat : 16830 (java) S 16821 16823 14611 0 -1 4202560 58 0 0 0 21 3 0 0 20 0 19 0 347180909 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346246257320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16831] ppid=16821 vsize=2715132 CPUtime=0.2 cores=1,3,5,7
/proc/16823/task/16831/stat : 16831 (java) S 16821 16823 14611 0 -1 4202560 60 0 0 0 18 2 0 0 20 0 19 0 347180909 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346245204776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16832] ppid=16821 vsize=2715132 CPUtime=0.18 cores=1,3,5,7
/proc/16823/task/16832/stat : 16832 (java) S 16821 16823 14611 0 -1 4202560 68 0 0 0 15 3 0 0 20 0 19 0 347180909 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346126232488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16833] ppid=16821 vsize=2715132 CPUtime=0.17 cores=1,3,5,7
/proc/16823/task/16833/stat : 16833 (java) S 16821 16823 14611 0 -1 4202560 58 0 0 0 15 2 0 0 20 0 19 0 347180909 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346125179944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16834] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16834/stat : 16834 (java) S 16821 16823 14611 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346112981096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16835] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16835/stat : 16835 (java) S 16821 16823 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346111927416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16836] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16836/stat : 16836 (java) S 16821 16823 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140346110874760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16837] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16837/stat : 16837 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140345371257360 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16838] ppid=16821 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/16823/task/16838/stat : 16838 (java) S 16821 16823 14611 0 -1 4202560 5359 0 0 0 69 0 0 0 20 0 19 0 347180913 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140345370204728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16839] ppid=16821 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/16823/task/16839/stat : 16839 (java) S 16821 16823 14611 0 -1 4202560 6410 0 0 0 69 0 0 0 20 0 19 0 347180913 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140345369152184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16840] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16840/stat : 16840 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140345368099832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16841] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16841/stat : 16841 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140345367047496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16842] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16842/stat : 16842 (java) S 16821 16823 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347181306 2780295168 148249 33554432000 1073741824 1073778376 140734326597376 140345365992232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 9.16
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.20 2.05 2.02 3/213 16842
/proc/meminfo: memFree=25379248/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2715132 CPUtime=16.41 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 17081 0 1 0 1600 41 0 0 20 0 19 0 347180906 2780295168 162435 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0

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

[pid=16823/tid=16831] ppid=16821 vsize=2715132 CPUtime=6.22 cores=1,3,5,7
/proc/16823/task/16831/stat : 16831 (java) S 16821 16823 14611 0 -1 4202560 423 0 0 0 612 10 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346245204776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16832] ppid=16821 vsize=2715132 CPUtime=6.55 cores=1,3,5,7
/proc/16823/task/16832/stat : 16832 (java) S 16821 16823 14611 0 -1 4202560 438 0 0 0 643 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346126232488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16833] ppid=16821 vsize=2715132 CPUtime=6.29 cores=1,3,5,7
/proc/16823/task/16833/stat : 16833 (java) S 16821 16823 14611 0 -1 4202560 423 0 0 0 617 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346125179944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16834] ppid=16821 vsize=2715132 CPUtime=3.32 cores=1,3,5,7
/proc/16823/task/16834/stat : 16834 (java) S 16821 16823 14611 0 -1 4202560 7129 0 0 0 326 6 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346112981096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16835] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16835/stat : 16835 (java) S 16821 16823 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346111927416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16836] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16836/stat : 16836 (java) S 16821 16823 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346110874760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16837] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16837/stat : 16837 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345371257360 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16838] ppid=16821 vsize=2715132 CPUtime=1.3 cores=1,3,5,7
/proc/16823/task/16838/stat : 16838 (java) S 16821 16823 14611 0 -1 4202560 12532 0 0 0 128 2 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345370204728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16839] ppid=16821 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/16823/task/16839/stat : 16839 (java) S 16821 16823 14611 0 -1 4202560 6437 0 0 0 73 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345369152184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16840] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16840/stat : 16840 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345368099832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16841] ppid=16821 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/16823/task/16841/stat : 16841 (java) S 16821 16823 14611 0 -1 4202560 93 0 0 0 23 35 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345367047496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16842] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16842/stat : 16842 (java) S 16821 16823 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347181306 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345365992232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1640.89
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 16937
/proc/meminfo: memFree=24952996/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2715132 CPUtime=1701.32 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 34363 0 1 0 169988 144 0 0 20 0 19 0 347180906 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 678783 345772 2285 9 0 669476 0
[pid=16823/tid=16825] ppid=16821 vsize=2715132 CPUtime=1644.78 cores=1,3,5,7
/proc/16823/task/16825/stat : 16825 (java) R 16821 16823 14611 0 -1 4202560 3463 0 1 0 164442 36 0 0 20 0 19 0 347180907 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346266017104 140346127167580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16826] ppid=16821 vsize=2715132 CPUtime=6.46 cores=1,3,5,7
/proc/16823/task/16826/stat : 16826 (java) S 16821 16823 14611 0 -1 4202560 432 0 0 0 634 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346250467496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16827] ppid=16821 vsize=2715132 CPUtime=6.27 cores=1,3,5,7
/proc/16823/task/16827/stat : 16827 (java) S 16821 16823 14611 0 -1 4202560 446 0 0 0 613 14 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346249414952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16828] ppid=16821 vsize=2715132 CPUtime=6.34 cores=1,3,5,7
/proc/16823/task/16828/stat : 16828 (java) S 16821 16823 14611 0 -1 4202560 457 0 0 0 622 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346248362408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16829] ppid=16821 vsize=2715132 CPUtime=6.46 cores=1,3,5,7
/proc/16823/task/16829/stat : 16829 (java) S 16821 16823 14611 0 -1 4202560 476 0 0 0 632 14 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346247309864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16830] ppid=16821 vsize=2715132 CPUtime=6.27 cores=1,3,5,7
/proc/16823/task/16830/stat : 16830 (java) S 16821 16823 14611 0 -1 4202560 426 0 0 0 617 10 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346246257320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16831] ppid=16821 vsize=2715132 CPUtime=6.28 cores=1,3,5,7
/proc/16823/task/16831/stat : 16831 (java) S 16821 16823 14611 0 -1 4202560 423 0 0 0 618 10 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346245204776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16832] ppid=16821 vsize=2715132 CPUtime=6.61 cores=1,3,5,7
/proc/16823/task/16832/stat : 16832 (java) S 16821 16823 14611 0 -1 4202560 438 0 0 0 649 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346126232488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16833] ppid=16821 vsize=2715132 CPUtime=6.35 cores=1,3,5,7
/proc/16823/task/16833/stat : 16833 (java) S 16821 16823 14611 0 -1 4202560 423 0 0 0 623 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346125179944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16834] ppid=16821 vsize=2715132 CPUtime=3.32 cores=1,3,5,7
/proc/16823/task/16834/stat : 16834 (java) S 16821 16823 14611 0 -1 4202560 7131 0 0 0 326 6 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346112981096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16835] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16835/stat : 16835 (java) S 16821 16823 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346111927416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16836] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16836/stat : 16836 (java) S 16821 16823 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346110874760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16837] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16837/stat : 16837 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345371257360 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16838] ppid=16821 vsize=2715132 CPUtime=1.3 cores=1,3,5,7
/proc/16823/task/16838/stat : 16838 (java) S 16821 16823 14611 0 -1 4202560 12532 0 0 0 128 2 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345370204728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16839] ppid=16821 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/16823/task/16839/stat : 16839 (java) S 16821 16823 14611 0 -1 4202560 6437 0 0 0 73 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345369152184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16840] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16840/stat : 16840 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345368099832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16841] ppid=16821 vsize=2715132 CPUtime=0.59 cores=1,3,5,7
/proc/16823/task/16841/stat : 16841 (java) S 16821 16823 14611 0 -1 4202560 97 0 0 0 23 36 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345367047496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16842] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16842/stat : 16842 (java) S 16821 16823 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347181306 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345365992232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1701.32
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/213 16938
/proc/meminfo: memFree=24953004/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2715132 CPUtime=1762.45 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 34381 0 1 0 176100 145 0 0 20 0 19 0 347180906 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 678783 345772 2285 9 0 669476 0
[pid=16823/tid=16825] ppid=16821 vsize=2715132 CPUtime=1704.35 cores=1,3,5,7
/proc/16823/task/16825/stat : 16825 (java) R 16821 16823 14611 0 -1 4202560 3475 0 1 0 170398 37 0 0 20 0 19 0 347180907 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346266017072 140346127223121 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16826] ppid=16821 vsize=2715132 CPUtime=6.72 cores=1,3,5,7
/proc/16823/task/16826/stat : 16826 (java) S 16821 16823 14611 0 -1 4202560 432 0 0 0 660 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346250467496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16827] ppid=16821 vsize=2715132 CPUtime=6.48 cores=1,3,5,7
/proc/16823/task/16827/stat : 16827 (java) S 16821 16823 14611 0 -1 4202560 446 0 0 0 634 14 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346249414952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16828] ppid=16821 vsize=2715132 CPUtime=6.54 cores=1,3,5,7
/proc/16823/task/16828/stat : 16828 (java) S 16821 16823 14611 0 -1 4202560 457 0 0 0 642 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346248362408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16829] ppid=16821 vsize=2715132 CPUtime=6.64 cores=1,3,5,7
/proc/16823/task/16829/stat : 16829 (java) S 16821 16823 14611 0 -1 4202560 476 0 0 0 650 14 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346247309864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16830] ppid=16821 vsize=2715132 CPUtime=6.46 cores=1,3,5,7
/proc/16823/task/16830/stat : 16830 (java) S 16821 16823 14611 0 -1 4202560 426 0 0 0 636 10 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346246257320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16831] ppid=16821 vsize=2715132 CPUtime=6.42 cores=1,3,5,7
/proc/16823/task/16831/stat : 16831 (java) S 16821 16823 14611 0 -1 4202560 423 0 0 0 632 10 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346245204776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16832] ppid=16821 vsize=2715132 CPUtime=6.82 cores=1,3,5,7
/proc/16823/task/16832/stat : 16832 (java) S 16821 16823 14611 0 -1 4202560 438 0 0 0 670 12 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346126232488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16833] ppid=16821 vsize=2715132 CPUtime=6.52 cores=1,3,5,7
/proc/16823/task/16833/stat : 16833 (java) S 16821 16823 14611 0 -1 4202560 423 0 0 0 639 13 0 0 20 0 19 0 347180909 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346125179944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16834] ppid=16821 vsize=2715132 CPUtime=3.32 cores=1,3,5,7
/proc/16823/task/16834/stat : 16834 (java) S 16821 16823 14611 0 -1 4202560 7135 0 0 0 326 6 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346112981096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16835] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16835/stat : 16835 (java) S 16821 16823 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346111927416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16836] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16836/stat : 16836 (java) S 16821 16823 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140346110874760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16837] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16837/stat : 16837 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345371257360 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16838] ppid=16821 vsize=2715132 CPUtime=1.3 cores=1,3,5,7
/proc/16823/task/16838/stat : 16838 (java) S 16821 16823 14611 0 -1 4202560 12532 0 0 0 128 2 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345370204728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16839] ppid=16821 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/16823/task/16839/stat : 16839 (java) S 16821 16823 14611 0 -1 4202560 6437 0 0 0 73 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345369152184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16840] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16840/stat : 16840 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345368099832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16841] ppid=16821 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/16823/task/16841/stat : 16841 (java) S 16821 16823 14611 0 -1 4202560 99 0 0 0 24 37 0 0 20 0 19 0 347180913 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345367047496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16842] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16842/stat : 16842 (java) S 16821 16823 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347181306 2780295168 345772 33554432000 1073741824 1073778376 140734326597376 140345365992232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.45
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1759.8 s]
/proc/loadavg: 2.03 2.00 2.00 3/213 16938
/proc/meminfo: memFree=24786872/32873648 swapFree=7120/7120
[pid=16823] ppid=16821 vsize=2715132 CPUtime=1800.06 cores=1,3,5,7
/proc/16823/stat : 16823 (java) S 16821 16823 14611 0 -1 4202496 34389 0 1 0 179860 146 0 0 20 0 19 0 347180906 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140734326588512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16823/statm: 678783 346794 2285 9 0 669476 0
[pid=16823/tid=16825] ppid=16821 vsize=2715132 CPUtime=1740.81 cores=1,3,5,7
/proc/16823/task/16825/stat : 16825 (java) R 16821 16823 14611 0 -1 4202560 3477 0 1 0 174043 38 0 0 20 0 19 0 347180907 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346266017088 140346127167524 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16826] ppid=16821 vsize=2715132 CPUtime=6.73 cores=1,3,5,7
/proc/16823/task/16826/stat : 16826 (java) S 16821 16823 14611 0 -1 4202560 432 0 0 0 661 12 0 0 20 0 19 0 347180909 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346250467496 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16827] ppid=16821 vsize=2715132 CPUtime=6.49 cores=1,3,5,7
/proc/16823/task/16827/stat : 16827 (java) S 16821 16823 14611 0 -1 4202560 446 0 0 0 635 14 0 0 20 0 19 0 347180909 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346249414952 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16828] ppid=16821 vsize=2715132 CPUtime=6.56 cores=1,3,5,7
/proc/16823/task/16828/stat : 16828 (java) S 16821 16823 14611 0 -1 4202560 457 0 0 0 644 12 0 0 20 0 19 0 347180909 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346248362408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16823/tid=16829] ppid=16821 vsize=2715132 CPUtime=6.66 cores=1,3,5,7
/proc/16823/task/16829/stat : 16829 (java) S 16821 16823 14611 0 -1 4202560 476 0 0 0 652 14 0 0 20 0 19 0 347180909 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346247309864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16830] ppid=16821 vsize=2715132 CPUtime=6.48 cores=1,3,5,7
/proc/16823/task/16830/stat : 16830 (java) S 16821 16823 14611 0 -1 4202560 426 0 0 0 638 10 0 0 20 0 19 0 347180909 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346246257320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16831] ppid=16821 vsize=2715132 CPUtime=6.43 cores=1,3,5,7
/proc/16823/task/16831/stat : 16831 (java) S 16821 16823 14611 0 -1 4202560 423 0 0 0 633 10 0 0 20 0 19 0 347180909 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346245204776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16832] ppid=16821 vsize=2715132 CPUtime=6.86 cores=1,3,5,7
/proc/16823/task/16832/stat : 16832 (java) S 16821 16823 14611 0 -1 4202560 438 0 0 0 674 12 0 0 20 0 19 0 347180909 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346126232488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16833] ppid=16821 vsize=2715132 CPUtime=6.54 cores=1,3,5,7
/proc/16823/task/16833/stat : 16833 (java) S 16821 16823 14611 0 -1 4202560 423 0 0 0 641 13 0 0 20 0 19 0 347180909 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346125179944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16834] ppid=16821 vsize=2715132 CPUtime=4.32 cores=1,3,5,7
/proc/16823/task/16834/stat : 16834 (java) S 16821 16823 14611 0 -1 4202560 7139 0 0 0 426 6 0 0 20 0 19 0 347180910 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346112981096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16835] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16835/stat : 16835 (java) S 16821 16823 14611 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346111927416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16836] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16836/stat : 16836 (java) S 16821 16823 14611 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347180910 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140346110874760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16837] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16837/stat : 16837 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140345371257360 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16823/tid=16838] ppid=16821 vsize=2715132 CPUtime=1.3 cores=1,3,5,7
/proc/16823/task/16838/stat : 16838 (java) S 16821 16823 14611 0 -1 4202560 12532 0 0 0 128 2 0 0 20 0 19 0 347180913 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140345370204728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16839] ppid=16821 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/16823/task/16839/stat : 16839 (java) S 16821 16823 14611 0 -1 4202560 6437 0 0 0 73 0 0 0 20 0 19 0 347180913 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140345369152184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16840] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16840/stat : 16840 (java) S 16821 16823 14611 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347180913 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140345368099832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16823/tid=16841] ppid=16821 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/16823/task/16841/stat : 16841 (java) S 16821 16823 14611 0 -1 4202560 101 0 0 0 24 37 0 0 20 0 19 0 347180913 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140345367047496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16823/tid=16842] ppid=16821 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/16823/task/16842/stat : 16842 (java) S 16821 16823 14611 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347181306 2780295168 346794 33554432000 1073741824 1073778376 140734326597376 140345365992232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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): 1759.83
CPU time (s): 1800.82
CPU user time (s): 1798.87
CPU system time (s): 1.9517
CPU usage (%): 102.329
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.9517
maximum resident set size= 1389048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34438
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54413
involuntary context switches= 80903

runsolver used 5.97209 second user time and 14.5228 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-04 13:48:55
IDJOB=3744291
IDBENCH=92720
IDSOLVER=2322
FILE ID=node114/3744291-1338810535
RUNJOBID= node114-1338784438-14628
PBS_JOBID= 14636849
Free space on /tmp= 70112 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_9_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-3744291-1338810535/watcher-3744291-1338810535 -o /tmp/evaluation-result-3744291-1338810535/solver-3744291-1338810535 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744291-1338810535.opb

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

MD5SUM BENCH= 361e90d7cecbe172d79499041722735d
RANDOM SEED=246508082

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26038272 kB
Buffers:         1074156 kB
Cached:          3810912 kB
SwapCached:         2244 kB
Active:          3879176 kB
Inactive:        1931196 kB
Active(anon):     912292 kB
Inactive(anon):     8360 kB
Active(file):    2966884 kB
Inactive(file):  1922836 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:             26060 kB
Writeback:             8 kB
AnonPages:       1036492 kB
Mapped:            19172 kB
Shmem:               100 kB
Slab:             866780 kB
SReclaimable:     310432 kB
SUnreclaim:       556348 kB
KernelStack:        1616 kB
PageTables:         6112 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1525404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    987136 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= 70116 MiB
End job on node114 at 2012-06-04 14:18:17