Trace number 3454198

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.29 899.717

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos2.opb
MD5SUM44facea850693084b6f9bb62059a35af
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32294
Total number of constraints1133
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints1120
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 124
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 8589934588
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454198-1307190355.opb
0.09/0.11	c reading problem ... 
1.60/0.85	c ... done. Wall clock time 0.739s.
1.60/0.85	c #vars     32294
1.60/0.85	c #constraints  20795
1.60/0.85	c constraints type 
1.60/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
1.60/0.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
1.60/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1139
1.60/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1.60/0.85	c constraints type 
1.60/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13
1.60/0.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1.60/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1150
113.09/55.95	c cleaning 2501 clauses out of 5002 with flag 5002/5002
238.93/118.87	c cleaning 4258 clauses out of 8516 with flag 11017/11017
385.27/191.98	c cleaning 5622 clauses out of 11244 with flag 18003/18003
550.39/274.57	c cleaning 6809 clauses out of 13619 with flag 26000/26000
728.98/363.82	c cleaning 7906 clauses out of 15811 with flag 35001/35001
934.47/466.58	c cleaning 8953 clauses out of 17906 with flag 45002/45002
1107.21/552.93	c cleaning 9468 clauses out of 18951 with flag 55000/55000
1228.96/613.84	c cleaning 9732 clauses out of 19483 with flag 65000/65000
1313.75/656.30	c cleaning 9875 clauses out of 19751 with flag 75000/75000
1538.72/768.87	c cleaning 9940 clauses out of 19880 with flag 85004/85004
1800.04/899.52	c starts		: 90
1800.04/899.52	c conflicts		: 94640
1800.04/899.52	c decisions		: 218603
1800.04/899.52	c propagations		: 1973756
1800.04/899.52	c inspects		: 52710350
1800.04/899.52	c shortcuts		: 0
1800.04/899.52	c learnt literals	: 0
1800.04/899.52	c learnt binary clauses	: 4006
1800.04/899.52	c learnt ternary clauses	: 139
1800.04/899.52	c learnt constraints	: 94639
1800.04/899.52	c ignored constraints	: 0
1800.04/899.52	c root simplifications	: 0
1800.04/899.52	c removed literals (reason simplification)	: 21110792
1800.04/899.52	c reason swapping (by a shorter reason)	: 0
1800.04/899.52	c Calls to reduceDB	: 10
1800.04/899.52	c number of reductions to clauses (during analyze)	: 0
1800.04/899.52	c number of learned constraints concerned by reduction	: 0
1800.04/899.52	c number of learning phase by resolution	: 0
1800.04/899.52	c number of learning phase by cutting planes	: 0
1800.04/899.52	c speed (assignments/second)	: 2196.320097032821
1800.04/899.52	c non guided choices	6599
1800.04/899.54	c learnt constraints type 
1800.04/899.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4006
1800.04/899.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15571
1800.04/899.54	c constraints type 
1800.04/899.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
1800.04/899.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
1800.04/899.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1139
1800.04/899.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1800.04/899.54	c constraints type 
1800.04/899.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13
1800.04/899.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1800.04/899.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1150
1800.04/899.54	s UNKNOWN
1800.04/899.54	c Total wall clock time (in seconds): 899.429

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.74 3.82 3.63 4/457 32614
/proc/meminfo: memFree=16942872/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 5039 0 1 0 0 0 0 0 25 0 2 0 830633419 10694979584 4741 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2611079 4755 917 9 0 2602235 0
[pid=32614/tid=32615] ppid=32612 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) R 32612 32614 29081 0 -1 4202560 3982 0 1 0 0 0 0 0 25 0 2 0 830633420 10694979584 4798 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0687741 s]
/proc/loadavg: 3.74 3.82 3.63 4/457 32614
/proc/meminfo: memFree=16942872/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10472924 CPUtime=0.05 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 11701 0 1 0 4 1 0 0 25 0 18 0 830633419 10724274176 11398 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2618231 11398 1733 9 0 2608972 0
[pid=32614/tid=32615] ppid=32612 vsize=10472924 CPUtime=0.05 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) R 32612 32614 29081 0 -1 4202560 10526 0 1 0 4 1 0 0 25 0 18 0 830633420 10724274176 11398 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505228109 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.100762 s]
/proc/loadavg: 3.74 3.82 3.63 4/457 32614
/proc/meminfo: memFree=16942872/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10540424 CPUtime=0.09 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 13026 0 1 0 8 1 0 0 25 0 18 0 830633419 10793394176 12693 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2635106 12693 2093 9 0 2625840 0
[pid=32614/tid=32615] ppid=32612 vsize=10540424 CPUtime=0.08 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) R 32612 32614 29081 0 -1 4202560 11071 0 1 0 7 1 0 0 25 0 18 0 830633420 10793394176 12693 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 47171644732028 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540424

