Trace number 3743748

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.16 904.04

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_0null10mast_rapportOE1.0_TMAX300_K192_cod1.opb
MD5SUMeb990cef1e91caace8f4ff76229f500a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-59392
Best CPU time to get the best result obtained on this benchmark1800.34
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 340553
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36179984
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36179984
Number of bits of the biggest sum of numbers26
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-2010 Daniel Le Berre
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.1.v20110525
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 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3743748-1338786069.opb
0.08/0.12	c reading problem ... 
9.09/6.81	c ... done. Wall clock time 6.687s.
9.09/6.81	c #vars     399113
9.09/6.81	c #constraints  400980
9.09/6.81	c constraints type 
9.09/6.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
9.09/6.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.09/6.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.09/6.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
9.09/6.81	c constraints type 
9.09/6.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
9.09/6.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
9.09/6.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
9.09/6.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
382.65/193.24	c cleaning 2487 clauses out of 4996 with flag 5001/5001
850.33/427.48	c cleaning 4250 clauses out of 8508 with flag 11000/11000
1269.36/637.45	c cleaning 5622 clauses out of 11259 with flag 18001/18001
1693.12/849.90	c cleaning 6818 clauses out of 13638 with flag 26002/26002
1800.16/904.01	c starts		: 55
1800.16/904.01	c conflicts		: 28411
1800.16/904.01	c decisions		: 348185
1800.16/904.01	c propagations		: 538901364
1800.16/904.01	c inspects		: 152853891
1800.16/904.01	c shortcuts		: 0
1800.16/904.01	c learnt literals	: 5
1800.16/904.01	c learnt binary clauses	: 198
1800.16/904.01	c learnt ternary clauses	: 145
1800.16/904.01	c learnt constraints	: 28405
1800.16/904.01	c ignored constraints	: 0
1800.16/904.01	c root simplifications	: 0
1800.16/904.01	c removed literals (reason simplification)	: 2653611
1800.16/904.01	c reason swapping (by a shorter reason)	: 0
1800.16/904.01	c Calls to reduceDB	: 4
1800.16/904.01	c number of reductions to clauses (during analyze)	: 0
1800.16/904.01	c number of learned constraints concerned by reduction	: 0
1800.16/904.01	c number of learning phase by resolution	: 0
1800.16/904.01	c number of learning phase by cutting planes	: 0
1800.16/904.01	c speed (assignments/second)	: 600645.9675235148
1800.16/904.01	c non guided choices	13669
1800.16/904.02	c learnt constraints type 
1800.16/904.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 198
1800.16/904.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9031
1800.16/904.02	c constraints type 
1800.16/904.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.16/904.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.16/904.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.16/904.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.16/904.02	c constraints type 
1800.16/904.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.16/904.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.16/904.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.16/904.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.16/904.02	s UNKNOWN
1800.16/904.02	c Total wall clock time (in seconds): 903.899

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-3743748-1338786069/watcher-3743748-1338786069 -o /tmp/evaluation-result-3743748-1338786069/solver-3743748-1338786069 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743748-1338786069.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.99 3.98 3.95 4/198 4747
/proc/meminfo: memFree=26356844/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4747/stat : 4747 (java) D 4745 4747 3411 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344732817 9515008 182 33554432000 1073741824 1073778376 140733259521216 140733259512248 259112386229 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/4747/statm: 2323 182 140 9 0 71 0

[startup+0.0241351 s]
/proc/loadavg: 3.99 3.98 3.95 4/198 4747
/proc/meminfo: memFree=26356844/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=10510056 CPUtime=0 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 1970 0 1 0 0 0 0 0 20 0 2 0 344732817 10762297344 4716 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2627514 4716 942 9 0 2618623 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.1002 s]
/proc/loadavg: 3.99 3.98 3.95 4/198 4747
/proc/meminfo: memFree=26356844/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 4722 0 1 0 7 1 0 0 20 0 18 0 344732817 11864465408 13578 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2896598 13579 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300932 s]
/proc/loadavg: 3.99 3.98 3.95 4/198 4747
/proc/meminfo: memFree=26356844/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11586392 CPUtime=0.46 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 6352 0 1 0 44 2 0 0 20 0 18 0 344732817 11864465408 24123 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2896598 24123 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700233 s]
/proc/loadavg: 3.99 3.98 3.95 4/198 4747
/proc/meminfo: memFree=26356844/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11586392 CPUtime=0.87 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 6449 0 1 0 83 4 0 0 20 0 18 0 344732817 11864465408 63567 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2896598 63567 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 11586392

