Trace number 3687954

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.59 901.229

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-wood1p.opb
MD5SUM360101c0d249c34bf56133c11582c641
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77820
Total number of constraints244
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint30
Maximum length of a constraint77760
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 53687091200000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 66413144120266880244
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687954-1337874891.opb
0.09/0.12	c reading problem ... 
16.88/12.40	c ... done. Wall clock time 12.28s.
16.88/12.40	c declared #vars     77820
16.88/12.40	c #constraints  415
16.88/12.40	c constraints type 
16.88/12.40	c ignored satisfied constraints => 72
16.88/12.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 411
16.88/12.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
16.88/12.40	c 487 constraints processed.
16.88/12.40	c constraints type 
16.88/12.40	c ignored satisfied constraints => 72
16.88/12.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
16.88/12.40	c 487 constraints processed.
16.88/12.40	c objective function length is 30 literals
1800.13/901.21	c starts		: 7
1800.13/901.21	c conflicts		: 880
1800.13/901.21	c decisions		: 13125
1800.13/901.21	c propagations		: 540820
1800.13/901.21	c inspects		: 12843803
1800.13/901.21	c shortcuts		: 0
1800.13/901.21	c learnt literals	: 0
1800.13/901.21	c learnt binary clauses	: 0
1800.13/901.21	c learnt ternary clauses	: 0
1800.13/901.21	c learnt constraints	: 880
1800.13/901.21	c ignored constraints	: 0
1800.13/901.21	c root simplifications	: 0
1800.13/901.21	c removed literals (reason simplification)	: 1697
1800.13/901.21	c reason swapping (by a shorter reason)	: 0
1800.13/901.21	c Calls to reduceDB	: 0
1800.13/901.21	c number of reductions to clauses (during analyze)	: 0
1800.13/901.21	c number of learned constraints concerned by reduction	: 0
1800.13/901.21	c number of learning phase by resolution	: 0
1800.13/901.21	c number of learning phase by cutting planes	: 0
1800.13/901.21	c speed (assignments/second)	: 615.2264919345665
1800.13/901.21	c non guided choices	0
1800.13/901.21	c learnt constraints type 
1800.13/901.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 880
1800.13/901.21	c constraints type 
1800.13/901.21	c ignored satisfied constraints => 72
1800.13/901.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 411
1800.13/901.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
1800.13/901.21	c 487 constraints processed.
1800.13/901.21	c constraints type 
1800.13/901.21	c ignored satisfied constraints => 72
1800.13/901.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
1800.13/901.21	c 487 constraints processed.
1800.13/901.21	s UNKNOWN
1800.13/901.21	c Total wall clock time (in seconds): 901.094

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-3687954-1337874891/watcher-3687954-1337874891 -o /tmp/evaluation-result-3687954-1337874891/solver-3687954-1337874891 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687954-1337874891.opb 

running on 4 cores: 0,2,4,6

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: 4.24 3.98 3.66 4/197 23935
/proc/meminfo: memFree=26531576/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23935/stat : 23935 (java) D 23933 23935 22184 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253615230 9515008 182 33554432000 1073741824 1073778376 140735339112560 140735339103592 226084339381 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2323 182 140 9 0 71 0