[startup+0.300727 s]
/proc/loadavg: 3.74 3.82 3.63 4/457 32614
/proc/meminfo: memFree=16942872/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10563404 CPUtime=0.58 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 24140 0 1 0 55 3 0 0 25 0 18 0 830633419 10816925696 21111 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2640851 21111 2203 9 0 2631585 0
[pid=32614/tid=32615] ppid=32612 vsize=10563404 CPUtime=0.28 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) R 32612 32614 29081 0 -1 4202560 13818 0 1 0 27 1 0 0 18 0 18 0 830633420 10816925696 21111 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505328160 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10563404

[startup+0.700654 s]
/proc/loadavg: 3.74 3.82 3.63 4/457 32614
/proc/meminfo: memFree=16942872/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10564384 CPUtime=1.5 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 50626 0 1 0 144 6 0 0 25 0 18 0 830633419 10817929216 46734 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2641096 46734 2205 9 0 2631830 0
[pid=32614/tid=32615] ppid=32612 vsize=10564384 CPUtime=0.68 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) R 32612 32614 29081 0 -1 4202560 36135 0 1 0 64 4 0 0 18 0 18 0 830633420 10817929216 46734 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 10564384

[startup+1.50153 s]
/proc/loadavg: 3.74 3.82 3.63 5/477 32634
/proc/meminfo: memFree=16702460/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10568496 CPUtime=3.64 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 74061 0 1 0 355 9 0 0 25 0 22 0 830633419 10822139904 70169 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2642124 70169 2224 9 0 2632858 0
[pid=32614/tid=32615] ppid=32612 vsize=10568496 CPUtime=0.84 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) S 32612 32614 29081 0 -1 4202560 49793 0 1 0 79 5 0 0 15 0 22 0 830633420 10822139904 70169 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32617] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32617/stat : 32617 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 70169 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32618] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32618/stat : 32618 (java) S 32612 32614 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 70169 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32619] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32619/stat : 32619 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 70169 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32620] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32620/stat : 32620 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 70169 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32621] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32621/stat : 32621 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32622] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32622/stat : 32622 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32623] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32623/stat : 32623 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32624] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32624/stat : 32624 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32625] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32625/stat : 32625 (java) S 32612 32614 29081 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830633422 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 0 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32626] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32626/stat : 32626 (java) S 32612 32614 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830633423 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32627] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32627/stat : 32627 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830633423 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32628] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32628/stat : 32628 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389125041 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32629] ppid=32612 vsize=10568496 CPUtime=0.8 cores=0,2,4,6
/proc/32614/task/32629/stat : 32629 (java) S 32612 32614 29081 0 -1 4202560 7689 0 0 0 80 0 0 0 16 0 22 0 830633425 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32630] ppid=32612 vsize=10568496 CPUtime=0.69 cores=0,2,4,6
/proc/32614/task/32630/stat : 32630 (java) S 32612 32614 29081 0 -1 4202560 5878 0 0 0 69 0 0 0 17 0 22 0 830633425 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32631] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32631/stat : 32631 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32632] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32632/stat : 32632 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830633425 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32633] ppid=32612 vsize=10568496 CPUtime=0.63 cores=0,2,4,6
/proc/32614/task/32633/stat : 32633 (java) R 32612 32614 29081 0 -1 4202560 1065 0 0 0 63 0 0 0 21 0 22 0 830633505 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912506000048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32614/tid=32634] ppid=32612 vsize=10568496 CPUtime=0.63 cores=0,2,4,6
/proc/32614/task/32634/stat : 32634 (java) R 32612 32614 29081 0 -1 4202560 8472 0 0 0 62 1 0 0 23 0 22 0 830633505 10822139904 70170 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505578965 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 10568496

