Trace number 3454429

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
Sat4j Res//CP 2.3.0? (TO) 1800.35 900.412

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-siena1.opb
MD5SUM6b1441ebcfc2678f5078c728b5f20e0c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16269067107200000
Optimality of the best value was proved NO
Number of variables70755
Total number of constraints2219
Number of constraints which are clauses310
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1909
Minimum length of a constraint15
Maximum length of a constraint70755
Number of terms in the objective function 70755
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 28224865138562971148229
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 28224967538562971148229
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454429-1307190396.opb
0.10/0.11	c reading problem ... 
2.53/1.78	c ... done. Wall clock time 1.669s.
2.53/1.78	c #vars     70755
2.53/1.78	c #constraints  29384
2.53/1.78	c constraints type 
2.53/1.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 310
2.53/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3716
2.53/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.53/1.78	c constraints type 
2.53/1.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 310
2.53/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3717
249.74/123.54	c cleaning 2495 clauses out of 5003 with flag 5003/5003
616.07/306.68	c cleaning 4244 clauses out of 8506 with flag 11001/11001
1031.62/514.32	c cleaning 5627 clauses out of 11261 with flag 18000/18000
1419.13/708.21	c cleaning 6797 clauses out of 13634 with flag 26000/26000
1788.76/893.99	c cleaning 7913 clauses out of 15837 with flag 35000/35000
1800.11/900.22	c starts		: 62
1800.11/900.22	c conflicts		: 35102
1800.11/900.22	c decisions		: 737662
1800.11/900.22	c propagations		: 35296633
1800.11/900.22	c inspects		: 562084304
1800.11/900.22	c shortcuts		: 0
1800.11/900.22	c learnt literals	: 0
1800.11/900.22	c learnt binary clauses	: 0
1800.11/900.22	c learnt ternary clauses	: 0
1800.11/900.22	c learnt constraints	: 35101
1800.11/900.22	c ignored constraints	: 0
1800.11/900.22	c root simplifications	: 0
1800.11/900.22	c removed literals (reason simplification)	: 43960
1800.11/900.22	c reason swapping (by a shorter reason)	: 0
1800.11/900.22	c Calls to reduceDB	: 5
1800.11/900.22	c number of reductions to clauses (during analyze)	: 0
1800.11/900.22	c number of learned constraints concerned by reduction	: 0
1800.11/900.22	c number of learning phase by resolution	: 0
1800.11/900.22	c number of learning phase by cutting planes	: 0
1800.11/900.22	c speed (assignments/second)	: 39286.70902912503
1800.11/900.22	c non guided choices	214219
1800.11/900.23	c learnt constraints type 
1800.11/900.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8025
1800.11/900.23	c constraints type 
1800.11/900.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 310
1800.11/900.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3716
1800.11/900.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.11/900.23	c constraints type 
1800.11/900.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 310
1800.11/900.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3717
1800.11/900.23	s UNKNOWN
1800.11/900.23	c Total wall clock time (in seconds): 900.114

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454429-1307190396/watcher-3454429-1307190396 -o /tmp/evaluation-result-3454429-1307190396/solver-3454429-1307190396 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454429-1307190396.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.48 3.67 3.45 3/532 8362
/proc/meminfo: memFree=13190728/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 1768 0 1 0 0 0 0 0 25 0 2 0 811455760 10681323520 1469 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2607745 1482 906 9 0 2598901 0
[pid=8362/tid=8363] ppid=8360 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) R 8360 8362 5093 0 -1 4202560 5209 0 1 0 0 0 0 0 25 0 2 0 811455761 10694979584 6025 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255106462779 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.083973 s]
/proc/loadavg: 3.48 3.67 3.45 3/532 8362
/proc/meminfo: memFree=13190728/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10538628 CPUtime=0.06 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 12155 0 1 0 5 1 0 0 25 0 18 0 811455760 10791555072 11851 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2634657 11861 1875 9 0 2625391 0
[pid=8362/tid=8363] ppid=8360 vsize=10538628 CPUtime=0.06 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) R 8360 8362 5093 0 -1 4202560 10829 0 1 0 5 1 0 0 22 0 18 0 811455761 10791555072 11868 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118594741 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538628

