Trace number 3710440

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.49 1785.83

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUM682ced1993335202bf2b9cca6b4feb1c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9895127
Best CPU time to get the best result obtained on this benchmark1800.86
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 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710440-1338244117.opb
0.09/0.12	c reading problem ... 
41.31/29.47	c ... done. Wall clock time 29.35s.
41.31/29.47	c declared #vars     2000400
41.31/29.47	c #constraints  4940611
41.31/29.47	c constraints type 
41.31/29.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
41.31/29.47	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
41.31/29.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
41.31/29.47	c ignored satisfied constraints => 3
41.31/29.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
41.31/29.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
41.31/29.47	c 4940614 constraints processed.
904.32/891.58	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1800.02/1785.81	c starts		: 33
1800.02/1785.81	c conflicts		: 9450
1800.02/1785.81	c decisions		: 475596
1800.02/1785.81	c propagations		: 281410967
1800.02/1785.81	c inspects		: 7247200474
1800.02/1785.81	c shortcuts		: 0
1800.02/1785.81	c learnt literals	: 0
1800.02/1785.81	c learnt binary clauses	: 4
1800.02/1785.81	c learnt ternary clauses	: 12
1800.02/1785.81	c learnt constraints	: 9449
1800.02/1785.81	c ignored constraints	: 0
1800.02/1785.81	c root simplifications	: 33
1800.02/1785.81	c removed literals (reason simplification)	: 414433
1800.02/1785.81	c reason swapping (by a shorter reason)	: 0
1800.02/1785.81	c Calls to reduceDB	: 1
1800.02/1785.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1785.81	c number of learned constraints concerned by reduction	: 0
1800.02/1785.81	c number of learning phase by resolution	: 0
1800.02/1785.81	c number of learning phase by cutting planes	: 0
1800.02/1785.81	c speed (assignments/second)	: 160241.21056548593
1800.02/1785.81	c non guided choices	6484
1800.02/1785.81	c learnt constraints type 
1800.02/1785.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.02/1785.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6946
1800.02/1785.81	c constraints type 
1800.02/1785.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.02/1785.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.02/1785.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.02/1785.81	c ignored satisfied constraints => 3
1800.02/1785.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.02/1785.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.02/1785.81	c 4940614 constraints processed.
1800.02/1785.81	s UNKNOWN
1800.02/1785.81	c Total wall clock time (in seconds): 1785.694

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-3710440-1338244117/watcher-3710440-1338244117 -o /tmp/evaluation-result-3710440-1338244117/solver-3710440-1338244117 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710440-1338244117.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/172 31558
/proc/meminfo: memFree=26548004/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31558/stat : 31558 (java) D 31556 31558 30092 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 290540761 9515008 182 33554432000 1073741824 1073778376 140736058112784 140736058103816 240426761909 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/31558/statm: 2323 182 140 9 0 71 0

[startup+0.0833141 s]
/proc/loadavg: 2.00 2.00 1.94 3/172 31558
/proc/meminfo: memFree=26548004/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 3461 0 1 0 5 1 0 0 20 0 18 0 290540761 9787842560 4669 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2389610 4669 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100337 s]
/proc/loadavg: 2.00 2.00 1.94 3/172 31558
/proc/meminfo: memFree=26548004/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 4272 0 1 0 8 1 0 0 20 0 18 0 290540761 9787842560 5479 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2389610 5480 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300251 s]
/proc/loadavg: 2.00 2.00 1.94 3/172 31558
/proc/meminfo: memFree=26548004/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 5285 0 1 0 42 3 0 0 20 0 18 0 290540761 9787842560 22068 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2389610 22068 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700259 s]
/proc/loadavg: 2.00 2.00 1.94 3/172 31558
/proc/meminfo: memFree=26548004/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9558440 CPUtime=1 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 5469 0 1 0 93 7 0 0 20 0 18 0 290540761 9787842560 52900 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2389610 52900 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558440

