Trace number 3690010

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.59 914.24

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_9_mh.opb
MD5SUMab50ad160b8df343de4157f6d66d8abc
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750142818
Best CPU time to get the best result obtained on this benchmark1801.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 358670528524
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 358670528524
Number of bits of the biggest sum of numbers39
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3690010-1337887073.opb
0.09/0.12	c reading problem ... 
72.30/50.51	c ... done. Wall clock time 50.392s.
72.30/50.51	c declared #vars     2000400
72.30/50.51	c #constraints  4940611
72.30/50.51	c constraints type 
72.30/50.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
72.30/50.51	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
72.30/50.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
72.30/50.51	c ignored satisfied constraints => 3
72.30/50.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
72.30/50.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
72.30/50.51	c 4940614 constraints processed.
72.30/50.51	c constraints type 
72.30/50.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
72.30/50.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
72.30/50.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
72.30/50.51	c ignored satisfied constraints => 3
72.30/50.51	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
72.30/50.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
72.30/50.51	c 4940614 constraints processed.
72.30/50.51	c objective function length is 1019800 literals
1228.31/626.12	c cleaning 2502 clauses out of 5003 with flag 5003/5003
1800.10/914.21	c starts		: 27
1800.10/914.21	c conflicts		: 7077
1800.10/914.21	c decisions		: 945807
1800.10/914.21	c propagations		: 1117728566
1800.10/914.21	c inspects		: 3402448925
1800.10/914.21	c shortcuts		: 0
1800.10/914.21	c learnt literals	: 0
1800.10/914.21	c learnt binary clauses	: 0
1800.10/914.21	c learnt ternary clauses	: 0
1800.10/914.21	c learnt constraints	: 7076
1800.10/914.21	c ignored constraints	: 0
1800.10/914.21	c root simplifications	: 0
1800.10/914.21	c removed literals (reason simplification)	: 5494
1800.10/914.21	c reason swapping (by a shorter reason)	: 0
1800.10/914.21	c Calls to reduceDB	: 1
1800.10/914.21	c number of reductions to clauses (during analyze)	: 0
1800.10/914.21	c number of learned constraints concerned by reduction	: 0
1800.10/914.21	c number of learning phase by resolution	: 0
1800.10/914.21	c number of learning phase by cutting planes	: 0
1800.10/914.21	c speed (assignments/second)	: 1294749.2765945615
1800.10/914.21	c non guided choices	0
1800.10/914.21	c learnt constraints type 
1800.10/914.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4574
1800.10/914.21	c constraints type 
1800.10/914.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.10/914.21	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.10/914.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.10/914.21	c ignored satisfied constraints => 3
1800.10/914.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.10/914.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.10/914.21	c 4940614 constraints processed.
1800.10/914.21	c constraints type 
1800.10/914.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
1800.10/914.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
1800.10/914.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
1800.10/914.21	c ignored satisfied constraints => 3
1800.10/914.21	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.10/914.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
1800.10/914.21	c 4940614 constraints processed.
1800.10/914.21	s UNKNOWN
1800.10/914.21	c Total wall clock time (in seconds): 914.095

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

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

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


[startup+0 s]
/proc/loadavg: 3.91 3.94 3.90 4/197 29869
/proc/meminfo: memFree=26224228/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/29869/stat : 29869 (java) D 29867 29869 24583 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 254833281 278528 34 33554432000 1073741824 1073778376 140735703831008 140735703828184 270698376487 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/29869/statm: 68 34 25 9 0 25 0

