Trace number 3689528

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.48 913.933

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1663818.opb
MD5SUMca0e75c55c65b2e375ac748ac3a932d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124626
Total number of constraints172017
Number of constraints which are clauses58800
Number of constraints which are cardinality constraints (but not clauses)3930
Number of constraints which are nor clauses,nor cardinality constraints109287
Minimum length of a constraint1
Maximum length of a constraint15602
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2351800
Number of bits of the biggest sum of numbers22
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3689528-1337882744.opb
0.11/0.10	c reading problem ... 
35.35/30.55	c ... done. Wall clock time 30.447s.
35.35/30.55	c declared #vars     124626
35.35/30.55	c #constraints  172646
35.35/30.55	c constraints type 
35.35/30.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153029
35.35/30.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
35.35/30.55	c ignored satisfied constraints => 2
35.35/30.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
35.35/30.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
35.35/30.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15374
35.35/30.55	c 172648 constraints processed.
35.35/30.55	c constraints type 
35.35/30.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 301
35.35/30.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 153029
35.35/30.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3940
35.35/30.55	c ignored satisfied constraints => 2
35.35/30.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
35.35/30.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
35.35/30.55	c 172648 constraints processed.
35.35/30.55	c objective function length is 300 literals
416.46/219.91	c cleaning 2498 clauses out of 4995 with flag 5001/5001
962.63/493.42	c cleaning 4279 clauses out of 8557 with flag 11062/11062
1417.20/721.83	c cleaning 5550 clauses out of 11215 with flag 18000/18000
1800.08/913.91	c starts		: 45
1800.08/913.91	c conflicts		: 23552
1800.08/913.91	c decisions		: 5311621
1800.08/913.91	c propagations		: 44403166
1800.08/913.91	c inspects		: 90589417
1800.08/913.91	c shortcuts		: 0
1800.08/913.91	c learnt literals	: 11
1800.08/913.91	c learnt binary clauses	: 160
1800.08/913.91	c learnt ternary clauses	: 3
1800.08/913.91	c learnt constraints	: 23541
1800.08/913.91	c ignored constraints	: 0
1800.08/913.91	c root simplifications	: 0
1800.08/913.91	c removed literals (reason simplification)	: 706274
1800.08/913.91	c reason swapping (by a shorter reason)	: 0
1800.08/913.91	c Calls to reduceDB	: 3
1800.08/913.91	c number of reductions to clauses (during analyze)	: 0
1800.08/913.91	c number of learned constraints concerned by reduction	: 0
1800.08/913.91	c number of learning phase by resolution	: 0
1800.08/913.91	c number of learning phase by cutting planes	: 0
1800.08/913.91	c speed (assignments/second)	: 50269.51823951491
1800.08/913.91	c non guided choices	12607
1800.08/913.91	c learnt constraints type 
1800.08/913.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 160
1800.08/913.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11054
1800.08/913.91	c constraints type 
1800.08/913.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 153029
1800.08/913.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
1800.08/913.91	c ignored satisfied constraints => 2
1800.08/913.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.08/913.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
1800.08/913.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15374
1800.08/913.91	c 172648 constraints processed.
1800.08/913.91	c constraints type 
1800.08/913.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 301
1800.08/913.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 153029
1800.08/913.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3940
1800.08/913.91	c ignored satisfied constraints => 2
1800.08/913.91	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.08/913.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
1800.08/913.91	c 172648 constraints processed.
1800.08/913.91	s UNKNOWN
1800.08/913.91	c Total wall clock time (in seconds): 913.814

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-3689528-1337882744/watcher-3689528-1337882744 -o /tmp/evaluation-result-3689528-1337882744/solver-3689528-1337882744 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689528-1337882744.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: 3.80 3.72 3.50 3/196 27320
/proc/meminfo: memFree=26239804/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/27320/stat : 27320 (java) R 27318 27320 22184 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 1 0 254400856 24780800 867 33554432000 1073741824 1073778376 140736650337808 140736650326872 226084395185 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 6050 867 654 9 0 385 0
[pid=27320/tid=27321] ppid=27318 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) R 27318 27320 22184 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 254400856 24780800 867 33554432000 1073741824 1073778376 140736650337808 140736650326872 226087696242 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.079781 s]
/proc/loadavg: 3.80 3.72 3.50 3/196 27320
/proc/meminfo: memFree=26239804/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 4237 0 1 0 7 1 0 0 20 0 18 0 254400856 9787813888 5438 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2389603 5439 2109 9 0 2380296 0
[pid=27320/tid=27321] ppid=27318 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) R 27318 27320 22184 0 -1 4202560 2301 0 1 0 6 0 0 0 20 0 18 0 254400856 9787813888 5439 33554432000 1073741824 1073778376 140736650337808 139749351315440 139749358745400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100278 s]
/proc/loadavg: 3.80 3.72 3.50 3/196 27320
/proc/meminfo: memFree=26239804/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 4468 0 1 0 10 1 0 0 20 0 18 0 254400856 9787813888 6142 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2389603 6142 2142 9 0 2380296 0
[pid=27320/tid=27321] ppid=27318 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) R 27318 27320 22184 0 -1 4202560 2428 0 1 0 8 0 0 0 20 0 18 0 254400856 9787813888 6142 33554432000 1073741824 1073778376 140736650337808 139749351315440 226087724301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300267 s]
/proc/loadavg: 3.80 3.72 3.50 3/196 27320
/proc/meminfo: memFree=26239804/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 5790 0 1 0 52 2 0 0 20 0 18 0 254400856 9787813888 16611 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2389603 16611 2221 9 0 2380296 0
[pid=27320/tid=27321] ppid=27318 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) R 27318 27320 22184 0 -1 4202560 2458 0 1 0 26 2 0 0 20 0 18 0 254400856 9787813888 16611 33554432000 1073741824 1073778376 140736650337808 139749351317672 139749193014674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700236 s]
/proc/loadavg: 3.80 3.72 3.50 3/196 27320
/proc/meminfo: memFree=26239804/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9558412 CPUtime=1.22 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 8019 0 1 0 113 9 0 0 20 0 18 0 254400856 9787813888 48439 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2389603 48439 2245 9 0 2380296 0
[pid=27320/tid=27321] ppid=27318 vsize=9558412 CPUtime=0.64 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) S 27318 27320 22184 0 -1 4202560 2512 0 1 0 61 3 0 0 20 0 18 0 254400856 9787813888 48439 33554432000 1073741824 1073778376 140736650337808 139749351316872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 3.73 3.71 3.50 4/214 27338
/proc/meminfo: memFree=26011900/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9558412 CPUtime=2.72 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 13321 0 1 0 249 23 0 0 20 0 18 0 254400856 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2389603 99523 2262 9 0 2380296 0
[pid=27320/tid=27321] ppid=27318 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) R 27318 27320 22184 0 -1 4202560 2566 0 1 0 127 5 0 0 20 0 18 0 254400856 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749351316680 139749193576566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27323] ppid=27318 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27320/task/27323/stat : 27323 (java) S 27318 27320 22184 0 -1 4202560 140 0 0 0 6 3 0 0 20 0 18 0 254400857 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749312810024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27324] ppid=27318 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27320/task/27324/stat : 27324 (java) S 27318 27320 22184 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 254400857 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749311757224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27325] ppid=27318 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27320/task/27325/stat : 27325 (java) S 27318 27320 22184 0 -1 4202560 129 0 0 0 6 3 0 0 20 0 18 0 254400857 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749192887080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27326] ppid=27318 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27320/task/27326/stat : 27326 (java) S 27318 27320 22184 0 -1 4202560 51 0 0 0 4 3 0 0 20 0 18 0 254400857 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749191834280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27327] ppid=27318 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27320/task/27327/stat : 27327 (java) S 27318 27320 22184 0 -1 4202560 104 0 0 0 2 2 0 0 20 0 18 0 254400857 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749190781480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27328] ppid=27318 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27320/task/27328/stat : 27328 (java) S 27318 27320 22184 0 -1 4202560 111 0 0 0 4 1 0 0 20 0 18 0 254400857 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749189728680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27329] ppid=27318 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27320/task/27329/stat : 27329 (java) S 27318 27320 22184 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 254400857 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749188675880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27330] ppid=27318 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27320/task/27330/stat : 27330 (java) S 27318 27320 22184 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 254400857 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139749187623080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27331] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27331/stat : 27331 (java) S 27318 27320 22184 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139748705295336 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27332] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27332/stat : 27332 (java) S 27318 27320 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139748704241400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27333] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27333/stat : 27333 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139748703188488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27334] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27334/stat : 27334 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139748702136976 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27335] ppid=27318 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/27320/task/27335/stat : 27335 (java) S 27318 27320 22184 0 -1 4202560 3133 0 0 0 36 0 0 0 20 0 18 0 254400861 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139748701084088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27336] ppid=27318 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/27320/task/27336/stat : 27336 (java) S 27318 27320 22184 0 -1 4202560 5632 0 0 0 42 0 0 0 20 0 18 0 254400861 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139748700031288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27337] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27337/stat : 27337 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139748698978680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27338] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27338/stat : 27338 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 99523 33554432000 1073741824 1073778376 140736650337808 139748697926088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 9558412