[startup+1.50073 s]
/proc/loadavg: 2.00 2.00 1.94 3/212 31603
/proc/meminfo: memFree=26098192/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9558440 CPUtime=1.94 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 5900 0 1 0 183 11 0 0 20 0 18 0 290540761 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2389610 67604 2239 9 0 2380296 0
[pid=31558/tid=31560] ppid=31556 vsize=9558440 CPUtime=1.36 cores=1,3,5,7
/proc/31558/task/31560/stat : 31560 (java) R 31556 31558 30092 0 -1 4202560 2576 0 1 0 132 4 0 0 20 0 18 0 290540762 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466760404848 240430146829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31561] ppid=31556 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/31558/task/31561/stat : 31561 (java) S 31556 31558 30092 0 -1 4202560 151 0 0 0 2 1 0 0 20 0 18 0 290540763 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466721904936 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31562] ppid=31556 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/31558/task/31562/stat : 31562 (java) S 31556 31558 30092 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 290540763 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466720852136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31563] ppid=31556 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31558/task/31563/stat : 31563 (java) S 31556 31558 30092 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 290540763 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466719799848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31564] ppid=31556 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/31558/task/31564/stat : 31564 (java) S 31556 31558 30092 0 -1 4202560 166 0 0 0 7 1 0 0 20 0 18 0 290540763 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466718747048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31565] ppid=31556 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/31558/task/31565/stat : 31565 (java) S 31556 31558 30092 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 290540763 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466717694760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31566] ppid=31556 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31558/task/31566/stat : 31566 (java) S 31556 31558 30092 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 290540763 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466716641960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31567] ppid=31556 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31558/task/31567/stat : 31567 (java) S 31556 31558 30092 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 18 0 290540763 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466715589672 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31568] ppid=31556 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31558/task/31568/stat : 31568 (java) S 31556 31558 30092 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 290540763 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466714536872 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31569] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31569/stat : 31569 (java) S 31556 31558 30092 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 290540764 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466584537320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31570] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31570/stat : 31570 (java) S 31556 31558 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290540765 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466583483384 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31571] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31571/stat : 31571 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290540765 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466582430984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31572] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31572/stat : 31572 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466581379472 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31573] ppid=31556 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/31558/task/31573/stat : 31573 (java) S 31556 31558 30092 0 -1 4202560 567 0 0 0 6 0 0 0 20 0 18 0 290540767 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466580327096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31574] ppid=31556 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/31558/task/31574/stat : 31574 (java) S 31556 31558 30092 0 -1 4202560 1001 0 0 0 9 0 0 0 20 0 18 0 290540767 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466579274296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31575] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31575/stat : 31575 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466578222200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31576] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31576/stat : 31576 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 67604 33554432000 1073741824 1073778376 140734255598912 140466577169608 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9558440