[startup+3.1012 s]
/proc/loadavg: 3.74 3.82 3.63 5/479 32636
/proc/meminfo: memFree=16652224/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10568496 CPUtime=6.87 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 100046 0 1 0 676 11 0 0 25 0 22 0 830633419 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2642124 96152 2226 9 0 2632858 0
[pid=32614/tid=32615] ppid=32612 vsize=10568496 CPUtime=0.84 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) S 32612 32614 29081 0 -1 4202560 49793 0 1 0 79 5 0 0 15 0 22 0 830633420 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32617] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32617/stat : 32617 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32618] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32618/stat : 32618 (java) S 32612 32614 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32619] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32619/stat : 32619 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32620] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32620/stat : 32620 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32621] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32621/stat : 32621 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32622] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32622/stat : 32622 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32623] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32623/stat : 32623 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32624] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32624/stat : 32624 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32625] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32625/stat : 32625 (java) S 32612 32614 29081 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830633422 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 0 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32626] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32626/stat : 32626 (java) S 32612 32614 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830633423 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32627] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32627/stat : 32627 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830633423 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32628] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32628/stat : 32628 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389125041 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32629] ppid=32612 vsize=10568496 CPUtime=0.8 cores=0,2,4,6
/proc/32614/task/32629/stat : 32629 (java) S 32612 32614 29081 0 -1 4202560 7689 0 0 0 80 0 0 0 15 0 22 0 830633425 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32630] ppid=32612 vsize=10568496 CPUtime=0.74 cores=0,2,4,6
/proc/32614/task/32630/stat : 32630 (java) S 32612 32614 29081 0 -1 4202560 5882 0 0 0 74 0 0 0 15 0 22 0 830633425 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32631] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32631/stat : 32631 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32632] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32632/stat : 32632 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830633425 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32633] ppid=32612 vsize=10568496 CPUtime=2.23 cores=0,2,4,6
/proc/32614/task/32633/stat : 32633 (java) R 32612 32614 29081 0 -1 4202560 1268 0 0 0 223 0 0 0 25 0 22 0 830633505 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912506000004 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32614/tid=32634] ppid=32612 vsize=10568496 CPUtime=2.23 cores=0,2,4,6
/proc/32614/task/32634/stat : 32634 (java) R 32612 32614 29081 0 -1 4202560 34247 0 0 0 219 4 0 0 18 0 22 0 830633505 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505548180 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32614/tid=32635] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32635/stat : 32635 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830633526 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32636] ppid=32612 vsize=10568496 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32636/stat : 32636 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830633527 10822139904 96152 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 10568496

[startup+6.30161 s]
/proc/loadavg: 3.76 3.83 3.63 5/479 32636
/proc/meminfo: memFree=16142460/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10563308 CPUtime=13.42 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 346421 0 1 0 1306 36 0 0 25 0 22 0 830633419 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2640827 341615 2228 9 0 2631561 0
[pid=32614/tid=32615] ppid=32612 vsize=10563308 CPUtime=0.84 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) S 32612 32614 29081 0 -1 4202560 49793 0 1 0 79 5 0 0 15 0 22 0 830633420 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32617] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32617/stat : 32617 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32618] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32618/stat : 32618 (java) S 32612 32614 29081 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830633421 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32619] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32619/stat : 32619 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32620] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32620/stat : 32620 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32621] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32621/stat : 32621 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32622] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32622/stat : 32622 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32623] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32623/stat : 32623 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32624] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32624/stat : 32624 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633421 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32625] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32625/stat : 32625 (java) S 32612 32614 29081 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830633422 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 0 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32626] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32626/stat : 32626 (java) S 32612 32614 29081 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830633423 10816827392 341615 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0

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