[startup+1.5007 s]
/proc/loadavg: 3.99 3.98 3.95 4/216 4765
/proc/meminfo: memFree=26019588/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11586392 CPUtime=2.04 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 9782 0 1 0 188 16 0 0 20 0 18 0 344732817 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2896598 234346 2239 9 0 2887285 0
[pid=4747/tid=4749] ppid=4745 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/4747/task/4749/stat : 4749 (java) R 4745 4747 3411 0 -1 4202560 3278 0 1 0 130 16 0 0 20 0 18 0 344732818 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194488102928 140194326434691 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4750] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4750/stat : 4750 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732820 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194456521384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4751] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4751/stat : 4751 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732820 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194455468840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4752] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4752/stat : 4752 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732820 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194454416296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4753] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4753/stat : 4753 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732820 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194453363752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4754] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4754/stat : 4754 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732820 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194452310184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4755] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4755/stat : 4755 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732820 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194451257640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4756] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4756/stat : 4756 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732820 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194450205096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4757] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4757/stat : 4757 (java) S 4745 4747 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344732820 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140194449152552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4758] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4758/stat : 4758 (java) S 4745 4747 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344732821 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140193834179176 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4759] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4759/stat : 4759 (java) S 4745 4747 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344732822 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140193833125496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4760] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4760/stat : 4760 (java) S 4745 4747 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344732822 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140193832072840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4761] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4761/stat : 4761 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140193831021584 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4762] ppid=4745 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/4747/task/4762/stat : 4762 (java) S 4745 4747 3411 0 -1 4202560 2856 0 0 0 29 0 0 0 20 0 18 0 344732824 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140193829967928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4763] ppid=4745 vsize=11586392 CPUtime=0.25 cores=0,2,4,6
/proc/4747/task/4763/stat : 4763 (java) S 4745 4747 3411 0 -1 4202560 2463 0 0 0 25 0 0 0 20 0 18 0 344732824 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140193828915384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4764] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4764/stat : 4764 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140193827863032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4765] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4765/stat : 4765 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 234346 33554432000 1073741824 1073778376 140736458667184 140193826810696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 11586392

