Trace number 3690046

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.51 907.444

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMd5e7ab00f82d8a167f85d70472648422
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9736335
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120418
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3690046-1337887473.opb
0.09/0.11	c reading problem ... 
11.66/7.82	c ... done. Wall clock time 7.706s.
11.66/7.82	c declared #vars     370300
11.66/7.82	c #constraints  855312
11.66/7.82	c constraints type 
11.66/7.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
11.66/7.82	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
11.66/7.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
11.66/7.82	c ignored satisfied constraints => 4
11.66/7.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
11.66/7.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
11.66/7.82	c 855316 constraints processed.
11.66/7.82	c constraints type 
11.66/7.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 372450
11.66/7.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 241376
11.66/7.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
11.66/7.82	c ignored satisfied constraints => 4
11.66/7.82	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
11.66/7.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
11.66/7.82	c 855316 constraints processed.
11.66/7.82	c objective function length is 132350 literals
647.66/324.69	c cleaning 2501 clauses out of 5002 with flag 5002/5002
969.13/485.40	c cleaning 4226 clauses out of 8499 with flag 11000/11000
1196.01/601.45	c cleaning 5633 clauses out of 11273 with flag 18000/18000
1419.70/714.35	c cleaning 6807 clauses out of 13640 with flag 26000/26000
1661.85/836.32	c cleaning 7892 clauses out of 15833 with flag 35000/35000
1800.10/907.42	c starts		: 65
1800.10/907.42	c conflicts		: 39958
1800.10/907.42	c decisions		: 1595382
1800.10/907.42	c propagations		: 278366279
1800.10/907.42	c inspects		: 3153474462
1800.10/907.42	c shortcuts		: 0
1800.10/907.42	c learnt literals	: 0
1800.10/907.42	c learnt binary clauses	: 87
1800.10/907.42	c learnt ternary clauses	: 3
1800.10/907.42	c learnt constraints	: 39958
1800.10/907.42	c ignored constraints	: 0
1800.10/907.42	c root simplifications	: 0
1800.10/907.42	c removed literals (reason simplification)	: 283476
1800.10/907.42	c reason swapping (by a shorter reason)	: 0
1800.10/907.42	c Calls to reduceDB	: 5
1800.10/907.42	c number of reductions to clauses (during analyze)	: 0
1800.10/907.42	c number of learned constraints concerned by reduction	: 0
1800.10/907.42	c number of learning phase by resolution	: 0
1800.10/907.42	c number of learning phase by cutting planes	: 0
1800.10/907.42	c speed (assignments/second)	: 309476.42680452485
1800.10/907.42	c non guided choices	0
1800.10/907.42	c learnt constraints type 
1800.10/907.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 87
1800.10/907.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12813
1800.10/907.42	c constraints type 
1800.10/907.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
1800.10/907.42	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.10/907.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.10/907.42	c ignored satisfied constraints => 4
1800.10/907.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.10/907.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
1800.10/907.42	c 855316 constraints processed.
1800.10/907.42	c constraints type 
1800.10/907.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 372450
1800.10/907.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 241376
1800.10/907.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
1800.10/907.42	c ignored satisfied constraints => 4
1800.10/907.42	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
1800.10/907.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
1800.10/907.42	c 855316 constraints processed.
1800.10/907.42	s UNKNOWN
1800.10/907.42	c Total wall clock time (in seconds): 907.308

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-3690046-1337887473/watcher-3690046-1337887473 -o /tmp/evaluation-result-3690046-1337887473/solver-3690046-1337887473 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690046-1337887473.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: 4.26 4.10 3.95 4/195 3830
/proc/meminfo: memFree=23546724/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3830/stat : 3830 (java) D 3828 3830 32594 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254873304 9515008 182 33554432000 1073741824 1073778376 140737107291184 140737107282216 273448517301 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/3830/statm: 2323 182 140 9 0 71 0

