Trace number 3735350

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.21 894.626

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
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 constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.0.v20100531
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		1349517296
0.05/0.08	c Max memory 		1356595200
0.05/0.08	c Total memory 		1356595200
0.05/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3735350-1338748583.opb
0.09/0.11	c reading problem ... 
1.56/0.81	c ... done. Wall clock time 0.708s.
1.56/0.81	c #vars     16651
1.56/0.81	c #constraints  53237
1.56/0.81	c constraints type 
1.56/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1.56/0.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1.56/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.56/0.82	c constraints type 
1.56/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32760
1.56/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16380
1.56/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
419.37/208.15	c cleaning 2497 clauses out of 5000 with flag 5000/5000
965.18/479.31	c cleaning 4248 clauses out of 8503 with flag 11000/11000
1532.22/761.01	c cleaning 5620 clauses out of 11258 with flag 18003/18003
1800.21/894.61	c starts		: 49
1800.21/894.61	c conflicts		: 21513
1800.21/894.61	c decisions		: 121788
1800.21/894.61	c propagations		: 9200388
1800.21/894.61	c inspects		: 80917549
1800.21/894.61	c learnt literals	: 0
1800.21/894.61	c learnt binary clauses	: 13
1800.21/894.61	c learnt ternary clauses	: 9
1800.21/894.61	c learnt clauses	: 21512
1800.21/894.61	c ignored clauses	: 0
1800.21/894.61	c root simplifications	: 0
1800.21/894.61	c removed literals (reason simplification)	: 89660336
1800.21/894.61	c reason swapping (by a shorter reason)	: 0
1800.21/894.61	c Calls to reduceDB	: 3
1800.21/894.61	c number of reductions to clauses (during analyze)	: 0
1800.21/894.61	c number of learned constraints concerned by reduction	: 0
1800.21/894.61	c number of learning phase by resolution	: 0
1800.21/894.61	c number of learning phase by cutting planes	: 0
1800.21/894.61	c speed (assignments/second)	: 10293.656689699617
1800.21/894.61	c non guided choices	79
1800.21/894.61	c learnt constraints type 
1800.21/894.61	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9134
1800.21/894.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.21/894.61	c constraints type 
1800.21/894.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1800.21/894.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1800.21/894.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.21/894.61	c constraints type 
1800.21/894.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32760
1800.21/894.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16380
1800.21/894.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.21/894.61	s UNKNOWN
1800.21/894.61	c Total wall clock time (in seconds): 894.508

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-3735350-1338748583/watcher-3735350-1338748583 -o /tmp/evaluation-result-3735350-1338748583/solver-3735350-1338748583 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735350-1338748583.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.94 4.05 3.90 4/197 3174
/proc/meminfo: memFree=27220528/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (java6) D 3172 3174 32179 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340983811 9515008 182 33554432000 1073741824 1073778376 140736031852576 140736031843608 260190322357 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/3174/statm: 2323 182 140 9 0 71 0

[startup+0.078943 s]
/proc/loadavg: 3.94 4.05 3.90 4/197 3174
/proc/meminfo: memFree=27220528/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 3899 0 1 0 4 1 0 0 20 0 18 0 340983811 2764726272 5618 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 674982 5618 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100194 s]
/proc/loadavg: 3.94 4.05 3.90 4/197 3174
/proc/meminfo: memFree=27220528/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 4750 0 1 0 8 1 0 0 20 0 18 0 340983811 2764726272 6459 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 674982 6459 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300168 s]
/proc/loadavg: 3.94 4.05 3.90 4/197 3174
/proc/meminfo: memFree=27220528/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2699928 CPUtime=0.49 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 5956 0 1 0 47 2 0 0 20 0 18 0 340983811 2764726272 9315 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 674982 9315 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2699928

[startup+0.700176 s]
/proc/loadavg: 3.94 4.05 3.90 4/197 3174
/proc/meminfo: memFree=27220528/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 14120 0 1 0 135 4 0 0 20 0 18 0 340983811 2764726272 42820 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 674982 42820 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 2699928