[startup+3.10115 s]
/proc/loadavg: 3.91 3.97 3.94 11/216 4765
/proc/meminfo: memFree=23684004/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11586392 CPUtime=4.54 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 11229 0 1 0 368 86 0 0 20 0 18 0 344732817 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2896598 724934 2255 9 0 2887285 0
[pid=4747/tid=4749] ppid=4745 vsize=11586392 CPUtime=2.76 cores=0,2,4,6
/proc/4747/task/4749/stat : 4749 (java) R 4745 4747 3411 0 -1 4202560 4105 0 1 0 233 43 0 0 20 0 18 0 344732818 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194488110120 140194495876186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4750] ppid=4745 vsize=11586392 CPUtime=0.15 cores=0,2,4,6
/proc/4747/task/4750/stat : 4750 (java) S 4745 4747 3411 0 -1 4202560 89 0 0 0 9 6 0 0 20 0 18 0 344732820 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194456521384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4751] ppid=4745 vsize=11586392 CPUtime=0.23 cores=0,2,4,6
/proc/4747/task/4751/stat : 4751 (java) S 4745 4747 3411 0 -1 4202560 121 0 0 0 14 9 0 0 20 0 18 0 344732820 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194455468840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 1 0 0
[pid=4747/tid=4752] ppid=4745 vsize=11586392 CPUtime=0.21 cores=0,2,4,6
/proc/4747/task/4752/stat : 4752 (java) S 4745 4747 3411 0 -1 4202560 110 0 0 0 13 8 0 0 20 0 18 0 344732820 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194454416296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4753] ppid=4745 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/4747/task/4753/stat : 4753 (java) S 4745 4747 3411 0 -1 4202560 59 0 0 0 4 3 0 0 20 0 18 0 344732820 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194453363752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4754] ppid=4745 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/4747/task/4754/stat : 4754 (java) S 4745 4747 3411 0 -1 4202560 46 0 0 0 3 3 0 0 20 0 18 0 344732820 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194452310184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4755] ppid=4745 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/4747/task/4755/stat : 4755 (java) S 4745 4747 3411 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 18 0 344732820 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194451257640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4756] ppid=4745 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/4747/task/4756/stat : 4756 (java) S 4745 4747 3411 0 -1 4202560 37 0 0 0 3 3 0 0 20 0 18 0 344732820 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194450205096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4757] ppid=4745 vsize=11586392 CPUtime=0.21 cores=0,2,4,6
/proc/4747/task/4757/stat : 4757 (java) S 4745 4747 3411 0 -1 4202560 110 0 0 0 14 7 0 0 20 0 18 0 344732820 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140194449152552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4758] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4758/stat : 4758 (java) S 4745 4747 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344732821 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140193834179176 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4759] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4759/stat : 4759 (java) S 4745 4747 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344732822 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140193833125496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4760] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4760/stat : 4760 (java) S 4745 4747 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344732822 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140193832072840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4761] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4761/stat : 4761 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140193831021584 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4762] ppid=4745 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/4747/task/4762/stat : 4762 (java) S 4745 4747 3411 0 -1 4202560 2856 0 0 0 29 0 0 0 20 0 18 0 344732824 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140193829967928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4763] ppid=4745 vsize=11586392 CPUtime=0.25 cores=0,2,4,6
/proc/4747/task/4763/stat : 4763 (java) S 4745 4747 3411 0 -1 4202560 2463 0 0 0 25 0 0 0 20 0 18 0 344732824 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140193828915384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4764] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4764/stat : 4764 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140193827863032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4765] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4765/stat : 4765 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 724934 33554432000 1073741824 1073778376 140736458667184 140193826810696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 11586392

[startup+6.30062 s]
/proc/loadavg: 3.91 3.97 3.94 4/216 4765
/proc/meminfo: memFree=23332944/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11586392 CPUtime=8.5 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 11561 0 1 0 742 108 0 0 20 0 18 0 344732817 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2896598 756641 2263 9 0 2887285 0
[pid=4747/tid=4749] ppid=4745 vsize=11586392 CPUtime=5.7 cores=0,2,4,6
/proc/4747/task/4749/stat : 4749 (java) R 4745 4747 3411 0 -1 4202560 4115 0 1 0 527 43 0 0 20 0 18 0 344732818 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194488111296 140194326684812 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4750] ppid=4745 vsize=11586392 CPUtime=0.34 cores=0,2,4,6
/proc/4747/task/4750/stat : 4750 (java) S 4745 4747 3411 0 -1 4202560 164 0 0 0 23 11 0 0 20 0 18 0 344732820 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194456521384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4751] ppid=4745 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/4747/task/4751/stat : 4751 (java) S 4745 4747 3411 0 -1 4202560 145 0 0 0 20 11 0 0 20 0 18 0 344732820 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194455468840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 1 0 0
[pid=4747/tid=4752] ppid=4745 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/4747/task/4752/stat : 4752 (java) S 4745 4747 3411 0 -1 4202560 136 0 0 0 19 10 0 0 20 0 18 0 344732820 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194454416296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4753] ppid=4745 vsize=11586392 CPUtime=0.15 cores=0,2,4,6
/proc/4747/task/4753/stat : 4753 (java) S 4745 4747 3411 0 -1 4202560 86 0 0 0 10 5 0 0 20 0 18 0 344732820 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194453363752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4754] ppid=4745 vsize=11586392 CPUtime=0.26 cores=0,2,4,6
/proc/4747/task/4754/stat : 4754 (java) S 4745 4747 3411 0 -1 4202560 121 0 0 0 17 9 0 0 20 0 18 0 344732820 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194452310184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4755] ppid=4745 vsize=11586392 CPUtime=0.2 cores=0,2,4,6
/proc/4747/task/4755/stat : 4755 (java) S 4745 4747 3411 0 -1 4202560 79 0 0 0 15 5 0 0 20 0 18 0 344732820 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194451257640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4756] ppid=4745 vsize=11586392 CPUtime=0.18 cores=0,2,4,6
/proc/4747/task/4756/stat : 4756 (java) S 4745 4747 3411 0 -1 4202560 63 0 0 0 14 4 0 0 20 0 18 0 344732820 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194450205096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4757] ppid=4745 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/4747/task/4757/stat : 4757 (java) S 4745 4747 3411 0 -1 4202560 137 0 0 0 20 9 0 0 20 0 18 0 344732820 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140194449152552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4758] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4758/stat : 4758 (java) S 4745 4747 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344732821 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140193834179176 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4759] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4759/stat : 4759 (java) S 4745 4747 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344732822 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140193833125496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4760] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4760/stat : 4760 (java) S 4745 4747 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344732822 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140193832072840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4761] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4761/stat : 4761 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140193831021584 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4762] ppid=4745 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/4747/task/4762/stat : 4762 (java) S 4745 4747 3411 0 -1 4202560 2856 0 0 0 31 0 0 0 20 0 18 0 344732824 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140193829967928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4763] ppid=4745 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/4747/task/4763/stat : 4763 (java) S 4745 4747 3411 0 -1 4202560 2477 0 0 0 29 0 0 0 20 0 18 0 344732824 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140193828915384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4764] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4764/stat : 4764 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140193827863032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4765] ppid=4745 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4765/stat : 4765 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344732824 11864465408 756641 33554432000 1073741824 1073778376 140736458667184 140193826810696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 11586392

