Trace number 3689989

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.8 1784.83

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_mh.opb
MD5SUM5db3e12693d0fde048524c9639b75499
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark649774124
Best CPU time to get the best result obtained on this benchmark1802.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 308760127022
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 308760127022
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.13	c See www.sat4j.org for details.
0.03/0.14	c version 2.3.2.v20120418
0.03/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.14	c java.vm.version	19.1-b02
0.03/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.14	c sun.arch.data.model	64
0.03/0.14	c java.version		1.6.0_24
0.03/0.14	c os.name		Linux
0.03/0.14	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.14	c os.arch		amd64
0.03/0.14	c Free memory 		501472288
0.03/0.14	c Max memory 		7480803328
0.03/0.14	c Total memory 		504102912
0.03/0.14	c Number of processors 	8
0.03/0.16	c Pseudo Boolean Optimization by upper bound
0.03/0.16	c --- Begin Solver configuration ---
0.03/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.03/0.16	c Learn all clauses as in MiniSAT
0.03/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.16	c No reason simplification
0.03/0.16	c Armin Biere (Picosat) restarts strategy
0.03/0.16	c Glucose learned constraints deletion strategy
0.03/0.16	c timeout=2147483s
0.03/0.16	c DB Simplification allowed=false
0.03/0.16	c c --- End Solver configuration ---
0.03/0.16	c solving HOME/instance-3689989-1337895248.opb
0.03/0.16	c reading problem ... 
44.35/30.94	c ... done. Wall clock time 30.773s.
44.35/30.94	c declared #vars     2000400
44.35/30.94	c #constraints  4940611
44.35/30.94	c constraints type 
44.35/30.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
44.35/30.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
44.35/30.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
44.35/30.94	c ignored satisfied constraints => 3
44.35/30.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
44.35/30.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
44.35/30.94	c 4940614 constraints processed.
44.35/30.94	c objective function length is 1019800 literals
681.16/667.37	c cleaning 2487 clauses out of 5000 with flag 5000/5000
1485.83/1470.66	c cleaning 4256 clauses out of 8513 with flag 11000/11000
1800.08/1784.81	c starts		: 36
1800.08/1784.81	c conflicts		: 12979
1800.08/1784.81	c decisions		: 834485
1800.08/1784.81	c propagations		: 758503607
1800.08/1784.81	c inspects		: 7673606075
1800.08/1784.81	c shortcuts		: 0
1800.08/1784.81	c learnt literals	: 0
1800.08/1784.81	c learnt binary clauses	: 15
1800.08/1784.81	c learnt ternary clauses	: 0
1800.08/1784.81	c learnt constraints	: 12979
1800.08/1784.81	c ignored constraints	: 0
1800.08/1784.81	c root simplifications	: 0
1800.08/1784.81	c removed literals (reason simplification)	: 0
1800.08/1784.81	c reason swapping (by a shorter reason)	: 0
1800.08/1784.81	c Calls to reduceDB	: 2
1800.08/1784.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1784.81	c number of learned constraints concerned by reduction	: 0
1800.08/1784.81	c number of learning phase by resolution	: 0
1800.08/1784.81	c number of learning phase by cutting planes	: 0
1800.08/1784.81	c speed (assignments/second)	: 432578.82991549216
1800.08/1784.81	c non guided choices	0
1800.08/1784.81	c learnt constraints type 
1800.08/1784.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.08/1784.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6221
1800.08/1784.81	c constraints type 
1800.08/1784.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.08/1784.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.08/1784.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.08/1784.81	c ignored satisfied constraints => 3
1800.08/1784.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.08/1784.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.08/1784.81	c 4940614 constraints processed.
1800.08/1784.81	s UNKNOWN
1800.08/1784.81	c Total wall clock time (in seconds): 1784.649

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689989-1337895248/watcher-3689989-1337895248 -o /tmp/evaluation-result-3689989-1337895248/solver-3689989-1337895248 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689989-1337895248.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: 1.72 1.93 1.98 2/177 27101
/proc/meminfo: memFree=28259956/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=89800 CPUtime=0 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 1182 0 0 0 0 0 0 0 20 0 2 0 255652303 91955200 902 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 22970 906 687 9 0 16769 0
[pid=27101/tid=27102] ppid=27099 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 255652304 94019584 913 33554432000 1073741824 1073778376 140735882004912 140735881993976 233411788629 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.061805 s]
/proc/loadavg: 1.72 1.93 1.98 2/177 27101
/proc/meminfo: memFree=28259956/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 1428 0 1 0 0 0 0 0 20 0 2 0 255652303 105127936 1110 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 25666 1110 857 9 0 16775 0
[pid=27101/tid=27102] ppid=27099 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 282 0 1 0 0 0 0 0 20 0 2 0 255652304 105127936 1110 33554432000 1073741824 1073778376 140735882004912 140169865300272 233411789741 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100333 s]
/proc/loadavg: 1.72 1.93 1.98 2/177 27101
/proc/meminfo: memFree=28259956/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 3062 0 1 0 3 0 0 0 20 0 13 0 255652303 9446973440 3760 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2306390 3760 1707 9 0 2297091 0
[pid=27101/tid=27102] ppid=27099 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 1881 0 1 0 2 0 0 0 20 0 13 0 255652304 9446973440 3760 33554432000 1073741824 1073778376 140735882004912 140169865295424 140169872727574 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.300255 s]
/proc/loadavg: 1.72 1.93 1.98 2/177 27101
/proc/meminfo: memFree=28259956/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 5345 0 1 0 35 2 0 0 20 0 18 0 255652303 9787813888 18855 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2389603 18855 2214 9 0 2380296 0
[pid=27101/tid=27102] ppid=27099 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 2466 0 1 0 21 1 0 0 20 0 18 0 255652304 9787813888 18855 33554432000 1073741824 1073778376 140735882004912 140169865296816 140169697157792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9558412

