Trace number 3689822

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.17 909.339

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMda53a74913ae0ed6caffae915d70714d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11389
Best CPU time to get the best result obtained on this benchmark619.196
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 623794
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 623794
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689822-1337885265.opb
0.08/0.13	c reading problem ... 
12.03/8.15	c ... done. Wall clock time 8.026s.
12.03/8.15	c declared #vars     400896
12.03/8.15	c #constraints  402763
12.03/8.15	c constraints type 
12.03/8.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
12.03/8.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.03/8.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.03/8.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.03/8.15	c 402763 constraints processed.
12.03/8.15	c constraints type 
12.03/8.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.03/8.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
12.03/8.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.03/8.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.03/8.15	c 402763 constraints processed.
12.03/8.15	c objective function length is 892 literals
102.78/52.96	c cleaning 2497 clauses out of 4998 with flag 5000/5000
194.38/98.80	c cleaning 4240 clauses out of 8502 with flag 11001/11001
303.09/153.60	c cleaning 5623 clauses out of 11261 with flag 18000/18000
421.63/213.25	c cleaning 6802 clauses out of 13642 with flag 26004/26004
558.55/282.24	c cleaning 7755 clauses out of 15836 with flag 35000/35000
704.59/355.77	c cleaning 9008 clauses out of 18081 with flag 45000/45000
871.19/439.65	c cleaning 10037 clauses out of 20073 with flag 56000/56000
1046.74/528.11	c cleaning 10925 clauses out of 22037 with flag 68001/68001
1189.08/600.38	c cleaning 11732 clauses out of 24111 with flag 81000/81000
1361.50/687.26	c cleaning 13190 clauses out of 26379 with flag 95000/95000
1573.10/793.87	c cleaning 14076 clauses out of 28189 with flag 110000/110000
1783.31/899.70	c cleaning 15056 clauses out of 30114 with flag 126001/126001
1800.17/909.31	c starts		: 102
1800.17/909.31	c conflicts		: 126932
1800.17/909.31	c decisions		: 3272266
1800.17/909.31	c propagations		: 1619091493
1800.17/909.31	c inspects		: 1535405581
1800.17/909.31	c shortcuts		: 0
1800.17/909.31	c learnt literals	: 2
1800.17/909.31	c learnt binary clauses	: 1229
1800.17/909.31	c learnt ternary clauses	: 434
1800.17/909.31	c learnt constraints	: 126929
1800.17/909.31	c ignored constraints	: 0
1800.17/909.31	c root simplifications	: 0
1800.17/909.31	c removed literals (reason simplification)	: 9819767
1800.17/909.31	c reason swapping (by a shorter reason)	: 0
1800.17/909.31	c Calls to reduceDB	: 12
1800.17/909.31	c number of reductions to clauses (during analyze)	: 0
1800.17/909.31	c number of learned constraints concerned by reduction	: 0
1800.17/909.31	c number of learning phase by resolution	: 0
1800.17/909.31	c number of learning phase by cutting planes	: 0
1800.17/909.31	c speed (assignments/second)	: 1796844.317065727
1800.17/909.31	c non guided choices	7878
1800.17/909.32	c learnt constraints type 
1800.17/909.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1229
1800.17/909.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14762
1800.17/909.32	c constraints type 
1800.17/909.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.17/909.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.17/909.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.17/909.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.17/909.32	c 402763 constraints processed.
1800.17/909.32	c constraints type 
1800.17/909.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.17/909.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.17/909.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.17/909.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.17/909.32	c 402763 constraints processed.
1800.17/909.32	s UNKNOWN
1800.17/909.32	c Total wall clock time (in seconds): 909.194

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

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

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


[startup+0 s]
/proc/loadavg: 3.87 3.89 3.86 4/196 30373
/proc/meminfo: memFree=29605128/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30373/stat : 30373 (java) D 30371 30373 25184 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254651003 9515008 182 33554432000 1073741824 1073778376 140734694498592 140734694489624 239237676725 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30373/statm: 2323 182 140 9 0 71 0