/proc/32614/task/32618/stat : 32618 (java) S 32612 32614 29081 0 -1 4202560 6875 0 0 0 21 1 0 0 15 0 22 0 830633421 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32619] ppid=32612 vsize=10563308 CPUtime=0.22 cores=0,2,4,6
/proc/32614/task/32619/stat : 32619 (java) S 32612 32614 29081 0 -1 4202560 4412 0 0 0 22 0 0 0 15 0 22 0 830633421 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32620] ppid=32612 vsize=10563308 CPUtime=0.22 cores=0,2,4,6
/proc/32614/task/32620/stat : 32620 (java) S 32612 32614 29081 0 -1 4202560 9612 0 0 0 21 1 0 0 16 0 22 0 830633421 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32621] ppid=32612 vsize=10563308 CPUtime=0.32 cores=0,2,4,6
/proc/32614/task/32621/stat : 32621 (java) S 32612 32614 29081 0 -1 4202560 13947 0 0 0 30 2 0 0 15 0 22 0 830633421 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32622] ppid=32612 vsize=10563308 CPUtime=0.31 cores=0,2,4,6
/proc/32614/task/32622/stat : 32622 (java) S 32612 32614 29081 0 -1 4202560 14037 0 0 0 29 2 0 0 16 0 22 0 830633421 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32623] ppid=32612 vsize=10563308 CPUtime=0.28 cores=0,2,4,6
/proc/32614/task/32623/stat : 32623 (java) S 32612 32614 29081 0 -1 4202560 11870 0 0 0 26 2 0 0 15 0 22 0 830633421 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32624] ppid=32612 vsize=10563308 CPUtime=0.25 cores=0,2,4,6
/proc/32614/task/32624/stat : 32624 (java) S 32612 32614 29081 0 -1 4202560 9262 0 0 0 24 1 0 0 15 0 22 0 830633421 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32625] ppid=32612 vsize=10563308 CPUtime=1.33 cores=0,2,4,6
/proc/32614/task/32625/stat : 32625 (java) S 32612 32614 29081 0 -1 4202560 3217 0 0 0 130 3 0 0 15 0 22 0 830633422 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 0 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32626] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32626/stat : 32626 (java) S 32612 32614 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830633423 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32627] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32627/stat : 32627 (java) S 32612 32614 29081 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830633423 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32628] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32628/stat : 32628 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389125041 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32629] ppid=32612 vsize=10563308 CPUtime=1.24 cores=0,2,4,6
/proc/32614/task/32629/stat : 32629 (java) S 32612 32614 29081 0 -1 4202560 7739 0 0 0 124 0 0 0 15 0 22 0 830633425 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32630] ppid=32612 vsize=10563308 CPUtime=1.23 cores=0,2,4,6
/proc/32614/task/32630/stat : 32630 (java) S 32612 32614 29081 0 -1 4202560 5939 0 0 0 123 0 0 0 15 0 22 0 830633425 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32631] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32631/stat : 32631 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32632] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32632/stat : 32632 (java) S 32612 32614 29081 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830633425 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32633] ppid=32612 vsize=10563308 CPUtime=819.36 cores=0,2,4,6
/proc/32614/task/32633/stat : 32633 (java) R 32612 32614 29081 0 -1 4202560 3109 0 0 0 81935 1 0 0 25 0 22 0 830633505 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912506308291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32614/tid=32634] ppid=32612 vsize=10563308 CPUtime=819.36 cores=0,2,4,6
/proc/32614/task/32634/stat : 32634 (java) R 32612 32614 29081 0 -1 4202560 772811 0 0 0 81857 79 0 0 25 0 22 0 830633505 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505571545 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32614/tid=32635] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32635/stat : 32635 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830633526 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32636] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32636/stat : 32636 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830633527 10816827392 922488 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1645.58
Current children cumulated vsize (KiB) 10563308