[startup+0.025999 s]
/proc/loadavg: 4.24 3.98 3.66 4/197 23935
/proc/meminfo: memFree=26531576/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 2473 0 1 0 0 0 0 0 20 0 10 0 253615230 9233014784 2662 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2254154 2673 1271 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100256 s]
/proc/loadavg: 4.24 3.98 3.66 4/197 23935
/proc/meminfo: memFree=26531576/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 4347 0 1 0 8 1 0 0 20 0 18 0 253615230 9787813888 5039 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2389603 5039 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 4.24 3.98 3.66 4/197 23935
/proc/meminfo: memFree=26531576/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 6585 0 1 0 51 1 0 0 20 0 18 0 253615230 9787813888 9735 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2389603 9735 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700175 s]
/proc/loadavg: 4.24 3.98 3.66 4/197 23935
/proc/meminfo: memFree=26531576/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9558412 CPUtime=1.22 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 6987 0 1 0 113 9 0 0 20 0 18 0 253615230 9787813888 48734 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2389603 48734 2250 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 4.24 3.98 3.66 4/215 23953
/proc/meminfo: memFree=26345252/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9558412 CPUtime=2.27 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 7561 0 1 0 211 16 0 0 20 0 18 0 253615230 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2389603 66591 2255 9 0 2380296 0
[pid=23935/tid=23937] ppid=23933 vsize=9558412 CPUtime=1.32 cores=0,2,4,6
/proc/23935/task/23937/stat : 23937 (java) R 23933 23935 22184 0 -1 4202560 2579 0 1 0 128 4 0 0 20 0 18 0 253615231 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205312802688 140205253090704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23938] ppid=23933 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23935/task/23938/stat : 23938 (java) S 23933 23935 22184 0 -1 4202560 93 0 0 0 7 2 0 0 20 0 18 0 253615233 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205251541160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23939] ppid=23933 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/23935/task/23939/stat : 23939 (java) S 23933 23935 22184 0 -1 4202560 116 0 0 0 3 0 0 0 20 0 18 0 253615233 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205250488616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23940] ppid=23933 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/23935/task/23940/stat : 23940 (java) S 23933 23935 22184 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 18 0 253615233 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205249436072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23941] ppid=23933 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/23935/task/23941/stat : 23941 (java) S 23933 23935 22184 0 -1 4202560 127 0 0 0 8 3 0 0 20 0 18 0 253615233 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205153270312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23942] ppid=23933 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/23935/task/23942/stat : 23942 (java) S 23933 23935 22184 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 253615233 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205152217768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23943] ppid=23933 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/23935/task/23943/stat : 23943 (java) S 23933 23935 22184 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 253615233 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205151165224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23944] ppid=23933 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/23935/task/23944/stat : 23944 (java) S 23933 23935 22184 0 -1 4202560 145 0 0 0 2 2 0 0 20 0 18 0 253615233 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205150112680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23945] ppid=23933 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/23935/task/23945/stat : 23945 (java) S 23933 23935 22184 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 18 0 253615233 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205149060136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23946] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23946/stat : 23946 (java) S 23933 23935 22184 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 253615234 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205136861288 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23947] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23947/stat : 23947 (java) S 23933 23935 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253615234 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205135807608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23948] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23948/stat : 23948 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253615234 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205134754952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23949] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23949/stat : 23949 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205133703696 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23950] ppid=23933 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/23935/task/23950/stat : 23950 (java) S 23933 23935 22184 0 -1 4202560 970 0 0 0 16 0 0 0 20 0 18 0 253615237 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205132651064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23951] ppid=23933 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/23935/task/23951/stat : 23951 (java) S 23933 23935 22184 0 -1 4202560 2187 0 0 0 21 0 0 0 20 0 18 0 253615237 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205131598520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23952] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23952/stat : 23952 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205130546168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23953] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23953/stat : 23953 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 66591 33554432000 1073741824 1073778376 140735180990352 140205129493832 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9558412