[startup+1.50073 s]
/proc/loadavg: 3.94 4.05 3.90 7/219 3196
/proc/meminfo: memFree=27028772/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2966184 CPUtime=3.59 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 14488 0 1 0 354 5 0 0 20 0 22 0 340983811 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 741546 55253 2256 9 0 732240 0
[pid=3174/tid=3176] ppid=3172 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3172 3174 32179 0 -1 4202560 2871 0 1 0 76 2 0 0 20 0 22 0 340983812 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543445107864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543429388584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543428335784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543427283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543426230696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543425178408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543424125608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543423073320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543422020520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3185] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3172 3174 32179 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340983814 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543292074216 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 32179 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543291020280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543289967880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543288916368 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 32179 0 -1 4202560 4188 0 0 0 75 0 0 0 20 0 22 0 340983817 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543287863992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 32179 0 -1 4202560 6120 0 0 0 69 0 0 0 20 0 22 0 340983817 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543286811192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543285759096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543284706504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/3174/task/3193/stat : 3193 (java) R 3172 3174 32179 0 -1 4202560 26 0 0 0 65 0 0 0 20 0 22 0 340983893 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543283642672 140543292958262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 32179 0 -1 4202560 77 0 0 0 65 0 0 0 20 0 22 0 340983893 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543282597928 140543448392599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3195/stat : 3195 (java) S 3172 3174 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543281546408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 55253 33554432000 1073741824 1073778376 140733575366288 140543280493608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.94 4.05 3.90 5/219 3196
/proc/meminfo: memFree=26896832/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2966184 CPUtime=7.12 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 14666 0 1 0 703 9 0 0 20 0 22 0 340983811 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 741546 104449 2269 9 0 732240 0
[pid=3174/tid=3176] ppid=3172 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3172 3174 32179 0 -1 4202560 2871 0 1 0 76 2 0 0 20 0 22 0 340983812 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543445107864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543429388584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543428335784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543427283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 32179 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 340983813 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543426230696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543425178408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543424125608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 32179 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543423073320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 32179 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340983813 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543422020520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3185] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3172 3174 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340983814 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543292074216 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543291020280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543289967880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543288916368 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 32179 0 -1 4202560 4202 0 0 0 85 0 0 0 20 0 22 0 340983817 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543287863992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 32179 0 -1 4202560 6127 0 0 0 86 0 0 0 20 0 22 0 340983817 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543286811192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543285759096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543284706504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=2966184 CPUtime=2.21 cores=0,2,4,6
/proc/3174/task/3193/stat : 3193 (java) R 3172 3174 32179 0 -1 4202560 29 0 0 0 221 0 0 0 20 0 22 0 340983893 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543283651000 140543292977014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=2966184 CPUtime=2.21 cores=0,2,4,6
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 32179 0 -1 4202560 163 0 0 0 218 3 0 0 20 0 22 0 340983893 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543282596856 140543293209024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3195/stat : 3195 (java) S 3172 3174 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543281546408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 104449 33554432000 1073741824 1073778376 140733575366288 140543280493608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 2966184