[startup+0.0862469 s]
/proc/loadavg: 4.26 4.10 3.95 4/195 3830
/proc/meminfo: memFree=23546724/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 3666 0 1 0 6 1 0 0 20 0 18 0 254873304 9787813888 4875 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2389603 4875 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100337 s]
/proc/loadavg: 4.26 4.10 3.95 4/195 3830
/proc/meminfo: memFree=23546724/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 4304 0 1 0 8 1 0 0 20 0 18 0 254873304 9787813888 5504 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2389603 5504 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300317 s]
/proc/loadavg: 4.26 4.10 3.95 4/195 3830
/proc/meminfo: memFree=23546724/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 5468 0 1 0 43 2 0 0 20 0 18 0 254873304 9787813888 16324 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2389603 16324 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700345 s]
/proc/loadavg: 4.26 4.10 3.95 4/195 3830
/proc/meminfo: memFree=23546724/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9558412 CPUtime=1.18 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 6214 0 1 0 105 13 0 0 20 0 18 0 254873304 9787813888 54769 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2389603 54769 2237 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558412

[startup+1.5008 s]
/proc/loadavg: 4.26 4.10 3.95 6/213 3848
/proc/meminfo: memFree=23162024/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9558412 CPUtime=2.95 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 15390 0 1 0 270 25 0 0 20 0 18 0 254873304 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2389603 99511 2256 9 0 2380296 0
[pid=3830/tid=3832] ppid=3828 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/3830/task/3832/stat : 3832 (java) R 3828 3830 32594 0 -1 4202560 2574 0 1 0 126 6 0 0 20 0 18 0 254873305 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350695094880 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3833] ppid=3828 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/3830/task/3833/stat : 3833 (java) S 3828 3830 32594 0 -1 4202560 213 0 0 0 5 3 0 0 20 0 18 0 254873306 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350538807592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3834] ppid=3828 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/3830/task/3834/stat : 3834 (java) S 3828 3830 32594 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 254873306 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350537754792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3835] ppid=3828 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/3830/task/3835/stat : 3835 (java) S 3828 3830 32594 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 254873306 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350536702504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3836] ppid=3828 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/3830/task/3836/stat : 3836 (java) S 3828 3830 32594 0 -1 4202560 72 0 0 0 5 4 0 0 20 0 18 0 254873306 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350535649704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3837] ppid=3828 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/3830/task/3837/stat : 3837 (java) S 3828 3830 32594 0 -1 4202560 315 0 0 0 2 2 0 0 20 0 18 0 254873306 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350534597416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3838] ppid=3828 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/3830/task/3838/stat : 3838 (java) S 3828 3830 32594 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 18 0 254873306 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350533544616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3839] ppid=3828 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/3830/task/3839/stat : 3839 (java) S 3828 3830 32594 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 18 0 254873306 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350532492328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3840] ppid=3828 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/3830/task/3840/stat : 3840 (java) S 3828 3830 32594 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 254873306 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350531439528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3841] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3841/stat : 3841 (java) S 3828 3830 32594 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254873307 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350519240936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3842] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3842/stat : 3842 (java) S 3828 3830 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254873307 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350518187000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3843] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3843/stat : 3843 (java) S 3828 3830 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254873307 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350517134600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3844] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3844/stat : 3844 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350516083088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3845] ppid=3828 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/3830/task/3845/stat : 3845 (java) S 3828 3830 32594 0 -1 4202560 4717 0 0 0 53 0 0 0 20 0 18 0 254873310 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350515030712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3846] ppid=3828 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/3830/task/3846/stat : 3846 (java) S 3828 3830 32594 0 -1 4202560 6004 0 0 0 50 2 0 0 20 0 18 0 254873310 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350513977912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3847] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3847/stat : 3847 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350512925816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3848] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3848/stat : 3848 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 99511 33554432000 1073741824 1073778376 140736954671712 140350511873224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 9558412