[startup+0.00697795 s]
/proc/loadavg: 3.87 3.89 3.86 4/196 30373
/proc/meminfo: memFree=29605128/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30373/stat : 30373 (java) R 30371 30373 25184 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 254651003 9515008 184 33554432000 1073741824 1073778376 140734694498592 140734694489816 239237492151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30373/statm: 2323 184 142 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100212 s]
/proc/loadavg: 3.87 3.89 3.86 4/196 30373
/proc/meminfo: memFree=29605128/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 4206 0 1 0 7 1 0 0 20 0 18 0 254651003 9787813888 5396 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2389603 5400 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300255 s]
/proc/loadavg: 3.87 3.89 3.86 4/196 30373
/proc/meminfo: memFree=29605128/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 5792 0 1 0 45 1 0 0 20 0 18 0 254651003 9787813888 16578 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2389603 16578 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700288 s]
/proc/loadavg: 3.87 3.89 3.86 4/196 30373
/proc/meminfo: memFree=29605128/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9558412 CPUtime=1.5 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 14451 0 1 0 141 9 0 0 20 0 18 0 254651003 9787813888 52046 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2389603 52046 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 3.87 3.89 3.86 4/214 30391
/proc/meminfo: memFree=29318332/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9558412 CPUtime=2.77 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 15945 0 1 0 250 27 0 0 20 0 18 0 254651003 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2389603 157670 2248 9 0 2380296 0
[pid=30373/tid=30375] ppid=30371 vsize=9558412 CPUtime=1.26 cores=1,3,5,7
/proc/30373/task/30375/stat : 30375 (java) R 30371 30373 25184 0 -1 4202560 2851 0 1 0 117 9 0 0 20 0 18 0 254651004 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008118794776 239241061645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30376] ppid=30371 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30373/task/30376/stat : 30376 (java) S 30371 30373 25184 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 18 0 254651006 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008091249064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30377] ppid=30371 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30373/task/30377/stat : 30377 (java) S 30371 30373 25184 0 -1 4202560 93 0 0 0 6 2 0 0 20 0 18 0 254651006 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008090196520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30378] ppid=30371 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30373/task/30378/stat : 30378 (java) S 30371 30373 25184 0 -1 4202560 78 0 0 0 4 3 0 0 20 0 18 0 254651006 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008089143464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30379] ppid=30371 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/30373/task/30379/stat : 30379 (java) S 30371 30373 25184 0 -1 4202560 61 0 0 0 8 3 0 0 20 0 18 0 254651006 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008088090920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30380] ppid=30371 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30373/task/30380/stat : 30380 (java) S 30371 30373 25184 0 -1 4202560 179 0 0 0 7 2 0 0 20 0 18 0 254651006 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008087038888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30381] ppid=30371 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/30373/task/30381/stat : 30381 (java) S 30371 30373 25184 0 -1 4202560 111 0 0 0 5 1 0 0 20 0 18 0 254651006 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008085986344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30382] ppid=30371 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30373/task/30382/stat : 30382 (java) S 30371 30373 25184 0 -1 4202560 119 0 0 0 5 2 0 0 20 0 18 0 254651006 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008084933288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30383] ppid=30371 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30373/task/30383/stat : 30383 (java) S 30371 30373 25184 0 -1 4202560 156 0 0 0 5 2 0 0 20 0 18 0 254651006 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140008083880744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30384] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30384/stat : 30384 (java) S 30371 30373 25184 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140007471810920 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30385] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30385/stat : 30385 (java) S 30371 30373 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140007470757240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30386] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30386/stat : 30386 (java) S 30371 30373 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140007469704072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30387] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30387/stat : 30387 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140007468652816 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30388] ppid=30371 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/30373/task/30388/stat : 30388 (java) S 30371 30373 25184 0 -1 4202560 5558 0 0 0 36 0 0 0 20 0 18 0 254651010 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140007467600696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30389] ppid=30371 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/30373/task/30389/stat : 30389 (java) S 30371 30373 25184 0 -1 4202560 5061 0 0 0 36 0 0 0 20 0 18 0 254651010 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140007466548152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30390] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30390/stat : 30390 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140007465495288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30391] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30391/stat : 30391 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 157670 33554432000 1073741824 1073778376 140734805491424 140007464442952 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 9558412