[startup+0.00896488 s]
/proc/loadavg: 3.91 3.94 3.90 4/197 29869
/proc/meminfo: memFree=26224228/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29869/stat : 29869 (java) D 29867 29869 24583 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254833281 9515008 176 33554432000 1073741824 1073778376 140735703831008 140735703813736 270707540880 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/29869/statm: 2323 176 133 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100158 s]
/proc/loadavg: 3.91 3.94 3.90 4/197 29869
/proc/meminfo: memFree=26224228/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 4278 0 1 0 8 1 0 0 20 0 18 0 254833281 9787813888 5456 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2389603 5456 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300176 s]
/proc/loadavg: 3.91 3.94 3.90 4/197 29869
/proc/meminfo: memFree=26224228/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 5600 0 1 0 42 2 0 0 20 0 18 0 254833281 9787813888 32680 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2389603 32680 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700181 s]
/proc/loadavg: 3.91 3.94 3.90 4/197 29869
/proc/meminfo: memFree=26224228/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9558412 CPUtime=1.01 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 5775 0 1 0 95 6 0 0 20 0 18 0 254833281 9787813888 62483 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2389603 62483 2232 9 0 2380296 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 3.91 3.94 3.90 4/215 29887
/proc/meminfo: memFree=25941440/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9558412 CPUtime=1.91 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 6209 0 1 0 180 11 0 0 20 0 18 0 254833281 9787813888 88443 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2389603 88443 2232 9 0 2380296 0
[pid=29869/tid=29871] ppid=29867 vsize=9558412 CPUtime=1.36 cores=0,2,4,6
/proc/29869/task/29871/stat : 29871 (java) R 29867 29869 24583 0 -1 4202560 2541 0 1 0 132 4 0 0 20 0 18 0 254833282 9787813888 88443 33554432000 1073741824 1073778376 140736389504752 140175230028640 140175066205033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 24583 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 254833283 9787813888 88443 33554432000 1073741824 1073778376 140736389504752 140175191521704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 24583 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 254833283 9787813888 88443 33554432000 1073741824 1073778376 140736389504752 140175190469160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 24583 0 -1 4202560 353 0 0 0 4 1 0 0 20 0 18 0 254833283 9787813888 88443 33554432000 1073741824 1073778376 140736389504752 140175189416104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 24583 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 18 0 254833283 9787813888 88443 33554432000 1073741824 1073778376 140736389504752 140175188363560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 24583 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 254833283 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140175187311528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 24583 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 254833283 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140175186258984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 24583 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 254833283 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140175185205928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 24583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 254833283 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140175065738024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 24583 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254833284 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140175053539688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254833285 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140175052486008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29882/stat : 29882 (java) S 29867 29869 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254833285 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140175051432840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29883/stat : 29883 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140175050381584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 24583 0 -1 4202560 1034 0 0 0 8 0 0 0 20 0 18 0 254833287 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140174310763320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 24583 0 -1 4202560 888 0 0 0 7 0 0 0 20 0 18 0 254833287 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140174309710776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29886] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29886/stat : 29886 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140174308657912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29887] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29887/stat : 29887 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 88955 33554432000 1073741824 1073778376 140736389504752 140174307605576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9558412

[startup+3.10074 s]
/proc/loadavg: 3.92 3.95 3.90 13/215 29887
/proc/meminfo: memFree=25731056/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9558412 CPUtime=4.62 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 9759 0 1 0 427 35 0 0 20 0 18 0 254833281 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2389603 218267 2237 9 0 2380296 0
[pid=29869/tid=29871] ppid=29867 vsize=9558412 CPUtime=2.59 cores=0,2,4,6
/proc/29869/task/29871/stat : 29871 (java) R 29867 29869 24583 0 -1 4202560 2847 0 1 0 251 8 0 0 20 0 18 0 254833282 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175230027960 140175066189032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 24583 0 -1 4202560 120 0 0 0 19 3 0 0 20 0 18 0 254833283 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175191521704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 24583 0 -1 4202560 475 0 0 0 13 2 0 0 20 0 18 0 254833283 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175190469160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 24583 0 -1 4202560 411 0 0 0 15 4 0 0 20 0 18 0 254833283 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175189416104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 24583 0 -1 4202560 444 0 0 0 17 3 0 0 20 0 18 0 254833283 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175188363560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 24583 0 -1 4202560 432 0 0 0 16 3 0 0 20 0 18 0 254833283 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175187311528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 24583 0 -1 4202560 123 0 0 0 23 3 0 0 20 0 18 0 254833283 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175186258984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 24583 0 -1 4202560 480 0 0 0 17 4 0 0 20 0 18 0 254833283 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175185205928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 24583 0 -1 4202560 445 0 0 0 14 3 0 0 20 0 18 0 254833283 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175065738024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 24583 0 -1 4202560 515 0 0 0 0 0 0 0 20 0 18 0 254833284 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175053539688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254833285 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175052486008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29882/stat : 29882 (java) S 29867 29869 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254833285 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175051432840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29883/stat : 29883 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140175050381584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 24583 0 -1 4202560 1233 0 0 0 12 0 0 0 20 0 18 0 254833287 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140174310763320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 24583 0 -1 4202560 1059 0 0 0 14 0 0 0 20 0 18 0 254833287 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140174309710776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29886] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29886/stat : 29886 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140174308657912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29887] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29887/stat : 29887 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 218267 33554432000 1073741824 1073778376 140736389504752 140174307605576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9558412