[startup+3.1008 s]
/proc/loadavg: 2.00 2.00 1.94 12/212 31603
/proc/meminfo: memFree=25719960/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9558440 CPUtime=4.48 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 7960 0 1 0 411 37 0 0 20 0 18 0 290540761 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2389610 185883 2244 9 0 2380296 0
[pid=31558/tid=31560] ppid=31556 vsize=9558440 CPUtime=2.68 cores=1,3,5,7
/proc/31558/task/31560/stat : 31560 (java) R 31556 31558 30092 0 -1 4202560 2903 0 1 0 258 10 0 0 20 0 18 0 290540762 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466760404848 140466587103059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31561] ppid=31556 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/31558/task/31561/stat : 31561 (java) S 31556 31558 30092 0 -1 4202560 197 0 0 0 13 3 0 0 20 0 18 0 290540763 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466721904936 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31562] ppid=31556 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/31558/task/31562/stat : 31562 (java) S 31556 31558 30092 0 -1 4202560 56 0 0 0 13 3 0 0 20 0 18 0 290540763 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466720852136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31563] ppid=31556 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/31558/task/31563/stat : 31563 (java) S 31556 31558 30092 0 -1 4202560 81 0 0 0 15 4 0 0 20 0 18 0 290540763 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466719799848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31564] ppid=31556 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/31558/task/31564/stat : 31564 (java) S 31556 31558 30092 0 -1 4202560 484 0 0 0 15 3 0 0 20 0 18 0 290540763 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466718747048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31565] ppid=31556 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/31558/task/31565/stat : 31565 (java) S 31556 31558 30092 0 -1 4202560 350 0 0 0 15 3 0 0 20 0 18 0 290540763 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466717694760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31566] ppid=31556 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/31558/task/31566/stat : 31566 (java) S 31556 31558 30092 0 -1 4202560 212 0 0 0 20 4 0 0 20 0 18 0 290540763 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466716641960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31567] ppid=31556 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/31558/task/31567/stat : 31567 (java) S 31556 31558 30092 0 -1 4202560 142 0 0 0 11 2 0 0 20 0 18 0 290540763 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466715589672 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31568] ppid=31556 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/31558/task/31568/stat : 31568 (java) S 31556 31558 30092 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 18 0 290540763 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466714536872 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31569] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31569/stat : 31569 (java) S 31556 31558 30092 0 -1 4202560 493 0 0 0 0 0 0 0 20 0 18 0 290540764 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466584537320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31570] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31570/stat : 31570 (java) S 31556 31558 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290540765 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466583483384 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31571] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31571/stat : 31571 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290540765 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466582430984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31572] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31572/stat : 31572 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466581379472 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31573] ppid=31556 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/31558/task/31573/stat : 31573 (java) S 31556 31558 30092 0 -1 4202560 787 0 0 0 12 0 0 0 20 0 18 0 290540767 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466580327096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31574] ppid=31556 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/31558/task/31574/stat : 31574 (java) S 31556 31558 30092 0 -1 4202560 1018 0 0 0 15 0 0 0 20 0 18 0 290540767 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466579274296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31575] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31575/stat : 31575 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466578222200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31576] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31576/stat : 31576 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 185883 33554432000 1073741824 1073778376 140734255598912 140466577169608 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9558440