[startup+0.105008 s]
/proc/loadavg: 3.48 3.67 3.45 3/532 8362
/proc/meminfo: memFree=13190728/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10539856 CPUtime=0.1 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 13053 0 1 0 9 1 0 0 25 0 18 0 811455760 10792812544 12749 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2634964 12751 2092 9 0 2625698 0
[pid=8362/tid=8363] ppid=8360 vsize=10539856 CPUtime=0.08 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) R 8360 8362 5093 0 -1 4202560 11163 0 1 0 7 1 0 0 22 0 18 0 811455761 10792812544 12752 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912496197424 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539856

[startup+0.300948 s]
/proc/loadavg: 3.48 3.67 3.45 3/532 8362
/proc/meminfo: memFree=13190728/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10542244 CPUtime=0.46 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 20796 0 1 0 44 2 0 0 25 0 18 0 811455760 10795257856 19924 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2635561 19927 2199 9 0 2626295 0
[pid=8362/tid=8363] ppid=8360 vsize=10542244 CPUtime=0.27 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) R 8360 8362 5093 0 -1 4202560 17216 0 1 0 26 1 0 0 22 0 18 0 811455761 10795257856 19928 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912505604013 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542244

[startup+0.70086 s]
/proc/loadavg: 3.48 3.67 3.45 3/532 8362
/proc/meminfo: memFree=13190728/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10552924 CPUtime=1.42 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 48061 0 1 0 136 6 0 0 25 0 18 0 811455760 10806194176 42464 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2638231 42466 2205 9 0 2628965 0
[pid=8362/tid=8363] ppid=8360 vsize=10552924 CPUtime=0.67 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) R 8360 8362 5093 0 -1 4202560 34995 0 1 0 64 3 0 0 23 0 18 0 811455761 10806194176 42468 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912505573746 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 10552924

[startup+1.50073 s]
/proc/loadavg: 3.48 3.67 3.45 4/550 8380
/proc/meminfo: memFree=12908788/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10552924 CPUtime=2.34 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 121642 0 1 0 220 14 0 0 25 0 18 0 811455760 10806194176 116045 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2638231 116047 2212 9 0 2628965 0
[pid=8362/tid=8363] ppid=8360 vsize=10552924 CPUtime=1.47 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) R 8360 8362 5093 0 -1 4202560 108526 0 1 0 136 11 0 0 25 0 18 0 811455761 10806194176 116047 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118595531 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8362/tid=8365] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8365/stat : 8365 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811455763 10806194176 116049 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8366] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8366/stat : 8366 (java) S 8360 8362 5093 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811455763 10806194176 116051 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8367] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8367/stat : 8367 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811455763 10806194176 116052 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8368] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8368/stat : 8368 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811455763 10806194176 116054 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8369] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8369/stat : 8369 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811455763 10806194176 116056 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8370] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8370/stat : 8370 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811455763 10806194176 116057 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8371] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8371/stat : 8371 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811455763 10806194176 116059 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8372] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8372/stat : 8372 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811455763 10806194176 116061 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8373] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8373/stat : 8373 (java) S 8360 8362 5093 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811455764 10806194176 116062 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 0 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8374] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8374/stat : 8374 (java) S 8360 8362 5093 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811455764 10806194176 116064 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8375] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8375/stat : 8375 (java) S 8360 8362 5093 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 811455764 10806194176 116066 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8376] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8376/stat : 8376 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 811455767 10806194176 116067 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118592433 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8377] ppid=8360 vsize=10552924 CPUtime=0.47 cores=1,3,5,7
/proc/8362/task/8377/stat : 8377 (java) S 8360 8362 5093 0 -1 4202560 4271 0 0 0 47 0 0 0 15 0 18 0 811455767 10806194176 116069 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8378] ppid=8360 vsize=10552924 CPUtime=0.36 cores=1,3,5,7
/proc/8362/task/8378/stat : 8378 (java) S 8360 8362 5093 0 -1 4202560 7694 0 0 0 35 1 0 0 15 0 18 0 811455767 10806194176 116071 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8379] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8379/stat : 8379 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 811455767 10806194176 116072 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8380] ppid=8360 vsize=10552924 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8380/stat : 8380 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811455767 10806194176 116074 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10552924

