Trace number 3689848

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.02 908.746

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM3b8362af58c9130644833689fa0f2100
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
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 1605
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 6694
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 62779
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/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-3689848-1337885544.opb
0.08/0.13	c reading problem ... 
12.21/8.45	c ... done. Wall clock time 8.326s.
12.21/8.45	c declared #vars     400896
12.21/8.45	c #constraints  402763
12.21/8.45	c constraints type 
12.21/8.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
12.21/8.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.21/8.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.21/8.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.21/8.45	c 402763 constraints processed.
12.21/8.45	c constraints type 
12.21/8.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.21/8.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
12.21/8.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.21/8.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.21/8.46	c 402763 constraints processed.
12.21/8.46	c objective function length is 1605 literals
149.46/76.48	c cleaning 2489 clauses out of 5001 with flag 5001/5001
279.37/141.71	c cleaning 4245 clauses out of 8512 with flag 11001/11001
469.62/237.59	c cleaning 5631 clauses out of 11267 with flag 18001/18001
642.34/324.59	c cleaning 6362 clauses out of 13633 with flag 26001/26001
771.81/390.21	c cleaning 8069 clauses out of 16271 with flag 35001/35001
925.55/467.77	c cleaning 9062 clauses out of 18201 with flag 45000/45000
1119.89/565.66	c cleaning 10048 clauses out of 20140 with flag 56001/56001
1284.32/648.56	c cleaning 10889 clauses out of 22091 with flag 68000/68000
1462.99/738.87	c cleaning 11943 clauses out of 24202 with flag 81000/81000
1700.64/858.38	c cleaning 13114 clauses out of 26259 with flag 95000/95000
1800.02/908.72	c starts		: 90
1800.02/908.72	c conflicts		: 101886
1800.02/908.72	c decisions		: 4675532
1800.02/908.72	c propagations		: 2382654466
1800.02/908.72	c inspects		: 1622648223
1800.02/908.72	c shortcuts		: 0
1800.02/908.72	c learnt literals	: 3
1800.02/908.72	c learnt binary clauses	: 1259
1800.02/908.72	c learnt ternary clauses	: 536
1800.02/908.72	c learnt constraints	: 101883
1800.02/908.72	c ignored constraints	: 0
1800.02/908.72	c root simplifications	: 0
1800.02/908.72	c removed literals (reason simplification)	: 6956075
1800.02/908.72	c reason swapping (by a shorter reason)	: 0
1800.02/908.72	c Calls to reduceDB	: 10
1800.02/908.72	c number of reductions to clauses (during analyze)	: 0
1800.02/908.72	c number of learned constraints concerned by reduction	: 0
1800.02/908.72	c number of learning phase by resolution	: 0
1800.02/908.72	c number of learning phase by cutting planes	: 0
1800.02/908.72	c speed (assignments/second)	: 2646881.876433053
1800.02/908.72	c non guided choices	1
1800.02/908.73	c learnt constraints type 
1800.02/908.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1259
1800.02/908.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18773
1800.02/908.73	c constraints type 
1800.02/908.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.02/908.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.02/908.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.02/908.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/908.73	c 402763 constraints processed.
1800.02/908.73	c constraints type 
1800.02/908.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.02/908.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.02/908.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.02/908.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/908.73	c 402763 constraints processed.
1800.02/908.73	s UNKNOWN
1800.02/908.73	c Total wall clock time (in seconds): 908.598

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-3689848-1337885544/watcher-3689848-1337885544 -o /tmp/evaluation-result-3689848-1337885544/solver-3689848-1337885544 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689848-1337885544.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.82 3.91 3.90 4/197 28914
/proc/meminfo: memFree=26646232/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/28914/stat : 28914 (java) R 28912 28914 23801 0 -1 4202496 168 0 0 0 0 0 0 0 20 0 1 0 254680096 9379840 105 33554432000 1073741824 1073778376 140734876395312 140734876392440 214369002016 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28914/statm: 2290 122 94 9 0 38 0