[startup+12.7017 s]
/proc/loadavg: 3.93 3.97 3.94 5/220 4769
/proc/meminfo: memFree=23330412/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11852648 CPUtime=21.7 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 13521 0 1 0 2060 110 0 0 20 0 22 0 344732817 12137111552 757464 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2963162 757464 2276 9 0 2953849 0
[pid=4747/tid=4749] ppid=4745 vsize=11852648 CPUtime=6.21 cores=0,2,4,6

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

/proc/4747/statm: 2963162 916883 2289 9 0 2953849 0
[pid=4747/tid=4749] ppid=4745 vsize=11852648 CPUtime=6.25 cores=0,2,4,6
/proc/4747/task/4749/stat : 4749 (java) S 4745 4747 3411 0 -1 4202560 4122 0 1 0 581 44 0 0 20 0 22 0 344732818 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194488112280 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4750] ppid=4745 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/4747/task/4750/stat : 4750 (java) S 4745 4747 3411 0 -1 4202560 305 0 0 0 49 19 0 0 20 0 22 0 344732820 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194456521384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4751] ppid=4745 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/4747/task/4751/stat : 4751 (java) S 4745 4747 3411 0 -1 4202560 210 0 0 0 36 14 0 0 20 0 22 0 344732820 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194455468840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=4747/tid=4752] ppid=4745 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/4747/task/4752/stat : 4752 (java) S 4745 4747 3411 0 -1 4202560 220 0 0 0 39 15 0 0 20 0 22 0 344732820 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194454416296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4753] ppid=4745 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/4747/task/4753/stat : 4753 (java) S 4745 4747 3411 0 -1 4202560 151 0 0 0 27 9 0 0 20 0 22 0 344732820 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194453363752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4754] ppid=4745 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/4747/task/4754/stat : 4754 (java) S 4745 4747 3411 0 -1 4202560 238 0 0 0 36 16 0 0 20 0 22 0 344732820 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194452310184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4755] ppid=4745 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4747/task/4755/stat : 4755 (java) S 4745 4747 3411 0 -1 4202560 114 0 0 0 23 8 0 0 20 0 22 0 344732820 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194451257640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4756] ppid=4745 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/4747/task/4756/stat : 4756 (java) S 4745 4747 3411 0 -1 4202560 95 0 0 0 22 7 0 0 20 0 22 0 344732820 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194450205096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4757] ppid=4745 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/4747/task/4757/stat : 4757 (java) S 4745 4747 3411 0 -1 4202560 170 0 0 0 31 12 0 0 20 0 22 0 344732820 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140194449152552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4758] ppid=4745 vsize=11852648 CPUtime=3.54 cores=0,2,4,6
/proc/4747/task/4758/stat : 4758 (java) S 4745 4747 3411 0 -1 4202560 239 0 0 0 346 8 0 0 20 0 22 0 344732821 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193834179176 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4759] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4759/stat : 4759 (java) S 4745 4747 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344732822 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193833125496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4760] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4760/stat : 4760 (java) S 4745 4747 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344732822 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193832072840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4761] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4761/stat : 4761 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344732824 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193831021584 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4762] ppid=4745 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/4747/task/4762/stat : 4762 (java) S 4745 4747 3411 0 -1 4202560 3108 0 0 0 79 0 0 0 20 0 22 0 344732824 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193829967928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4763] ppid=4745 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/4747/task/4763/stat : 4763 (java) S 4745 4747 3411 0 -1 4202560 4294 0 0 0 96 0 0 0 20 0 22 0 344732824 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193828915384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4764] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4764/stat : 4764 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344732824 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193827863032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4765] ppid=4745 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/4747/task/4765/stat : 4765 (java) S 4745 4747 3411 0 -1 4202560 47 0 0 0 11 17 0 0 20 0 22 0 344732824 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193826810696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4766] ppid=4745 vsize=11852648 CPUtime=809.13 cores=0,2,4,6
/proc/4747/task/4766/stat : 4766 (java) R 4745 4747 3411 0 -1 4202560 33 0 0 0 80901 12 0 0 20 0 22 0 344733498 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193825755792 140194326842248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4767] ppid=4745 vsize=11852648 CPUtime=809.3 cores=0,2,4,6
/proc/4747/task/4767/stat : 4767 (java) R 4745 4747 3411 0 -1 4202560 67 0 0 0 80918 12 0 0 20 0 22 0 344733498 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193824701248 140194326849460 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4768] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4768/stat : 4768 (java) S 4745 4747 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344733514 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193823651368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4769] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4769/stat : 4769 (java) S 4745 4747 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344733515 12137111552 916883 33554432000 1073741824 1073778376 140736458667184 140193822598824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1638.11
Current children cumulated vsize (KiB) 11852648