[startup+3.10076 s]
/proc/loadavg: 3.87 3.89 3.86 4/214 30391
/proc/meminfo: memFree=28913704/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9558412 CPUtime=4.68 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 16694 0 1 0 429 39 0 0 20 0 18 0 254651003 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2389603 174683 2248 9 0 2380296 0
[pid=30373/tid=30375] ppid=30371 vsize=9558412 CPUtime=2.75 cores=1,3,5,7
/proc/30373/task/30375/stat : 30375 (java) R 30371 30373 25184 0 -1 4202560 2852 0 1 0 266 9 0 0 20 0 18 0 254651004 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008118788000 140007965180084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30376] ppid=30371 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/30373/task/30376/stat : 30376 (java) S 30371 30373 25184 0 -1 4202560 66 0 0 0 10 4 0 0 20 0 18 0 254651006 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008091249064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30377] ppid=30371 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/30373/task/30377/stat : 30377 (java) S 30371 30373 25184 0 -1 4202560 109 0 0 0 9 4 0 0 20 0 18 0 254651006 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008090196520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30378] ppid=30371 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/30373/task/30378/stat : 30378 (java) S 30371 30373 25184 0 -1 4202560 387 0 0 0 8 4 0 0 20 0 18 0 254651006 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008089143464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30379] ppid=30371 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/30373/task/30379/stat : 30379 (java) S 30371 30373 25184 0 -1 4202560 193 0 0 0 12 4 0 0 20 0 18 0 254651006 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008088090920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30380] ppid=30371 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/30373/task/30380/stat : 30380 (java) S 30371 30373 25184 0 -1 4202560 265 0 0 0 10 3 0 0 20 0 18 0 254651006 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008087038888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30381] ppid=30371 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30373/task/30381/stat : 30381 (java) S 30371 30373 25184 0 -1 4202560 122 0 0 0 7 2 0 0 20 0 18 0 254651006 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008085986344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30382] ppid=30371 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/30373/task/30382/stat : 30382 (java) S 30371 30373 25184 0 -1 4202560 251 0 0 0 11 4 0 0 20 0 18 0 254651006 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008084933288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30383] ppid=30371 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/30373/task/30383/stat : 30383 (java) S 30371 30373 25184 0 -1 4202560 172 0 0 0 9 3 0 0 20 0 18 0 254651006 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140008083880744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30384] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30384/stat : 30384 (java) S 30371 30373 25184 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140007471810920 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30385] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30385/stat : 30385 (java) S 30371 30373 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140007470757240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30386] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30386/stat : 30386 (java) S 30371 30373 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140007469704072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30387] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30387/stat : 30387 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140007468652816 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30388] ppid=30371 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/30373/task/30388/stat : 30388 (java) S 30371 30373 25184 0 -1 4202560 5558 0 0 0 36 0 0 0 20 0 18 0 254651010 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140007467600696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30389] ppid=30371 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/30373/task/30389/stat : 30389 (java) S 30371 30373 25184 0 -1 4202560 5061 0 0 0 36 0 0 0 20 0 18 0 254651010 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140007466548152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30390] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30390/stat : 30390 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140007465495288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30391] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30391/stat : 30391 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 174683 33554432000 1073741824 1073778376 140734805491424 140007464442952 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9558412