[startup+882.301 s]
/proc/loadavg: 4.03 4.02 3.85 4/479 32710
/proc/meminfo: memFree=12979336/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10563308 CPUtime=1765.6 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 928850 0 1 0 176454 106 0 0 25 0 22 0 830633419 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2640827 922535 2256 9 0 2631561 0
[pid=32614/tid=32615] ppid=32612 vsize=10563308 CPUtime=0.84 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) S 32612 32614 29081 0 -1 4202560 49794 0 1 0 79 5 0 0 15 0 22 0 830633420 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32617] ppid=32612 vsize=10563308 CPUtime=0.28 cores=0,2,4,6
/proc/32614/task/32617/stat : 32617 (java) S 32612 32614 29081 0 -1 4202560 14954 0 0 0 26 2 0 0 15 0 22 0 830633421 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32618] ppid=32612 vsize=10563308 CPUtime=0.23 cores=0,2,4,6
/proc/32614/task/32618/stat : 32618 (java) S 32612 32614 29081 0 -1 4202560 6877 0 0 0 22 1 0 0 15 0 22 0 830633421 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32619] ppid=32612 vsize=10563308 CPUtime=0.24 cores=0,2,4,6
/proc/32614/task/32619/stat : 32619 (java) S 32612 32614 29081 0 -1 4202560 4427 0 0 0 24 0 0 0 16 0 22 0 830633421 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32620] ppid=32612 vsize=10563308 CPUtime=0.23 cores=0,2,4,6
/proc/32614/task/32620/stat : 32620 (java) S 32612 32614 29081 0 -1 4202560 9612 0 0 0 22 1 0 0 16 0 22 0 830633421 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32621] ppid=32612 vsize=10563308 CPUtime=0.34 cores=0,2,4,6
/proc/32614/task/32621/stat : 32621 (java) S 32612 32614 29081 0 -1 4202560 13956 0 0 0 32 2 0 0 16 0 22 0 830633421 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32622] ppid=32612 vsize=10563308 CPUtime=0.32 cores=0,2,4,6
/proc/32614/task/32622/stat : 32622 (java) S 32612 32614 29081 0 -1 4202560 14043 0 0 0 30 2 0 0 16 0 22 0 830633421 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32623] ppid=32612 vsize=10563308 CPUtime=0.3 cores=0,2,4,6
/proc/32614/task/32623/stat : 32623 (java) S 32612 32614 29081 0 -1 4202560 11875 0 0 0 28 2 0 0 15 0 22 0 830633421 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32624] ppid=32612 vsize=10563308 CPUtime=0.26 cores=0,2,4,6
/proc/32614/task/32624/stat : 32624 (java) S 32612 32614 29081 0 -1 4202560 9265 0 0 0 25 1 0 0 15 0 22 0 830633421 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32625] ppid=32612 vsize=10563308 CPUtime=1.33 cores=0,2,4,6
/proc/32614/task/32625/stat : 32625 (java) S 32612 32614 29081 0 -1 4202560 3219 0 0 0 130 3 0 0 15 0 22 0 830633422 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 0 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32626] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32626/stat : 32626 (java) S 32612 32614 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830633423 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32627] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32627/stat : 32627 (java) S 32612 32614 29081 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830633423 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32628] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32628/stat : 32628 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389125041 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32629] ppid=32612 vsize=10563308 CPUtime=1.24 cores=0,2,4,6
/proc/32614/task/32629/stat : 32629 (java) S 32612 32614 29081 0 -1 4202560 7739 0 0 0 124 0 0 0 15 0 22 0 830633425 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32630] ppid=32612 vsize=10563308 CPUtime=1.23 cores=0,2,4,6
/proc/32614/task/32630/stat : 32630 (java) S 32612 32614 29081 0 -1 4202560 5939 0 0 0 123 0 0 0 15 0 22 0 830633425 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32631] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32631/stat : 32631 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32632] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32632/stat : 32632 (java) S 32612 32614 29081 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830633425 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32633] ppid=32612 vsize=10563308 CPUtime=879.31 cores=0,2,4,6
/proc/32614/task/32633/stat : 32633 (java) R 32612 32614 29081 0 -1 4202560 3122 0 0 0 87930 1 0 0 25 0 22 0 830633505 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505868174 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32614/tid=32634] ppid=32612 vsize=10563308 CPUtime=879.3 cores=0,2,4,6
/proc/32614/task/32634/stat : 32634 (java) R 32612 32614 29081 0 -1 4202560 772820 0 0 0 87851 79 0 0 25 0 22 0 830633505 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505571317 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32614/tid=32635] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32635/stat : 32635 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830633526 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32636] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32636/stat : 32636 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830633527 10816827392 922535 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1765.6
Current children cumulated vsize (KiB) 10563308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.501 s]
/proc/loadavg: 3.95 4.00 3.85 5/479 32711
/proc/meminfo: memFree=12978584/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=10563308 CPUtime=1800.04 cores=0,2,4,6
/proc/32614/stat : 32614 (java) S 32612 32614 29081 0 -1 4202496 928869 0 1 0 179898 106 0 0 25 0 22 0 830633419 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 2640827 922544 2256 9 0 2631561 0
[pid=32614/tid=32615] ppid=32612 vsize=10563308 CPUtime=0.84 cores=0,2,4,6
/proc/32614/task/32615/stat : 32615 (java) S 32612 32614 29081 0 -1 4202560 49794 0 1 0 79 5 0 0 15 0 22 0 830633420 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32617] ppid=32612 vsize=10563308 CPUtime=0.28 cores=0,2,4,6
/proc/32614/task/32617/stat : 32617 (java) S 32612 32614 29081 0 -1 4202560 14954 0 0 0 26 2 0 0 16 0 22 0 830633421 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32618] ppid=32612 vsize=10563308 CPUtime=0.24 cores=0,2,4,6
/proc/32614/task/32618/stat : 32618 (java) S 32612 32614 29081 0 -1 4202560 6880 0 0 0 23 1 0 0 15 0 22 0 830633421 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32619] ppid=32612 vsize=10563308 CPUtime=0.24 cores=0,2,4,6
/proc/32614/task/32619/stat : 32619 (java) S 32612 32614 29081 0 -1 4202560 4428 0 0 0 24 0 0 0 15 0 22 0 830633421 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32620] ppid=32612 vsize=10563308 CPUtime=0.23 cores=0,2,4,6
/proc/32614/task/32620/stat : 32620 (java) S 32612 32614 29081 0 -1 4202560 9612 0 0 0 22 1 0 0 15 0 22 0 830633421 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32621] ppid=32612 vsize=10563308 CPUtime=0.35 cores=0,2,4,6
/proc/32614/task/32621/stat : 32621 (java) S 32612 32614 29081 0 -1 4202560 13956 0 0 0 33 2 0 0 15 0 22 0 830633421 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32622] ppid=32612 vsize=10563308 CPUtime=0.33 cores=0,2,4,6
/proc/32614/task/32622/stat : 32622 (java) S 32612 32614 29081 0 -1 4202560 14047 0 0 0 31 2 0 0 16 0 22 0 830633421 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32623] ppid=32612 vsize=10563308 CPUtime=0.31 cores=0,2,4,6
/proc/32614/task/32623/stat : 32623 (java) S 32612 32614 29081 0 -1 4202560 11876 0 0 0 29 2 0 0 16 0 22 0 830633421 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32624] ppid=32612 vsize=10563308 CPUtime=0.26 cores=0,2,4,6
/proc/32614/task/32624/stat : 32624 (java) S 32612 32614 29081 0 -1 4202560 9265 0 0 0 25 1 0 0 15 0 22 0 830633421 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32625] ppid=32612 vsize=10563308 CPUtime=1.33 cores=0,2,4,6
/proc/32614/task/32625/stat : 32625 (java) S 32612 32614 29081 0 -1 4202560 3221 0 0 0 130 3 0 0 15 0 22 0 830633422 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 0 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32626] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32626/stat : 32626 (java) S 32612 32614 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830633423 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32627] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32627/stat : 32627 (java) S 32612 32614 29081 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830633423 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 0 0 0 0
[pid=32614/tid=32628] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32628/stat : 32628 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389125041 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32629] ppid=32612 vsize=10563308 CPUtime=1.24 cores=0,2,4,6
/proc/32614/task/32629/stat : 32629 (java) S 32612 32614 29081 0 -1 4202560 7739 0 0 0 124 0 0 0 15 0 22 0 830633425 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 2 0 0 0
[pid=32614/tid=32630] ppid=32612 vsize=10563308 CPUtime=1.23 cores=0,2,4,6
/proc/32614/task/32630/stat : 32630 (java) S 32612 32614 29081 0 -1 4202560 5939 0 0 0 123 0 0 0 15 0 22 0 830633425 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32631] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32631/stat : 32631 (java) S 32612 32614 29081 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830633425 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117337 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
[pid=32614/tid=32632] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32632/stat : 32632 (java) S 32612 32614 29081 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830633425 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32633] ppid=32612 vsize=10563308 CPUtime=896.51 cores=0,2,4,6
/proc/32614/task/32633/stat : 32633 (java) R 32612 32614 29081 0 -1 4202560 3126 0 0 0 89650 1 0 0 25 0 22 0 830633505 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912505868174 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32614/tid=32634] ppid=32612 vsize=10563308 CPUtime=896.51 cores=0,2,4,6
/proc/32614/task/32634/stat : 32634 (java) R 32612 32614 29081 0 -1 4202560 772822 0 0 0 89572 79 0 0 25 0 22 0 830633505 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 46912506024897 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32614/tid=32635] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32635/stat : 32635 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830633526 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 4 0 0 0
[pid=32614/tid=32636] ppid=32612 vsize=10563308 CPUtime=0 cores=0,2,4,6
/proc/32614/task/32636/stat : 32636 (java) S 32612 32614 29081 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830633527 10816827392 922544 33554432000 1073741824 1073778376 140736135568736 18446744073709551615 255389117952 0 4 0 16800975 18446604453266129344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10563308

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

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