[startup+6.30076 s]
/proc/loadavg: 3.92 3.95 3.90 4/215 29887
/proc/meminfo: memFree=24534368/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9558412 CPUtime=10.59 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 30742 0 1 0 982 77 0 0 20 0 18 0 254833281 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2389603 477078 2273 9 0 2380296 0
[pid=29869/tid=29871] ppid=29867 vsize=9558412 CPUtime=4.44 cores=0,2,4,6
/proc/29869/task/29871/stat : 29871 (java) R 29867 29869 24583 0 -1 4202560 3642 0 1 0 426 18 0 0 20 0 18 0 254833282 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175230028888 140175066305249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 24583 0 -1 4202560 206 0 0 0 46 8 0 0 20 0 18 0 254833283 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175191521704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 24583 0 -1 4202560 561 0 0 0 43 6 0 0 20 0 18 0 254833283 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175190469160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 24583 0 -1 4202560 1824 0 0 0 39 7 0 0 20 0 18 0 254833283 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175189416104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 24583 0 -1 4202560 843 0 0 0 42 5 0 0 20 0 18 0 254833283 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175188363560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 24583 0 -1 4202560 1264 0 0 0 46 7 0 0 20 0 18 0 254833283 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175187311528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=9558412 CPUtime=0.64 cores=0,2,4,6
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 24583 0 -1 4202560 908 0 0 0 56 8 0 0 20 0 18 0 254833283 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175186258984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 24583 0 -1 4202560 558 0 0 0 43 8 0 0 20 0 18 0 254833283 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175185205928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 24583 0 -1 4202560 1148 0 0 0 37 6 0 0 20 0 18 0 254833283 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175065738024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=9558412 CPUtime=0.7 cores=0,2,4,6
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 24583 0 -1 4202560 1474 0 0 0 69 1 0 0 20 0 18 0 254833284 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175053539688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254833285 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175052486008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29882/stat : 29882 (java) S 29867 29869 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254833285 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175051432840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29883/stat : 29883 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140175050381584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=9558412 CPUtime=0.58 cores=0,2,4,6
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 24583 0 -1 4202560 5874 0 0 0 58 0 0 0 20 0 18 0 254833287 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140174310763320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=9558412 CPUtime=0.63 cores=0,2,4,6
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 24583 0 -1 4202560 11265 0 0 0 61 2 0 0 20 0 18 0 254833287 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140174309710776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29886] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29886/stat : 29886 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140174308657912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29887] ppid=29867 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29887/stat : 29887 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254833287 9787813888 477078 33554432000 1073741824 1073778376 140736389504752 140174307605576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 4.37 4.04 3.94 4/215 29887
/proc/meminfo: memFree=22882108/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9558412 CPUtime=22.9 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 77674 0 1 0 2134 156 0 0 20 0 18 0 254833281 9787813888 838449 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2389603 838449 2273 9 0 2380296 0
[pid=29869/tid=29871] ppid=29867 vsize=9558412 CPUtime=7.82 cores=0,2,4,6

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