[startup+6.30083 s]
/proc/loadavg: 4.36 3.99 3.89 4/215 30392
/proc/meminfo: memFree=27246388/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9558412 CPUtime=9.84 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 20955 0 1 0 877 107 0 0 20 0 18 0 254651003 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2389603 604280 2248 9 0 2380296 0
[pid=30373/tid=30375] ppid=30371 vsize=9558412 CPUtime=5.26 cores=1,3,5,7
/proc/30373/task/30375/stat : 30375 (java) R 30371 30373 25184 0 -1 4202560 4067 0 1 0 491 35 0 0 20 0 18 0 254651004 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008118795032 140008126561370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30376] ppid=30371 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/30373/task/30376/stat : 30376 (java) S 30371 30373 25184 0 -1 4202560 366 0 0 0 40 9 0 0 20 0 18 0 254651006 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008091249064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30377] ppid=30371 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/30373/task/30377/stat : 30377 (java) S 30371 30373 25184 0 -1 4202560 375 0 0 0 37 11 0 0 20 0 18 0 254651006 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008090196520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30378] ppid=30371 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/30373/task/30378/stat : 30378 (java) S 30371 30373 25184 0 -1 4202560 488 0 0 0 38 9 0 0 20 0 18 0 254651006 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008089143464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30379] ppid=30371 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/30373/task/30379/stat : 30379 (java) S 30371 30373 25184 0 -1 4202560 515 0 0 0 44 10 0 0 20 0 18 0 254651006 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008088090920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30380] ppid=30371 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/30373/task/30380/stat : 30380 (java) S 30371 30373 25184 0 -1 4202560 949 0 0 0 41 10 0 0 20 0 18 0 254651006 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008087038888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30381] ppid=30371 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/30373/task/30381/stat : 30381 (java) S 30371 30373 25184 0 -1 4202560 204 0 0 0 30 7 0 0 20 0 18 0 254651006 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008085986344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30382] ppid=30371 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/30373/task/30382/stat : 30382 (java) S 30371 30373 25184 0 -1 4202560 474 0 0 0 34 7 0 0 20 0 18 0 254651006 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008084933288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30383] ppid=30371 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/30373/task/30383/stat : 30383 (java) S 30371 30373 25184 0 -1 4202560 457 0 0 0 33 8 0 0 20 0 18 0 254651006 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140008083880744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30384] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30384/stat : 30384 (java) S 30371 30373 25184 0 -1 4202560 1267 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140007471810920 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30385] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30385/stat : 30385 (java) S 30371 30373 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140007470757240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30386] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30386/stat : 30386 (java) S 30371 30373 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254651007 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140007469704072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30387] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30387/stat : 30387 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140007468652816 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30388] ppid=30371 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/30373/task/30388/stat : 30388 (java) S 30371 30373 25184 0 -1 4202560 5558 0 0 0 36 0 0 0 20 0 18 0 254651010 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140007467600696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30389] ppid=30371 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/30373/task/30389/stat : 30389 (java) S 30371 30373 25184 0 -1 4202560 5061 0 0 0 36 0 0 0 20 0 18 0 254651010 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140007466548152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30390] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30390/stat : 30390 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140007465495288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30391] ppid=30371 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30391/stat : 30391 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254651010 9787813888 604280 33554432000 1073741824 1073778376 140734805491424 140007464442952 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 4.33 3.99 3.89 5/219 30396
/proc/meminfo: memFree=26801232/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9824668 CPUtime=22.22 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 25427 0 1 0 2105 117 0 0 20 0 22 0 254651003 10060460032 701593 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2456167 701593 2266 9 0 2446860 0
[pid=30373/tid=30375] ppid=30371 vsize=9824668 CPUtime=7.05 cores=1,3,5,7

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

