Trace number 3735374

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.17 893.326

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
MD5SUMb25c647d77a62b252fd095c10d449861
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 variables116401
Total number of constraints347041
Number of constraints which are clauses347040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c ManyCore solver with 2 solvers running in parallel
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	
0.00/0.10	c solving HOME/instance-3735374-1338748688.opb
0.00/0.10	c reading problem ... 
5.35/3.75	c ... done. Wall clock time 3.658s.
5.35/3.75	c #vars     116401
5.35/3.75	c #constraints  375962
5.35/3.75	c constraints type 
5.35/3.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
5.35/3.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
5.35/3.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.35/3.75	c constraints type 
5.35/3.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
5.35/3.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
5.35/3.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.17/893.32	c starts		: 7
1800.17/893.32	c conflicts		: 892
1800.17/893.32	c decisions		: 4668
1800.17/893.32	c propagations		: 1343636
1800.17/893.32	c inspects		: 4867087
1800.17/893.32	c learnt literals	: 0
1800.17/893.32	c learnt binary clauses	: 1
1800.17/893.32	c learnt ternary clauses	: 0
1800.17/893.32	c learnt clauses	: 891
1800.17/893.32	c ignored clauses	: 0
1800.17/893.32	c root simplifications	: 0
1800.17/893.32	c removed literals (reason simplification)	: 29604825
1800.17/893.32	c reason swapping (by a shorter reason)	: 0
1800.17/893.32	c Calls to reduceDB	: 0
1800.17/893.32	c number of reductions to clauses (during analyze)	: 0
1800.17/893.32	c number of learned constraints concerned by reduction	: 0
1800.17/893.32	c number of learning phase by resolution	: 0
1800.17/893.32	c number of learning phase by cutting planes	: 0
1800.17/893.32	c speed (assignments/second)	: 1510.4450162607932
1800.17/893.32	c non guided choices	203
1800.17/893.32	c learnt constraints type 
1800.17/893.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 890
1800.17/893.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.17/893.32	c constraints type 
1800.17/893.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
1800.17/893.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
1800.17/893.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.17/893.32	c constraints type 
1800.17/893.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
1800.17/893.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
1800.17/893.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.17/893.32	s UNKNOWN
1800.17/893.32	c Total wall clock time (in seconds): 893.222

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-3735374-1338748688/watcher-3735374-1338748688 -o /tmp/evaluation-result-3735374-1338748688/solver-3735374-1338748688 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735374-1338748688.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.96 3.85 3.05 4/197 4157
/proc/meminfo: memFree=27543764/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 1279 0 0 0 0 0 0 0 20 0 2 0 340994838 98570240 979 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 24065 979 745 9 0 16771 0
[pid=4157/tid=4158] ppid=4155 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) R 4155 4157 3937 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 340994839 98570240 979 33554432000 1073741824 1073778376 140736396186016 139936521203240 226084341120 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.103575 s]
/proc/loadavg: 3.96 3.85 3.05 4/197 4157
/proc/meminfo: memFree=27543764/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 4854 0 1 0 11 1 0 0 20 0 18 0 340994838 2764726272 7040 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 674982 7040 2153 9 0 665676 0
[pid=4157/tid=4158] ppid=4155 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) R 4155 4157 3937 0 -1 4202560 2792 0 1 0 7 1 0 0 20 0 18 0 340994839 2764726272 7040 33554432000 1073741824 1073778376 140736396186016 139936521206704 139936528972627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 2699928

[startup+0.200251 s]
/proc/loadavg: 3.96 3.85 3.05 4/197 4157
/proc/meminfo: memFree=27543764/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 5325 0 1 0 27 2 0 0 20 0 18 0 340994838 2764726272 8985 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 674982 8985 2205 9 0 665676 0
[pid=4157/tid=4158] ppid=4155 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) R 4155 4157 3937 0 -1 4202560 2803 0 1 0 16 1 0 0 20 0 18 0 340994839 2764726272 8985 33554432000 1073741824 1073778376 140736396186016 139936521206704 139936359605991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2699928