[startup+882.302 s]
/proc/loadavg: 3.92 3.94 3.91 5/219 4837
/proc/meminfo: memFree=22337796/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11852648 CPUtime=1756.75 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 15383 0 1 0 175510 165 0 0 20 0 22 0 344732817 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2963162 916905 2289 9 0 2953849 0
[pid=4747/tid=4749] ppid=4745 vsize=11852648 CPUtime=6.25 cores=0,2,4,6
/proc/4747/task/4749/stat : 4749 (java) S 4745 4747 3411 0 -1 4202560 4122 0 1 0 581 44 0 0 20 0 22 0 344732818 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194488112280 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4750] ppid=4745 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/4747/task/4750/stat : 4750 (java) S 4745 4747 3411 0 -1 4202560 305 0 0 0 50 19 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194456521384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4751] ppid=4745 vsize=11852648 CPUtime=0.51 cores=0,2,4,6
/proc/4747/task/4751/stat : 4751 (java) S 4745 4747 3411 0 -1 4202560 211 0 0 0 37 14 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194455468840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=4747/tid=4752] ppid=4745 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/4747/task/4752/stat : 4752 (java) S 4745 4747 3411 0 -1 4202560 220 0 0 0 40 15 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194454416296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4753] ppid=4745 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/4747/task/4753/stat : 4753 (java) S 4745 4747 3411 0 -1 4202560 151 0 0 0 27 10 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194453363752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4754] ppid=4745 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/4747/task/4754/stat : 4754 (java) S 4745 4747 3411 0 -1 4202560 248 0 0 0 38 16 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194452310184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4755] ppid=4745 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/4747/task/4755/stat : 4755 (java) S 4745 4747 3411 0 -1 4202560 114 0 0 0 24 8 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194451257640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4756] ppid=4745 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4747/task/4756/stat : 4756 (java) S 4745 4747 3411 0 -1 4202560 96 0 0 0 23 7 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194450205096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4757] ppid=4745 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/4747/task/4757/stat : 4757 (java) S 4745 4747 3411 0 -1 4202560 171 0 0 0 32 12 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194449152552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4758] ppid=4745 vsize=11852648 CPUtime=5 cores=0,2,4,6
/proc/4747/task/4758/stat : 4758 (java) S 4745 4747 3411 0 -1 4202560 249 0 0 0 492 8 0 0 20 0 22 0 344732821 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193834179176 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4759] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4759/stat : 4759 (java) S 4745 4747 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344732822 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193833125496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4760] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4760/stat : 4760 (java) S 4745 4747 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344732822 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193832072840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4761] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4761/stat : 4761 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193831021584 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4762] ppid=4745 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/4747/task/4762/stat : 4762 (java) S 4745 4747 3411 0 -1 4202560 3862 0 0 0 85 0 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193829967928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4763] ppid=4745 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/4747/task/4763/stat : 4763 (java) S 4745 4747 3411 0 -1 4202560 4294 0 0 0 97 0 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193828915384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4764] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4764/stat : 4764 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193827863032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4765] ppid=4745 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4747/task/4765/stat : 4765 (java) S 4745 4747 3411 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193826810696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4766] ppid=4745 vsize=11852648 CPUtime=867.49 cores=0,2,4,6
/proc/4747/task/4766/stat : 4766 (java) R 4745 4747 3411 0 -1 4202560 33 0 0 0 86736 13 0 0 20 0 22 0 344733498 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193825755728 140194326613402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4767] ppid=4745 vsize=11852648 CPUtime=867.66 cores=0,2,4,6
/proc/4747/task/4767/stat : 4767 (java) R 4745 4747 3411 0 -1 4202560 67 0 0 0 86753 13 0 0 20 0 22 0 344733498 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193824701248 140194326838936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4768] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4768/stat : 4768 (java) S 4745 4747 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344733514 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193823651368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4769] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4769/stat : 4769 (java) S 4745 4747 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344733515 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193822598824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1756.75
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.001 s]
/proc/loadavg: 3.94 3.94 3.91 5/219 4837
/proc/meminfo: memFree=22337920/32873648 swapFree=6860/6860
[pid=4747] ppid=4745 vsize=11852648 CPUtime=1800.16 cores=0,2,4,6
/proc/4747/stat : 4747 (java) S 4745 4747 3411 0 -1 4202496 15385 0 1 0 179851 165 0 0 20 0 22 0 344732817 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140736458658320 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4747/statm: 2963162 916905 2289 9 0 2953849 0
[pid=4747/tid=4749] ppid=4745 vsize=11852648 CPUtime=6.25 cores=0,2,4,6
/proc/4747/task/4749/stat : 4749 (java) S 4745 4747 3411 0 -1 4202560 4122 0 1 0 581 44 0 0 20 0 22 0 344732818 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194488112280 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4750] ppid=4745 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/4747/task/4750/stat : 4750 (java) S 4745 4747 3411 0 -1 4202560 305 0 0 0 50 19 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194456521384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4751] ppid=4745 vsize=11852648 CPUtime=0.51 cores=0,2,4,6
/proc/4747/task/4751/stat : 4751 (java) S 4745 4747 3411 0 -1 4202560 211 0 0 0 37 14 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194455468840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=4747/tid=4752] ppid=4745 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/4747/task/4752/stat : 4752 (java) S 4745 4747 3411 0 -1 4202560 220 0 0 0 40 15 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194454416296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4753] ppid=4745 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/4747/task/4753/stat : 4753 (java) S 4745 4747 3411 0 -1 4202560 151 0 0 0 27 10 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194453363752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4754] ppid=4745 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/4747/task/4754/stat : 4754 (java) S 4745 4747 3411 0 -1 4202560 248 0 0 0 38 16 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194452310184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4755] ppid=4745 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/4747/task/4755/stat : 4755 (java) S 4745 4747 3411 0 -1 4202560 114 0 0 0 24 8 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194451257640 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4756] ppid=4745 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/4747/task/4756/stat : 4756 (java) S 4745 4747 3411 0 -1 4202560 96 0 0 0 23 7 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194450205096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4757] ppid=4745 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/4747/task/4757/stat : 4757 (java) S 4745 4747 3411 0 -1 4202560 171 0 0 0 32 12 0 0 20 0 22 0 344732820 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140194449152552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4758] ppid=4745 vsize=11852648 CPUtime=5 cores=0,2,4,6
/proc/4747/task/4758/stat : 4758 (java) S 4745 4747 3411 0 -1 4202560 249 0 0 0 492 8 0 0 20 0 22 0 344732821 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193834179176 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4759] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4759/stat : 4759 (java) S 4745 4747 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344732822 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193833125496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4760] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4760/stat : 4760 (java) S 4745 4747 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344732822 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193832072840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4761] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4761/stat : 4761 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193831021584 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4762] ppid=4745 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/4747/task/4762/stat : 4762 (java) S 4745 4747 3411 0 -1 4202560 3862 0 0 0 85 0 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193829967928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4763] ppid=4745 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/4747/task/4763/stat : 4763 (java) S 4745 4747 3411 0 -1 4202560 4294 0 0 0 97 0 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193828915384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4747/tid=4764] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4764/stat : 4764 (java) S 4745 4747 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193827863032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4765] ppid=4745 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/4747/task/4765/stat : 4765 (java) S 4745 4747 3411 0 -1 4202560 53 0 0 0 12 19 0 0 20 0 22 0 344732824 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193826810696 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4747/tid=4766] ppid=4745 vsize=11852648 CPUtime=889.14 cores=0,2,4,6
/proc/4747/task/4766/stat : 4766 (java) R 4745 4747 3411 0 -1 4202560 33 0 0 0 88900 14 0 0 20 0 22 0 344733498 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193825755728 140194326791585 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4747/tid=4767] ppid=4745 vsize=11852648 CPUtime=889.31 cores=0,2,4,6
/proc/4747/task/4767/stat : 4767 (java) R 4745 4747 3411 0 -1 4202560 67 0 0 0 88918 13 0 0 20 0 22 0 344733498 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193824701248 140194326849455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4768] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4768/stat : 4768 (java) S 4745 4747 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344733514 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193823651368 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4747/tid=4769] ppid=4745 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4747/task/4769/stat : 4769 (java) S 4745 4747 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344733515 12137111552 916905 33554432000 1073741824 1073778376 140736458667184 140193822598824 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 11852648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4747 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=728311
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=151672
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 904.04
CPU time (s): 1800.16
CPU user time (s): 1798.51
CPU system time (s): 1.65
CPU usage (%): 199.124
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.73
system time used= 2.15167
maximum resident set size= 3669792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15418
page faults= 1
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21484
involuntary context switches= 16189