[startup+6.30069 s]
/proc/loadavg: 2.08 2.02 1.95 3/212 31603
/proc/meminfo: memFree=23694664/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9558440 CPUtime=10.54 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 17265 0 1 0 969 85 0 0 20 0 18 0 290540761 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2389610 385248 2272 9 0 2380296 0
[pid=31558/tid=31560] ppid=31556 vsize=9558440 CPUtime=5.06 cores=1,3,5,7
/proc/31558/task/31560/stat : 31560 (java) S 31556 31558 30092 0 -1 4202560 3619 0 1 0 485 21 0 0 20 0 18 0 290540762 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466760412264 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31561] ppid=31556 vsize=9558440 CPUtime=0.65 cores=1,3,5,7
/proc/31558/task/31561/stat : 31561 (java) R 31556 31558 30092 0 -1 4202560 295 0 0 0 57 8 0 0 20 0 18 0 290540763 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466721905112 140466764170380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31562] ppid=31556 vsize=9558440 CPUtime=0.57 cores=1,3,5,7
/proc/31558/task/31562/stat : 31562 (java) R 31556 31558 30092 0 -1 4202560 157 0 0 0 49 8 0 0 20 0 18 0 290540763 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466720852016 140466764589231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31563] ppid=31556 vsize=9558440 CPUtime=0.66 cores=1,3,5,7
/proc/31558/task/31563/stat : 31563 (java) R 31556 31558 30092 0 -1 4202560 179 0 0 0 56 10 0 0 20 0 18 0 290540763 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466719800024 140466767322294 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31564] ppid=31556 vsize=9558440 CPUtime=0.57 cores=1,3,5,7
/proc/31558/task/31564/stat : 31564 (java) R 31556 31558 30092 0 -1 4202560 621 0 0 0 50 7 0 0 20 0 18 0 290540763 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466718747224 140466764170917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31565] ppid=31556 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/31558/task/31565/stat : 31565 (java) D 31556 31558 30092 0 -1 4202560 697 0 0 0 44 6 0 0 20 0 18 0 290540763 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466717694520 240426804199 0 4 0 16800975 18446744071581355491 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31566] ppid=31556 vsize=9558440 CPUtime=0.68 cores=1,3,5,7
/proc/31558/task/31566/stat : 31566 (java) R 31556 31558 30092 0 -1 4202560 302 0 0 0 58 10 0 0 20 0 18 0 290540763 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466716642136 140466762884793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31567] ppid=31556 vsize=9558440 CPUtime=0.38 cores=1,3,5,7
/proc/31558/task/31567/stat : 31567 (java) D 31556 31558 30092 0 -1 4202560 1159 0 0 0 33 5 0 0 20 0 18 0 290540763 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466715589432 240426804199 0 4 0 16800975 18446744071581355491 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31568] ppid=31556 vsize=9558440 CPUtime=0.58 cores=1,3,5,7
/proc/31558/task/31568/stat : 31568 (java) R 31556 31558 30092 0 -1 4202560 413 0 0 0 51 7 0 0 20 0 18 0 290540763 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466714537048 140466762884801 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31569] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31569/stat : 31569 (java) S 31556 31558 30092 0 -1 4202560 1036 0 0 0 0 0 0 0 20 0 18 0 290540764 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466584536200 240430134332 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31570] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31570/stat : 31570 (java) S 31556 31558 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290540765 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466583483384 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31571] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31571/stat : 31571 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290540765 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466582430984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31572] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31572/stat : 31572 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466581379472 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31573] ppid=31556 vsize=9558440 CPUtime=0.35 cores=1,3,5,7
/proc/31558/task/31573/stat : 31573 (java) S 31556 31558 30092 0 -1 4202560 3278 0 0 0 33 2 0 0 20 0 18 0 290540767 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466580327096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31574] ppid=31556 vsize=9558440 CPUtime=0.38 cores=1,3,5,7
/proc/31558/task/31574/stat : 31574 (java) S 31556 31558 30092 0 -1 4202560 4333 0 0 0 38 0 0 0 20 0 18 0 290540767 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466579274296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31575] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31575/stat : 31575 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466578222200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31576] ppid=31556 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31576/stat : 31576 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290540767 9787842560 385248 33554432000 1073741824 1073778376 140734255598912 140466577169608 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.54
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 2.07 2.02 1.95 17/212 31603
/proc/meminfo: memFree=21049132/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9558440 CPUtime=20.49 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 21751 0 1 0 1919 130 0 0 20 0 18 0 290540761 9787842560 691735 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2389610 691735 2280 9 0 2380296 0
[pid=31558/tid=31560] ppid=31556 vsize=9558440 CPUtime=9.02 cores=1,3,5,7

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