[startup+0.700263 s]
/proc/loadavg: 1.72 1.93 1.98 2/177 27101
/proc/meminfo: memFree=28259956/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9558412 CPUtime=0.97 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 5687 0 1 0 92 5 0 0 20 0 18 0 255652303 9787813888 52779 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2389603 52779 2231 9 0 2380296 0
[pid=27101/tid=27102] ppid=27099 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 2508 0 1 0 54 2 0 0 20 0 18 0 255652304 9787813888 52779 33554432000 1073741824 1073778376 140735882004912 140169865289552 140169697445805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 1.72 1.93 1.98 10/211 27135
/proc/meminfo: memFree=27829816/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9558412 CPUtime=1.91 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 6111 0 1 0 182 9 0 0 20 0 18 0 255652303 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2389603 63394 2231 9 0 2380296 0
[pid=27101/tid=27102] ppid=27099 vsize=9558412 CPUtime=1.32 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 2509 0 1 0 129 3 0 0 20 0 18 0 255652304 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169865289536 140169697446228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27104] ppid=27099 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27101/task/27104/stat : 27104 (java) S 27099 27101 27056 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 255652309 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169826789800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27106] ppid=27099 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27101/task/27106/stat : 27106 (java) S 27099 27101 27056 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 255652309 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169825737256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27108] ppid=27099 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27101/task/27108/stat : 27108 (java) S 27099 27101 27056 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 255652309 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169824684200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27101/tid=27109] ppid=27099 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27101/task/27109/stat : 27109 (java) S 27099 27101 27056 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 18 0 255652309 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169823631656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27101/tid=27111] ppid=27099 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27101/task/27111/stat : 27111 (java) S 27099 27101 27056 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 18 0 255652309 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169822579624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27101/tid=27112] ppid=27099 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27101/task/27112/stat : 27112 (java) S 27099 27101 27056 0 -1 4202560 56 0 0 0 4 0 0 0 20 0 18 0 255652309 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169821527080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27114] ppid=27099 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27101/task/27114/stat : 27114 (java) S 27099 27101 27056 0 -1 4202560 39 0 0 0 7 1 0 0 20 0 18 0 255652309 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169820474024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27116] ppid=27099 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27101/task/27116/stat : 27116 (java) S 27099 27101 27056 0 -1 4202560 258 0 0 0 3 0 0 0 20 0 18 0 255652309 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169819421480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27121] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27121/stat : 27121 (java) S 27099 27101 27056 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169688607080 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27124] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27124/stat : 27124 (java) S 27099 27101 27056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169687553400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27125] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27125/stat : 27125 (java) S 27099 27101 27056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169686500232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27127] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27127/stat : 27127 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169685448976 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27128] ppid=27099 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27101/task/27128/stat : 27128 (java) S 27099 27101 27056 0 -1 4202560 668 0 0 0 7 0 0 0 20 0 18 0 255652314 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169684396856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27130] ppid=27099 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27101/task/27130/stat : 27130 (java) S 27099 27101 27056 0 -1 4202560 1175 0 0 0 7 0 0 0 20 0 18 0 255652314 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169683344312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27132] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27132/stat : 27132 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140169682291448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27134] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27134/stat : 27134 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 63394 33554432000 1073741824 1073778376 140735882004912 140168673619016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9558412