[startup+3.10081 s]
/proc/loadavg: 4.72 4.19 3.98 4/213 3848
/proc/meminfo: memFree=23092336/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9558412 CPUtime=5.2 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 16429 0 1 0 473 47 0 0 20 0 18 0 254873304 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2389603 183686 2256 9 0 2380296 0
[pid=3830/tid=3832] ppid=3828 vsize=9558412 CPUtime=2.7 cores=1,3,5,7
/proc/3830/task/3832/stat : 3832 (java) R 3828 3830 32594 0 -1 4202560 2863 0 1 0 260 10 0 0 20 0 18 0 254873305 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350695095704 273451902221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3833] ppid=3828 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/3830/task/3833/stat : 3833 (java) S 3828 3830 32594 0 -1 4202560 255 0 0 0 15 6 0 0 20 0 18 0 254873306 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350538807592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3834] ppid=3828 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/3830/task/3834/stat : 3834 (java) S 3828 3830 32594 0 -1 4202560 75 0 0 0 12 5 0 0 20 0 18 0 254873306 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350537754792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3835] ppid=3828 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/3830/task/3835/stat : 3835 (java) S 3828 3830 32594 0 -1 4202560 53 0 0 0 8 4 0 0 20 0 18 0 254873306 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350536702504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3836] ppid=3828 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/3830/task/3836/stat : 3836 (java) S 3828 3830 32594 0 -1 4202560 110 0 0 0 15 6 0 0 20 0 18 0 254873306 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350535649704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3837] ppid=3828 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/3830/task/3837/stat : 3837 (java) S 3828 3830 32594 0 -1 4202560 334 0 0 0 7 3 0 0 20 0 18 0 254873306 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350534597416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3838] ppid=3828 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/3830/task/3838/stat : 3838 (java) S 3828 3830 32594 0 -1 4202560 49 0 0 0 11 3 0 0 20 0 18 0 254873306 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350533544616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3839] ppid=3828 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/3830/task/3839/stat : 3839 (java) S 3828 3830 32594 0 -1 4202560 88 0 0 0 15 5 0 0 20 0 18 0 254873306 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350532492328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3840] ppid=3828 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/3830/task/3840/stat : 3840 (java) S 3828 3830 32594 0 -1 4202560 210 0 0 0 10 4 0 0 20 0 18 0 254873306 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350531439528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3841] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3841/stat : 3841 (java) S 3828 3830 32594 0 -1 4202560 498 0 0 0 0 0 0 0 20 0 18 0 254873307 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350519240936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3842] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3842/stat : 3842 (java) S 3828 3830 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254873307 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350518187000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3843] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3843/stat : 3843 (java) S 3828 3830 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254873307 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350517134600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3844] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3844/stat : 3844 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350516083088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3845] ppid=3828 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/3830/task/3845/stat : 3845 (java) S 3828 3830 32594 0 -1 4202560 4717 0 0 0 53 0 0 0 20 0 18 0 254873310 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350515030712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3846] ppid=3828 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/3830/task/3846/stat : 3846 (java) S 3828 3830 32594 0 -1 4202560 6004 0 0 0 50 2 0 0 20 0 18 0 254873310 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350513977912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3847] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3847/stat : 3847 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350512925816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3848] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3848/stat : 3848 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 183686 33554432000 1073741824 1073778376 140736954671712 140350511873224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 9558412