[pid=31558/tid=31566] ppid=31556 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/31558/task/31566/stat : 31566 (java) S 31556 31558 30092 0 -1 4202560 3145 0 0 0 203 21 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466716641960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31567] ppid=31556 vsize=9625004 CPUtime=1.83 cores=1,3,5,7
/proc/31558/task/31567/stat : 31567 (java) S 31556 31558 30092 0 -1 4202560 3047 0 0 0 167 16 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466715589672 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31568] ppid=31556 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/31558/task/31568/stat : 31568 (java) S 31556 31558 30092 0 -1 4202560 3944 0 0 0 180 15 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466714536872 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31569] ppid=31556 vsize=9625004 CPUtime=5.3 cores=1,3,5,7
/proc/31558/task/31569/stat : 31569 (java) S 31556 31558 30092 0 -1 4202560 2217 0 0 0 521 9 0 0 20 0 19 0 290540764 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466584537320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31570] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31570/stat : 31570 (java) S 31556 31558 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290540765 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466583483384 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31571] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31571/stat : 31571 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290540765 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466582430984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31572] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31572/stat : 31572 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466581379472 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31573] ppid=31556 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/31558/task/31573/stat : 31573 (java) S 31556 31558 30092 0 -1 4202560 3352 0 0 0 83 2 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466580327096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31574] ppid=31556 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/31558/task/31574/stat : 31574 (java) S 31556 31558 30092 0 -1 4202560 4340 0 0 0 68 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466579274296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31575] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31575/stat : 31575 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466578222200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31576] ppid=31556 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/31558/task/31576/stat : 31576 (java) S 31556 31558 30092 0 -1 4202560 97 0 0 0 39 46 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466577169608 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31604] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31604/stat : 31604 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290543726 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466576114600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1676.5
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/213 31620
/proc/meminfo: memFree=19084528/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9625004 CPUtime=1736.51 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 35940 0 1 0 173404 247 0 0 20 0 19 0 290540761 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2406251 926783 2291 9 0 2396937 0
[pid=31558/tid=31560] ppid=31556 vsize=9625004 CPUtime=1712.44 cores=1,3,5,7
/proc/31558/task/31560/stat : 31560 (java) R 31556 31558 30092 0 -1 4202560 4055 0 1 0 171173 71 0 0 20 0 19 0 290540762 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466760413656 140466587707108 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31561] ppid=31556 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/31558/task/31561/stat : 31561 (java) S 31556 31558 30092 0 -1 4202560 1458 0 0 0 204 20 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466721904936 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31562] ppid=31556 vsize=9625004 CPUtime=2.02 cores=1,3,5,7
/proc/31558/task/31562/stat : 31562 (java) S 31556 31558 30092 0 -1 4202560 1602 0 0 0 184 18 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466720852136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31563] ppid=31556 vsize=9625004 CPUtime=2.28 cores=1,3,5,7
/proc/31558/task/31563/stat : 31563 (java) S 31556 31558 30092 0 -1 4202560 1381 0 0 0 207 21 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466719799848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31564] ppid=31556 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/31558/task/31564/stat : 31564 (java) S 31556 31558 30092 0 -1 4202560 1623 0 0 0 191 18 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466718747048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31565] ppid=31556 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/31558/task/31565/stat : 31565 (java) S 31556 31558 30092 0 -1 4202560 4494 0 0 0 169 16 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466717694760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31566] ppid=31556 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/31558/task/31566/stat : 31566 (java) S 31556 31558 30092 0 -1 4202560 3145 0 0 0 203 21 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466716641960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31567] ppid=31556 vsize=9625004 CPUtime=1.83 cores=1,3,5,7
/proc/31558/task/31567/stat : 31567 (java) S 31556 31558 30092 0 -1 4202560 3047 0 0 0 167 16 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466715589672 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31568] ppid=31556 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/31558/task/31568/stat : 31568 (java) S 31556 31558 30092 0 -1 4202560 3944 0 0 0 180 15 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466714536872 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31569] ppid=31556 vsize=9625004 CPUtime=5.3 cores=1,3,5,7
/proc/31558/task/31569/stat : 31569 (java) S 31556 31558 30092 0 -1 4202560 2217 0 0 0 521 9 0 0 20 0 19 0 290540764 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466584537320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31570] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31570/stat : 31570 (java) S 31556 31558 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290540765 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466583483384 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31571] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31571/stat : 31571 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290540765 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466582430984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31572] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31572/stat : 31572 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466581379472 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31573] ppid=31556 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/31558/task/31573/stat : 31573 (java) S 31556 31558 30092 0 -1 4202560 3352 0 0 0 83 2 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466580327096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31574] ppid=31556 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/31558/task/31574/stat : 31574 (java) S 31556 31558 30092 0 -1 4202560 4340 0 0 0 68 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466579274296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31575] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31575/stat : 31575 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466578222200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31576] ppid=31556 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/31558/task/31576/stat : 31576 (java) S 31556 31558 30092 0 -1 4202560 99 0 0 0 41 48 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466577169608 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31604] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31604/stat : 31604 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290543726 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466576114600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1736.51
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/213 31620
/proc/meminfo: memFree=19084280/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9625004 CPUtime=1796.52 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 35945 0 1 0 179404 248 0 0 20 0 19 0 290540761 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2406251 926783 2291 9 0 2396937 0
[pid=31558/tid=31560] ppid=31556 vsize=9625004 CPUtime=1772.44 cores=1,3,5,7
/proc/31558/task/31560/stat : 31560 (java) R 31556 31558 30092 0 -1 4202560 4055 0 1 0 177173 71 0 0 20 0 19 0 290540762 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466760413592 140466587668145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31561] ppid=31556 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/31558/task/31561/stat : 31561 (java) S 31556 31558 30092 0 -1 4202560 1458 0 0 0 204 20 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466721904936 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31562] ppid=31556 vsize=9625004 CPUtime=2.02 cores=1,3,5,7
/proc/31558/task/31562/stat : 31562 (java) S 31556 31558 30092 0 -1 4202560 1602 0 0 0 184 18 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466720852136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31563] ppid=31556 vsize=9625004 CPUtime=2.28 cores=1,3,5,7
/proc/31558/task/31563/stat : 31563 (java) S 31556 31558 30092 0 -1 4202560 1381 0 0 0 207 21 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466719799848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31564] ppid=31556 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/31558/task/31564/stat : 31564 (java) S 31556 31558 30092 0 -1 4202560 1623 0 0 0 191 18 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466718747048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31565] ppid=31556 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/31558/task/31565/stat : 31565 (java) S 31556 31558 30092 0 -1 4202560 4494 0 0 0 169 16 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466717694760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31566] ppid=31556 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/31558/task/31566/stat : 31566 (java) S 31556 31558 30092 0 -1 4202560 3145 0 0 0 203 21 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466716641960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31567] ppid=31556 vsize=9625004 CPUtime=1.83 cores=1,3,5,7
/proc/31558/task/31567/stat : 31567 (java) S 31556 31558 30092 0 -1 4202560 3047 0 0 0 167 16 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466715589672 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31568] ppid=31556 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/31558/task/31568/stat : 31568 (java) S 31556 31558 30092 0 -1 4202560 3944 0 0 0 180 15 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466714536872 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31569] ppid=31556 vsize=9625004 CPUtime=5.3 cores=1,3,5,7
/proc/31558/task/31569/stat : 31569 (java) S 31556 31558 30092 0 -1 4202560 2217 0 0 0 521 9 0 0 20 0 19 0 290540764 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466584537320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31570] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31570/stat : 31570 (java) S 31556 31558 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290540765 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466583483384 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31571] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31571/stat : 31571 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290540765 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466582430984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31572] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31572/stat : 31572 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466581379472 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31573] ppid=31556 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/31558/task/31573/stat : 31573 (java) S 31556 31558 30092 0 -1 4202560 3352 0 0 0 83 2 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466580327096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31574] ppid=31556 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/31558/task/31574/stat : 31574 (java) S 31556 31558 30092 0 -1 4202560 4341 0 0 0 68 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466579274296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31575] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31575/stat : 31575 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466578222200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31576] ppid=31556 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/31558/task/31576/stat : 31576 (java) S 31556 31558 30092 0 -1 4202560 103 0 0 0 43 49 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466577169608 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31604] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31604/stat : 31604 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290543726 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466576114600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1796.52
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.8 s]
/proc/loadavg: 2.02 2.01 1.97 3/213 31620
/proc/meminfo: memFree=19084280/32873844 swapFree=6088/6088
[pid=31558] ppid=31556 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/31558/stat : 31558 (java) S 31556 31558 30092 0 -1 4202496 35945 0 1 0 179754 248 0 0 20 0 19 0 290540761 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140734255590048 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31558/statm: 2406251 926783 2291 9 0 2396937 0
[pid=31558/tid=31560] ppid=31556 vsize=9625004 CPUtime=1775.95 cores=1,3,5,7
/proc/31558/task/31560/stat : 31560 (java) R 31556 31558 30092 0 -1 4202560 4055 0 1 0 177524 71 0 0 20 0 19 0 290540762 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466760413592 140466587598506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31561] ppid=31556 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/31558/task/31561/stat : 31561 (java) S 31556 31558 30092 0 -1 4202560 1458 0 0 0 204 20 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466721904936 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31562] ppid=31556 vsize=9625004 CPUtime=2.02 cores=1,3,5,7
/proc/31558/task/31562/stat : 31562 (java) S 31556 31558 30092 0 -1 4202560 1602 0 0 0 184 18 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466720852136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31563] ppid=31556 vsize=9625004 CPUtime=2.28 cores=1,3,5,7
/proc/31558/task/31563/stat : 31563 (java) S 31556 31558 30092 0 -1 4202560 1381 0 0 0 207 21 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466719799848 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31564] ppid=31556 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/31558/task/31564/stat : 31564 (java) S 31556 31558 30092 0 -1 4202560 1623 0 0 0 191 18 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466718747048 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31565] ppid=31556 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/31558/task/31565/stat : 31565 (java) S 31556 31558 30092 0 -1 4202560 4494 0 0 0 169 16 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466717694760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31566] ppid=31556 vsize=9625004 CPUtime=2.24 cores=1,3,5,7
/proc/31558/task/31566/stat : 31566 (java) S 31556 31558 30092 0 -1 4202560 3145 0 0 0 203 21 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466716641960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31567] ppid=31556 vsize=9625004 CPUtime=1.83 cores=1,3,5,7
/proc/31558/task/31567/stat : 31567 (java) S 31556 31558 30092 0 -1 4202560 3047 0 0 0 167 16 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466715589672 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31568] ppid=31556 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/31558/task/31568/stat : 31568 (java) S 31556 31558 30092 0 -1 4202560 3944 0 0 0 180 15 0 0 20 0 19 0 290540763 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466714536872 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31569] ppid=31556 vsize=9625004 CPUtime=5.3 cores=1,3,5,7
/proc/31558/task/31569/stat : 31569 (java) S 31556 31558 30092 0 -1 4202560 2217 0 0 0 521 9 0 0 20 0 19 0 290540764 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466584537320 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31570] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31570/stat : 31570 (java) S 31556 31558 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290540765 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466583483384 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31571] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31571/stat : 31571 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290540765 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466582430984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31572] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31572/stat : 31572 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466581379472 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31558/tid=31573] ppid=31556 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/31558/task/31573/stat : 31573 (java) S 31556 31558 30092 0 -1 4202560 3352 0 0 0 83 2 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466580327096 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31558/tid=31574] ppid=31556 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/31558/task/31574/stat : 31574 (java) S 31556 31558 30092 0 -1 4202560 4341 0 0 0 68 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466579274296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31575] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31575/stat : 31575 (java) S 31556 31558 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466578222200 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31558/tid=31576] ppid=31556 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/31558/task/31576/stat : 31576 (java) S 31556 31558 30092 0 -1 4202560 103 0 0 0 43 49 0 0 20 0 19 0 290540767 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466577169608 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31558/tid=31604] ppid=31556 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31558/task/31604/stat : 31604 (java) S 31556 31558 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290543726 9856004096 926783 33554432000 1073741824 1073778376 140734255598912 140466576114600 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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): 1785.83
CPU time (s): 1800.49
CPU user time (s): 1797.58
CPU system time (s): 2.91556
CPU usage (%): 100.821
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.58
system time used= 2.91556
maximum resident set size= 3707248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35975
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41078
involuntary context switches= 22235