[startup+3.1014 s]
/proc/loadavg: 3.48 3.67 3.45 6/554 8385
/proc/meminfo: memFree=12645752/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10555308 CPUtime=6.09 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 160930 0 1 0 591 18 0 0 25 0 22 0 811455760 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2638827 154671 2236 9 0 2629561 0
[pid=8362/tid=8363] ppid=8360 vsize=10555308 CPUtime=1.76 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) S 8360 8362 5093 0 -1 4202560 124031 0 1 0 163 13 0 0 15 0 22 0 811455761 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8365] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8365/stat : 8365 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8366] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8366/stat : 8366 (java) S 8360 8362 5093 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8367] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8367/stat : 8367 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8368] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8368/stat : 8368 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8369] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8369/stat : 8369 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8370] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8370/stat : 8370 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8371] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8371/stat : 8371 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8372] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8372/stat : 8372 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8373] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8373/stat : 8373 (java) S 8360 8362 5093 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 811455764 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 0 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8374] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8374/stat : 8374 (java) S 8360 8362 5093 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811455764 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8375] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8375/stat : 8375 (java) S 8360 8362 5093 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811455764 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8376] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8376/stat : 8376 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811455767 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118592433 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8377] ppid=8360 vsize=10555308 CPUtime=0.9 cores=1,3,5,7
/proc/8362/task/8377/stat : 8377 (java) S 8360 8362 5093 0 -1 4202560 4330 0 0 0 90 0 0 0 15 0 22 0 811455767 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8378] ppid=8360 vsize=10555308 CPUtime=0.8 cores=1,3,5,7
/proc/8362/task/8378/stat : 8378 (java) S 8360 8362 5093 0 -1 4202560 8105 0 0 0 79 1 0 0 15 0 22 0 811455767 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8379] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8379/stat : 8379 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811455767 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8380] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8380/stat : 8380 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811455767 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8382] ppid=8360 vsize=10555308 CPUtime=1.3 cores=1,3,5,7
/proc/8362/task/8382/stat : 8382 (java) R 8360 8362 5093 0 -1 4202560 1619 0 0 0 130 0 0 0 19 0 22 0 811455939 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912505914591 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8362/tid=8383] ppid=8360 vsize=10555308 CPUtime=1.28 cores=1,3,5,7
/proc/8362/task/8383/stat : 8383 (java) R 8360 8362 5093 0 -1 4202560 21676 0 0 0 126 2 0 0 19 0 22 0 811455939 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912506254487 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=8362/tid=8384] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8384/stat : 8384 (java) S 8360 8362 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811455952 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8385] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8385/stat : 8385 (java) S 8360 8362 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811455952 10808635392 154671 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 10555308

[startup+6.30089 s]
/proc/loadavg: 3.52 3.67 3.45 4/552 8385
/proc/meminfo: memFree=12437684/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10555308 CPUtime=12.58 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 217759 0 1 0 1232 26 0 0 25 0 22 0 811455760 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2638827 211010 2238 9 0 2629561 0
[pid=8362/tid=8363] ppid=8360 vsize=10555308 CPUtime=1.76 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) S 8360 8362 5093 0 -1 4202560 124031 0 1 0 163 13 0 0 15 0 22 0 811455761 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8365] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8365/stat : 8365 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8366] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8366/stat : 8366 (java) S 8360 8362 5093 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8367] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8367/stat : 8367 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8368] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8368/stat : 8368 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8369] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8369/stat : 8369 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8370] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8370/stat : 8370 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8371] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8371/stat : 8371 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8372] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8372/stat : 8372 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811455763 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8373] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8373/stat : 8373 (java) S 8360 8362 5093 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 811455764 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 0 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8374] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8374/stat : 8374 (java) S 8360 8362 5093 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811455764 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8375] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8375/stat : 8375 (java) S 8360 8362 5093 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811455764 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8376] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8376/stat : 8376 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811455767 10808635392 211010 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118592433 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0

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