[startup+3.10063 s]
/proc/loadavg: 3.73 3.71 3.50 4/214 27338
/proc/meminfo: memFree=25791256/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9558412 CPUtime=4.71 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 14184 0 1 0 436 35 0 0 20 0 18 0 254400856 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2389603 174365 2262 9 0 2380296 0
[pid=27320/tid=27321] ppid=27318 vsize=9558412 CPUtime=2.8 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) R 27318 27320 22184 0 -1 4202560 2854 0 1 0 271 9 0 0 20 0 18 0 254400856 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749351316136 139749193344704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27323] ppid=27318 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27320/task/27323/stat : 27323 (java) S 27318 27320 22184 0 -1 4202560 168 0 0 0 9 4 0 0 20 0 18 0 254400857 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749312810024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27324] ppid=27318 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27320/task/27324/stat : 27324 (java) S 27318 27320 22184 0 -1 4202560 65 0 0 0 7 3 0 0 20 0 18 0 254400857 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749311757224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27325] ppid=27318 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/27320/task/27325/stat : 27325 (java) S 27318 27320 22184 0 -1 4202560 159 0 0 0 12 4 0 0 20 0 18 0 254400857 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749192887080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27326] ppid=27318 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27320/task/27326/stat : 27326 (java) S 27318 27320 22184 0 -1 4202560 81 0 0 0 9 4 0 0 20 0 18 0 254400857 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749191834280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27327] ppid=27318 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27320/task/27327/stat : 27327 (java) S 27318 27320 22184 0 -1 4202560 144 0 0 0 10 3 0 0 20 0 18 0 254400857 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749190781480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27328] ppid=27318 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27320/task/27328/stat : 27328 (java) S 27318 27320 22184 0 -1 4202560 136 0 0 0 9 2 0 0 20 0 18 0 254400857 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749189728680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27329] ppid=27318 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27320/task/27329/stat : 27329 (java) S 27318 27320 22184 0 -1 4202560 90 0 0 0 7 2 0 0 20 0 18 0 254400857 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749188675880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27330] ppid=27318 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27320/task/27330/stat : 27330 (java) S 27318 27320 22184 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 18 0 254400857 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139749187623080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27331] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27331/stat : 27331 (java) S 27318 27320 22184 0 -1 4202560 495 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139748705295336 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27332] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27332/stat : 27332 (java) S 27318 27320 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139748704241400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27333] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27333/stat : 27333 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139748703188488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27334] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27334/stat : 27334 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139748702136976 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27335] ppid=27318 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/27320/task/27335/stat : 27335 (java) S 27318 27320 22184 0 -1 4202560 3133 0 0 0 37 0 0 0 20 0 18 0 254400861 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139748701084088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27336] ppid=27318 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/27320/task/27336/stat : 27336 (java) S 27318 27320 22184 0 -1 4202560 5632 0 0 0 44 0 0 0 20 0 18 0 254400861 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139748700031288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27337] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27337/stat : 27337 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139748698978680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27338] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27338/stat : 27338 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 174365 33554432000 1073741824 1073778376 140736650337808 139748697926088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 3.59 3.68 3.49 4/214 27338
/proc/meminfo: memFree=24991056/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9558412 CPUtime=8.47 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 15791 0 1 0 788 59 0 0 20 0 18 0 254400856 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2389603 335041 2262 9 0 2380296 0
[pid=27320/tid=27321] ppid=27318 vsize=9558412 CPUtime=5.81 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) R 27318 27320 22184 0 -1 4202560 3556 0 1 0 564 17 0 0 20 0 18 0 254400856 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749351316680 139749193468074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27323] ppid=27318 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/27320/task/27323/stat : 27323 (java) S 27318 27320 22184 0 -1 4202560 202 0 0 0 15 5 0 0 20 0 18 0 254400857 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749312810024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27324] ppid=27318 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/27320/task/27324/stat : 27324 (java) S 27318 27320 22184 0 -1 4202560 154 0 0 0 16 6 0 0 20 0 18 0 254400857 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749311757224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27325] ppid=27318 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/27320/task/27325/stat : 27325 (java) S 27318 27320 22184 0 -1 4202560 197 0 0 0 20 6 0 0 20 0 18 0 254400857 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749192887080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27326] ppid=27318 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/27320/task/27326/stat : 27326 (java) S 27318 27320 22184 0 -1 4202560 130 0 0 0 18 6 0 0 20 0 18 0 254400857 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749191834280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27327] ppid=27318 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/27320/task/27327/stat : 27327 (java) S 27318 27320 22184 0 -1 4202560 209 0 0 0 19 6 0 0 20 0 18 0 254400857 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749190781480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27328] ppid=27318 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/27320/task/27328/stat : 27328 (java) S 27318 27320 22184 0 -1 4202560 194 0 0 0 14 4 0 0 20 0 18 0 254400857 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749189728680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27329] ppid=27318 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27320/task/27329/stat : 27329 (java) S 27318 27320 22184 0 -1 4202560 111 0 0 0 11 4 0 0 20 0 18 0 254400857 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749188675880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27330] ppid=27318 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/27320/task/27330/stat : 27330 (java) S 27318 27320 22184 0 -1 4202560 93 0 0 0 15 4 0 0 20 0 18 0 254400857 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139749187623080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27331] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27331/stat : 27331 (java) S 27318 27320 22184 0 -1 4202560 1005 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139748705295336 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27332] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27332/stat : 27332 (java) S 27318 27320 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139748704241400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27333] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27333/stat : 27333 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254400858 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139748703188488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27334] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27334/stat : 27334 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139748702136976 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27335] ppid=27318 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/27320/task/27335/stat : 27335 (java) S 27318 27320 22184 0 -1 4202560 3133 0 0 0 37 0 0 0 20 0 18 0 254400861 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139748701084088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27336] ppid=27318 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/27320/task/27336/stat : 27336 (java) S 27318 27320 22184 0 -1 4202560 5632 0 0 0 44 0 0 0 20 0 18 0 254400861 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139748700031288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27337] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27337/stat : 27337 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139748698978680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27338] ppid=27318 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27338/stat : 27338 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254400861 9787813888 335041 33554432000 1073741824 1073778376 140736650337808 139748697926088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=27320/tid=27340] ppid=27318 vsize=9824668 CPUtime=726.53 cores=1,3,5,7
/proc/27320/task/27340/stat : 27340 (java) R 27318 27320 22184 0 -1 4202560 76 0 0 0 72639 14 0 0 20 0 22 0 254403911 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748695817040 139749194112480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27341] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27341/stat : 27341 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254403917 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748694767016 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27342] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27342/stat : 27342 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254403917 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748693714216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1496.93
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.09 3.98 3.76 5/219 27349
/proc/meminfo: memFree=21167672/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9824668 CPUtime=1616.9 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 22905 0 1 0 161479 211 0 0 20 0 22 0 254400856 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2456167 946884 2285 9 0 2446860 0
[pid=27320/tid=27321] ppid=27318 vsize=9824668 CPUtime=27.51 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) S 27318 27320 22184 0 -1 4202560 4203 0 1 0 2707 44 0 0 20 0 22 0 254400856 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749351318520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27323] ppid=27318 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/27320/task/27323/stat : 27323 (java) S 27318 27320 22184 0 -1 4202560 589 0 0 0 64 16 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749312810024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27324] ppid=27318 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/27320/task/27324/stat : 27324 (java) S 27318 27320 22184 0 -1 4202560 709 0 0 0 87 21 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749311757224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27325] ppid=27318 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/27320/task/27325/stat : 27325 (java) S 27318 27320 22184 0 -1 4202560 759 0 0 0 72 19 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749192887080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27326] ppid=27318 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/27320/task/27326/stat : 27326 (java) S 27318 27320 22184 0 -1 4202560 577 0 0 0 70 17 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749191834280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27327] ppid=27318 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/27320/task/27327/stat : 27327 (java) S 27318 27320 22184 0 -1 4202560 457 0 0 0 68 16 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749190781480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27328] ppid=27318 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/27320/task/27328/stat : 27328 (java) S 27318 27320 22184 0 -1 4202560 517 0 0 0 68 15 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749189728680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27329] ppid=27318 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/27320/task/27329/stat : 27329 (java) S 27318 27320 22184 0 -1 4202560 334 0 0 0 58 14 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749188675880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27330] ppid=27318 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/27320/task/27330/stat : 27330 (java) S 27318 27320 22184 0 -1 4202560 660 0 0 0 79 17 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749187623080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27331] ppid=27318 vsize=9824668 CPUtime=6.25 cores=1,3,5,7
/proc/27320/task/27331/stat : 27331 (java) S 27318 27320 22184 0 -1 4202560 2339 0 0 0 622 3 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748705295336 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27332] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27332/stat : 27332 (java) S 27318 27320 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748704241400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27333] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27333/stat : 27333 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748703188488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27334] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27334/stat : 27334 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748702136976 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27335] ppid=27318 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/27320/task/27335/stat : 27335 (java) S 27318 27320 22184 0 -1 4202560 4750 0 0 0 113 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748701084088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27336] ppid=27318 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/27320/task/27336/stat : 27336 (java) S 27318 27320 22184 0 -1 4202560 5664 0 0 0 170 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748700031288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27337] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27337/stat : 27337 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748698978680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27338] ppid=27318 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/27320/task/27338/stat : 27338 (java) S 27318 27320 22184 0 -1 4202560 47 0 0 0 13 18 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748697926088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27339] ppid=27318 vsize=9824668 CPUtime=786.52 cores=1,3,5,7
/proc/27320/task/27339/stat : 27339 (java) R 27318 27320 22184 0 -1 4202560 34 0 0 0 78639 13 0 0 20 0 22 0 254403911 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748696871664 139749193631707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27340] ppid=27318 vsize=9824668 CPUtime=786.52 cores=1,3,5,7
/proc/27320/task/27340/stat : 27340 (java) R 27318 27320 22184 0 -1 4202560 76 0 0 0 78638 14 0 0 20 0 22 0 254403911 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748695817040 139749194111287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27341] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27341/stat : 27341 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254403917 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748694767016 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27342] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27342/stat : 27342 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254403917 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748693714216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1616.9
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 4.14 4.00 3.77 5/220 27414
/proc/meminfo: memFree=24022184/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9824668 CPUtime=1736.9 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 22909 0 1 0 173476 214 0 0 20 0 22 0 254400856 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2456167 946884 2285 9 0 2446860 0
[pid=27320/tid=27321] ppid=27318 vsize=9824668 CPUtime=27.51 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) S 27318 27320 22184 0 -1 4202560 4203 0 1 0 2707 44 0 0 20 0 22 0 254400856 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749351318520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27323] ppid=27318 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/27320/task/27323/stat : 27323 (java) S 27318 27320 22184 0 -1 4202560 589 0 0 0 64 16 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749312810024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27324] ppid=27318 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/27320/task/27324/stat : 27324 (java) S 27318 27320 22184 0 -1 4202560 709 0 0 0 87 21 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749311757224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27325] ppid=27318 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/27320/task/27325/stat : 27325 (java) S 27318 27320 22184 0 -1 4202560 759 0 0 0 72 19 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749192887080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27326] ppid=27318 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/27320/task/27326/stat : 27326 (java) S 27318 27320 22184 0 -1 4202560 577 0 0 0 70 17 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749191834280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27327] ppid=27318 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/27320/task/27327/stat : 27327 (java) S 27318 27320 22184 0 -1 4202560 457 0 0 0 68 16 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749190781480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27328] ppid=27318 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/27320/task/27328/stat : 27328 (java) S 27318 27320 22184 0 -1 4202560 517 0 0 0 68 15 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749189728680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27329] ppid=27318 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/27320/task/27329/stat : 27329 (java) S 27318 27320 22184 0 -1 4202560 334 0 0 0 58 14 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749188675880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27330] ppid=27318 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/27320/task/27330/stat : 27330 (java) S 27318 27320 22184 0 -1 4202560 660 0 0 0 79 17 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749187623080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27331] ppid=27318 vsize=9824668 CPUtime=6.25 cores=1,3,5,7
/proc/27320/task/27331/stat : 27331 (java) S 27318 27320 22184 0 -1 4202560 2339 0 0 0 622 3 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748705295336 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27332] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27332/stat : 27332 (java) S 27318 27320 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748704241400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27333] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27333/stat : 27333 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748703188488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27334] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27334/stat : 27334 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748702136976 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27335] ppid=27318 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/27320/task/27335/stat : 27335 (java) S 27318 27320 22184 0 -1 4202560 4750 0 0 0 113 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748701084088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27336] ppid=27318 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/27320/task/27336/stat : 27336 (java) S 27318 27320 22184 0 -1 4202560 5664 0 0 0 170 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748700031288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27337] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27337/stat : 27337 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748698978680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27338] ppid=27318 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/27320/task/27338/stat : 27338 (java) S 27318 27320 22184 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748697926088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27339] ppid=27318 vsize=9824668 CPUtime=846.5 cores=1,3,5,7
/proc/27320/task/27339/stat : 27339 (java) R 27318 27320 22184 0 -1 4202560 34 0 0 0 84636 14 0 0 20 0 22 0 254403911 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748696871664 139749193893407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27340] ppid=27318 vsize=9824668 CPUtime=846.53 cores=1,3,5,7
/proc/27320/task/27340/stat : 27340 (java) R 27318 27320 22184 0 -1 4202560 76 0 0 0 84638 15 0 0 20 0 22 0 254403911 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748695817040 139749194111141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27341] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27341/stat : 27341 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254403917 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748694767016 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27342] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27342/stat : 27342 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254403917 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748693714216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1736.9
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.901 s]
/proc/loadavg: 4.08 4.00 3.78 5/219 27414
/proc/meminfo: memFree=22881400/32873648 swapFree=6864/6864
[pid=27320] ppid=27318 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/27320/stat : 27320 (java) S 27318 27320 22184 0 -1 4202496 22911 0 1 0 179793 215 0 0 20 0 22 0 254400856 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 140736650328944 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27320/statm: 2456167 946884 2285 9 0 2446860 0
[pid=27320/tid=27321] ppid=27318 vsize=9824668 CPUtime=27.51 cores=1,3,5,7
/proc/27320/task/27321/stat : 27321 (java) S 27318 27320 22184 0 -1 4202560 4203 0 1 0 2707 44 0 0 20 0 22 0 254400856 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749351318520 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27323] ppid=27318 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/27320/task/27323/stat : 27323 (java) S 27318 27320 22184 0 -1 4202560 589 0 0 0 64 16 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749312810024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27324] ppid=27318 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/27320/task/27324/stat : 27324 (java) S 27318 27320 22184 0 -1 4202560 709 0 0 0 87 21 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749311757224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27325] ppid=27318 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/27320/task/27325/stat : 27325 (java) S 27318 27320 22184 0 -1 4202560 759 0 0 0 72 19 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749192887080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27326] ppid=27318 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/27320/task/27326/stat : 27326 (java) S 27318 27320 22184 0 -1 4202560 577 0 0 0 70 17 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749191834280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27327] ppid=27318 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/27320/task/27327/stat : 27327 (java) S 27318 27320 22184 0 -1 4202560 457 0 0 0 68 16 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749190781480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27328] ppid=27318 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/27320/task/27328/stat : 27328 (java) S 27318 27320 22184 0 -1 4202560 517 0 0 0 68 15 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749189728680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27329] ppid=27318 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/27320/task/27329/stat : 27329 (java) S 27318 27320 22184 0 -1 4202560 334 0 0 0 58 14 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749188675880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27320/tid=27330] ppid=27318 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/27320/task/27330/stat : 27330 (java) S 27318 27320 22184 0 -1 4202560 660 0 0 0 79 17 0 0 20 0 22 0 254400857 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139749187623080 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27331] ppid=27318 vsize=9824668 CPUtime=6.25 cores=1,3,5,7
/proc/27320/task/27331/stat : 27331 (java) S 27318 27320 22184 0 -1 4202560 2339 0 0 0 622 3 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748705295336 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27332] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27332/stat : 27332 (java) S 27318 27320 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748704241400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27333] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27333/stat : 27333 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254400858 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748703188488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27334] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27334/stat : 27334 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748702136976 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27335] ppid=27318 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/27320/task/27335/stat : 27335 (java) S 27318 27320 22184 0 -1 4202560 4750 0 0 0 113 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748701084088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27336] ppid=27318 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/27320/task/27336/stat : 27336 (java) S 27318 27320 22184 0 -1 4202560 5664 0 0 0 170 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748700031288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27337] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27337/stat : 27337 (java) S 27318 27320 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748698978680 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27320/tid=27338] ppid=27318 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/27320/task/27338/stat : 27338 (java) S 27318 27320 22184 0 -1 4202560 53 0 0 0 14 20 0 0 20 0 22 0 254400861 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748697926088 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27339] ppid=27318 vsize=9824668 CPUtime=878.09 cores=1,3,5,7
/proc/27320/task/27339/stat : 27339 (java) R 27318 27320 22184 0 -1 4202560 34 0 0 0 87794 15 0 0 20 0 22 0 254403911 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748696871664 139749193631243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27340] ppid=27318 vsize=9824668 CPUtime=878.13 cores=1,3,5,7
/proc/27320/task/27340/stat : 27340 (java) R 27318 27320 22184 0 -1 4202560 76 0 0 0 87797 16 0 0 20 0 22 0 254403911 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748695817040 139749194111141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27320/tid=27341] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27341/stat : 27341 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254403917 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748694767016 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27320/tid=27342] ppid=27318 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27320/task/27342/stat : 27342 (java) S 27318 27320 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254403917 10060460032 946884 33554432000 1073741824 1073778376 140736650337808 139748693714216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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): 913.933
CPU time (s): 1800.48
CPU user time (s): 1797.99
CPU system time (s): 2.49562
CPU usage (%): 197.004
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 2.49562
maximum resident set size= 3787656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22943
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22159
involuntary context switches= 21786