[startup+0.0836699 s]
/proc/loadavg: 3.82 3.91 3.90 4/197 28914
/proc/meminfo: memFree=26646232/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 3277 0 1 0 4 1 0 0 20 0 18 0 254680096 9787813888 4486 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2389603 4487 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100333 s]
/proc/loadavg: 3.82 3.91 3.90 4/197 28914
/proc/meminfo: memFree=26646232/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 4041 0 1 0 7 1 0 0 20 0 18 0 254680096 9787813888 5229 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2389603 5229 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300217 s]
/proc/loadavg: 3.82 3.91 3.90 4/197 28914
/proc/meminfo: memFree=26646232/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 5974 0 1 0 45 3 0 0 20 0 18 0 254680096 9787813888 16231 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2389603 16231 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700283 s]
/proc/loadavg: 3.82 3.91 3.90 4/197 28914
/proc/meminfo: memFree=26646232/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9558412 CPUtime=1.53 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 14282 0 1 0 143 10 0 0 20 0 18 0 254680096 9787813888 52038 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2389603 52038 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9558412

[startup+1.50072 s]
/proc/loadavg: 3.82 3.91 3.90 4/215 28932
/proc/meminfo: memFree=26410388/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9558412 CPUtime=2.81 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 15797 0 1 0 251 30 0 0 20 0 18 0 254680096 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2389603 157688 2248 9 0 2380296 0
[pid=28914/tid=28916] ppid=28912 vsize=9558412 CPUtime=1.25 cores=1,3,5,7
/proc/28914/task/28916/stat : 28916 (java) R 28912 28914 23801 0 -1 4202560 2851 0 1 0 114 11 0 0 20 0 18 0 254680097 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508332863472 140508340636769 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28917] ppid=28912 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28914/task/28917/stat : 28917 (java) S 28912 28914 23801 0 -1 4202560 148 0 0 0 7 3 0 0 20 0 18 0 254680098 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508321934120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28918] ppid=28912 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/28914/task/28918/stat : 28918 (java) S 28912 28914 23801 0 -1 4202560 102 0 0 0 6 2 0 0 20 0 18 0 254680098 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508320881320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28919] ppid=28912 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28914/task/28919/stat : 28919 (java) S 28912 28914 23801 0 -1 4202560 206 0 0 0 8 2 0 0 20 0 18 0 254680098 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508319829032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28920] ppid=28912 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28914/task/28920/stat : 28920 (java) S 28912 28914 23801 0 -1 4202560 224 0 0 0 8 2 0 0 20 0 18 0 254680098 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508318776232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28921] ppid=28912 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28914/task/28921/stat : 28921 (java) S 28912 28914 23801 0 -1 4202560 36 0 0 0 7 3 0 0 20 0 18 0 254680098 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508317722920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28922] ppid=28912 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28914/task/28922/stat : 28922 (java) S 28912 28914 23801 0 -1 4202560 46 0 0 0 6 3 0 0 20 0 18 0 254680098 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508316670120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28923] ppid=28912 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/28914/task/28923/stat : 28923 (java) S 28912 28914 23801 0 -1 4202560 80 0 0 0 4 2 0 0 20 0 18 0 254680098 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508315617832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28924] ppid=28912 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/28914/task/28924/stat : 28924 (java) S 28912 28914 23801 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 18 0 254680098 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508314565032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28925] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28925/stat : 28925 (java) S 28912 28914 23801 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 18 0 254680099 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508157094632 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28926] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28926/stat : 28926 (java) S 28912 28914 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254680100 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508156040696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28927] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28927/stat : 28927 (java) S 28912 28914 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254680100 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508154988296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28928] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28928/stat : 28928 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508153936784 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28929] ppid=28912 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/28914/task/28929/stat : 28929 (java) S 28912 28914 23801 0 -1 4202560 4912 0 0 0 36 1 0 0 20 0 18 0 254680103 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508152883384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28930] ppid=28912 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28914/task/28930/stat : 28930 (java) S 28912 28914 23801 0 -1 4202560 5531 0 0 0 36 0 0 0 20 0 18 0 254680103 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508151830584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28931] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28931/stat : 28931 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508150778488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28932] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28932/stat : 28932 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 157688 33554432000 1073741824 1073778376 140733727835280 140508149725896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 9558412