[startup+3.10068 s]
/proc/loadavg: 1.72 1.93 1.98 4/211 27135
/proc/meminfo: memFree=27434060/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9558412 CPUtime=4.54 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 8079 0 1 0 424 30 0 0 20 0 18 0 255652303 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2389603 186125 2236 9 0 2380296 0
[pid=27101/tid=27102] ppid=27099 vsize=9558412 CPUtime=2.6 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 2839 0 1 0 251 9 0 0 20 0 18 0 255652304 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169865296200 140169697454155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27104] ppid=27099 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/27101/task/27104/stat : 27104 (java) S 27099 27101 27056 0 -1 4202560 90 0 0 0 20 3 0 0 20 0 18 0 255652309 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169826789800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27106] ppid=27099 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/27101/task/27106/stat : 27106 (java) S 27099 27101 27056 0 -1 4202560 346 0 0 0 13 2 0 0 20 0 18 0 255652309 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169825737256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27108] ppid=27099 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/27101/task/27108/stat : 27108 (java) S 27099 27101 27056 0 -1 4202560 46 0 0 0 11 1 0 0 20 0 18 0 255652309 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169824684200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27109] ppid=27099 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/27101/task/27109/stat : 27109 (java) S 27099 27101 27056 0 -1 4202560 132 0 0 0 23 3 0 0 20 0 18 0 255652309 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169823631656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27111] ppid=27099 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27101/task/27111/stat : 27111 (java) S 27099 27101 27056 0 -1 4202560 57 0 0 0 9 2 0 0 20 0 18 0 255652309 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169822579624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27101/tid=27112] ppid=27099 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/27101/task/27112/stat : 27112 (java) S 27099 27101 27056 0 -1 4202560 108 0 0 0 16 3 0 0 20 0 18 0 255652309 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169821527080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27114] ppid=27099 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/27101/task/27114/stat : 27114 (java) S 27099 27101 27056 0 -1 4202560 325 0 0 0 21 4 0 0 20 0 18 0 255652309 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169820474024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27116] ppid=27099 vsize=9558412 CPUtime=0.22 cores=0,2,4,6
/proc/27101/task/27116/stat : 27116 (java) S 27099 27101 27056 0 -1 4202560 300 0 0 0 19 3 0 0 20 0 18 0 255652309 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169819421480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27121] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27121/stat : 27121 (java) S 27099 27101 27056 0 -1 4202560 495 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169688607080 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27124] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27124/stat : 27124 (java) S 27099 27101 27056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169687553400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27125] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27125/stat : 27125 (java) S 27099 27101 27056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169686500232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27127] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27127/stat : 27127 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169685448976 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27128] ppid=27099 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/27101/task/27128/stat : 27128 (java) S 27099 27101 27056 0 -1 4202560 786 0 0 0 12 0 0 0 20 0 18 0 255652314 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169684396856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27130] ppid=27099 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/27101/task/27130/stat : 27130 (java) S 27099 27101 27056 0 -1 4202560 1380 0 0 0 15 0 0 0 20 0 18 0 255652314 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169683344312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27132] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27132/stat : 27132 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140169682291448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27134] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27134/stat : 27134 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 186125 33554432000 1073741824 1073778376 140735882004912 140168673619016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 1.82 1.95 1.98 3/211 27135
/proc/meminfo: memFree=25415960/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9558412 CPUtime=10.04 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 15601 0 1 0 942 62 0 0 20 0 18 0 255652303 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2389603 357859 2264 9 0 2380296 0
[pid=27101/tid=27102] ppid=27099 vsize=9558412 CPUtime=5.19 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 3540 0 1 0 501 18 0 0 20 0 18 0 255652304 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169865289648 140169697446228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27104] ppid=27099 vsize=9558412 CPUtime=0.57 cores=0,2,4,6
/proc/27101/task/27104/stat : 27104 (java) S 27099 27101 27056 0 -1 4202560 142 0 0 0 52 5 0 0 20 0 18 0 255652309 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169826789800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27106] ppid=27099 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/27101/task/27106/stat : 27106 (java) S 27099 27101 27056 0 -1 4202560 406 0 0 0 38 6 0 0 20 0 18 0 255652309 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169825737256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27108] ppid=27099 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/27101/task/27108/stat : 27108 (java) S 27099 27101 27056 0 -1 4202560 114 0 0 0 40 5 0 0 20 0 18 0 255652309 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169824684200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27109] ppid=27099 vsize=9558412 CPUtime=0.65 cores=0,2,4,6
/proc/27101/task/27109/stat : 27109 (java) S 27099 27101 27056 0 -1 4202560 543 0 0 0 59 6 0 0 20 0 18 0 255652309 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169823631656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27111] ppid=27099 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/27101/task/27111/stat : 27111 (java) S 27099 27101 27056 0 -1 4202560 123 0 0 0 41 5 0 0 20 0 18 0 255652309 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169822579624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27112] ppid=27099 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/27101/task/27112/stat : 27112 (java) S 27099 27101 27056 0 -1 4202560 485 0 0 0 35 4 0 0 20 0 18 0 255652309 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169821527080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27114] ppid=27099 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/27101/task/27114/stat : 27114 (java) S 27099 27101 27056 0 -1 4202560 377 0 0 0 41 5 0 0 20 0 18 0 255652309 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169820474024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27116] ppid=27099 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/27101/task/27116/stat : 27116 (java) S 27099 27101 27056 0 -1 4202560 371 0 0 0 47 6 0 0 20 0 18 0 255652309 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169819421480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27121] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27121/stat : 27121 (java) S 27099 27101 27056 0 -1 4202560 1038 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169688607080 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27124] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27124/stat : 27124 (java) S 27099 27101 27056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169687553400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27125] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27125/stat : 27125 (java) S 27099 27101 27056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255652311 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169686500232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27127] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27127/stat : 27127 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169685448976 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27128] ppid=27099 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/27101/task/27128/stat : 27128 (java) S 27099 27101 27056 0 -1 4202560 2642 0 0 0 36 0 0 0 20 0 18 0 255652314 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169684396856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27130] ppid=27099 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/27101/task/27130/stat : 27130 (java) S 27099 27101 27056 0 -1 4202560 4645 0 0 0 37 1 0 0 20 0 18 0 255652314 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169683344312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27132] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27132/stat : 27132 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140169682291448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27134] ppid=27099 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27134/stat : 27134 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255652314 9787813888 357859 33554432000 1073741824 1073778376 140735882004912 140168673619016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=27101/tid=27112] ppid=27099 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/27101/task/27112/stat : 27112 (java) S 27099 27101 27056 0 -1 4202560 3606 0 0 0 205 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169821527080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27114] ppid=27099 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/27101/task/27114/stat : 27114 (java) S 27099 27101 27056 0 -1 4202560 3782 0 0 0 206 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169820474024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27101/tid=27116] ppid=27099 vsize=9624976 CPUtime=2.64 cores=0,2,4,6
/proc/27101/task/27116/stat : 27116 (java) S 27099 27101 27056 0 -1 4202560 1786 0 0 0 247 17 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169819421480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27121] ppid=27099 vsize=9624976 CPUtime=8.5 cores=0,2,4,6
/proc/27101/task/27121/stat : 27121 (java) S 27099 27101 27056 0 -1 4202560 2350 0 0 0 844 6 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169688607080 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27124] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27124/stat : 27124 (java) S 27099 27101 27056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169687553400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27125] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27125/stat : 27125 (java) S 27099 27101 27056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169686500232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27127] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27127/stat : 27127 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169685448976 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27128] ppid=27099 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/27101/task/27128/stat : 27128 (java) S 27099 27101 27056 0 -1 4202560 2671 0 0 0 68 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169684396856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27130] ppid=27099 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/27101/task/27130/stat : 27130 (java) S 27099 27101 27056 0 -1 4202560 4654 0 0 0 74 1 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169683344312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27132] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27132/stat : 27132 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169682291448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27134] ppid=27099 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/27101/task/27134/stat : 27134 (java) S 27099 27101 27056 0 -1 4202560 95 0 0 0 37 33 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140168673619016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27138] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27138/stat : 27138 (java) S 27099 27101 27056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655440 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140168672564264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1677.53
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27189
/proc/meminfo: memFree=20732248/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9624976 CPUtime=1737.55 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 36906 0 1 0 173555 200 0 0 20 0 19 0 255652303 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2406244 925913 2283 9 0 2396937 0
[pid=27101/tid=27102] ppid=27099 vsize=9624976 CPUtime=1708.95 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 3984 0 1 0 170829 66 0 0 20 0 19 0 255652304 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169865298208 140169698051098 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27104] ppid=27099 vsize=9624976 CPUtime=2.25 cores=0,2,4,6
/proc/27101/task/27104/stat : 27104 (java) S 27099 27101 27056 0 -1 4202560 5946 0 0 0 209 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169826789800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27106] ppid=27099 vsize=9624976 CPUtime=2.28 cores=0,2,4,6
/proc/27101/task/27106/stat : 27106 (java) S 27099 27101 27056 0 -1 4202560 1598 0 0 0 213 15 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169825737256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27108] ppid=27099 vsize=9624976 CPUtime=2.11 cores=0,2,4,6
/proc/27101/task/27108/stat : 27108 (java) S 27099 27101 27056 0 -1 4202560 1432 0 0 0 197 14 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169824684200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27109] ppid=27099 vsize=9624976 CPUtime=2.35 cores=0,2,4,6
/proc/27101/task/27109/stat : 27109 (java) S 27099 27101 27056 0 -1 4202560 2485 0 0 0 220 15 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169823631656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27111] ppid=27099 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/27101/task/27111/stat : 27111 (java) S 27099 27101 27056 0 -1 4202560 1331 0 0 0 214 18 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169822579624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27112] ppid=27099 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/27101/task/27112/stat : 27112 (java) S 27099 27101 27056 0 -1 4202560 3606 0 0 0 205 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169821527080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27114] ppid=27099 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/27101/task/27114/stat : 27114 (java) S 27099 27101 27056 0 -1 4202560 3782 0 0 0 206 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169820474024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27101/tid=27116] ppid=27099 vsize=9624976 CPUtime=2.64 cores=0,2,4,6
/proc/27101/task/27116/stat : 27116 (java) S 27099 27101 27056 0 -1 4202560 1786 0 0 0 247 17 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169819421480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27121] ppid=27099 vsize=9624976 CPUtime=8.5 cores=0,2,4,6
/proc/27101/task/27121/stat : 27121 (java) S 27099 27101 27056 0 -1 4202560 2350 0 0 0 844 6 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169688607080 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27124] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27124/stat : 27124 (java) S 27099 27101 27056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169687553400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27125] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27125/stat : 27125 (java) S 27099 27101 27056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169686500232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27127] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27127/stat : 27127 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169685448976 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27128] ppid=27099 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/27101/task/27128/stat : 27128 (java) S 27099 27101 27056 0 -1 4202560 2671 0 0 0 68 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169684396856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27130] ppid=27099 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/27101/task/27130/stat : 27130 (java) S 27099 27101 27056 0 -1 4202560 4654 0 0 0 74 1 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169683344312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27132] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27132/stat : 27132 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169682291448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27134] ppid=27099 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/27101/task/27134/stat : 27134 (java) S 27099 27101 27056 0 -1 4202560 99 0 0 0 39 34 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140168673619016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27138] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27138/stat : 27138 (java) S 27099 27101 27056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655440 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140168672564264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1737.55
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/213 27189
/proc/meminfo: memFree=20732248/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9624976 CPUtime=1797.57 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 36912 0 1 0 179555 202 0 0 20 0 19 0 255652303 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2406244 925913 2283 9 0 2396937 0
[pid=27101/tid=27102] ppid=27099 vsize=9624976 CPUtime=1768.95 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 3984 0 1 0 176828 67 0 0 20 0 19 0 255652304 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169865298424 140169697929235 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27104] ppid=27099 vsize=9624976 CPUtime=2.25 cores=0,2,4,6
/proc/27101/task/27104/stat : 27104 (java) S 27099 27101 27056 0 -1 4202560 5946 0 0 0 209 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169826789800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27106] ppid=27099 vsize=9624976 CPUtime=2.28 cores=0,2,4,6
/proc/27101/task/27106/stat : 27106 (java) S 27099 27101 27056 0 -1 4202560 1598 0 0 0 213 15 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169825737256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27108] ppid=27099 vsize=9624976 CPUtime=2.11 cores=0,2,4,6
/proc/27101/task/27108/stat : 27108 (java) S 27099 27101 27056 0 -1 4202560 1432 0 0 0 197 14 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169824684200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27109] ppid=27099 vsize=9624976 CPUtime=2.35 cores=0,2,4,6
/proc/27101/task/27109/stat : 27109 (java) S 27099 27101 27056 0 -1 4202560 2485 0 0 0 220 15 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169823631656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27111] ppid=27099 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/27101/task/27111/stat : 27111 (java) S 27099 27101 27056 0 -1 4202560 1331 0 0 0 214 18 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169822579624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27112] ppid=27099 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/27101/task/27112/stat : 27112 (java) S 27099 27101 27056 0 -1 4202560 3606 0 0 0 205 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169821527080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27114] ppid=27099 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/27101/task/27114/stat : 27114 (java) S 27099 27101 27056 0 -1 4202560 3782 0 0 0 206 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169820474024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27101/tid=27116] ppid=27099 vsize=9624976 CPUtime=2.64 cores=0,2,4,6
/proc/27101/task/27116/stat : 27116 (java) S 27099 27101 27056 0 -1 4202560 1786 0 0 0 247 17 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169819421480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27121] ppid=27099 vsize=9624976 CPUtime=8.5 cores=0,2,4,6
/proc/27101/task/27121/stat : 27121 (java) S 27099 27101 27056 0 -1 4202560 2350 0 0 0 844 6 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169688607080 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27124] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27124/stat : 27124 (java) S 27099 27101 27056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169687553400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27125] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27125/stat : 27125 (java) S 27099 27101 27056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169686500232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27127] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27127/stat : 27127 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169685448976 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27128] ppid=27099 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/27101/task/27128/stat : 27128 (java) S 27099 27101 27056 0 -1 4202560 2673 0 0 0 68 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169684396856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27130] ppid=27099 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/27101/task/27130/stat : 27130 (java) S 27099 27101 27056 0 -1 4202560 4654 0 0 0 74 1 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169683344312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27132] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27132/stat : 27132 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169682291448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27134] ppid=27099 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/27101/task/27134/stat : 27134 (java) S 27099 27101 27056 0 -1 4202560 103 0 0 0 40 36 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140168673619016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27138] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27138/stat : 27138 (java) S 27099 27101 27056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655440 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140168672564264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.57
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.8 s]
/proc/loadavg: 1.99 2.00 2.00 3/193 27199
/proc/meminfo: memFree=24517036/32873844 swapFree=7100/7100
[pid=27101] ppid=27099 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/27101/stat : 27101 (java) S 27099 27101 27056 0 -1 4202496 36912 0 1 0 179806 202 0 0 20 0 19 0 255652303 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140735881996048 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27101/statm: 2406244 925913 2283 9 0 2396937 0
[pid=27101/tid=27102] ppid=27099 vsize=9624976 CPUtime=1771.46 cores=0,2,4,6
/proc/27101/task/27102/stat : 27102 (java) R 27099 27101 27056 0 -1 4202560 3984 0 1 0 177079 67 0 0 20 0 19 0 255652304 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169865298424 140169697943262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27104] ppid=27099 vsize=9624976 CPUtime=2.25 cores=0,2,4,6
/proc/27101/task/27104/stat : 27104 (java) S 27099 27101 27056 0 -1 4202560 5946 0 0 0 209 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169826789800 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27106] ppid=27099 vsize=9624976 CPUtime=2.28 cores=0,2,4,6
/proc/27101/task/27106/stat : 27106 (java) S 27099 27101 27056 0 -1 4202560 1598 0 0 0 213 15 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169825737256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27108] ppid=27099 vsize=9624976 CPUtime=2.11 cores=0,2,4,6
/proc/27101/task/27108/stat : 27108 (java) S 27099 27101 27056 0 -1 4202560 1432 0 0 0 197 14 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169824684200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27109] ppid=27099 vsize=9624976 CPUtime=2.35 cores=0,2,4,6
/proc/27101/task/27109/stat : 27109 (java) S 27099 27101 27056 0 -1 4202560 2485 0 0 0 220 15 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169823631656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27111] ppid=27099 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/27101/task/27111/stat : 27111 (java) S 27099 27101 27056 0 -1 4202560 1331 0 0 0 214 18 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169822579624 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27112] ppid=27099 vsize=9624976 CPUtime=2.21 cores=0,2,4,6
/proc/27101/task/27112/stat : 27112 (java) S 27099 27101 27056 0 -1 4202560 3606 0 0 0 205 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169821527080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27114] ppid=27099 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/27101/task/27114/stat : 27114 (java) S 27099 27101 27056 0 -1 4202560 3782 0 0 0 206 16 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169820474024 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27101/tid=27116] ppid=27099 vsize=9624976 CPUtime=2.64 cores=0,2,4,6
/proc/27101/task/27116/stat : 27116 (java) S 27099 27101 27056 0 -1 4202560 1786 0 0 0 247 17 0 0 20 0 19 0 255652309 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169819421480 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27121] ppid=27099 vsize=9624976 CPUtime=8.5 cores=0,2,4,6
/proc/27101/task/27121/stat : 27121 (java) S 27099 27101 27056 0 -1 4202560 2350 0 0 0 844 6 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169688607080 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27124] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27124/stat : 27124 (java) S 27099 27101 27056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169687553400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27125] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27125/stat : 27125 (java) S 27099 27101 27056 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255652311 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169686500232 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27127] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27127/stat : 27127 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169685448976 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27128] ppid=27099 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/27101/task/27128/stat : 27128 (java) S 27099 27101 27056 0 -1 4202560 2673 0 0 0 68 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169684396856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27130] ppid=27099 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/27101/task/27130/stat : 27130 (java) S 27099 27101 27056 0 -1 4202560 4654 0 0 0 74 1 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169683344312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27101/tid=27132] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27132/stat : 27132 (java) S 27099 27101 27056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140169682291448 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27101/tid=27134] ppid=27099 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/27101/task/27134/stat : 27134 (java) S 27099 27101 27056 0 -1 4202560 103 0 0 0 40 36 0 0 20 0 19 0 255652314 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140168673619016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27101/tid=27138] ppid=27099 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27101/task/27138/stat : 27138 (java) S 27099 27101 27056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255655440 9855975424 925913 33554432000 1073741824 1073778376 140735882004912 140168672564264 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1784.83
CPU time (s): 1800.8
CPU user time (s): 1798.29
CPU system time (s): 2.51162
CPU usage (%): 100.895
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 2.51162
maximum resident set size= 3703800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36953
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40582
involuntary context switches= 22227

runsolver used 6.44102 second user time and 14.5318 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 23:34:13
IDJOB=3689989
IDBENCH=92636
IDSOLVER=2269
FILE ID=node111/3689989-1337895248
RUNJOBID= node111-1337895248-27072
PBS_JOBID= 14620105
Free space on /tmp= 71192 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_3_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689989-1337895248/watcher-3689989-1337895248 -o /tmp/evaluation-result-3689989-1337895248/solver-3689989-1337895248 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689989-1337895248.opb

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

MD5SUM BENCH= 5db3e12693d0fde048524c9639b75499
RANDOM SEED=111519826

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28260484 kB
Buffers:          220896 kB
Cached:          3583692 kB
SwapCached:            0 kB
Active:          1215220 kB
Inactive:        2601212 kB
Active(anon):      14676 kB
Inactive(anon):        0 kB
Active(file):    1200544 kB
Inactive(file):  2601212 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            444488 kB
Writeback:             0 kB
AnonPages:         19100 kB
Mapped:            16308 kB
Shmem:               200 kB
Slab:             659612 kB
SReclaimable:      97676 kB
SUnreclaim:       561936 kB
KernelStack:        1392 kB
PageTables:         4040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     128920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71172 MiB
End job on node111 at 2012-05-25 00:04:00