[startup+822.302 s]
/proc/loadavg: 3.99 4.00 3.77 5/554 8415
/proc/meminfo: memFree=8663000/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10555308 CPUtime=1645.47 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 1105070 0 1 0 164409 138 0 0 25 0 22 0 811455760 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2638827 1094093 2263 9 0 2629561 0
[pid=8362/tid=8363] ppid=8360 vsize=10555308 CPUtime=1.76 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) S 8360 8362 5093 0 -1 4202560 124038 0 1 0 163 13 0 0 15 0 22 0 811455761 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8365] ppid=8360 vsize=10555308 CPUtime=1.6 cores=1,3,5,7
/proc/8362/task/8365/stat : 8365 (java) S 8360 8362 5093 0 -1 4202560 63573 0 0 0 152 8 0 0 15 0 22 0 811455763 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8366] ppid=8360 vsize=10555308 CPUtime=1.4 cores=1,3,5,7
/proc/8362/task/8366/stat : 8366 (java) S 8360 8362 5093 0 -1 4202560 62045 0 0 0 132 8 0 0 16 0 22 0 811455763 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8367] ppid=8360 vsize=10555308 CPUtime=1.2 cores=1,3,5,7
/proc/8362/task/8367/stat : 8367 (java) S 8360 8362 5093 0 -1 4202560 49161 0 0 0 115 5 0 0 16 0 22 0 811455763 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8368] ppid=8360 vsize=10555308 CPUtime=1.3 cores=1,3,5,7
/proc/8362/task/8368/stat : 8368 (java) S 8360 8362 5093 0 -1 4202560 47455 0 0 0 124 6 0 0 15 0 22 0 811455763 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8369] ppid=8360 vsize=10555308 CPUtime=1.05 cores=1,3,5,7
/proc/8362/task/8369/stat : 8369 (java) S 8360 8362 5093 0 -1 4202560 23971 0 0 0 102 3 0 0 16 0 22 0 811455763 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8370] ppid=8360 vsize=10555308 CPUtime=1.42 cores=1,3,5,7
/proc/8362/task/8370/stat : 8370 (java) S 8360 8362 5093 0 -1 4202560 72485 0 0 0 132 10 0 0 15 0 22 0 811455763 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8371] ppid=8360 vsize=10555308 CPUtime=1.43 cores=1,3,5,7
/proc/8362/task/8371/stat : 8371 (java) S 8360 8362 5093 0 -1 4202560 58342 0 0 0 137 6 0 0 16 0 22 0 811455763 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8372] ppid=8360 vsize=10555308 CPUtime=1.56 cores=1,3,5,7
/proc/8362/task/8372/stat : 8372 (java) S 8360 8362 5093 0 -1 4202560 52565 0 0 0 149 7 0 0 16 0 22 0 811455763 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8373] ppid=8360 vsize=10555308 CPUtime=4.48 cores=1,3,5,7
/proc/8362/task/8373/stat : 8373 (java) S 8360 8362 5093 0 -1 4202560 3219 0 0 0 447 1 0 0 15 0 22 0 811455764 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 0 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8374] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8374/stat : 8374 (java) S 8360 8362 5093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811455764 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8375] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8375/stat : 8375 (java) S 8360 8362 5093 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811455764 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8376] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8376/stat : 8376 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811455767 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118592433 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8377] ppid=8360 vsize=10555308 CPUtime=1.29 cores=1,3,5,7
/proc/8362/task/8377/stat : 8377 (java) S 8360 8362 5093 0 -1 4202560 4420 0 0 0 129 0 0 0 15 0 22 0 811455767 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8378] ppid=8360 vsize=10555308 CPUtime=0.93 cores=1,3,5,7
/proc/8362/task/8378/stat : 8378 (java) S 8360 8362 5093 0 -1 4202560 8126 0 0 0 92 1 0 0 15 0 22 0 811455767 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8379] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8379/stat : 8379 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811455767 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8380] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8380/stat : 8380 (java) S 8360 8362 5093 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 811455767 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8382] ppid=8360 vsize=10555308 CPUtime=813 cores=1,3,5,7
/proc/8362/task/8382/stat : 8382 (java) R 8360 8362 5093 0 -1 4202560 2435 0 0 0 81300 0 0 0 25 0 22 0 811455939 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912506036609 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8362/tid=8383] ppid=8360 vsize=10555308 CPUtime=812.91 cores=1,3,5,7
/proc/8362/task/8383/stat : 8383 (java) R 8360 8362 5093 0 -1 4202560 532029 0 0 0 81229 62 0 0 25 0 22 0 811455939 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912505619437 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8362/tid=8384] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8384/stat : 8384 (java) S 8360 8362 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811455952 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8385] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8385/stat : 8385 (java) S 8360 8362 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811455952 10808635392 1094093 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1645.47
Current children cumulated vsize (KiB) 10555308