[startup+3.10069 s]
/proc/loadavg: 4.24 3.98 3.66 3/215 23953
/proc/meminfo: memFree=26028932/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9558412 CPUtime=4.68 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 8344 0 1 0 426 42 0 0 20 0 18 0 253615230 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2389603 137570 2255 9 0 2380296 0
[pid=23935/tid=23937] ppid=23933 vsize=9558412 CPUtime=2.66 cores=0,2,4,6
/proc/23935/task/23937/stat : 23937 (java) R 23933 23935 22184 0 -1 4202560 2627 0 1 0 260 6 0 0 20 0 18 0 253615231 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205312802720 140205253041703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23938] ppid=23933 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/23935/task/23938/stat : 23938 (java) S 23933 23935 22184 0 -1 4202560 148 0 0 0 19 6 0 0 20 0 18 0 253615233 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205251541160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23939] ppid=23933 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/23935/task/23939/stat : 23939 (java) S 23933 23935 22184 0 -1 4202560 211 0 0 0 15 6 0 0 20 0 18 0 253615233 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205250488616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23940] ppid=23933 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/23935/task/23940/stat : 23940 (java) S 23933 23935 22184 0 -1 4202560 84 0 0 0 11 4 0 0 20 0 18 0 253615233 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205249436072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23941] ppid=23933 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/23935/task/23941/stat : 23941 (java) S 23933 23935 22184 0 -1 4202560 178 0 0 0 19 6 0 0 20 0 18 0 253615233 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205153270312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23942] ppid=23933 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/23935/task/23942/stat : 23942 (java) S 23933 23935 22184 0 -1 4202560 118 0 0 0 15 5 0 0 20 0 18 0 253615233 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205152217768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23943] ppid=23933 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/23935/task/23943/stat : 23943 (java) S 23933 23935 22184 0 -1 4202560 86 0 0 0 10 3 0 0 20 0 18 0 253615233 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205151165224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23944] ppid=23933 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/23935/task/23944/stat : 23944 (java) S 23933 23935 22184 0 -1 4202560 208 0 0 0 10 4 0 0 20 0 18 0 253615233 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205150112680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23945] ppid=23933 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/23935/task/23945/stat : 23945 (java) S 23933 23935 22184 0 -1 4202560 84 0 0 0 10 4 0 0 20 0 18 0 253615233 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205149060136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23946] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23946/stat : 23946 (java) S 23933 23935 22184 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 253615234 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205136861288 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23947] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23947/stat : 23947 (java) S 23933 23935 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253615234 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205135807608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23948] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23948/stat : 23948 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253615234 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205134754952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23949] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23949/stat : 23949 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205133703696 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23950] ppid=23933 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/23935/task/23950/stat : 23950 (java) S 23933 23935 22184 0 -1 4202560 1032 0 0 0 17 0 0 0 20 0 18 0 253615237 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205132651064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23951] ppid=23933 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/23935/task/23951/stat : 23951 (java) S 23933 23935 22184 0 -1 4202560 2196 0 0 0 24 0 0 0 20 0 18 0 253615237 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205131598520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23952] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23952/stat : 23952 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205130546168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23953] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23953/stat : 23953 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 137570 33554432000 1073741824 1073778376 140735180990352 140205129493832 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9558412

[startup+6.30063 s]
/proc/loadavg: 4.22 3.98 3.66 4/215 23953
/proc/meminfo: memFree=25552468/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9558412 CPUtime=8.74 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 10657 0 1 0 804 70 0 0 20 0 18 0 253615230 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2389603 244171 2263 9 0 2380296 0
[pid=23935/tid=23937] ppid=23933 vsize=9558412 CPUtime=4.79 cores=0,2,4,6
/proc/23935/task/23937/stat : 23937 (java) S 23933 23935 22184 0 -1 4202560 2909 0 1 0 469 10 0 0 20 0 18 0 253615231 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205312809096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23938] ppid=23933 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/23935/task/23938/stat : 23938 (java) R 23933 23935 22184 0 -1 4202560 346 0 0 0 30 9 0 0 20 0 18 0 253615233 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205251541336 140205315282625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23939] ppid=23933 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/23935/task/23939/stat : 23939 (java) R 23933 23935 22184 0 -1 4202560 263 0 0 0 25 8 0 0 20 0 18 0 253615233 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205250488792 140205315282625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23940] ppid=23933 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/23935/task/23940/stat : 23940 (java) R 23933 23935 22184 0 -1 4202560 224 0 0 0 23 6 0 0 20 0 18 0 253615233 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205249436248 140205316987055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23941] ppid=23933 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/23935/task/23941/stat : 23941 (java) R 23933 23935 22184 0 -1 4202560 335 0 0 0 26 9 0 0 20 0 18 0 253615233 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205153270488 140205319709943 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23942] ppid=23933 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/23935/task/23942/stat : 23942 (java) R 23933 23935 22184 0 -1 4202560 255 0 0 0 28 8 0 0 20 0 18 0 253615233 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205152217768 140205315282641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23943] ppid=23933 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/23935/task/23943/stat : 23943 (java) R 23933 23935 22184 0 -1 4202560 233 0 0 0 28 9 0 0 20 0 18 0 253615233 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205151165104 140205316089759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23944] ppid=23933 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/23935/task/23944/stat : 23944 (java) R 23933 23935 22184 0 -1 4202560 261 0 0 0 16 6 0 0 20 0 18 0 253615233 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205150112856 140205319707764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23945] ppid=23933 vsize=9558412 CPUtime=0.32 cores=0,2,4,6
/proc/23935/task/23945/stat : 23945 (java) R 23933 23935 22184 0 -1 4202560 235 0 0 0 24 8 0 0 20 0 18 0 253615233 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205149060312 140205315282617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23946] ppid=23933 vsize=9558412 CPUtime=0.76 cores=0,2,4,6
/proc/23935/task/23946/stat : 23946 (java) S 23933 23935 22184 0 -1 4202560 1194 0 0 0 76 0 0 0 20 0 18 0 253615234 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205136860168 226087711804 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23947] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23947/stat : 23947 (java) S 23933 23935 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253615234 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205135807608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23948] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23948/stat : 23948 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253615234 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205134754952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23949] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23949/stat : 23949 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205133703696 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23950] ppid=23933 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/23935/task/23950/stat : 23950 (java) S 23933 23935 22184 0 -1 4202560 1032 0 0 0 17 0 0 0 20 0 18 0 253615237 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205132651064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23951] ppid=23933 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/23935/task/23951/stat : 23951 (java) S 23933 23935 22184 0 -1 4202560 2196 0 0 0 24 0 0 0 20 0 18 0 253615237 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205131598520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23952] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23952/stat : 23952 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205130546168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23953] ppid=23933 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23953/stat : 23953 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253615237 9787813888 244171 33554432000 1073741824 1073778376 140735180990352 140205129493832 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 9558412