[startup+0.300257 s]
/proc/loadavg: 3.96 3.85 3.05 4/197 4157
/proc/meminfo: memFree=27543764/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 6460 0 1 0 51 2 0 0 20 0 18 0 340994838 2764726272 11637 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 674982 11637 2221 9 0 665676 0
[pid=4157/tid=4158] ppid=4155 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) R 4155 4157 3937 0 -1 4202560 2808 0 1 0 26 1 0 0 20 0 18 0 340994839 2764726272 11637 33554432000 1073741824 1073778376 140736396186016 139936521206704 139936360015512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.700276 s]
/proc/loadavg: 3.96 3.85 3.05 4/197 4157
/proc/meminfo: memFree=27543764/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2699928 CPUtime=1.41 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 13878 0 1 0 135 6 0 0 20 0 18 0 340994838 2764726272 52473 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 674982 52473 2233 9 0 665676 0
[pid=4157/tid=4158] ppid=4155 vsize=2699928 CPUtime=0.67 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) R 4155 4157 3937 0 -1 4202560 2878 0 1 0 63 4 0 0 20 0 18 0 340994839 2764726272 52473 33554432000 1073741824 1073778376 140736396186016 139936521199520 226087724301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 2699928

[startup+1.50075 s]
/proc/loadavg: 3.96 3.85 3.05 4/215 4175
/proc/meminfo: memFree=27117032/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2699928 CPUtime=2.38 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 14069 0 1 0 224 14 0 0 20 0 18 0 340994838 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 674982 108817 2249 9 0 665676 0
[pid=4157/tid=4158] ppid=4155 vsize=2699928 CPUtime=1.42 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) R 4155 4157 3937 0 -1 4202560 2973 0 1 0 135 7 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936521199488 226087724301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4160] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4160/stat : 4160 (java) S 4155 4157 3937 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936505489832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4161] ppid=4155 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/4157/task/4161/stat : 4161 (java) S 4155 4157 3937 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936504437288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4162] ppid=4155 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/4157/task/4162/stat : 4162 (java) S 4155 4157 3937 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936503384232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4163] ppid=4155 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/4157/task/4163/stat : 4163 (java) S 4155 4157 3937 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936502331688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4164] ppid=4155 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/4157/task/4164/stat : 4164 (java) S 4155 4157 3937 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936501279656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4165] ppid=4155 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/4157/task/4165/stat : 4165 (java) S 4155 4157 3937 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936500227112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4166] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4166/stat : 4166 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936499174056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4167] ppid=4155 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/4157/task/4167/stat : 4167 (java) S 4155 4157 3937 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 340994839 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936498121512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4168] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4168/stat : 4168 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340994840 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936485710184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4169] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4169/stat : 4169 (java) S 4155 4157 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340994841 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936484656504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4170] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4170/stat : 4170 (java) S 4155 4157 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340994841 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936483603336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4171] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4171/stat : 4171 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340994843 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936482552080 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4172] ppid=4155 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/4157/task/4172/stat : 4172 (java) S 4155 4157 3937 0 -1 4202560 5945 0 0 0 33 1 0 0 20 0 18 0 340994843 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936481499960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4173] ppid=4155 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/4157/task/4173/stat : 4173 (java) S 4155 4157 3937 0 -1 4202560 3869 0 0 0 35 0 0 0 20 0 18 0 340994843 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936480447416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4174] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4174/stat : 4174 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340994843 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936479394552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4175] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4175/stat : 4175 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340994843 2764726272 108817 33554432000 1073741824 1073778376 140736396186016 139936478342216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 2699928