[startup+882.301 s]
/proc/loadavg: 4.09 4.03 3.80 5/554 8521
/proc/meminfo: memFree=11088284/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10555308 CPUtime=1765.57 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 1105108 0 1 0 176418 139 0 0 25 0 22 0 811455760 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2638827 1094096 2263 9 0 2629561 0
[pid=8362/tid=8363] ppid=8360 vsize=10555308 CPUtime=1.76 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) S 8360 8362 5093 0 -1 4202560 124038 0 1 0 163 13 0 0 15 0 22 0 811455761 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8365] ppid=8360 vsize=10555308 CPUtime=1.63 cores=1,3,5,7
/proc/8362/task/8365/stat : 8365 (java) S 8360 8362 5093 0 -1 4202560 63573 0 0 0 155 8 0 0 15 0 22 0 811455763 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8366] ppid=8360 vsize=10555308 CPUtime=1.42 cores=1,3,5,7
/proc/8362/task/8366/stat : 8366 (java) S 8360 8362 5093 0 -1 4202560 62045 0 0 0 134 8 0 0 15 0 22 0 811455763 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8367] ppid=8360 vsize=10555308 CPUtime=1.26 cores=1,3,5,7
/proc/8362/task/8367/stat : 8367 (java) S 8360 8362 5093 0 -1 4202560 49161 0 0 0 120 6 0 0 15 0 22 0 811455763 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8368] ppid=8360 vsize=10555308 CPUtime=1.33 cores=1,3,5,7
/proc/8362/task/8368/stat : 8368 (java) S 8360 8362 5093 0 -1 4202560 47455 0 0 0 127 6 0 0 15 0 22 0 811455763 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8369] ppid=8360 vsize=10555308 CPUtime=1.08 cores=1,3,5,7
/proc/8362/task/8369/stat : 8369 (java) S 8360 8362 5093 0 -1 4202560 23972 0 0 0 105 3 0 0 16 0 22 0 811455763 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8370] ppid=8360 vsize=10555308 CPUtime=1.45 cores=1,3,5,7
/proc/8362/task/8370/stat : 8370 (java) S 8360 8362 5093 0 -1 4202560 72485 0 0 0 135 10 0 0 16 0 22 0 811455763 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8371] ppid=8360 vsize=10555308 CPUtime=1.44 cores=1,3,5,7
/proc/8362/task/8371/stat : 8371 (java) S 8360 8362 5093 0 -1 4202560 58343 0 0 0 138 6 0 0 16 0 22 0 811455763 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8372] ppid=8360 vsize=10555308 CPUtime=1.6 cores=1,3,5,7
/proc/8362/task/8372/stat : 8372 (java) S 8360 8362 5093 0 -1 4202560 52566 0 0 0 153 7 0 0 16 0 22 0 811455763 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8373] ppid=8360 vsize=10555308 CPUtime=4.49 cores=1,3,5,7
/proc/8362/task/8373/stat : 8373 (java) S 8360 8362 5093 0 -1 4202560 3223 0 0 0 447 2 0 0 15 0 22 0 811455764 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 0 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8374] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8374/stat : 8374 (java) S 8360 8362 5093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811455764 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8375] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8375/stat : 8375 (java) S 8360 8362 5093 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811455764 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8376] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8376/stat : 8376 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811455767 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118592433 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8377] ppid=8360 vsize=10555308 CPUtime=1.29 cores=1,3,5,7
/proc/8362/task/8377/stat : 8377 (java) S 8360 8362 5093 0 -1 4202560 4420 0 0 0 129 0 0 0 15 0 22 0 811455767 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8378] ppid=8360 vsize=10555308 CPUtime=0.93 cores=1,3,5,7
/proc/8362/task/8378/stat : 8378 (java) S 8360 8362 5093 0 -1 4202560 8126 0 0 0 92 1 0 0 15 0 22 0 811455767 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8379] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8379/stat : 8379 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811455767 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8380] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8380/stat : 8380 (java) S 8360 8362 5093 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811455767 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8382] ppid=8360 vsize=10555308 CPUtime=872.92 cores=1,3,5,7
/proc/8362/task/8382/stat : 8382 (java) R 8360 8362 5093 0 -1 4202560 2449 0 0 0 87292 0 0 0 25 0 22 0 811455939 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912506036520 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8362/tid=8383] ppid=8360 vsize=10555308 CPUtime=872.84 cores=1,3,5,7
/proc/8362/task/8383/stat : 8383 (java) R 8360 8362 5093 0 -1 4202560 532042 0 0 0 87222 62 0 0 25 0 22 0 811455939 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912506250253 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8362/tid=8384] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8384/stat : 8384 (java) S 8360 8362 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811455952 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8385] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8385/stat : 8385 (java) S 8360 8362 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811455952 10808635392 1094096 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1765.57
Current children cumulated vsize (KiB) 10555308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.201 s]
/proc/loadavg: 4.13 4.04 3.81 5/554 8527
/proc/meminfo: memFree=11078356/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=10555308 CPUtime=1800.11 cores=1,3,5,7
/proc/8362/stat : 8362 (java) S 8360 8362 5093 0 -1 4202496 1107800 0 1 0 179871 140 0 0 25 0 22 0 811455760 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 2638827 1094097 2263 9 0 2629561 0
[pid=8362/tid=8363] ppid=8360 vsize=10555308 CPUtime=1.76 cores=1,3,5,7
/proc/8362/task/8363/stat : 8363 (java) S 8360 8362 5093 0 -1 4202560 124038 0 1 0 163 13 0 0 15 0 22 0 811455761 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8365] ppid=8360 vsize=10555308 CPUtime=1.63 cores=1,3,5,7
/proc/8362/task/8365/stat : 8365 (java) S 8360 8362 5093 0 -1 4202560 63573 0 0 0 155 8 0 0 15 0 22 0 811455763 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8366] ppid=8360 vsize=10555308 CPUtime=1.43 cores=1,3,5,7
/proc/8362/task/8366/stat : 8366 (java) S 8360 8362 5093 0 -1 4202560 62045 0 0 0 135 8 0 0 16 0 22 0 811455763 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8367] ppid=8360 vsize=10555308 CPUtime=1.27 cores=1,3,5,7
/proc/8362/task/8367/stat : 8367 (java) S 8360 8362 5093 0 -1 4202560 49161 0 0 0 121 6 0 0 16 0 22 0 811455763 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8368] ppid=8360 vsize=10555308 CPUtime=1.34 cores=1,3,5,7
/proc/8362/task/8368/stat : 8368 (java) S 8360 8362 5093 0 -1 4202560 47455 0 0 0 128 6 0 0 15 0 22 0 811455763 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8369] ppid=8360 vsize=10555308 CPUtime=1.09 cores=1,3,5,7
/proc/8362/task/8369/stat : 8369 (java) S 8360 8362 5093 0 -1 4202560 23972 0 0 0 106 3 0 0 15 0 22 0 811455763 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8370] ppid=8360 vsize=10555308 CPUtime=1.46 cores=1,3,5,7
/proc/8362/task/8370/stat : 8370 (java) S 8360 8362 5093 0 -1 4202560 72485 0 0 0 136 10 0 0 16 0 22 0 811455763 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8371] ppid=8360 vsize=10555308 CPUtime=1.45 cores=1,3,5,7
/proc/8362/task/8371/stat : 8371 (java) S 8360 8362 5093 0 -1 4202560 58343 0 0 0 139 6 0 0 16 0 22 0 811455763 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8372] ppid=8360 vsize=10555308 CPUtime=1.6 cores=1,3,5,7
/proc/8362/task/8372/stat : 8372 (java) S 8360 8362 5093 0 -1 4202560 52566 0 0 0 153 7 0 0 16 0 22 0 811455763 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8373] ppid=8360 vsize=10555308 CPUtime=5.77 cores=1,3,5,7
/proc/8362/task/8373/stat : 8373 (java) S 8360 8362 5093 0 -1 4202560 5910 0 0 0 575 2 0 0 15 0 22 0 811455764 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 0 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8374] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8374/stat : 8374 (java) S 8360 8362 5093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811455764 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8375] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8375/stat : 8375 (java) S 8360 8362 5093 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811455764 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 7 0 0 0
[pid=8362/tid=8376] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8376/stat : 8376 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811455767 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118592433 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8377] ppid=8360 vsize=10555308 CPUtime=1.29 cores=1,3,5,7
/proc/8362/task/8377/stat : 8377 (java) S 8360 8362 5093 0 -1 4202560 4420 0 0 0 129 0 0 0 15 0 22 0 811455767 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8378] ppid=8360 vsize=10555308 CPUtime=0.93 cores=1,3,5,7
/proc/8362/task/8378/stat : 8378 (java) S 8360 8362 5093 0 -1 4202560 8126 0 0 0 92 1 0 0 15 0 22 0 811455767 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8379] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8379/stat : 8379 (java) S 8360 8362 5093 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811455767 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118584729 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
[pid=8362/tid=8380] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8380/stat : 8380 (java) S 8360 8362 5093 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811455767 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 1 0 0 0
[pid=8362/tid=8382] ppid=8360 vsize=10555308 CPUtime=889.53 cores=1,3,5,7
/proc/8362/task/8382/stat : 8382 (java) R 8360 8362 5093 0 -1 4202560 2453 0 0 0 88952 1 0 0 25 0 22 0 811455939 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912505914598 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8362/tid=8383] ppid=8360 vsize=10555308 CPUtime=889.44 cores=1,3,5,7
/proc/8362/task/8383/stat : 8383 (java) R 8360 8362 5093 0 -1 4202560 532043 0 0 0 88882 62 0 0 25 0 22 0 811455939 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 46912505619437 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8362/tid=8384] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8384/stat : 8384 (java) S 8360 8362 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811455952 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 3 0 0 0
[pid=8362/tid=8385] ppid=8360 vsize=10555308 CPUtime=0 cores=1,3,5,7
/proc/8362/task/8385/stat : 8385 (java) S 8360 8362 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811455952 10808635392 1094097 33554432000 1073741824 1073778376 140735479137392 18446744073709551615 255118585344 0 4 0 16800975 18446604468339914880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10555308

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

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