[startup+6.30081 s]
/proc/loadavg: 4.72 4.19 3.98 4/213 3848
/proc/meminfo: memFree=22448152/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9558412 CPUtime=10.16 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 19097 0 1 0 920 96 0 0 20 0 18 0 254873304 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2389603 386691 2260 9 0 2380296 0
[pid=3830/tid=3832] ppid=3828 vsize=9558412 CPUtime=5.15 cores=1,3,5,7
/proc/3830/task/3832/stat : 3832 (java) S 3828 3830 32594 0 -1 4202560 3555 0 1 0 497 18 0 0 20 0 18 0 254873305 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350695095464 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3833] ppid=3828 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/3830/task/3833/stat : 3833 (java) S 3828 3830 32594 0 -1 4202560 325 0 0 0 37 11 0 0 20 0 18 0 254873306 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350538807592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3834] ppid=3828 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/3830/task/3834/stat : 3834 (java) S 3828 3830 32594 0 -1 4202560 437 0 0 0 35 10 0 0 20 0 18 0 254873306 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350537754792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3835] ppid=3828 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/3830/task/3835/stat : 3835 (java) S 3828 3830 32594 0 -1 4202560 171 0 0 0 25 7 0 0 20 0 18 0 254873306 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350536702504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3836] ppid=3828 vsize=9558412 CPUtime=0.58 cores=1,3,5,7
/proc/3830/task/3836/stat : 3836 (java) S 3828 3830 32594 0 -1 4202560 463 0 0 0 44 14 0 0 20 0 18 0 254873306 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350535649704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3837] ppid=3828 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/3830/task/3837/stat : 3837 (java) S 3828 3830 32594 0 -1 4202560 404 0 0 0 25 7 0 0 20 0 18 0 254873306 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350534597416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3838] ppid=3828 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/3830/task/3838/stat : 3838 (java) S 3828 3830 32594 0 -1 4202560 137 0 0 0 33 8 0 0 20 0 18 0 254873306 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350533544616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3839] ppid=3828 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/3830/task/3839/stat : 3839 (java) S 3828 3830 32594 0 -1 4202560 220 0 0 0 38 10 0 0 20 0 18 0 254873306 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350532492328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3840] ppid=3828 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/3830/task/3840/stat : 3840 (java) S 3828 3830 32594 0 -1 4202560 376 0 0 0 32 9 0 0 20 0 18 0 254873306 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350531439528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3841] ppid=3828 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/3830/task/3841/stat : 3841 (java) R 3828 3830 32594 0 -1 4202560 1115 0 0 0 19 0 0 0 20 0 18 0 254873307 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350519239816 140350697291913 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3842] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3842/stat : 3842 (java) S 3828 3830 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254873307 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350518187000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3843] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3843/stat : 3843 (java) S 3828 3830 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254873307 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350517134600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3844] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3844/stat : 3844 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350516083088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3845] ppid=3828 vsize=9558412 CPUtime=0.61 cores=1,3,5,7
/proc/3830/task/3845/stat : 3845 (java) S 3828 3830 32594 0 -1 4202560 4717 0 0 0 61 0 0 0 20 0 18 0 254873310 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350515030712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3846] ppid=3828 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/3830/task/3846/stat : 3846 (java) S 3828 3830 32594 0 -1 4202560 6004 0 0 0 57 2 0 0 20 0 18 0 254873310 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350513977912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3847] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3847/stat : 3847 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350512925816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3848] ppid=3828 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3848/stat : 3848 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254873310 9787813888 386691 33554432000 1073741824 1073778376 140736954671712 140350511873224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 4.53 4.17 3.97 5/217 3852
/proc/meminfo: memFree=21856428/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9824668 CPUtime=22.7 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 20009 0 1 0 2167 103 0 0 20 0 22 0 254873304 10060460032 423965 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2456167 423965 2277 9 0 2446860 0
[pid=3830/tid=3832] ppid=3828 vsize=9824668 CPUtime=5.74 cores=1,3,5,7

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