[startup+3.10068 s]
/proc/loadavg: 3.82 3.91 3.90 11/215 28932
/proc/meminfo: memFree=25948788/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9558412 CPUtime=4.74 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 16573 0 1 0 434 40 0 0 20 0 18 0 254680096 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2389603 174730 2248 9 0 2380296 0
[pid=28914/tid=28916] ppid=28912 vsize=9558412 CPUtime=2.72 cores=1,3,5,7
/proc/28914/task/28916/stat : 28916 (java) R 28912 28914 23801 0 -1 4202560 2852 0 1 0 260 12 0 0 20 0 18 0 254680097 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508332863360 140508194554708 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28917] ppid=28912 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/28914/task/28917/stat : 28917 (java) S 28912 28914 23801 0 -1 4202560 311 0 0 0 10 3 0 0 20 0 18 0 254680098 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508321934120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28918] ppid=28912 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/28914/task/28918/stat : 28918 (java) S 28912 28914 23801 0 -1 4202560 220 0 0 0 10 4 0 0 20 0 18 0 254680098 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508320881320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28919] ppid=28912 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/28914/task/28919/stat : 28919 (java) S 28912 28914 23801 0 -1 4202560 238 0 0 0 12 4 0 0 20 0 18 0 254680098 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508319829032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28920] ppid=28912 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/28914/task/28920/stat : 28920 (java) S 28912 28914 23801 0 -1 4202560 404 0 0 0 12 4 0 0 20 0 18 0 254680098 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508318776232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28921] ppid=28912 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/28914/task/28921/stat : 28921 (java) S 28912 28914 23801 0 -1 4202560 52 0 0 0 11 4 0 0 20 0 18 0 254680098 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508317722920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28922] ppid=28912 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/28914/task/28922/stat : 28922 (java) S 28912 28914 23801 0 -1 4202560 225 0 0 0 12 5 0 0 20 0 18 0 254680098 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508316670120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28923] ppid=28912 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/28914/task/28923/stat : 28923 (java) S 28912 28914 23801 0 -1 4202560 129 0 0 0 8 3 0 0 20 0 18 0 254680098 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508315617832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28924] ppid=28912 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/28914/task/28924/stat : 28924 (java) S 28912 28914 23801 0 -1 4202560 41 0 0 0 9 3 0 0 20 0 18 0 254680098 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508314565032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28925] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28925/stat : 28925 (java) S 28912 28914 23801 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 18 0 254680099 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508157094632 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28926] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28926/stat : 28926 (java) S 28912 28914 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254680100 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508156040696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28927] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28927/stat : 28927 (java) S 28912 28914 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254680100 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508154988296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28928] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28928/stat : 28928 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508153936784 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28929] ppid=28912 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/28914/task/28929/stat : 28929 (java) S 28912 28914 23801 0 -1 4202560 4912 0 0 0 36 1 0 0 20 0 18 0 254680103 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508152883384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28930] ppid=28912 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28914/task/28930/stat : 28930 (java) S 28912 28914 23801 0 -1 4202560 5531 0 0 0 36 0 0 0 20 0 18 0 254680103 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508151830584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28931] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28931/stat : 28931 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508150778488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28932] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28932/stat : 28932 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 174730 33554432000 1073741824 1073778376 140733727835280 140508149725896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9558412