[startup+900.401 s]
/proc/loadavg: 4.13 4.04 3.81 5/554 8527
/proc/meminfo: memFree=11078356/32951124 swapFree=67111204/67111528
[pid=8362] ppid=8360 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/8362/stat : 8362 (java) Z 8360 8362 5093 0 -1 4203548 1107827 0 1 0 179876 157 0 0 17 0 2 0 811455760 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8362/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 900.412
CPU time (s): 1800.35
CPU user time (s): 1798.76
CPU system time (s): 1.58276
CPU usage (%): 199.947
Max. virtual memory (cumulated for all children) (KiB): 10558028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.58276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1107827
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24289
involuntary context switches= 20337

runsolver used 4.75828 second user time and 10.8374 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-04 14:26:36
IDJOB=3454429
IDBENCH=2341
IDSOLVER=1950
FILE ID=node144/3454429-1307190396
RUNJOBID= node144-1307188397-7814
PBS_JOBID= 13508845
Free space on /tmp= 73920 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-siena1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454429-1307190396/watcher-3454429-1307190396 -o /tmp/evaluation-result-3454429-1307190396/solver-3454429-1307190396 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454429-1307190396.opb

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

MD5SUM BENCH= 6b1441ebcfc2678f5078c728b5f20e0c
RANDOM SEED=555943825

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13191000 kB
Buffers:        317200 kB
Cached:         478684 kB
SwapCached:        140 kB
Active:       19065388 kB
Inactive:       413608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13191000 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:            7068 kB
Writeback:           0 kB
AnonPages:    18683056 kB
Mapped:          50616 kB
Slab:           136804 kB
PageTables:      76696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 168121980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node144 at 2011-06-04 14:41:39