[startup+12.7006 s]
/proc/loadavg: 4.12 3.96 3.65 4/215 23953
/proc/meminfo: memFree=24430100/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9691540 CPUtime=17.71 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 14588 0 1 0 1632 139 0 0 20 0 20 0 253615230 9924136960 499926 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2422885 499926 2268 9 0 2413578 0
[pid=23935/tid=23937] ppid=23933 vsize=9691540 CPUtime=8.24 cores=0,2,4,6

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

[pid=23935/tid=23955] ppid=23933 vsize=9824668 CPUtime=747.72 cores=0,2,4,6
/proc/23935/task/23955/stat : 23955 (java) R 23933 23935 22184 0 -1 4202560 132 0 0 0 74758 14 0 0 20 0 22 0 253616471 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205127383936 140205253583820 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23956] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23956/stat : 23956 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253617446 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205126333480 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23958] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23958/stat : 23958 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253620619 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205125280936 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1522.31
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.89 3.88 3.77 5/219 23986
/proc/meminfo: memFree=20941732/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9824668 CPUtime=1642.29 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 27292 0 1 0 163967 262 0 0 20 0 22 0 253615230 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2456167 762954 2271 9 0 2446860 0
[pid=23935/tid=23937] ppid=23933 vsize=9824668 CPUtime=8.27 cores=0,2,4,6
/proc/23935/task/23937/stat : 23937 (java) S 23933 23935 22184 0 -1 4202560 3504 0 1 0 811 16 0 0 20 0 22 0 253615231 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205312812024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23938] ppid=23933 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/23935/task/23938/stat : 23938 (java) S 23933 23935 22184 0 -1 4202560 791 0 0 0 166 28 0 0 20 0 22 0 253615233 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205251541160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23939] ppid=23933 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/23935/task/23939/stat : 23939 (java) S 23933 23935 22184 0 -1 4202560 820 0 0 0 159 28 0 0 20 0 22 0 253615233 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205250488616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23940] ppid=23933 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/23935/task/23940/stat : 23940 (java) S 23933 23935 22184 0 -1 4202560 666 0 0 0 135 23 0 0 20 0 22 0 253615233 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205249436072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23941] ppid=23933 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/23935/task/23941/stat : 23941 (java) S 23933 23935 22184 0 -1 4202560 984 0 0 0 150 30 0 0 20 0 22 0 253615233 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205153270312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23942] ppid=23933 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/23935/task/23942/stat : 23942 (java) S 23933 23935 22184 0 -1 4202560 775 0 0 0 147 29 0 0 20 0 22 0 253615233 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205152217768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23943] ppid=23933 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/23935/task/23943/stat : 23943 (java) S 23933 23935 22184 0 -1 4202560 746 0 0 0 140 27 0 0 20 0 22 0 253615233 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205151165224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23944] ppid=23933 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/23935/task/23944/stat : 23944 (java) S 23933 23935 22184 0 -1 4202560 911 0 0 0 123 29 0 0 20 0 22 0 253615233 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205150112680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23945] ppid=23933 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/23935/task/23945/stat : 23945 (java) S 23933 23935 22184 0 -1 4202560 735 0 0 0 133 24 0 0 20 0 22 0 253615233 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205149060136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23946] ppid=23933 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/23935/task/23946/stat : 23946 (java) S 23933 23935 22184 0 -1 4202560 2741 0 0 0 265 9 0 0 20 0 22 0 253615234 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205136861288 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23947] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23947/stat : 23947 (java) S 23933 23935 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253615234 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205135807608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23948] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23948/stat : 23948 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253615234 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205134754952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23949] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23949/stat : 23949 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253615237 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205133703696 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23950] ppid=23933 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/23935/task/23950/stat : 23950 (java) S 23933 23935 22184 0 -1 4202560 7625 0 0 0 120 2 0 0 20 0 22 0 253615237 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205132651064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23951] ppid=23933 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/23935/task/23951/stat : 23951 (java) S 23933 23935 22184 0 -1 4202560 5558 0 0 0 76 0 0 0 20 0 22 0 253615237 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205131598520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23952] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23952/stat : 23952 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253615237 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205130546168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23953] ppid=23933 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/23935/task/23953/stat : 23953 (java) S 23933 23935 22184 0 -1 4202560 47 0 0 0 14 14 0 0 20 0 22 0 253615237 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205129493832 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23954] ppid=23933 vsize=9824668 CPUtime=807.72 cores=0,2,4,6
/proc/23935/task/23954/stat : 23954 (java) R 23933 23935 22184 0 -1 4202560 68 0 0 0 80758 14 0 0 20 0 22 0 253616471 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205128438200 140205253224650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23955] ppid=23933 vsize=9824668 CPUtime=807.7 cores=0,2,4,6
/proc/23935/task/23955/stat : 23955 (java) R 23933 23935 22184 0 -1 4202560 132 0 0 0 80755 15 0 0 20 0 22 0 253616471 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205127383936 140205253573032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23956] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23956/stat : 23956 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253617446 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205126333480 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23958] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23958/stat : 23958 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253620619 10060460032 762954 33554432000 1073741824 1073778376 140735180990352 140205125280936 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1642.29
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.78 3.85 3.76 5/219 24060
/proc/meminfo: memFree=25283216/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9824668 CPUtime=1762.32 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 27301 0 1 0 175968 264 0 0 20 0 22 0 253615230 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2456167 762958 2272 9 0 2446860 0
[pid=23935/tid=23937] ppid=23933 vsize=9824668 CPUtime=8.28 cores=0,2,4,6
/proc/23935/task/23937/stat : 23937 (java) S 23933 23935 22184 0 -1 4202560 3504 0 1 0 812 16 0 0 20 0 22 0 253615231 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205312812024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23938] ppid=23933 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/23935/task/23938/stat : 23938 (java) S 23933 23935 22184 0 -1 4202560 791 0 0 0 166 28 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205251541160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23939] ppid=23933 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/23935/task/23939/stat : 23939 (java) S 23933 23935 22184 0 -1 4202560 820 0 0 0 159 28 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205250488616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23940] ppid=23933 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/23935/task/23940/stat : 23940 (java) S 23933 23935 22184 0 -1 4202560 666 0 0 0 135 23 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205249436072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23941] ppid=23933 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/23935/task/23941/stat : 23941 (java) S 23933 23935 22184 0 -1 4202560 984 0 0 0 150 30 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205153270312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23942] ppid=23933 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/23935/task/23942/stat : 23942 (java) S 23933 23935 22184 0 -1 4202560 775 0 0 0 147 29 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205152217768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23943] ppid=23933 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/23935/task/23943/stat : 23943 (java) S 23933 23935 22184 0 -1 4202560 746 0 0 0 140 27 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205151165224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23944] ppid=23933 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/23935/task/23944/stat : 23944 (java) S 23933 23935 22184 0 -1 4202560 911 0 0 0 123 29 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205150112680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23945] ppid=23933 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/23935/task/23945/stat : 23945 (java) S 23933 23935 22184 0 -1 4202560 735 0 0 0 133 24 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205149060136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23946] ppid=23933 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/23935/task/23946/stat : 23946 (java) S 23933 23935 22184 0 -1 4202560 2741 0 0 0 265 9 0 0 20 0 22 0 253615234 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205136861288 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23947] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23947/stat : 23947 (java) S 23933 23935 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253615234 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205135807608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23948] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23948/stat : 23948 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253615234 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205134754952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23949] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23949/stat : 23949 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205133703696 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23950] ppid=23933 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/23935/task/23950/stat : 23950 (java) S 23933 23935 22184 0 -1 4202560 7625 0 0 0 120 2 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205132651064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23951] ppid=23933 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/23935/task/23951/stat : 23951 (java) S 23933 23935 22184 0 -1 4202560 5563 0 0 0 78 0 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205131598520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23952] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23952/stat : 23952 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205130546168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23953] ppid=23933 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/23935/task/23953/stat : 23953 (java) S 23933 23935 22184 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205129493832 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23954] ppid=23933 vsize=9824668 CPUtime=867.72 cores=0,2,4,6
/proc/23935/task/23954/stat : 23954 (java) R 23933 23935 22184 0 -1 4202560 68 0 0 0 86757 15 0 0 20 0 22 0 253616471 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205128438296 140205253226984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23955] ppid=23933 vsize=9824668 CPUtime=867.7 cores=0,2,4,6
/proc/23935/task/23955/stat : 23955 (java) R 23933 23935 22184 0 -1 4202560 132 0 0 0 86753 17 0 0 20 0 22 0 253616471 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205127383936 140205253573099 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23956] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23956/stat : 23956 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253617446 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205126333480 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23958] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23958/stat : 23958 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253620619 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205125280936 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1762.32
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 3.84 3.86 3.77 5/219 24060
/proc/meminfo: memFree=25042620/32873648 swapFree=6864/6864
[pid=23935] ppid=23933 vsize=9824668 CPUtime=1800.13 cores=0,2,4,6
/proc/23935/stat : 23935 (java) S 23933 23935 22184 0 -1 4202496 27301 0 1 0 179749 264 0 0 20 0 22 0 253615230 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140735180981488 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23935/statm: 2456167 762958 2272 9 0 2446860 0
[pid=23935/tid=23937] ppid=23933 vsize=9824668 CPUtime=8.28 cores=0,2,4,6
/proc/23935/task/23937/stat : 23937 (java) S 23933 23935 22184 0 -1 4202560 3504 0 1 0 812 16 0 0 20 0 22 0 253615231 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205312812024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23938] ppid=23933 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/23935/task/23938/stat : 23938 (java) S 23933 23935 22184 0 -1 4202560 791 0 0 0 166 28 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205251541160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23939] ppid=23933 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/23935/task/23939/stat : 23939 (java) S 23933 23935 22184 0 -1 4202560 820 0 0 0 159 28 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205250488616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23940] ppid=23933 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/23935/task/23940/stat : 23940 (java) S 23933 23935 22184 0 -1 4202560 666 0 0 0 135 23 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205249436072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23941] ppid=23933 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/23935/task/23941/stat : 23941 (java) S 23933 23935 22184 0 -1 4202560 984 0 0 0 150 30 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205153270312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23942] ppid=23933 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/23935/task/23942/stat : 23942 (java) S 23933 23935 22184 0 -1 4202560 775 0 0 0 147 29 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205152217768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23943] ppid=23933 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/23935/task/23943/stat : 23943 (java) S 23933 23935 22184 0 -1 4202560 746 0 0 0 140 27 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205151165224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23944] ppid=23933 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/23935/task/23944/stat : 23944 (java) S 23933 23935 22184 0 -1 4202560 911 0 0 0 123 29 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205150112680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23945] ppid=23933 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/23935/task/23945/stat : 23945 (java) S 23933 23935 22184 0 -1 4202560 735 0 0 0 133 24 0 0 20 0 22 0 253615233 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205149060136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23946] ppid=23933 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/23935/task/23946/stat : 23946 (java) S 23933 23935 22184 0 -1 4202560 2741 0 0 0 265 9 0 0 20 0 22 0 253615234 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205136861288 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23947] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23947/stat : 23947 (java) S 23933 23935 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253615234 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205135807608 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23948] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23948/stat : 23948 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253615234 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205134754952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23949] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23949/stat : 23949 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205133703696 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23950] ppid=23933 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/23935/task/23950/stat : 23950 (java) S 23933 23935 22184 0 -1 4202560 7625 0 0 0 120 2 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205132651064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23935/tid=23951] ppid=23933 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/23935/task/23951/stat : 23951 (java) S 23933 23935 22184 0 -1 4202560 5563 0 0 0 78 0 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205131598520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23952] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23952/stat : 23952 (java) S 23933 23935 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205130546168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23953] ppid=23933 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23935/task/23953/stat : 23953 (java) S 23933 23935 22184 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 253615237 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205129493832 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23935/tid=23954] ppid=23933 vsize=9824668 CPUtime=886.63 cores=0,2,4,6
/proc/23935/task/23954/stat : 23954 (java) R 23933 23935 22184 0 -1 4202560 68 0 0 0 88648 15 0 0 20 0 22 0 253616471 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205128438296 140205253224603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23935/tid=23955] ppid=23933 vsize=9824668 CPUtime=886.61 cores=0,2,4,6
/proc/23935/task/23955/stat : 23955 (java) R 23933 23935 22184 0 -1 4202560 132 0 0 0 88644 17 0 0 20 0 22 0 253616471 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205127383936 140205253584688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23956] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23956/stat : 23956 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253617446 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205126333480 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23935/tid=23958] ppid=23933 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23935/task/23958/stat : 23958 (java) S 23933 23935 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253620619 10060460032 762958 33554432000 1073741824 1073778376 140735180990352 140205125280936 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824668

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): 901.229
CPU time (s): 1800.59
CPU user time (s): 1797.5
CPU system time (s): 3.09053
CPU usage (%): 199.793
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.5
system time used= 3.09053
maximum resident set size= 3051952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27333
page faults= 1
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21682
involuntary context switches= 12252