[startup+6.30074 s]
/proc/loadavg: 3.94 4.05 3.90 5/219 3196
/proc/meminfo: memFree=26780232/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2966184 CPUtime=13.73 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 14825 0 1 0 1359 14 0 0 20 0 22 0 340983811 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 741546 113543 2269 9 0 732240 0
[pid=3174/tid=3176] ppid=3172 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3172 3174 32179 0 -1 4202560 2871 0 1 0 76 2 0 0 20 0 22 0 340983812 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543445107864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 32179 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 340983813 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543429388584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 32179 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 340983813 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543428335784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 32179 0 -1 4202560 24 0 0 0 5 1 0 0 20 0 22 0 340983813 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543427283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 32179 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 340983813 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543426230696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 32179 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 340983813 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543425178408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 32179 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 340983813 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543424125608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 32179 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 340983813 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543423073320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 32179 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 340983813 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543422020520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3185] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3172 3174 32179 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340983814 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543292074216 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543291020280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543289967880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543288916368 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 32179 0 -1 4202560 4202 0 0 0 85 0 0 0 20 0 22 0 340983817 3037372416 113543 33554432000 1073741824 1073778376 140733575366288 140543287863992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/3174/statm: 741546 253737 2285 9 0 732240 0
[pid=3174/tid=3176] ppid=3172 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3172 3174 32179 0 -1 4202560 2878 0 1 0 76 4 0 0 20 0 22 0 340983812 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543445107864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=2966184 CPUtime=4.12 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 32179 0 -1 4202560 381 0 0 0 401 11 0 0 20 0 22 0 340983813 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543429388584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 32179 0 -1 4202560 368 0 0 0 375 10 0 0 20 0 22 0 340983813 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543428335784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 32179 0 -1 4202560 316 0 0 0 383 12 0 0 20 0 22 0 340983813 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543427283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=2966184 CPUtime=4.07 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 32179 0 -1 4202560 331 0 0 0 395 12 0 0 20 0 22 0 340983813 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543426230696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 32179 0 -1 4202560 397 0 0 0 378 12 0 0 20 0 22 0 340983813 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543425178408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=2966184 CPUtime=4.1 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 32179 0 -1 4202560 336 0 0 0 399 11 0 0 20 0 22 0 340983813 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543424125608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 32179 0 -1 4202560 371 0 0 0 380 10 0 0 20 0 22 0 340983813 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543423073320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=2966184 CPUtime=3.97 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 32179 0 -1 4202560 351 0 0 0 387 10 0 0 20 0 22 0 340983813 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543422020520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3185] ppid=3172 vsize=2966184 CPUtime=1.86 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3172 3174 32179 0 -1 4202560 289 0 0 0 95 91 0 0 20 0 22 0 340983814 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543292074216 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543291020280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543289967880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543288916368 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 32179 0 -1 4202560 4207 0 0 0 92 0 0 0 20 0 22 0 340983817 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543287863992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=2966184 CPUtime=1.86 cores=0,2,4,6
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 32179 0 -1 4202560 10225 0 0 0 184 2 0 0 20 0 22 0 340983817 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543286811192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543285759096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=2966184 CPUtime=0.26 cores=0,2,4,6
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 32179 0 -1 4202560 46 0 0 0 9 17 0 0 20 0 22 0 340983817 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543284706504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=2966184 CPUtime=806.82 cores=0,2,4,6
/proc/3174/task/3193/stat : 3193 (java) R 3172 3174 32179 0 -1 4202560 880 0 0 0 80667 15 0 0 20 0 22 0 340983893 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543283650336 140543293101424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=2966184 CPUtime=807.01 cores=0,2,4,6
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 32179 0 -1 4202560 1069 0 0 0 80682 19 0 0 20 0 22 0 340983893 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543282595720 140543293150652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3195/stat : 3195 (java) S 3172 3174 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543281546408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 253737 33554432000 1073741824 1073778376 140733575366288 140543280493608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1654.94
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.81 3.82 3.86 5/219 3279
/proc/meminfo: memFree=26301340/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2966184 CPUtime=1775.55 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 23782 0 1 0 177331 224 0 0 20 0 22 0 340983811 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 741546 253767 2285 9 0 732240 0
[pid=3174/tid=3176] ppid=3172 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3172 3174 32179 0 -1 4202560 2879 0 1 0 76 4 0 0 20 0 22 0 340983812 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543445107864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=2966184 CPUtime=4.35 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 32179 0 -1 4202560 381 0 0 0 423 12 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543429388584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=2966184 CPUtime=4.14 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 32179 0 -1 4202560 368 0 0 0 403 11 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543428335784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=2966184 CPUtime=4.21 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 32179 0 -1 4202560 333 0 0 0 409 12 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543427283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=2966184 CPUtime=4.3 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 32179 0 -1 4202560 344 0 0 0 418 12 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543426230696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=2966184 CPUtime=4.2 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 32179 0 -1 4202560 397 0 0 0 408 12 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543425178408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 32179 0 -1 4202560 336 0 0 0 426 11 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543424125608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=2966184 CPUtime=4.16 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 32179 0 -1 4202560 371 0 0 0 406 10 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543423073320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=2966184 CPUtime=4.25 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 32179 0 -1 4202560 351 0 0 0 415 10 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543422020520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3185] ppid=3172 vsize=2966184 CPUtime=1.95 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3172 3174 32179 0 -1 4202560 293 0 0 0 97 98 0 0 20 0 22 0 340983814 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543292074216 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543291020280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543289967880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543288916368 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 32179 0 -1 4202560 4207 0 0 0 92 0 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543287863992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=2966184 CPUtime=1.87 cores=0,2,4,6
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 32179 0 -1 4202560 10226 0 0 0 185 2 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543286811192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543285759096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 32179 0 -1 4202560 50 0 0 0 9 19 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543284706504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=2966184 CPUtime=865.89 cores=0,2,4,6
/proc/3174/task/3193/stat : 3193 (java) R 3172 3174 32179 0 -1 4202560 916 0 0 0 86572 17 0 0 20 0 22 0 340983893 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543283649776 140543292958283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=2966184 CPUtime=866.08 cores=0,2,4,6
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 32179 0 -1 4202560 1137 0 0 0 86588 20 0 0 20 0 22 0 340983893 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543282595600 140543292834183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3195/stat : 3195 (java) S 3172 3174 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543281546408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543280493608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1775.55
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.601 s]
/proc/loadavg: 3.85 3.83 3.86 5/219 3279
/proc/meminfo: memFree=26284960/32873648 swapFree=7116/7116
[pid=3174] ppid=3172 vsize=2966184 CPUtime=1800.21 cores=0,2,4,6
/proc/3174/stat : 3174 (java) S 3172 3174 32179 0 -1 4202496 23790 0 1 0 179796 225 0 0 20 0 22 0 340983811 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140733575357424 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3174/statm: 741546 253767 2285 9 0 732240 0
[pid=3174/tid=3176] ppid=3172 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/3174/task/3176/stat : 3176 (java) S 3172 3174 32179 0 -1 4202560 2879 0 1 0 76 4 0 0 20 0 22 0 340983812 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543445107864 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=2966184 CPUtime=4.38 cores=0,2,4,6
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 32179 0 -1 4202560 381 0 0 0 426 12 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543429388584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=2966184 CPUtime=4.15 cores=0,2,4,6
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 32179 0 -1 4202560 368 0 0 0 404 11 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543428335784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=2966184 CPUtime=4.24 cores=0,2,4,6
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 32179 0 -1 4202560 333 0 0 0 412 12 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543427283496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=2966184 CPUtime=4.33 cores=0,2,4,6
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 32179 0 -1 4202560 344 0 0 0 421 12 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543426230696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=2966184 CPUtime=4.22 cores=0,2,4,6
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 32179 0 -1 4202560 397 0 0 0 410 12 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543425178408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=2966184 CPUtime=4.38 cores=0,2,4,6
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 32179 0 -1 4202560 336 0 0 0 427 11 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543424125608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=2966184 CPUtime=4.17 cores=0,2,4,6
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 32179 0 -1 4202560 371 0 0 0 407 10 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543423073320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=2966184 CPUtime=4.26 cores=0,2,4,6
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 32179 0 -1 4202560 351 0 0 0 416 10 0 0 20 0 22 0 340983813 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543422020520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3185] ppid=3172 vsize=2966184 CPUtime=1.95 cores=0,2,4,6
/proc/3174/task/3185/stat : 3185 (java) S 3172 3174 32179 0 -1 4202560 293 0 0 0 97 98 0 0 20 0 22 0 340983814 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543292074216 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 32179 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543291020280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 32179 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340983815 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543289967880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543288916368 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 32179 0 -1 4202560 4207 0 0 0 92 0 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543287863992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=2966184 CPUtime=1.87 cores=0,2,4,6
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 32179 0 -1 4202560 10226 0 0 0 185 2 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543286811192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 32179 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543285759096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 32179 0 -1 4202560 50 0 0 0 9 19 0 0 20 0 22 0 340983817 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543284706504 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=2966184 CPUtime=878.1 cores=0,2,4,6
/proc/3174/task/3193/stat : 3193 (java) R 3172 3174 32179 0 -1 4202560 919 0 0 0 87793 17 0 0 20 0 22 0 340983893 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543283649680 140543292927460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=2966184 CPUtime=878.29 cores=0,2,4,6
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 32179 0 -1 4202560 1142 0 0 0 87809 20 0 0 20 0 22 0 340983893 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543282595696 140543292958221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3195/stat : 3195 (java) S 3172 3174 32179 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543281546408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 32179 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340983897 3037372416 253767 33554432000 1073741824 1073778376 140733575366288 140543280493608 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3174 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=8269
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=652596
# CPU time returned by wait4() is 1796.66
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.626
CPU time (s): 1800.21
CPU user time (s): 1797.96
CPU system time (s): 2.25
CPU usage (%): 201.225
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.01
system time used= 2.6526
maximum resident set size= 1015188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23820
page faults= 1
swaps= 0
block input operations= 40
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73696
involuntary context switches= 115389

runsolver used 3.09253 second user time and 8.42372 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 20:36:23
IDJOB=3735350
IDBENCH=2991
IDSOLVER=2324
FILE ID=node123/3735350-1338748583
RUNJOBID= node123-1338737887-32195
PBS_JOBID= 14636768
Free space on /tmp= 71304 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=180-sizeP=91-sizeQ=180-348768554-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735350-1338748583/watcher-3735350-1338748583 -o /tmp/evaluation-result-3735350-1338748583/solver-3735350-1338748583 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735350-1338748583.opb

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

MD5SUM BENCH= 70a36045701f7ebe55c56022c0c942d1
RANDOM SEED=1149559884

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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:        27220800 kB
Buffers:         1803576 kB
Cached:          2242544 kB
SwapCached:         2268 kB
Active:          2859120 kB
Inactive:        1902400 kB
Active(anon):     708400 kB
Inactive(anon):     5504 kB
Active(file):    2150720 kB
Inactive(file):  1896896 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:        718372 kB
Mapped:            18540 kB
Shmem:                 0 kB
Slab:             750408 kB
SReclaimable:     194252 kB
SUnreclaim:       556156 kB
KernelStack:        1624 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 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= 71300 MiB
End job on node123 at 2012-06-03 20:51:20