[startup+3.10061 s]
/proc/loadavg: 3.96 3.85 3.05 4/215 4175
/proc/meminfo: memFree=27036540/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2699928 CPUtime=4.31 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 14249 0 1 0 407 24 0 0 20 0 18 0 340994838 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 674982 128813 2260 9 0 665676 0
[pid=4157/tid=4158] ppid=4155 vsize=2699928 CPUtime=2.92 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) R 4155 4157 3937 0 -1 4202560 2990 0 1 0 285 7 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936521199520 139936359594070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4160] ppid=4155 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/4157/task/4160/stat : 4160 (java) S 4155 4157 3937 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936505489832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4161] ppid=4155 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/4157/task/4161/stat : 4161 (java) S 4155 4157 3937 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936504437288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4162] ppid=4155 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/4157/task/4162/stat : 4162 (java) S 4155 4157 3937 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936503384232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4163] ppid=4155 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/4157/task/4163/stat : 4163 (java) S 4155 4157 3937 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936502331688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4164] ppid=4155 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/4157/task/4164/stat : 4164 (java) S 4155 4157 3937 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936501279656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4165] ppid=4155 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/4157/task/4165/stat : 4165 (java) S 4155 4157 3937 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936500227112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4166] ppid=4155 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/4157/task/4166/stat : 4166 (java) S 4155 4157 3937 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936499174056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4167] ppid=4155 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/4157/task/4167/stat : 4167 (java) S 4155 4157 3937 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 340994839 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936498121512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4168] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4168/stat : 4168 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340994840 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936485710184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4169] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4169/stat : 4169 (java) S 4155 4157 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340994841 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936484656504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4170] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4170/stat : 4170 (java) S 4155 4157 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340994841 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936483603336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4171] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4171/stat : 4171 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340994843 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936482552080 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4172] ppid=4155 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/4157/task/4172/stat : 4172 (java) S 4155 4157 3937 0 -1 4202560 5947 0 0 0 34 2 0 0 20 0 18 0 340994843 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936481499960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4173] ppid=4155 vsize=2699928 CPUtime=0.38 cores=0,2,4,6
/proc/4157/task/4173/stat : 4173 (java) R 4155 4157 3937 0 -1 4202560 3870 0 0 0 38 0 0 0 20 0 18 0 340994843 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936480447296 139936525325686 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4174] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4174/stat : 4174 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340994843 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936479394552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4175] ppid=4155 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4175/stat : 4175 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340994843 2764726272 128813 33554432000 1073741824 1073778376 140736396186016 139936478342216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 2699928