/proc/30373/statm: 2456167 757643 2283 9 0 2446860 0
[pid=30373/tid=30375] ppid=30371 vsize=9824668 CPUtime=7.1 cores=1,3,5,7
/proc/30373/task/30375/stat : 30375 (java) S 30371 30373 25184 0 -1 4202560 4277 0 1 0 667 43 0 0 20 0 22 0 254651004 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008118797304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30376] ppid=30371 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/30373/task/30376/stat : 30376 (java) S 30371 30373 25184 0 -1 4202560 379 0 0 0 46 10 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008091249064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30377] ppid=30371 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/30373/task/30377/stat : 30377 (java) S 30371 30373 25184 0 -1 4202560 408 0 0 0 44 13 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008090196520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30378] ppid=30371 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/30373/task/30378/stat : 30378 (java) S 30371 30373 25184 0 -1 4202560 494 0 0 0 41 10 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008089143464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30379] ppid=30371 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/30373/task/30379/stat : 30379 (java) S 30371 30373 25184 0 -1 4202560 534 0 0 0 49 11 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008088090920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30380] ppid=30371 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/30373/task/30380/stat : 30380 (java) S 30371 30373 25184 0 -1 4202560 964 0 0 0 45 11 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008087038888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30381] ppid=30371 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/30373/task/30381/stat : 30381 (java) S 30371 30373 25184 0 -1 4202560 220 0 0 0 37 8 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008085986344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30382] ppid=30371 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/30373/task/30382/stat : 30382 (java) S 30371 30373 25184 0 -1 4202560 489 0 0 0 43 8 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008084933288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30383] ppid=30371 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/30373/task/30383/stat : 30383 (java) S 30371 30373 25184 0 -1 4202560 463 0 0 0 37 8 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008083880744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30384] ppid=30371 vsize=9824668 CPUtime=14.35 cores=1,3,5,7
/proc/30373/task/30384/stat : 30384 (java) S 30371 30373 25184 0 -1 4202560 1519 0 0 0 1431 4 0 0 20 0 22 0 254651007 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007471810920 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30385] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30385/stat : 30385 (java) S 30371 30373 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254651007 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007470757240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30386] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30386/stat : 30386 (java) S 30371 30373 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254651007 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007469704072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30387] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30387/stat : 30387 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007468652816 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30388] ppid=30371 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/30373/task/30388/stat : 30388 (java) S 30371 30373 25184 0 -1 4202560 5664 0 0 0 144 2 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007467600696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30389] ppid=30371 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/30373/task/30389/stat : 30389 (java) S 30371 30373 25184 0 -1 4202560 15125 0 0 0 193 2 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007466548152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30390] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30390/stat : 30390 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007465495288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30391] ppid=30371 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/30373/task/30391/stat : 30391 (java) S 30371 30373 25184 0 -1 4202560 47 0 0 0 21 18 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007464442952 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30393] ppid=30371 vsize=9824668 CPUtime=797.42 cores=1,3,5,7
/proc/30373/task/30393/stat : 30393 (java) R 30371 30373 25184 0 -1 4202560 38 0 0 0 79729 13 0 0 20 0 22 0 254651819 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007463387488 140007965710197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30394] ppid=30371 vsize=9824668 CPUtime=797.51 cores=1,3,5,7
/proc/30373/task/30394/stat : 30394 (java) R 30371 30373 25184 0 -1 4202560 77 0 0 0 79739 12 0 0 20 0 22 0 254651819 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007462333024 140007965867173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30395] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30395/stat : 30395 (java) S 30371 30373 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651827 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007461282600 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30396] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30396/stat : 30396 (java) S 30371 30373 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651827 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007460230056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1628.52
Current children cumulated vsize (KiB) 9824668