[pid=3830/tid=3850] ppid=3828 vsize=9824668 CPUtime=734.62 cores=1,3,5,7
/proc/3830/task/3850/stat : 3850 (java) R 3828 3830 32594 0 -1 4202560 738 0 0 0 73439 23 0 0 20 0 22 0 254874086 10060460032 1017384 33554432000 1073741824 1073778376 140736954671712 140350509763616 140350556610869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3851] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3851/stat : 3851 (java) S 3828 3830 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254874098 10060460032 1017384 33554432000 1073741824 1073778376 140736954671712 140350508713128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3852] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3852/stat : 3852 (java) S 3828 3830 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254874098 10060460032 1017384 33554432000 1073741824 1073778376 140736954671712 140350507660328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1513.42
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.11 4.02 3.99 4/217 4064
/proc/meminfo: memFree=22738388/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9824668 CPUtime=1633.81 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 31216 0 1 0 163123 258 0 0 20 0 22 0 254873304 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2456167 1017373 2285 9 0 2446860 0
[pid=3830/tid=3832] ppid=3828 vsize=9824668 CPUtime=5.78 cores=1,3,5,7
/proc/3830/task/3832/stat : 3832 (java) S 3828 3830 32594 0 -1 4202560 3567 0 1 0 558 20 0 0 20 0 22 0 254873305 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350695097336 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3833] ppid=3828 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/3830/task/3833/stat : 3833 (java) S 3828 3830 32594 0 -1 4202560 662 0 0 0 223 23 0 0 20 0 22 0 254873306 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350538807592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3834] ppid=3828 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/3830/task/3834/stat : 3834 (java) S 3828 3830 32594 0 -1 4202560 673 0 0 0 210 23 0 0 20 0 22 0 254873306 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350537754792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3835] ppid=3828 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/3830/task/3835/stat : 3835 (java) S 3828 3830 32594 0 -1 4202560 788 0 0 0 215 28 0 0 20 0 22 0 254873306 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350536702504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3836] ppid=3828 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/3830/task/3836/stat : 3836 (java) S 3828 3830 32594 0 -1 4202560 1451 0 0 0 243 29 0 0 20 0 22 0 254873306 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350535649704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3837] ppid=3828 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/3830/task/3837/stat : 3837 (java) S 3828 3830 32594 0 -1 4202560 848 0 0 0 196 17 0 0 20 0 22 0 254873306 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350534597416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3838] ppid=3828 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/3830/task/3838/stat : 3838 (java) S 3828 3830 32594 0 -1 4202560 588 0 0 0 194 22 0 0 20 0 22 0 254873306 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350533544616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3839] ppid=3828 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/3830/task/3839/stat : 3839 (java) S 3828 3830 32594 0 -1 4202560 709 0 0 0 216 21 0 0 20 0 22 0 254873306 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350532492328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3840] ppid=3828 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/3830/task/3840/stat : 3840 (java) S 3828 3830 32594 0 -1 4202560 620 0 0 0 178 21 0 0 20 0 22 0 254873306 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350531439528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3841] ppid=3828 vsize=9824668 CPUtime=17.16 cores=1,3,5,7
/proc/3830/task/3841/stat : 3841 (java) S 3828 3830 32594 0 -1 4202560 4339 0 0 0 1699 17 0 0 20 0 22 0 254873307 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350519240936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3842] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3842/stat : 3842 (java) S 3828 3830 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254873307 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350518187000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3843] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3843/stat : 3843 (java) S 3828 3830 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254873307 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350517134600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3844] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3844/stat : 3844 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254873310 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350516083088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3845] ppid=3828 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/3830/task/3845/stat : 3845 (java) S 3828 3830 32594 0 -1 4202560 4750 0 0 0 138 0 0 0 20 0 22 0 254873310 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350515030712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3846] ppid=3828 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/3830/task/3846/stat : 3846 (java) S 3828 3830 32594 0 -1 4202560 10212 0 0 0 170 3 0 0 20 0 22 0 254873310 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350513977912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3847] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3847/stat : 3847 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254873310 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350512925816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3848] ppid=3828 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/3830/task/3848/stat : 3848 (java) S 3828 3830 32594 0 -1 4202560 47 0 0 0 16 21 0 0 20 0 22 0 254873310 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350511873224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3849] ppid=3828 vsize=9824668 CPUtime=794.47 cores=1,3,5,7
/proc/3830/task/3849/stat : 3849 (java) R 3828 3830 32594 0 -1 4202560 37 0 0 0 79435 12 0 0 20 0 22 0 254874086 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350510816544 140350556461537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3850] ppid=3828 vsize=9824668 CPUtime=794.37 cores=1,3,5,7
/proc/3830/task/3850/stat : 3850 (java) R 3828 3830 32594 0 -1 4202560 739 0 0 0 79413 24 0 0 20 0 22 0 254874086 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350509762496 140350556610951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3851] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3851/stat : 3851 (java) S 3828 3830 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254874098 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350508713128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3852] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3852/stat : 3852 (java) S 3828 3830 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254874098 10060460032 1017373 33554432000 1073741824 1073778376 140736954671712 140350507660328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1633.81
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/217 4065
/proc/meminfo: memFree=22717908/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9824668 CPUtime=1749.88 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 31265 0 1 0 174728 260 0 0 20 0 22 0 254873304 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2456167 1022509 2285 9 0 2446860 0
[pid=3830/tid=3832] ppid=3828 vsize=9824668 CPUtime=5.79 cores=1,3,5,7
/proc/3830/task/3832/stat : 3832 (java) S 3828 3830 32594 0 -1 4202560 3568 0 1 0 559 20 0 0 20 0 22 0 254873305 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350695097336 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3833] ppid=3828 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/3830/task/3833/stat : 3833 (java) S 3828 3830 32594 0 -1 4202560 662 0 0 0 229 23 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350538807592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3834] ppid=3828 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/3830/task/3834/stat : 3834 (java) S 3828 3830 32594 0 -1 4202560 673 0 0 0 216 23 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350537754792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3835] ppid=3828 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/3830/task/3835/stat : 3835 (java) S 3828 3830 32594 0 -1 4202560 788 0 0 0 232 28 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350536702504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3836] ppid=3828 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/3830/task/3836/stat : 3836 (java) S 3828 3830 32594 0 -1 4202560 1451 0 0 0 251 29 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350535649704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3837] ppid=3828 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/3830/task/3837/stat : 3837 (java) S 3828 3830 32594 0 -1 4202560 848 0 0 0 219 17 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350534597416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3838] ppid=3828 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/3830/task/3838/stat : 3838 (java) S 3828 3830 32594 0 -1 4202560 588 0 0 0 207 22 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350533544616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3839] ppid=3828 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/3830/task/3839/stat : 3839 (java) S 3828 3830 32594 0 -1 4202560 709 0 0 0 232 21 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350532492328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3840] ppid=3828 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/3830/task/3840/stat : 3840 (java) S 3828 3830 32594 0 -1 4202560 620 0 0 0 185 21 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350531439528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3841] ppid=3828 vsize=9824668 CPUtime=21.6 cores=1,3,5,7
/proc/3830/task/3841/stat : 3841 (java) S 3828 3830 32594 0 -1 4202560 4379 0 0 0 2142 18 0 0 20 0 22 0 254873307 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350519240936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3842] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3842/stat : 3842 (java) S 3828 3830 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254873307 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350518187000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3843] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3843/stat : 3843 (java) S 3828 3830 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254873307 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350517134600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3844] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3844/stat : 3844 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350516083088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3845] ppid=3828 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/3830/task/3845/stat : 3845 (java) S 3828 3830 32594 0 -1 4202560 4753 0 0 0 141 0 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350515030712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3846] ppid=3828 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/3830/task/3846/stat : 3846 (java) S 3828 3830 32594 0 -1 4202560 10212 0 0 0 170 3 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350513977912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3847] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3847/stat : 3847 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350512925816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3848] ppid=3828 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/3830/task/3848/stat : 3848 (java) S 3828 3830 32594 0 -1 4202560 51 0 0 0 18 22 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350511873224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3849] ppid=3828 vsize=9824668 CPUtime=849.78 cores=1,3,5,7
/proc/3830/task/3849/stat : 3849 (java) R 3828 3830 32594 0 -1 4202560 37 0 0 0 84966 12 0 0 20 0 22 0 254874086 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350510815600 140350556098435 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3850] ppid=3828 vsize=9824668 CPUtime=849.7 cores=1,3,5,7
/proc/3830/task/3850/stat : 3850 (java) R 3828 3830 32594 0 -1 4202560 740 0 0 0 84946 24 0 0 20 0 22 0 254874086 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350509763600 140350556633026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3851] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3851/stat : 3851 (java) S 3828 3830 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254874098 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350508713128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3852] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3852/stat : 3852 (java) S 3828 3830 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254874098 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350507660328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1749.88
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.401 s]
/proc/loadavg: 4.00 4.00 3.98 5/217 4065
/proc/meminfo: memFree=22717908/32873852 swapFree=6848/6848
[pid=3830] ppid=3828 vsize=9824668 CPUtime=1800.1 cores=1,3,5,7
/proc/3830/stat : 3830 (java) S 3828 3830 32594 0 -1 4202496 31267 0 1 0 179749 261 0 0 20 0 22 0 254873304 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140736954662848 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3830/statm: 2456167 1022509 2285 9 0 2446860 0
[pid=3830/tid=3832] ppid=3828 vsize=9824668 CPUtime=5.79 cores=1,3,5,7
/proc/3830/task/3832/stat : 3832 (java) S 3828 3830 32594 0 -1 4202560 3568 0 1 0 559 20 0 0 20 0 22 0 254873305 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350695097336 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3833] ppid=3828 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/3830/task/3833/stat : 3833 (java) S 3828 3830 32594 0 -1 4202560 662 0 0 0 229 23 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350538807592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3834] ppid=3828 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/3830/task/3834/stat : 3834 (java) S 3828 3830 32594 0 -1 4202560 673 0 0 0 216 23 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350537754792 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3835] ppid=3828 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/3830/task/3835/stat : 3835 (java) S 3828 3830 32594 0 -1 4202560 788 0 0 0 232 28 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350536702504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3836] ppid=3828 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/3830/task/3836/stat : 3836 (java) S 3828 3830 32594 0 -1 4202560 1451 0 0 0 251 29 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350535649704 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3837] ppid=3828 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/3830/task/3837/stat : 3837 (java) S 3828 3830 32594 0 -1 4202560 848 0 0 0 219 17 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350534597416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3838] ppid=3828 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/3830/task/3838/stat : 3838 (java) S 3828 3830 32594 0 -1 4202560 588 0 0 0 207 22 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350533544616 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3839] ppid=3828 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/3830/task/3839/stat : 3839 (java) S 3828 3830 32594 0 -1 4202560 709 0 0 0 232 21 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350532492328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3840] ppid=3828 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/3830/task/3840/stat : 3840 (java) S 3828 3830 32594 0 -1 4202560 620 0 0 0 185 21 0 0 20 0 22 0 254873306 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350531439528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3841] ppid=3828 vsize=9824668 CPUtime=21.6 cores=1,3,5,7
/proc/3830/task/3841/stat : 3841 (java) S 3828 3830 32594 0 -1 4202560 4379 0 0 0 2142 18 0 0 20 0 22 0 254873307 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350519240936 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3842] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3842/stat : 3842 (java) S 3828 3830 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254873307 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350518187000 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3843] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3843/stat : 3843 (java) S 3828 3830 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254873307 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350517134600 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3844] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3844/stat : 3844 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350516083088 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3845] ppid=3828 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/3830/task/3845/stat : 3845 (java) S 3828 3830 32594 0 -1 4202560 4753 0 0 0 141 0 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350515030712 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3830/tid=3846] ppid=3828 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/3830/task/3846/stat : 3846 (java) S 3828 3830 32594 0 -1 4202560 10212 0 0 0 170 3 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350513977912 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3830/tid=3847] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3847/stat : 3847 (java) S 3828 3830 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350512925816 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3848] ppid=3828 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/3830/task/3848/stat : 3848 (java) S 3828 3830 32594 0 -1 4202560 53 0 0 0 18 23 0 0 20 0 22 0 254873310 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350511873224 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3849] ppid=3828 vsize=9824668 CPUtime=874.88 cores=1,3,5,7
/proc/3830/task/3849/stat : 3849 (java) R 3828 3830 32594 0 -1 4202560 37 0 0 0 87475 13 0 0 20 0 22 0 254874086 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350510815600 140350556468499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3850] ppid=3828 vsize=9824668 CPUtime=874.82 cores=1,3,5,7
/proc/3830/task/3850/stat : 3850 (java) R 3828 3830 32594 0 -1 4202560 740 0 0 0 87457 25 0 0 20 0 22 0 254874086 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350509763600 140350556714580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3830/tid=3851] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3851/stat : 3851 (java) S 3828 3830 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254874098 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350508713128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3830/tid=3852] ppid=3828 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/3830/task/3852/stat : 3852 (java) S 3828 3830 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254874098 10060460032 1022509 33554432000 1073741824 1073778376 140736954671712 140350507660328 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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): 907.444
CPU time (s): 1800.51
CPU user time (s): 1797.5
CPU system time (s): 3.01154
CPU usage (%): 198.416
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.5
system time used= 3.01154
maximum resident set size= 4090152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22223
involuntary context switches= 25220