runsolver used 4.06138 second user time and 7.53285 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 07:01:09
IDJOB=3743748
IDBENCH=92274
IDSOLVER=2328
FILE ID=node124/3743748-1338786069
RUNJOBID= node124-1338777895-3427
PBS_JOBID= 14636829
Free space on /tmp= 70648 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_0null10mast_rapportOE1.0_TMAX300_K192_cod1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743748-1338786069/watcher-3743748-1338786069 -o /tmp/evaluation-result-3743748-1338786069/solver-3743748-1338786069 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743748-1338786069.opb

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

MD5SUM BENCH= eb990cef1e91caace8f4ff76229f500a
RANDOM SEED=1610170905

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26357108 kB
Buffers:          248716 kB
Cached:          1769440 kB
SwapCached:         8264 kB
Active:          4243932 kB
Inactive:        1476544 kB
Active(anon):    3696368 kB
Inactive(anon):     8240 kB
Active(file):     547564 kB
Inactive(file):  1468304 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091600 kB
Dirty:             31536 kB
Writeback:            24 kB
AnonPages:       3703308 kB
Mapped:            17224 kB
Shmem:                 0 kB
Slab:             647812 kB
SReclaimable:      91884 kB
SUnreclaim:       555928 kB
KernelStack:        1640 kB
PageTables:        11340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10460376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3670016 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= 70648 MiB
End job on node124 at 2012-06-04 07:16:16