[startup+6.30074 s]
/proc/loadavg: 4.04 3.87 3.06 5/219 4179
/proc/meminfo: memFree=26985316/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2966184 CPUtime=11.18 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 14666 0 1 0 1088 30 0 0 20 0 22 0 340994838 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 741546 141574 2280 9 0 732240 0
[pid=4157/tid=4158] ppid=4155 vsize=2966184 CPUtime=3.47 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) S 4155 4157 3937 0 -1 4202560 2995 0 1 0 339 8 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936521208984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4160] ppid=4155 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/4157/task/4160/stat : 4160 (java) S 4155 4157 3937 0 -1 4202560 61 0 0 0 11 2 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936505489832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4161] ppid=4155 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/4157/task/4161/stat : 4161 (java) S 4155 4157 3937 0 -1 4202560 43 0 0 0 7 3 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936504437288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4162] ppid=4155 vsize=2966184 CPUtime=0.17 cores=0,2,4,6
/proc/4157/task/4162/stat : 4162 (java) S 4155 4157 3937 0 -1 4202560 57 0 0 0 14 3 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936503384232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4163] ppid=4155 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/4157/task/4163/stat : 4163 (java) S 4155 4157 3937 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936502331688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4164] ppid=4155 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/4157/task/4164/stat : 4164 (java) S 4155 4157 3937 0 -1 4202560 47 0 0 0 10 2 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936501279656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4165] ppid=4155 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/4157/task/4165/stat : 4165 (java) S 4155 4157 3937 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936500227112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4166] ppid=4155 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/4157/task/4166/stat : 4166 (java) S 4155 4157 3937 0 -1 4202560 62 0 0 0 13 3 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936499174056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4167] ppid=4155 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/4157/task/4167/stat : 4167 (java) S 4155 4157 3937 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 22 0 340994839 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936498121512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4168] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4168/stat : 4168 (java) S 4155 4157 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340994840 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936485710184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4169] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4169/stat : 4169 (java) S 4155 4157 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340994841 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936484656504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4170] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4170/stat : 4170 (java) S 4155 4157 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340994841 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936483603336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4171] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4171/stat : 4171 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936482552080 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4172] ppid=4155 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/4157/task/4172/stat : 4172 (java) S 4155 4157 3937 0 -1 4202560 5974 0 0 0 74 2 0 0 20 0 22 0 340994843 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936481499960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4173] ppid=4155 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/4157/task/4173/stat : 4173 (java) S 4155 4157 3937 0 -1 4202560 4019 0 0 0 80 0 0 0 20 0 22 0 340994843 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936480447416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4174] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4174/stat : 4174 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936479394552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4175] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4175/stat : 4175 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 141574 33554432000 1073741824 1073778376 140736396186016 139936478342216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=4157/tid=4177] ppid=4155 vsize=2966184 CPUtime=745.96 cores=0,2,4,6
/proc/4157/task/4177/stat : 4177 (java) R 4155 4157 3937 0 -1 4202560 827 0 0 0 74582 14 0 0 20 0 22 0 340995214 3037372416 185069 33554432000 1073741824 1073778376 140736396186016 139936358452256 139936360118385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4178] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4178/stat : 4178 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340995223 3037372416 185069 33554432000 1073741824 1073778376 140736396186016 139936357401384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4179] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4179/stat : 4179 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340995224 3037372416 185069 33554432000 1073741824 1073778376 140736396186016 139936356348840 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1535.56
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.00 3.95 3.58 5/219 4250
/proc/meminfo: memFree=26034308/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2966184 CPUtime=1656.39 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 17467 0 1 0 165415 224 0 0 20 0 22 0 340994838 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 741546 185585 2280 9 0 732240 0
[pid=4157/tid=4158] ppid=4155 vsize=2966184 CPUtime=3.48 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) S 4155 4157 3937 0 -1 4202560 3005 0 1 0 340 8 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936521208984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4160] ppid=4155 vsize=2966184 CPUtime=4.89 cores=0,2,4,6
/proc/4157/task/4160/stat : 4160 (java) S 4155 4157 3937 0 -1 4202560 101 0 0 0 479 10 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936505489832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4161] ppid=4155 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/4157/task/4161/stat : 4161 (java) S 4155 4157 3937 0 -1 4202560 118 0 0 0 475 10 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936504437288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4162] ppid=4155 vsize=2966184 CPUtime=4.95 cores=0,2,4,6
/proc/4157/task/4162/stat : 4162 (java) S 4155 4157 3937 0 -1 4202560 93 0 0 0 484 11 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936503384232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4163] ppid=4155 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/4157/task/4163/stat : 4163 (java) S 4155 4157 3937 0 -1 4202560 135 0 0 0 475 10 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936502331688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4164] ppid=4155 vsize=2966184 CPUtime=4.92 cores=0,2,4,6
/proc/4157/task/4164/stat : 4164 (java) S 4155 4157 3937 0 -1 4202560 89 0 0 0 483 9 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936501279656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4165] ppid=4155 vsize=2966184 CPUtime=4.83 cores=0,2,4,6
/proc/4157/task/4165/stat : 4165 (java) S 4155 4157 3937 0 -1 4202560 131 0 0 0 475 8 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936500227112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4166] ppid=4155 vsize=2966184 CPUtime=4.94 cores=0,2,4,6
/proc/4157/task/4166/stat : 4166 (java) S 4155 4157 3937 0 -1 4202560 112 0 0 0 484 10 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936499174056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4167] ppid=4155 vsize=2966184 CPUtime=4.78 cores=0,2,4,6
/proc/4157/task/4167/stat : 4167 (java) S 4155 4157 3937 0 -1 4202560 78 0 0 0 470 8 0 0 20 0 22 0 340994839 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936498121512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4168] ppid=4155 vsize=2966184 CPUtime=1.67 cores=0,2,4,6
/proc/4157/task/4168/stat : 4168 (java) S 4155 4157 3937 0 -1 4202560 57 0 0 0 50 117 0 0 20 0 22 0 340994840 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936485710184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4169] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4169/stat : 4169 (java) S 4155 4157 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340994841 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936484656504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4170] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4170/stat : 4170 (java) S 4155 4157 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340994841 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936483603336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4171] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4171/stat : 4171 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936482552080 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4172] ppid=4155 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/4157/task/4172/stat : 4172 (java) S 4155 4157 3937 0 -1 4202560 5979 0 0 0 82 2 0 0 20 0 22 0 340994843 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936481499960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4173] ppid=4155 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/4157/task/4173/stat : 4173 (java) S 4155 4157 3937 0 -1 4202560 4555 0 0 0 109 0 0 0 20 0 22 0 340994843 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936480447416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4174] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4174/stat : 4174 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936479394552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4175] ppid=4155 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/4157/task/4175/stat : 4175 (java) S 4155 4157 3937 0 -1 4202560 45 0 0 0 12 15 0 0 20 0 22 0 340994843 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936478342216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4176] ppid=4155 vsize=2966184 CPUtime=804.55 cores=0,2,4,6
/proc/4157/task/4176/stat : 4176 (java) R 4155 4157 3937 0 -1 4202560 863 0 0 0 80438 17 0 0 20 0 22 0 340995214 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936359504048 139936360457584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4177] ppid=4155 vsize=2966184 CPUtime=805.17 cores=0,2,4,6
/proc/4157/task/4177/stat : 4177 (java) R 4155 4157 3937 0 -1 4202560 916 0 0 0 80501 16 0 0 20 0 22 0 340995214 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936358452336 139936360299214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4178] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4178/stat : 4178 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340995223 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936357401384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4179] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4179/stat : 4179 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340995224 3037372416 185585 33554432000 1073741824 1073778376 140736396186016 139936356348840 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1656.39
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 4.29 4.03 3.63 5/219 4250
/proc/meminfo: memFree=26019028/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2966184 CPUtime=1777.94 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 17946 0 1 0 177558 236 0 0 20 0 22 0 340994838 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 741546 189334 2281 9 0 732240 0
[pid=4157/tid=4158] ppid=4155 vsize=2966184 CPUtime=3.49 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) S 4155 4157 3937 0 -1 4202560 3006 0 1 0 341 8 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936521208984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4160] ppid=4155 vsize=2966184 CPUtime=5.29 cores=0,2,4,6
/proc/4157/task/4160/stat : 4160 (java) S 4155 4157 3937 0 -1 4202560 329 0 0 0 519 10 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936505489832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4161] ppid=4155 vsize=2966184 CPUtime=5.36 cores=0,2,4,6
/proc/4157/task/4161/stat : 4161 (java) S 4155 4157 3937 0 -1 4202560 123 0 0 0 526 10 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936504437288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4162] ppid=4155 vsize=2966184 CPUtime=5.39 cores=0,2,4,6
/proc/4157/task/4162/stat : 4162 (java) S 4155 4157 3937 0 -1 4202560 95 0 0 0 528 11 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936503384232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4163] ppid=4155 vsize=2966184 CPUtime=5.27 cores=0,2,4,6
/proc/4157/task/4163/stat : 4163 (java) S 4155 4157 3937 0 -1 4202560 139 0 0 0 517 10 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936502331688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4164] ppid=4155 vsize=2966184 CPUtime=5.39 cores=0,2,4,6
/proc/4157/task/4164/stat : 4164 (java) S 4155 4157 3937 0 -1 4202560 91 0 0 0 529 10 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936501279656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4165] ppid=4155 vsize=2966184 CPUtime=5.3 cores=0,2,4,6
/proc/4157/task/4165/stat : 4165 (java) S 4155 4157 3937 0 -1 4202560 135 0 0 0 522 8 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936500227112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4166] ppid=4155 vsize=2966184 CPUtime=5.43 cores=0,2,4,6
/proc/4157/task/4166/stat : 4166 (java) S 4155 4157 3937 0 -1 4202560 174 0 0 0 533 10 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936499174056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4167] ppid=4155 vsize=2966184 CPUtime=5.24 cores=0,2,4,6
/proc/4157/task/4167/stat : 4167 (java) S 4155 4157 3937 0 -1 4202560 81 0 0 0 515 9 0 0 20 0 22 0 340994839 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936498121512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4168] ppid=4155 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/4157/task/4168/stat : 4168 (java) S 4155 4157 3937 0 -1 4202560 61 0 0 0 53 122 0 0 20 0 22 0 340994840 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936485710184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4169] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4169/stat : 4169 (java) S 4155 4157 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340994841 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936484656504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4170] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4170/stat : 4170 (java) S 4155 4157 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340994841 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936483603336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4171] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4171/stat : 4171 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936482552080 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4172] ppid=4155 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/4157/task/4172/stat : 4172 (java) S 4155 4157 3937 0 -1 4202560 6007 0 0 0 95 2 0 0 20 0 22 0 340994843 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936481499960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4173] ppid=4155 vsize=2966184 CPUtime=1.17 cores=0,2,4,6
/proc/4157/task/4173/stat : 4173 (java) S 4155 4157 3937 0 -1 4202560 4557 0 0 0 117 0 0 0 20 0 22 0 340994843 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936480447416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4174] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4174/stat : 4174 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936479394552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4175] ppid=4155 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/4157/task/4175/stat : 4175 (java) S 4155 4157 3937 0 -1 4202560 49 0 0 0 14 15 0 0 20 0 22 0 340994843 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936478342216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4176] ppid=4155 vsize=2966184 CPUtime=863.35 cores=0,2,4,6
/proc/4157/task/4176/stat : 4176 (java) R 4155 4157 3937 0 -1 4202560 867 0 0 0 86317 18 0 0 20 0 22 0 340995214 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936359504048 139936360714452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4177] ppid=4155 vsize=2966184 CPUtime=863.96 cores=0,2,4,6
/proc/4157/task/4177/stat : 4177 (java) R 4155 4157 3937 0 -1 4202560 1042 0 0 0 86379 17 0 0 20 0 22 0 340995214 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936358452304 139936360299383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4178] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4178/stat : 4178 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340995223 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936357401384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4179] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4179/stat : 4179 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340995224 3037372416 189334 33554432000 1073741824 1073778376 140736396186016 139936356348840 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1777.94
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.307 s]
/proc/loadavg: 4.09 3.99 3.62 5/219 4250
/proc/meminfo: memFree=26017164/32873648 swapFree=6864/6864
[pid=4157] ppid=4155 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/4157/stat : 4157 (java) S 4155 4157 3937 0 -1 4202496 17972 0 1 0 179778 239 0 0 20 0 22 0 340994838 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 140736396177152 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4157/statm: 741546 189661 2281 9 0 732240 0
[pid=4157/tid=4158] ppid=4155 vsize=2966184 CPUtime=3.49 cores=0,2,4,6
/proc/4157/task/4158/stat : 4158 (java) S 4155 4157 3937 0 -1 4202560 3006 0 1 0 341 8 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936521208984 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4160] ppid=4155 vsize=2966184 CPUtime=5.36 cores=0,2,4,6
/proc/4157/task/4160/stat : 4160 (java) S 4155 4157 3937 0 -1 4202560 329 0 0 0 526 10 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936505489832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4161] ppid=4155 vsize=2966184 CPUtime=5.44 cores=0,2,4,6
/proc/4157/task/4161/stat : 4161 (java) S 4155 4157 3937 0 -1 4202560 123 0 0 0 534 10 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936504437288 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4162] ppid=4155 vsize=2966184 CPUtime=5.45 cores=0,2,4,6
/proc/4157/task/4162/stat : 4162 (java) S 4155 4157 3937 0 -1 4202560 95 0 0 0 534 11 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936503384232 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4163] ppid=4155 vsize=2966184 CPUtime=5.37 cores=0,2,4,6
/proc/4157/task/4163/stat : 4163 (java) S 4155 4157 3937 0 -1 4202560 139 0 0 0 527 10 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936502331688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4164] ppid=4155 vsize=2966184 CPUtime=5.46 cores=0,2,4,6
/proc/4157/task/4164/stat : 4164 (java) S 4155 4157 3937 0 -1 4202560 91 0 0 0 536 10 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936501279656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4165] ppid=4155 vsize=2966184 CPUtime=5.39 cores=0,2,4,6
/proc/4157/task/4165/stat : 4165 (java) S 4155 4157 3937 0 -1 4202560 135 0 0 0 531 8 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936500227112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4166] ppid=4155 vsize=2966184 CPUtime=5.5 cores=0,2,4,6
/proc/4157/task/4166/stat : 4166 (java) S 4155 4157 3937 0 -1 4202560 174 0 0 0 539 11 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936499174056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4167] ppid=4155 vsize=2966184 CPUtime=5.33 cores=0,2,4,6
/proc/4157/task/4167/stat : 4167 (java) S 4155 4157 3937 0 -1 4202560 81 0 0 0 524 9 0 0 20 0 22 0 340994839 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936498121512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4168] ppid=4155 vsize=2966184 CPUtime=1.76 cores=0,2,4,6
/proc/4157/task/4168/stat : 4168 (java) S 4155 4157 3937 0 -1 4202560 61 0 0 0 53 123 0 0 20 0 22 0 340994840 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936485710184 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4169] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4169/stat : 4169 (java) S 4155 4157 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340994841 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936484656504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4170] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4170/stat : 4170 (java) S 4155 4157 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340994841 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936483603336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4171] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4171/stat : 4171 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936482552080 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4172] ppid=4155 vsize=2966184 CPUtime=0.97 cores=0,2,4,6
/proc/4157/task/4172/stat : 4172 (java) S 4155 4157 3937 0 -1 4202560 6007 0 0 0 95 2 0 0 20 0 22 0 340994843 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936481499960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4157/tid=4173] ppid=4155 vsize=2966184 CPUtime=1.17 cores=0,2,4,6
/proc/4157/task/4173/stat : 4173 (java) S 4155 4157 3937 0 -1 4202560 4557 0 0 0 117 0 0 0 20 0 22 0 340994843 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936480447416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4174] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4174/stat : 4174 (java) S 4155 4157 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340994843 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936479394552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4157/tid=4175] ppid=4155 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/4157/task/4175/stat : 4175 (java) S 4155 4157 3937 0 -1 4202560 49 0 0 0 14 16 0 0 20 0 22 0 340994843 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936478342216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4176] ppid=4155 vsize=2966184 CPUtime=874.13 cores=0,2,4,6
/proc/4157/task/4176/stat : 4176 (java) R 4155 4157 3937 0 -1 4202560 869 0 0 0 87395 18 0 0 20 0 22 0 340995214 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936359504048 139936360714470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4177] ppid=4155 vsize=2966184 CPUtime=874.74 cores=0,2,4,6
/proc/4157/task/4177/stat : 4177 (java) R 4155 4157 3937 0 -1 4202560 1066 0 0 0 87456 18 0 0 20 0 22 0 340995214 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936358452320 139936360298985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4157/tid=4178] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4178/stat : 4178 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340995223 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936357401384 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4157/tid=4179] ppid=4155 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/4157/task/4179/stat : 4179 (java) S 4155 4157 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340995224 3037372416 189661 33554432000 1073741824 1073778376 140736396186016 139936356348840 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

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): 893.326
CPU time (s): 1800.17
CPU user time (s): 1797.38
CPU system time (s): 2.79357
CPU usage (%): 201.513
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.38
system time used= 2.79357
maximum resident set size= 758764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18002
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75164
involuntary context switches= 140138

runsolver used 3.2825 second user time and 8.17176 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 20:38:09
IDJOB=3735374
IDBENCH=3006
IDSOLVER=2324
FILE ID=node120/3735374-1338748688
RUNJOBID= node120-1338747803-3953
PBS_JOBID= 14636782
Free space on /tmp= 70752 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735374-1338748688/watcher-3735374-1338748688 -o /tmp/evaluation-result-3735374-1338748688/solver-3735374-1338748688 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735374-1338748688.opb

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

MD5SUM BENCH= b25c647d77a62b252fd095c10d449861
RANDOM SEED=1596137083

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27544144 kB
Buffers:          570556 kB
Cached:          3150156 kB
SwapCached:         1580 kB
Active:          2399856 kB
Inactive:        1990428 kB
Active(anon):     662112 kB
Inactive(anon):     9224 kB
Active(file):    1737744 kB
Inactive(file):  1981204 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             23312 kB
Writeback:             0 kB
AnonPages:        678688 kB
Mapped:            19036 kB
Shmem:                32 kB
Slab:             796272 kB
SReclaimable:     239876 kB
SUnreclaim:       556396 kB
KernelStack:        1616 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1570852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    647168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70748 MiB
End job on node120 at 2012-06-03 20:53:04