runsolver used 4.23036 second user time and 8.24575 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 21:24:34
IDJOB=3690046
IDBENCH=92670
IDSOLVER=2268
FILE ID=node128/3690046-1337887473
RUNJOBID= node128-1337871881-32612
PBS_JOBID= 14620076
Free space on /tmp= 71320 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_1_mh_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690046-1337887473/watcher-3690046-1337887473 -o /tmp/evaluation-result-3690046-1337887473/solver-3690046-1337887473 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690046-1337887473.opb

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

MD5SUM BENCH= d5e7ab00f82d8a167f85d70472648422
RANDOM SEED=639782131

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        23546988 kB
Buffers:          252304 kB
Cached:          3215760 kB
SwapCached:            0 kB
Active:          5801296 kB
Inactive:        2737076 kB
Active(anon):    5072584 kB
Inactive(anon):      380 kB
Active(file):     728712 kB
Inactive(file):  2736696 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37936 kB
Writeback:             0 kB
AnonPages:       5079376 kB
Mapped:            22580 kB
Shmem:               204 kB
Slab:             640724 kB
SReclaimable:      83080 kB
SUnreclaim:       557644 kB
KernelStack:        1600 kB
PageTables:        14356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    6206104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4802560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71512 MiB
End job on node128 at 2012-05-24 21:39:43