runsolver used 5.44217 second user time and 5.8931 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 17:54:52
IDJOB=3687954
IDBENCH=2441
IDSOLVER=2268
FILE ID=node120/3687954-1337874891
RUNJOBID= node120-1337871880-22200
PBS_JOBID= 14620084
Free space on /tmp= 71596 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-wood1p.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687954-1337874891/watcher-3687954-1337874891 -o /tmp/evaluation-result-3687954-1337874891/solver-3687954-1337874891 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687954-1337874891.opb

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

MD5SUM BENCH= 360101c0d249c34bf56133c11582c641
RANDOM SEED=1917796239

node120.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.88
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.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.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.83
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.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.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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26531956 kB
Buffers:          179072 kB
Cached:          3258472 kB
SwapCached:          492 kB
Active:          2706772 kB
Inactive:        2868976 kB
Active(anon):    2128596 kB
Inactive(anon):    12388 kB
Active(file):     578176 kB
Inactive(file):  2856588 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             33840 kB
Writeback:             0 kB
AnonPages:       2145188 kB
Mapped:            21628 kB
Shmem:               120 kB
Slab:             626744 kB
SReclaimable:      70368 kB
SUnreclaim:       556376 kB
KernelStack:        1616 kB
PageTables:         8448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2845436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2066432 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= 71596 MiB
End job on node120 at 2012-05-24 18:09:56