[startup+899.622 s]
/proc/loadavg: 3.95 4.00 3.85 5/479 32711
/proc/meminfo: memFree=12978584/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=0 CPUtime=1800.19 cores=0,2,4,6
/proc/32614/stat : 32614 (java) Z 32612 32614 29081 0 -1 4203548 928908 0 1 0 179907 112 0 0 17 0 2 0 830633419 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 0 0 0 0 0 0 0
[pid=32614/tid=32633] ppid=32612 vsize=0 CPUtime=896.61 cores=0,2,4,6
/proc/32614/task/32633/stat : 32633 (java) R 32612 32614 29081 0 -1 4203588 3126 0 0 0 89654 7 0 0 25 0 2 0 830633505 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+899.701 s]
/proc/loadavg: 3.95 4.00 3.85 4/460 32714
/proc/meminfo: memFree=16313976/32951124 swapFree=60787360/67111528
[pid=32614] ppid=32612 vsize=0 CPUtime=1800.29 cores=0,2,4,6
/proc/32614/stat : 32614 (java) Z 32612 32614 29081 0 -1 4203548 928908 0 1 0 179907 122 0 0 17 0 1 0 830633419 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32614/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 899.717
CPU time (s): 1800.29
CPU user time (s): 1799.07
CPU system time (s): 1.22081
CPU usage (%): 200.096
Max. virtual memory (cumulated for all children) (KiB): 10568496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.22081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 928908
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= 27157
involuntary context switches= 10634

runsolver used 4.42333 second user time and 8.70568 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-04 14:25:56
IDJOB=3454198
IDBENCH=2332
IDSOLVER=1950
FILE ID=node135/3454198-1307190355
RUNJOBID= node135-1307187551-31551
PBS_JOBID= 13508851
Free space on /tmp= 73964 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/milp/normalized-mps-v2-20-10-neos2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454198-1307190355/watcher-3454198-1307190355 -o /tmp/evaluation-result-3454198-1307190355/solver-3454198-1307190355 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454198-1307190355.opb

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

MD5SUM BENCH= 44facea850693084b6f9bb62059a35af
RANDOM SEED=966682671

node135.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.851
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.851
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	: 5332.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.74
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.851
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:      16943160 kB
Buffers:        269740 kB
Cached:         641128 kB
SwapCached:       6168 kB
Active:       15192436 kB
Inactive:       551208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16943160 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:            2428 kB
Writeback:           0 kB
AnonPages:    14832284 kB
Mapped:          34192 kB
Slab:           126048 kB
PageTables:      73340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134767792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73960 MiB
End job on node135 at 2011-06-04 14:40:57