[startup+6.3009 s]
/proc/loadavg: 3.75 3.90 3.89 4/215 28932
/proc/meminfo: memFree=24288304/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9558412 CPUtime=9.84 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 20647 0 1 0 876 108 0 0 20 0 18 0 254680096 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2389603 603349 2248 9 0 2380296 0
[pid=28914/tid=28916] ppid=28912 vsize=9558412 CPUtime=5.24 cores=1,3,5,7
/proc/28914/task/28916/stat : 28916 (java) R 28912 28914 23801 0 -1 4202560 4043 0 1 0 487 37 0 0 20 0 18 0 254680097 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508332863360 140508340636769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28917] ppid=28912 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/28914/task/28917/stat : 28917 (java) S 28912 28914 23801 0 -1 4202560 595 0 0 0 40 9 0 0 20 0 18 0 254680098 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508321934120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28918] ppid=28912 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28914/task/28918/stat : 28918 (java) S 28912 28914 23801 0 -1 4202560 585 0 0 0 30 6 0 0 20 0 18 0 254680098 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508320881320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28919] ppid=28912 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/28914/task/28919/stat : 28919 (java) S 28912 28914 23801 0 -1 4202560 509 0 0 0 40 10 0 0 20 0 18 0 254680098 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508319829032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28920] ppid=28912 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/28914/task/28920/stat : 28920 (java) S 28912 28914 23801 0 -1 4202560 495 0 0 0 38 8 0 0 20 0 18 0 254680098 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508318776232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28921] ppid=28912 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/28914/task/28921/stat : 28921 (java) S 28912 28914 23801 0 -1 4202560 253 0 0 0 39 9 0 0 20 0 18 0 254680098 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508317722920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28922] ppid=28912 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/28914/task/28922/stat : 28922 (java) S 28912 28914 23801 0 -1 4202560 564 0 0 0 38 10 0 0 20 0 18 0 254680098 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508316670120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28923] ppid=28912 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/28914/task/28923/stat : 28923 (java) S 28912 28914 23801 0 -1 4202560 406 0 0 0 38 9 0 0 20 0 18 0 254680098 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508315617832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28924] ppid=28912 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/28914/task/28924/stat : 28924 (java) S 28912 28914 23801 0 -1 4202560 313 0 0 0 36 8 0 0 20 0 18 0 254680098 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508314565032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28925] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28925/stat : 28925 (java) S 28912 28914 23801 0 -1 4202560 1267 0 0 0 0 0 0 0 20 0 18 0 254680099 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508157094632 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28926] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28926/stat : 28926 (java) S 28912 28914 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254680100 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508156040696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28927] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28927/stat : 28927 (java) S 28912 28914 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254680100 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508154988296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28928] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28928/stat : 28928 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508153936784 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28929] ppid=28912 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/28914/task/28929/stat : 28929 (java) S 28912 28914 23801 0 -1 4202560 4912 0 0 0 36 1 0 0 20 0 18 0 254680103 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508152883384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28930] ppid=28912 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28914/task/28930/stat : 28930 (java) S 28912 28914 23801 0 -1 4202560 5531 0 0 0 36 0 0 0 20 0 18 0 254680103 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508151830584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28931] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28931/stat : 28931 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508150778488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28932] ppid=28912 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28932/stat : 28932 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254680103 9787813888 603349 33554432000 1073741824 1073778376 140733727835280 140508149725896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 9558412

[startup+12.701 s]
/proc/loadavg: 3.69 3.88 3.89 5/219 28936
/proc/meminfo: memFree=23848964/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9824668 CPUtime=21.47 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 21024 0 1 0 2030 117 0 0 20 0 22 0 254680096 10060460032 700268 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2456167 700268 2269 9 0 2446860 0
[pid=28914/tid=28916] ppid=28912 vsize=9824668 CPUtime=7.32 cores=1,3,5,7

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