runsolver used 3.09053 second user time and 8.5147 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 20:05:49
IDJOB=3689528
IDBENCH=89883
IDSOLVER=2268
FILE ID=node120/3689528-1337882744
RUNJOBID= node120-1337871880-22201
PBS_JOBID= 14620084
Free space on /tmp= 71436 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1663818.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689528-1337882744/watcher-3689528-1337882744 -o /tmp/evaluation-result-3689528-1337882744/solver-3689528-1337882744 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689528-1337882744.opb

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

MD5SUM BENCH= ca0e75c55c65b2e375ac748ac3a932d9
RANDOM SEED=394501298

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:        26239804 kB
Buffers:          188872 kB
Cached:          3452760 kB
SwapCached:          492 kB
Active:          2938780 kB
Inactive:        2905352 kB
Active(anon):    2192560 kB
Inactive(anon):    12388 kB
Active(file):     746220 kB
Inactive(file):  2892964 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:            201888 kB
Writeback:             0 kB
AnonPages:       2220956 kB
Mapped:            21464 kB
Shmem:               120 kB
Slab:             636544 kB
SReclaimable:      80108 kB
SUnreclaim:       556436 kB
KernelStack:        1608 kB
PageTables:         8464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2581872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2154496 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= 71436 MiB
End job on node120 at 2012-05-24 20:21:05