runsolver used 6.49101 second user time and 15.7816 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-29 00:28:42
IDJOB=3710440
IDBENCH=92637
IDSOLVER=2289
FILE ID=node108/3710440-1338244117
RUNJOBID= node108-1338240509-31238
PBS_JOBID= 14624630
Free space on /tmp= 71292 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_5_mh.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710440-1338244117/watcher-3710440-1338244117 -o /tmp/evaluation-result-3710440-1338244117/solver-3710440-1338244117 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710440-1338244117.opb

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

MD5SUM BENCH= 682ced1993335202bf2b9cca6b4feb1c
RANDOM SEED=1634569876

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.273
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.55
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.273
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.90
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.273
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:       32873844 kB
MemFree:        26548004 kB
Buffers:          336176 kB
Cached:          5158244 kB
SwapCached:            0 kB
Active:          1002636 kB
Inactive:        4507540 kB
Active(anon):      15696 kB
Inactive(anon):        0 kB
Active(file):     986940 kB
Inactive(file):  4507540 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            444516 kB
Writeback:             0 kB
AnonPages:         21572 kB
Mapped:            13720 kB
Shmem:               200 kB
Slab:             676172 kB
SReclaimable:     113648 kB
SUnreclaim:       562524 kB
KernelStack:        1432 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71292 MiB
End job on node108 at 2012-05-29 00:58:30