[pid=29869/tid=29889] ppid=29867 vsize=9824668 CPUtime=696.41 cores=0,2,4,6
/proc/29869/task/29889/stat : 29889 (java) R 29867 29869 24583 0 -1 4202560 85 0 0 0 69628 13 0 0 20 0 22 0 254838332 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174305495520 140175066977716 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29890] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29890/stat : 29890 (java) S 29867 29869 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254838374 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174304445224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29891] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29891/stat : 29891 (java) S 29867 29869 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254838375 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174303392680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1495.87
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.01 3.36 3.66 4/218 30023
/proc/meminfo: memFree=22244284/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9824668 CPUtime=1615.84 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 108987 0 1 0 161241 343 0 0 20 0 22 0 254833281 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2456167 1294993 2285 9 0 2446860 0
[pid=29869/tid=29871] ppid=29867 vsize=9824668 CPUtime=27.25 cores=0,2,4,6
/proc/29869/task/29871/stat : 29871 (java) S 29867 29869 24583 0 -1 4202560 3988 0 1 0 2691 34 0 0 20 0 22 0 254833282 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175230030840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=9824668 CPUtime=5.38 cores=0,2,4,6
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 24583 0 -1 4202560 9702 0 0 0 506 32 0 0 20 0 22 0 254833283 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175191521704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=9824668 CPUtime=5.52 cores=0,2,4,6
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 24583 0 -1 4202560 12109 0 0 0 518 34 0 0 20 0 22 0 254833283 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175190469160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=9824668 CPUtime=5.95 cores=0,2,4,6
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 24583 0 -1 4202560 5349 0 0 0 558 37 0 0 20 0 22 0 254833283 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175189416104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=9824668 CPUtime=6.16 cores=0,2,4,6
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 24583 0 -1 4202560 8752 0 0 0 577 39 0 0 20 0 22 0 254833283 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175188363560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=9824668 CPUtime=6.19 cores=0,2,4,6
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 24583 0 -1 4202560 9879 0 0 0 586 33 0 0 20 0 22 0 254833283 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175187311528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=9824668 CPUtime=5.98 cores=0,2,4,6
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 24583 0 -1 4202560 3493 0 0 0 561 37 0 0 20 0 22 0 254833283 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175186258984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=9824668 CPUtime=5.71 cores=0,2,4,6
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 24583 0 -1 4202560 7873 0 0 0 537 34 0 0 20 0 22 0 254833283 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175185205928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=9824668 CPUtime=5.35 cores=0,2,4,6
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 24583 0 -1 4202560 8077 0 0 0 504 31 0 0 20 0 22 0 254833283 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175065738024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=9824668 CPUtime=26.72 cores=0,2,4,6
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 24583 0 -1 4202560 21237 0 0 0 2658 14 0 0 20 0 22 0 254833284 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175053539688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254833285 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175052486008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29882/stat : 29882 (java) S 29867 29869 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254833285 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175051432840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29883/stat : 29883 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833287 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140175050381584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 24583 0 -1 4202560 5893 0 0 0 129 0 0 0 20 0 22 0 254833287 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174310763320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 24583 0 -1 4202560 11281 0 0 0 138 2 0 0 20 0 22 0 254833287 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174309710776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29886] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29886/stat : 29886 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833287 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174308657912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29887] ppid=29867 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/29869/task/29887/stat : 29887 (java) S 29867 29869 24583 0 -1 4202560 47 0 0 0 11 12 0 0 20 0 22 0 254833287 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174307605576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29888] ppid=29867 vsize=9824668 CPUtime=756.43 cores=0,2,4,6
/proc/29869/task/29888/stat : 29888 (java) R 29867 29869 24583 0 -1 4202560 33 0 0 0 75630 13 0 0 20 0 22 0 254838332 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174306550096 140175066829064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29889] ppid=29867 vsize=9824668 CPUtime=756.41 cores=0,2,4,6
/proc/29869/task/29889/stat : 29889 (java) R 29867 29869 24583 0 -1 4202560 85 0 0 0 75627 14 0 0 20 0 22 0 254838332 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174305495520 140175066977740 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29890] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29890/stat : 29890 (java) S 29867 29869 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254838374 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174304445224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29891] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29891/stat : 29891 (java) S 29867 29869 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254838375 10060460032 1294993 33554432000 1073741824 1073778376 140736389504752 140174303392680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1615.84
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.00 3.28 3.61 4/218 30023
/proc/meminfo: memFree=22020184/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9824668 CPUtime=1736.3 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 109005 0 1 0 173284 346 0 0 20 0 22 0 254833281 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2456167 1295004 2285 9 0 2446860 0
[pid=29869/tid=29871] ppid=29867 vsize=9824668 CPUtime=27.25 cores=0,2,4,6
/proc/29869/task/29871/stat : 29871 (java) S 29867 29869 24583 0 -1 4202560 3989 0 1 0 2691 34 0 0 20 0 22 0 254833282 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175230030840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=9824668 CPUtime=5.51 cores=0,2,4,6
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 24583 0 -1 4202560 9702 0 0 0 519 32 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175191521704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=9824668 CPUtime=5.64 cores=0,2,4,6
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 24583 0 -1 4202560 12109 0 0 0 530 34 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175190469160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=9824668 CPUtime=6.02 cores=0,2,4,6
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 24583 0 -1 4202560 5349 0 0 0 564 38 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175189416104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=9824668 CPUtime=6.22 cores=0,2,4,6
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 24583 0 -1 4202560 8752 0 0 0 583 39 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175188363560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=9824668 CPUtime=6.44 cores=0,2,4,6
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 24583 0 -1 4202560 9879 0 0 0 611 33 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175187311528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=9824668 CPUtime=6.08 cores=0,2,4,6
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 24583 0 -1 4202560 3493 0 0 0 571 37 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175186258984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=9824668 CPUtime=5.89 cores=0,2,4,6
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 24583 0 -1 4202560 7873 0 0 0 555 34 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175185205928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=9824668 CPUtime=5.41 cores=0,2,4,6
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 24583 0 -1 4202560 8077 0 0 0 510 31 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175065738024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=9824668 CPUtime=26.73 cores=0,2,4,6
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 24583 0 -1 4202560 21250 0 0 0 2658 15 0 0 20 0 22 0 254833284 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175053539688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254833285 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175052486008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29882/stat : 29882 (java) S 29867 29869 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254833285 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175051432840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29883/stat : 29883 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175050381584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 24583 0 -1 4202560 5893 0 0 0 129 0 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174310763320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 24583 0 -1 4202560 11281 0 0 0 138 2 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174309710776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29886] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29886/stat : 29886 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174308657912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29887] ppid=29867 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/29869/task/29887/stat : 29887 (java) S 29867 29869 24583 0 -1 4202560 51 0 0 0 12 13 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174307605576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29888] ppid=29867 vsize=9824668 CPUtime=816.16 cores=0,2,4,6
/proc/29869/task/29888/stat : 29888 (java) R 29867 29869 24583 0 -1 4202560 33 0 0 0 81602 14 0 0 20 0 22 0 254838332 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174306548304 140175066816106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29889] ppid=29867 vsize=9824668 CPUtime=816.16 cores=0,2,4,6
/proc/29869/task/29889/stat : 29889 (java) R 29867 29869 24583 0 -1 4202560 85 0 0 0 81601 15 0 0 20 0 22 0 254838332 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174305496528 140175067002636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29890] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29890/stat : 29890 (java) S 29867 29869 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254838374 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174304445224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29891] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29891/stat : 29891 (java) S 29867 29869 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254838375 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174303392680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1736.3
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.201 s]
/proc/loadavg: 3.00 3.26 3.59 4/218 30023
/proc/meminfo: memFree=21900780/32873648 swapFree=6856/6856
[pid=29869] ppid=29867 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/29869/stat : 29869 (java) S 29867 29869 24583 0 -1 4202496 109007 0 1 0 179663 347 0 0 20 0 22 0 254833281 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140736389495888 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29869/statm: 2456167 1295004 2285 9 0 2446860 0
[pid=29869/tid=29871] ppid=29867 vsize=9824668 CPUtime=27.26 cores=0,2,4,6
/proc/29869/task/29871/stat : 29871 (java) S 29867 29869 24583 0 -1 4202560 3989 0 1 0 2692 34 0 0 20 0 22 0 254833282 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175230030840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29872] ppid=29867 vsize=9824668 CPUtime=5.51 cores=0,2,4,6
/proc/29869/task/29872/stat : 29872 (java) S 29867 29869 24583 0 -1 4202560 9702 0 0 0 519 32 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175191521704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29873] ppid=29867 vsize=9824668 CPUtime=5.64 cores=0,2,4,6
/proc/29869/task/29873/stat : 29873 (java) S 29867 29869 24583 0 -1 4202560 12109 0 0 0 530 34 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175190469160 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29874] ppid=29867 vsize=9824668 CPUtime=6.02 cores=0,2,4,6
/proc/29869/task/29874/stat : 29874 (java) S 29867 29869 24583 0 -1 4202560 5349 0 0 0 564 38 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175189416104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29875] ppid=29867 vsize=9824668 CPUtime=6.22 cores=0,2,4,6
/proc/29869/task/29875/stat : 29875 (java) S 29867 29869 24583 0 -1 4202560 8752 0 0 0 583 39 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175188363560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29876] ppid=29867 vsize=9824668 CPUtime=6.44 cores=0,2,4,6
/proc/29869/task/29876/stat : 29876 (java) S 29867 29869 24583 0 -1 4202560 9879 0 0 0 611 33 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175187311528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29877] ppid=29867 vsize=9824668 CPUtime=6.08 cores=0,2,4,6
/proc/29869/task/29877/stat : 29877 (java) S 29867 29869 24583 0 -1 4202560 3493 0 0 0 571 37 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175186258984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29878] ppid=29867 vsize=9824668 CPUtime=5.89 cores=0,2,4,6
/proc/29869/task/29878/stat : 29878 (java) S 29867 29869 24583 0 -1 4202560 7873 0 0 0 555 34 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175185205928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29879] ppid=29867 vsize=9824668 CPUtime=5.41 cores=0,2,4,6
/proc/29869/task/29879/stat : 29879 (java) S 29867 29869 24583 0 -1 4202560 8077 0 0 0 510 31 0 0 20 0 22 0 254833283 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175065738024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29880] ppid=29867 vsize=9824668 CPUtime=26.73 cores=0,2,4,6
/proc/29869/task/29880/stat : 29880 (java) S 29867 29869 24583 0 -1 4202560 21250 0 0 0 2658 15 0 0 20 0 22 0 254833284 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175053539688 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29881] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29881/stat : 29881 (java) S 29867 29869 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254833285 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175052486008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29882] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29882/stat : 29882 (java) S 29867 29869 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254833285 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175051432840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29883] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29883/stat : 29883 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140175050381584 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29869/tid=29884] ppid=29867 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/29869/task/29884/stat : 29884 (java) S 29867 29869 24583 0 -1 4202560 5893 0 0 0 129 0 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174310763320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29885] ppid=29867 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/29869/task/29885/stat : 29885 (java) S 29867 29869 24583 0 -1 4202560 11281 0 0 0 138 2 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174309710776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29869/tid=29886] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29886/stat : 29886 (java) S 29867 29869 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174308657912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29887] ppid=29867 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/29869/task/29887/stat : 29887 (java) S 29867 29869 24583 0 -1 4202560 53 0 0 0 12 14 0 0 20 0 22 0 254833287 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174307605576 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29888] ppid=29867 vsize=9824668 CPUtime=848.06 cores=0,2,4,6
/proc/29869/task/29888/stat : 29888 (java) R 29867 29869 24583 0 -1 4202560 33 0 0 0 84792 14 0 0 20 0 22 0 254838332 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174306548304 140175067074786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29889] ppid=29867 vsize=9824668 CPUtime=848.07 cores=0,2,4,6
/proc/29869/task/29889/stat : 29889 (java) R 29867 29869 24583 0 -1 4202560 85 0 0 0 84792 15 0 0 20 0 22 0 254838332 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174305496528 140175067002466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29869/tid=29890] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29890/stat : 29890 (java) S 29867 29869 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254838374 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174304445224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29869/tid=29891] ppid=29867 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29869/task/29891/stat : 29891 (java) S 29867 29869 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254838375 10060460032 1295004 33554432000 1073741824 1073778376 140736389504752 140174303392680 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 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): 914.24
CPU time (s): 1800.59
CPU user time (s): 1796.7
CPU system time (s): 3.89341
CPU usage (%): 196.95
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.7
system time used= 3.89341
maximum resident set size= 5180132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109039
page faults= 1
swaps= 0
block input operations= 0
block output operations= 768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39421
involuntary context switches= 54036

runsolver used 3.38149 second user time and 8.40372 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 21:17:59
IDJOB=3690010
IDBENCH=92647
IDSOLVER=2268
FILE ID=node125/3690010-1337887073
RUNJOBID= node125-1337871881-24599
PBS_JOBID= 14620079
Free space on /tmp= 71452 MiB

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

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

MD5SUM BENCH= ab50ad160b8df343de4157f6d66d8abc
RANDOM SEED=701149574

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        26224368 kB
Buffers:          213876 kB
Cached:          2481032 kB
SwapCached:            0 kB
Active:          4022904 kB
Inactive:        1840380 kB
Active(anon):    3171072 kB
Inactive(anon):        0 kB
Active(file):     851832 kB
Inactive(file):  1840380 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            222404 kB
Writeback:             0 kB
AnonPages:       3175396 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             642296 kB
SReclaimable:      82172 kB
SUnreclaim:       560124 kB
KernelStack:        1600 kB
PageTables:        10348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3302140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3080192 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= 71480 MiB
End job on node125 at 2012-05-24 21:33:15