[startup+882.308 s]
/proc/loadavg: 3.95 3.94 3.91 5/219 30501
/proc/meminfo: memFree=24777760/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9824668 CPUtime=1748.52 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 31890 0 1 0 174701 151 0 0 20 0 22 0 254651003 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2456167 757643 2283 9 0 2446860 0
[pid=30373/tid=30375] ppid=30371 vsize=9824668 CPUtime=7.11 cores=1,3,5,7
/proc/30373/task/30375/stat : 30375 (java) S 30371 30373 25184 0 -1 4202560 4277 0 1 0 667 44 0 0 20 0 22 0 254651004 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008118797304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30376] ppid=30371 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/30373/task/30376/stat : 30376 (java) S 30371 30373 25184 0 -1 4202560 379 0 0 0 46 10 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008091249064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30377] ppid=30371 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/30373/task/30377/stat : 30377 (java) S 30371 30373 25184 0 -1 4202560 408 0 0 0 44 13 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008090196520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30378] ppid=30371 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/30373/task/30378/stat : 30378 (java) S 30371 30373 25184 0 -1 4202560 494 0 0 0 41 10 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008089143464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30379] ppid=30371 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/30373/task/30379/stat : 30379 (java) S 30371 30373 25184 0 -1 4202560 534 0 0 0 49 11 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008088090920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30380] ppid=30371 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/30373/task/30380/stat : 30380 (java) S 30371 30373 25184 0 -1 4202560 964 0 0 0 45 11 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008087038888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30381] ppid=30371 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/30373/task/30381/stat : 30381 (java) S 30371 30373 25184 0 -1 4202560 220 0 0 0 37 8 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008085986344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30382] ppid=30371 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/30373/task/30382/stat : 30382 (java) S 30371 30373 25184 0 -1 4202560 489 0 0 0 43 8 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008084933288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30383] ppid=30371 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/30373/task/30383/stat : 30383 (java) S 30371 30373 25184 0 -1 4202560 463 0 0 0 37 8 0 0 20 0 22 0 254651006 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140008083880744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30384] ppid=30371 vsize=9824668 CPUtime=14.35 cores=1,3,5,7
/proc/30373/task/30384/stat : 30384 (java) S 30371 30373 25184 0 -1 4202560 1519 0 0 0 1431 4 0 0 20 0 22 0 254651007 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007471810920 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30385] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30385/stat : 30385 (java) S 30371 30373 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254651007 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007470757240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30386] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30386/stat : 30386 (java) S 30371 30373 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254651007 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007469704072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30387] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30387/stat : 30387 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007468652816 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30388] ppid=30371 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/30373/task/30388/stat : 30388 (java) S 30371 30373 25184 0 -1 4202560 5664 0 0 0 144 2 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007467600696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30389] ppid=30371 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/30373/task/30389/stat : 30389 (java) S 30371 30373 25184 0 -1 4202560 15126 0 0 0 193 2 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007466548152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30390] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30390/stat : 30390 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007465495288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30391] ppid=30371 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/30373/task/30391/stat : 30391 (java) S 30371 30373 25184 0 -1 4202560 51 0 0 0 22 19 0 0 20 0 22 0 254651010 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007464442952 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30393] ppid=30371 vsize=9824668 CPUtime=857.25 cores=1,3,5,7
/proc/30373/task/30393/stat : 30393 (java) R 30371 30373 25184 0 -1 4202560 38 0 0 0 85711 14 0 0 20 0 22 0 254651819 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007463387488 140007965691776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30394] ppid=30371 vsize=9824668 CPUtime=857.36 cores=1,3,5,7
/proc/30373/task/30394/stat : 30394 (java) R 30371 30373 25184 0 -1 4202560 77 0 0 0 85723 13 0 0 20 0 22 0 254651819 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007462335224 140007965488062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30395] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30395/stat : 30395 (java) S 30371 30373 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651827 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007461282600 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30396] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30396/stat : 30396 (java) S 30371 30373 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651827 10060460032 757643 33554432000 1073741824 1073778376 140734805491424 140007460230056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1748.52
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.301 s]
/proc/loadavg: 3.97 3.95 3.91 5/219 30501
/proc/meminfo: memFree=24777884/32873844 swapFree=7388/7388
[pid=30373] ppid=30371 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/30373/stat : 30373 (java) S 30371 30373 25184 0 -1 4202496 31897 0 1 0 179865 152 0 0 20 0 22 0 254651003 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140734805482560 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30373/statm: 2456167 757641 2283 9 0 2446860 0
[pid=30373/tid=30375] ppid=30371 vsize=9824668 CPUtime=7.11 cores=1,3,5,7
/proc/30373/task/30375/stat : 30375 (java) S 30371 30373 25184 0 -1 4202560 4278 0 1 0 667 44 0 0 20 0 22 0 254651004 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008118797304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30376] ppid=30371 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/30373/task/30376/stat : 30376 (java) S 30371 30373 25184 0 -1 4202560 379 0 0 0 46 10 0 0 20 0 22 0 254651006 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008091249064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30377] ppid=30371 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/30373/task/30377/stat : 30377 (java) S 30371 30373 25184 0 -1 4202560 408 0 0 0 44 13 0 0 20 0 22 0 254651006 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008090196520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30378] ppid=30371 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/30373/task/30378/stat : 30378 (java) S 30371 30373 25184 0 -1 4202560 494 0 0 0 41 10 0 0 20 0 22 0 254651006 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008089143464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30379] ppid=30371 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/30373/task/30379/stat : 30379 (java) S 30371 30373 25184 0 -1 4202560 534 0 0 0 49 11 0 0 20 0 22 0 254651006 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008088090920 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30380] ppid=30371 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/30373/task/30380/stat : 30380 (java) S 30371 30373 25184 0 -1 4202560 964 0 0 0 45 11 0 0 20 0 22 0 254651006 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008087038888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30381] ppid=30371 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/30373/task/30381/stat : 30381 (java) S 30371 30373 25184 0 -1 4202560 220 0 0 0 37 8 0 0 20 0 22 0 254651006 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008085986344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30382] ppid=30371 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/30373/task/30382/stat : 30382 (java) S 30371 30373 25184 0 -1 4202560 489 0 0 0 43 8 0 0 20 0 22 0 254651006 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008084933288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30383] ppid=30371 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/30373/task/30383/stat : 30383 (java) S 30371 30373 25184 0 -1 4202560 463 0 0 0 37 8 0 0 20 0 22 0 254651006 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140008083880744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30384] ppid=30371 vsize=9824668 CPUtime=16.7 cores=1,3,5,7
/proc/30373/task/30384/stat : 30384 (java) S 30371 30373 25184 0 -1 4202560 1523 0 0 0 1665 5 0 0 20 0 22 0 254651007 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007471810920 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30385] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30385/stat : 30385 (java) S 30371 30373 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254651007 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007470757240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30386] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30386/stat : 30386 (java) S 30371 30373 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254651007 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007469704072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30387] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30387/stat : 30387 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254651010 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007468652816 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30388] ppid=30371 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/30373/task/30388/stat : 30388 (java) S 30371 30373 25184 0 -1 4202560 5664 0 0 0 144 2 0 0 20 0 22 0 254651010 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007467600696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30389] ppid=30371 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/30373/task/30389/stat : 30389 (java) S 30371 30373 25184 0 -1 4202560 15126 0 0 0 193 2 0 0 20 0 22 0 254651010 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007466548152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30390] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30390/stat : 30390 (java) S 30371 30373 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254651010 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007465495288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30373/tid=30391] ppid=30371 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/30373/task/30391/stat : 30391 (java) S 30371 30373 25184 0 -1 4202560 53 0 0 0 22 20 0 0 20 0 22 0 254651010 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007464442952 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30393] ppid=30371 vsize=9824668 CPUtime=881.83 cores=1,3,5,7
/proc/30373/task/30393/stat : 30393 (java) R 30371 30373 25184 0 -1 4202560 38 0 0 0 88169 14 0 0 20 0 22 0 254651819 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007463387488 140007965527856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30373/tid=30394] ppid=30371 vsize=9824668 CPUtime=881.95 cores=1,3,5,7
/proc/30373/task/30394/stat : 30394 (java) R 30371 30373 25184 0 -1 4202560 77 0 0 0 88182 13 0 0 20 0 22 0 254651819 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007462333024 140007965487991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30373/tid=30395] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30395/stat : 30395 (java) S 30371 30373 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651827 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007461282600 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30373/tid=30396] ppid=30371 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30373/task/30396/stat : 30396 (java) S 30371 30373 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254651827 10060460032 757641 33554432000 1073741824 1073778376 140734805491424 140007460230056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30373 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=19267
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=962701
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 909.339
CPU time (s): 1800.17
CPU user time (s): 1798.65
CPU system time (s): 1.52
CPU usage (%): 197.965
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 1.9627
maximum resident set size= 3030684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31929
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22214
involuntary context switches= 17958

runsolver used 3.89241 second user time and 8.79166 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 20:47:46
IDJOB=3689822
IDBENCH=90937
IDSOLVER=2268
FILE ID=node147/3689822-1337885265
RUNJOBID= node147-1337871880-25201
PBS_JOBID= 14620057
Free space on /tmp= 71688 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689822-1337885265/watcher-3689822-1337885265 -o /tmp/evaluation-result-3689822-1337885265/solver-3689822-1337885265 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689822-1337885265.opb

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=1721763397

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        29605384 kB
Buffers:          230000 kB
Cached:          1480308 kB
SwapCached:         6180 kB
Active:          1150628 kB
Inactive:        1342912 kB
Active(anon):     779176 kB
Inactive(anon):     6780 kB
Active(file):     371452 kB
Inactive(file):  1336132 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:             27908 kB
Writeback:             0 kB
AnonPages:        789836 kB
Mapped:            17948 kB
Shmem:                 0 kB
Slab:             632200 kB
SReclaimable:      73144 kB
SUnreclaim:       559056 kB
KernelStack:        1608 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1087532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 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= 71688 MiB
End job on node147 at 2012-05-24 21:02:57