/proc/28914/statm: 2456167 767548 2282 9 0 2446860 0
[pid=28914/tid=28916] ppid=28912 vsize=9824668 CPUtime=7.38 cores=1,3,5,7
/proc/28914/task/28916/stat : 28916 (java) S 28912 28914 23801 0 -1 4202560 4252 0 1 0 691 47 0 0 20 0 22 0 254680097 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508332872696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28917] ppid=28912 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/28914/task/28917/stat : 28917 (java) S 28912 28914 23801 0 -1 4202560 619 0 0 0 47 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508321934120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28918] ppid=28912 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/28914/task/28918/stat : 28918 (java) S 28912 28914 23801 0 -1 4202560 615 0 0 0 36 9 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508320881320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28919] ppid=28912 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28914/task/28919/stat : 28919 (java) S 28912 28914 23801 0 -1 4202560 544 0 0 0 48 13 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508319829032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28920] ppid=28912 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/28914/task/28920/stat : 28920 (java) S 28912 28914 23801 0 -1 4202560 535 0 0 0 48 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508318776232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28921] ppid=28912 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/28914/task/28921/stat : 28921 (java) S 28912 28914 23801 0 -1 4202560 291 0 0 0 49 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508317722920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28922] ppid=28912 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/28914/task/28922/stat : 28922 (java) S 28912 28914 23801 0 -1 4202560 588 0 0 0 45 12 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508316670120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28923] ppid=28912 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/28914/task/28923/stat : 28923 (java) S 28912 28914 23801 0 -1 4202560 475 0 0 0 48 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508315617832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28924] ppid=28912 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28914/task/28924/stat : 28924 (java) S 28912 28914 23801 0 -1 4202560 388 0 0 0 56 13 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508314565032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28925] ppid=28912 vsize=9824668 CPUtime=13.22 cores=1,3,5,7
/proc/28914/task/28925/stat : 28925 (java) S 28912 28914 23801 0 -1 4202560 1487 0 0 0 1318 4 0 0 20 0 22 0 254680099 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508157094632 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28926] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28926/stat : 28926 (java) S 28912 28914 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254680100 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508156040696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28927] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28927/stat : 28927 (java) S 28912 28914 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254680100 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508154988296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28928] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28928/stat : 28928 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508153936784 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28929] ppid=28912 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/28914/task/28929/stat : 28929 (java) S 28912 28914 23801 0 -1 4202560 4942 0 0 0 131 1 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508152883384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28930] ppid=28912 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/28914/task/28930/stat : 28930 (java) S 28912 28914 23801 0 -1 4202560 5601 0 0 0 125 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508151830584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28931] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28931/stat : 28931 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508150778488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28932] ppid=28912 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/28914/task/28932/stat : 28932 (java) S 28912 28914 23801 0 -1 4202560 47 0 0 0 26 20 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508149725896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28933] ppid=28912 vsize=9824668 CPUtime=798.32 cores=1,3,5,7
/proc/28914/task/28933/stat : 28933 (java) R 28912 28914 23801 0 -1 4202560 39 0 0 0 79820 12 0 0 20 0 22 0 254680942 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508148671184 140508195191007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28934] ppid=28912 vsize=9824668 CPUtime=798.08 cores=1,3,5,7
/proc/28914/task/28934/stat : 28934 (java) R 28912 28914 23801 0 -1 4202560 71 0 0 0 79795 13 0 0 20 0 22 0 254680942 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508147616224 140508195428428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28935] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28935/stat : 28935 (java) S 28912 28914 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254680950 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508146566824 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28936] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28936/stat : 28936 (java) S 28912 28914 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254680950 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508145514024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1628.64
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.93 3.91 3.90 5/219 29033
/proc/meminfo: memFree=24402756/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9824668 CPUtime=1747.21 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 21688 0 1 0 174562 159 0 0 20 0 22 0 254680096 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2456167 767548 2282 9 0 2446860 0
[pid=28914/tid=28916] ppid=28912 vsize=9824668 CPUtime=7.38 cores=1,3,5,7
/proc/28914/task/28916/stat : 28916 (java) S 28912 28914 23801 0 -1 4202560 4253 0 1 0 691 47 0 0 20 0 22 0 254680097 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508332872696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28917] ppid=28912 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/28914/task/28917/stat : 28917 (java) S 28912 28914 23801 0 -1 4202560 619 0 0 0 47 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508321934120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28918] ppid=28912 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/28914/task/28918/stat : 28918 (java) S 28912 28914 23801 0 -1 4202560 615 0 0 0 36 9 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508320881320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28919] ppid=28912 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28914/task/28919/stat : 28919 (java) S 28912 28914 23801 0 -1 4202560 544 0 0 0 48 13 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508319829032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28920] ppid=28912 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/28914/task/28920/stat : 28920 (java) S 28912 28914 23801 0 -1 4202560 535 0 0 0 48 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508318776232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28921] ppid=28912 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/28914/task/28921/stat : 28921 (java) S 28912 28914 23801 0 -1 4202560 291 0 0 0 49 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508317722920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28922] ppid=28912 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/28914/task/28922/stat : 28922 (java) S 28912 28914 23801 0 -1 4202560 588 0 0 0 45 12 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508316670120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28923] ppid=28912 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/28914/task/28923/stat : 28923 (java) S 28912 28914 23801 0 -1 4202560 475 0 0 0 48 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508315617832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28924] ppid=28912 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28914/task/28924/stat : 28924 (java) S 28912 28914 23801 0 -1 4202560 388 0 0 0 56 13 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508314565032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28925] ppid=28912 vsize=9824668 CPUtime=14.65 cores=1,3,5,7
/proc/28914/task/28925/stat : 28925 (java) S 28912 28914 23801 0 -1 4202560 1489 0 0 0 1461 4 0 0 20 0 22 0 254680099 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508157094632 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28926] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28926/stat : 28926 (java) S 28912 28914 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254680100 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508156040696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28927] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28927/stat : 28927 (java) S 28912 28914 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254680100 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508154988296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28928] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28928/stat : 28928 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508153936784 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28929] ppid=28912 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/28914/task/28929/stat : 28929 (java) S 28912 28914 23801 0 -1 4202560 4942 0 0 0 131 1 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508152883384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28930] ppid=28912 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/28914/task/28930/stat : 28930 (java) S 28912 28914 23801 0 -1 4202560 5601 0 0 0 125 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508151830584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28931] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28931/stat : 28931 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508150778488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28932] ppid=28912 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/28914/task/28932/stat : 28932 (java) S 28912 28914 23801 0 -1 4202560 51 0 0 0 27 23 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508149725896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28933] ppid=28912 vsize=9824668 CPUtime=856.74 cores=1,3,5,7
/proc/28914/task/28933/stat : 28933 (java) R 28912 28914 23801 0 -1 4202560 39 0 0 0 85661 13 0 0 20 0 22 0 254680942 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508148671184 140508195240087 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28934] ppid=28912 vsize=9824668 CPUtime=856.49 cores=1,3,5,7
/proc/28914/task/28934/stat : 28934 (java) R 28912 28914 23801 0 -1 4202560 71 0 0 0 85635 14 0 0 20 0 22 0 254680942 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508147616224 140508195436898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28935] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28935/stat : 28935 (java) S 28912 28914 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254680950 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508146566824 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28936] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28936/stat : 28936 (java) S 28912 28914 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254680950 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508145514024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1747.21
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.708 s]
/proc/loadavg: 3.96 3.92 3.91 5/219 29033
/proc/meminfo: memFree=24402632/32873844 swapFree=7616/7616
[pid=28914] ppid=28912 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/28914/stat : 28914 (java) S 28912 28914 23801 0 -1 4202496 21690 0 1 0 179841 161 0 0 20 0 22 0 254680096 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140733727826416 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28914/statm: 2456167 767548 2282 9 0 2446860 0
[pid=28914/tid=28916] ppid=28912 vsize=9824668 CPUtime=7.38 cores=1,3,5,7
/proc/28914/task/28916/stat : 28916 (java) S 28912 28914 23801 0 -1 4202560 4253 0 1 0 691 47 0 0 20 0 22 0 254680097 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508332872696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28917] ppid=28912 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/28914/task/28917/stat : 28917 (java) S 28912 28914 23801 0 -1 4202560 619 0 0 0 47 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508321934120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28918] ppid=28912 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/28914/task/28918/stat : 28918 (java) S 28912 28914 23801 0 -1 4202560 615 0 0 0 36 9 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508320881320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28919] ppid=28912 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/28914/task/28919/stat : 28919 (java) S 28912 28914 23801 0 -1 4202560 544 0 0 0 48 13 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508319829032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28920] ppid=28912 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/28914/task/28920/stat : 28920 (java) S 28912 28914 23801 0 -1 4202560 535 0 0 0 48 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508318776232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28921] ppid=28912 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/28914/task/28921/stat : 28921 (java) S 28912 28914 23801 0 -1 4202560 291 0 0 0 49 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508317722920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28922] ppid=28912 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/28914/task/28922/stat : 28922 (java) S 28912 28914 23801 0 -1 4202560 588 0 0 0 45 12 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508316670120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28923] ppid=28912 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/28914/task/28923/stat : 28923 (java) S 28912 28914 23801 0 -1 4202560 475 0 0 0 48 11 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508315617832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28924] ppid=28912 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/28914/task/28924/stat : 28924 (java) S 28912 28914 23801 0 -1 4202560 388 0 0 0 56 13 0 0 20 0 22 0 254680098 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508314565032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28925] ppid=28912 vsize=9824668 CPUtime=14.65 cores=1,3,5,7
/proc/28914/task/28925/stat : 28925 (java) S 28912 28914 23801 0 -1 4202560 1489 0 0 0 1461 4 0 0 20 0 22 0 254680099 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508157094632 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28926] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28926/stat : 28926 (java) S 28912 28914 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254680100 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508156040696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28927] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28927/stat : 28927 (java) S 28912 28914 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254680100 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508154988296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28928] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28928/stat : 28928 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508153936784 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28914/tid=28929] ppid=28912 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/28914/task/28929/stat : 28929 (java) S 28912 28914 23801 0 -1 4202560 4942 0 0 0 131 1 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508152883384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28930] ppid=28912 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/28914/task/28930/stat : 28930 (java) S 28912 28914 23801 0 -1 4202560 5601 0 0 0 125 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508151830584 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28931] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28931/stat : 28931 (java) S 28912 28914 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508150778488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28914/tid=28932] ppid=28912 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/28914/task/28932/stat : 28932 (java) S 28912 28914 23801 0 -1 4202560 53 0 0 0 27 24 0 0 20 0 22 0 254680103 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508149725896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28933] ppid=28912 vsize=9824668 CPUtime=883.08 cores=1,3,5,7
/proc/28914/task/28933/stat : 28933 (java) R 28912 28914 23801 0 -1 4202560 39 0 0 0 88295 13 0 0 20 0 22 0 254680942 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508148671184 140508195194795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28934] ppid=28912 vsize=9824668 CPUtime=882.82 cores=1,3,5,7
/proc/28914/task/28934/stat : 28934 (java) R 28912 28914 23801 0 -1 4202560 71 0 0 0 88268 14 0 0 20 0 22 0 254680942 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508147616224 140508195436862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28914/tid=28935] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28935/stat : 28935 (java) S 28912 28914 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254680950 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508146566824 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28914/tid=28936] ppid=28912 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28914/task/28936/stat : 28936 (java) S 28912 28914 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254680950 10060460032 767548 33554432000 1073741824 1073778376 140733727835280 140508145514024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 28914 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=929281
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=100680
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 908.746
CPU time (s): 1800.02
CPU user time (s): 1798.41
CPU system time (s): 1.61
CPU usage (%): 198.077
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 2.10068
maximum resident set size= 3070316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21724
page faults= 1
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22324
involuntary context switches= 14650

runsolver used 3.9204 second user time and 8.79466 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 20:52:25
IDJOB=3689848
IDBENCH=91083
IDSOLVER=2268
FILE ID=node130/3689848-1337885544
RUNJOBID= node130-1337871881-23818
PBS_JOBID= 14620074
Free space on /tmp= 71620 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_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689848-1337885544/watcher-3689848-1337885544 -o /tmp/evaluation-result-3689848-1337885544/solver-3689848-1337885544 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689848-1337885544.opb

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

MD5SUM BENCH= 3b8362af58c9130644833689fa0f2100
RANDOM SEED=1655172268

node130.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.875
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.75
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.875
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.875
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26646612 kB
Buffers:          208548 kB
Cached:          2204396 kB
SwapCached:            0 kB
Active:          3593432 kB
Inactive:        1859832 kB
Active(anon):    3042864 kB
Inactive(anon):        0 kB
Active(file):     550568 kB
Inactive(file):  1859832 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28128 kB
Writeback:             0 kB
AnonPages:       3049852 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             629160 kB
SReclaimable:      70896 kB
SUnreclaim:       558264 kB
KernelStack:        1616 kB
PageTables:        10200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3274688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2981888 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= 71644 MiB
End job on node130 at 2012-05-24 21:07:36