Trace number 3454296

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.25 898.794

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552-max.opb
MD5SUM7144dfb48272235c3b7a545be98e4888
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables13201
Total number of constraints38881
Number of constraints which are clauses38880
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 constraint12960
Number of terms in the objective function 81
Biggest coefficient in the objective function 1208925819614629174706176
Number of bits for the biggest coefficient in the objective function 81
Sum of the numbers in the objective function 2417851639229258349412351
Number of bits of the sum of numbers in the objective function 81
Biggest number in a constraint 883423532389192164791648750371459257913741948437809479060803100646309888
Number of bits of the biggest number in a constraint 240
Biggest sum of numbers in a constraint 3533694129556768659166594049428614927482833788414325188820087345754616777
Number of bits of the biggest sum of numbers241
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3454296-1307193126.opb
0.12/0.11	c reading problem ... 
1.24/0.70	c ... done. Wall clock time 0.595s.
1.24/0.70	c #vars     13201
1.24/0.70	c #constraints  42203
1.24/0.70	c constraints type 
1.24/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12960
1.24/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25920
1.24/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.24/0.70	c constraints type 
1.24/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 25920
1.24/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12960
1.24/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
296.62/147.65	c cleaning 2539 clauses out of 5080 with flag 5080/5080
569.31/283.77	c cleaning 4231 clauses out of 8461 with flag 11000/11000
1154.43/576.02	c cleaning 5616 clauses out of 11231 with flag 18001/18001
1625.59/811.49	c cleaning 6806 clauses out of 13616 with flag 26002/26002
1800.01/898.62	c starts		: 55
1800.01/898.62	c conflicts		: 32229
1800.01/898.62	c decisions		: 171270
1800.01/898.62	c propagations		: 10243502
1800.01/898.62	c inspects		: 154384792
1800.01/898.62	c shortcuts		: 0
1800.01/898.62	c learnt literals	: 0
1800.01/898.62	c learnt binary clauses	: 24
1800.01/898.62	c learnt ternary clauses	: 41
1800.01/898.62	c learnt constraints	: 32228
1800.01/898.62	c ignored constraints	: 0
1800.01/898.62	c root simplifications	: 0
1800.01/898.62	c removed literals (reason simplification)	: 75844466
1800.01/898.62	c reason swapping (by a shorter reason)	: 0
1800.01/898.62	c Calls to reduceDB	: 4
1800.01/898.62	c number of reductions to clauses (during analyze)	: 0
1800.01/898.62	c number of learned constraints concerned by reduction	: 0
1800.01/898.62	c number of learning phase by resolution	: 0
1800.01/898.62	c number of learning phase by cutting planes	: 0
1800.01/898.62	c speed (assignments/second)	: 11408.08494335773
1800.01/898.62	c non guided choices	66
1800.01/898.63	c learnt constraints type 
1800.01/898.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.01/898.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13014
1800.01/898.63	c constraints type 
1800.01/898.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12960
1800.01/898.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25920
1800.01/898.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/898.63	c constraints type 
1800.01/898.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 25920
1800.01/898.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12960
1800.01/898.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/898.63	s UNKNOWN
1800.01/898.63	c Total wall clock time (in seconds): 898.522

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454296-1307193126/watcher-3454296-1307193126 -o /tmp/evaluation-result-3454296-1307193126/solver-3454296-1307193126 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454296-1307193126.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.51 3.49 3.56 3/445 3174
/proc/meminfo: memFree=22127200/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 1238 0 0 0 0 0 0 0 25 0 2 0 830910760 31260672 958 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 7632 958 730 9 0 383 0
[pid=3174/tid=3175] ppid=3172 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) R 3172 3174 31765 0 -1 4202560 5271 0 1 0 0 0 0 0 25 0 2 0 830910761 10694979584 6088 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.10987 s]
/proc/loadavg: 3.51 3.49 3.56 3/445 3174
/proc/meminfo: memFree=22127200/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10540344 CPUtime=0.12 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 13297 0 1 0 11 1 0 0 25 0 18 0 830910760 10793312256 12966 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2635120 12983 2122 9 0 2625854 0
[pid=3174/tid=3175] ppid=3172 vsize=10540480 CPUtime=0.1 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) R 3172 3174 31765 0 -1 4202560 11292 0 1 0 9 1 0 0 18 0 18 0 830910761 10793451520 12983 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 47441153746963 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540344

[startup+0.200868 s]
/proc/loadavg: 3.51 3.49 3.56 3/445 3174
/proc/meminfo: memFree=22127200/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10540848 CPUtime=0.26 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 14193 0 1 0 25 1 0 0 25 0 18 0 830910760 10793828352 13862 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2635212 13862 2182 9 0 2625946 0
[pid=3174/tid=3175] ppid=3172 vsize=10540848 CPUtime=0.19 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) R 3172 3174 31765 0 -1 4202560 11990 0 1 0 18 1 0 0 18 0 18 0 830910761 10793828352 13863 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10540848

[startup+0.304884 s]
/proc/loadavg: 3.51 3.49 3.56 3/445 3174
/proc/meminfo: memFree=22127200/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10542128 CPUtime=0.49 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 16235 0 1 0 48 1 0 0 25 0 18 0 830910760 10795139072 15621 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2635532 15622 2201 9 0 2626266 0
[pid=3174/tid=3175] ppid=3172 vsize=10542128 CPUtime=0.29 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) R 3172 3174 31765 0 -1 4202560 13250 0 1 0 28 1 0 0 18 0 18 0 830910761 10795139072 15622 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505574285 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542128

[startup+0.700732 s]
/proc/loadavg: 3.51 3.49 3.56 3/445 3174
/proc/meminfo: memFree=22127200/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10546068 CPUtime=1.24 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 44950 0 1 0 118 6 0 0 25 0 18 0 830910760 10799173632 42752 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2636517 42752 2224 9 0 2627251 0
[pid=3174/tid=3175] ppid=3172 vsize=10546068 CPUtime=0.68 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) R 3172 3174 31765 0 -1 4202560 38521 0 1 0 64 4 0 0 18 0 18 0 830910761 10799173632 42752 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505797313 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 10546068

[startup+1.50163 s]
/proc/loadavg: 3.47 3.48 3.55 5/467 3197
/proc/meminfo: memFree=21946736/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10550180 CPUtime=3.39 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 54284 0 1 0 332 7 0 0 25 0 22 0 830910760 10803384320 51561 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2637545 51561 2240 9 0 2628279 0
[pid=3174/tid=3175] ppid=3172 vsize=10550180 CPUtime=0.69 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) S 3172 3174 31765 0 -1 4202560 38750 0 1 0 64 5 0 0 15 0 22 0 830910761 10803384320 51561 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 51561 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 51561 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 51561 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 51561 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 51561 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 51561 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 31765 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830910763 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 0 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830910764 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830910764 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528657841 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=10550180 CPUtime=0.57 cores=1,3,5,7
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 31765 0 -1 4202560 3326 0 0 0 57 0 0 0 23 0 22 0 830910766 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=10550180 CPUtime=0.52 cores=1,3,5,7
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 31765 0 -1 4202560 2565 0 0 0 52 0 0 0 15 0 22 0 830910766 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3193/stat : 3193 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830910766 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=10550180 CPUtime=0.79 cores=1,3,5,7
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 31765 0 -1 4202560 878 0 0 0 79 0 0 0 22 0 22 0 830910831 10803384320 51562 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505859824 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=10550180 CPUtime=0.77 cores=1,3,5,7
/proc/3174/task/3195/stat : 3195 (java) R 3172 3174 31765 0 -1 4202560 7598 0 0 0 77 0 0 0 25 0 22 0 830910831 10803384320 51563 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505856023 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830910833 10803384320 51563 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3197] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3197/stat : 3197 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830910833 10803384320 51563 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 10550180

[startup+3.10133 s]
/proc/loadavg: 3.47 3.48 3.55 5/467 3197
/proc/meminfo: memFree=21851256/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10550180 CPUtime=6.77 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 104453 0 1 0 663 14 0 0 25 0 22 0 830910760 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2637545 101275 2240 9 0 2628279 0
[pid=3174/tid=3175] ppid=3172 vsize=10550180 CPUtime=0.69 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) S 3172 3174 31765 0 -1 4202560 38750 0 1 0 64 5 0 0 15 0 22 0 830910761 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 31765 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 830910763 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 0 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 31765 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830910764 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830910764 10803384320 101275 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10803384320 101278 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528657841 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=10550180 CPUtime=0.63 cores=1,3,5,7
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 31765 0 -1 4202560 3422 0 0 0 63 0 0 0 15 0 22 0 830910766 10803384320 101282 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=10550180 CPUtime=0.64 cores=1,3,5,7
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 31765 0 -1 4202560 3033 0 0 0 64 0 0 0 15 0 22 0 830910766 10803384320 101286 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10803384320 101290 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3193/stat : 3193 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830910766 10803384320 101294 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=10550180 CPUtime=2.38 cores=1,3,5,7
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 31765 0 -1 4202560 1833 0 0 0 238 0 0 0 25 0 22 0 830910831 10803384320 101294 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505768684 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=10550180 CPUtime=2.38 cores=1,3,5,7
/proc/3174/task/3195/stat : 3195 (java) R 3172 3174 31765 0 -1 4202560 56264 0 0 0 231 7 0 0 25 0 22 0 830910831 10803384320 101295 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912506046928 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830910833 10803384320 101295 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3197] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3197/stat : 3197 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830910833 10803384320 101295 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 10550180

[startup+6.30074 s]
/proc/loadavg: 3.51 3.49 3.56 5/467 3197
/proc/meminfo: memFree=21190292/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10550180 CPUtime=13.28 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 370039 0 1 0 1284 44 0 0 25 0 22 0 830910760 10803384320 366501 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2637545 366511 2240 9 0 2628279 0
[pid=3174/tid=3175] ppid=3172 vsize=10550180 CPUtime=0.69 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) S 3172 3174 31765 0 -1 4202560 38751 0 1 0 64 5 0 0 15 0 22 0 830910761 10803384320 366516 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 366521 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 31765 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 366527 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 366533 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 366538 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 366544 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 366549 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 366555 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=10550180 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910762 10803384320 366560 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0

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

/proc/meminfo: memFree=21651836/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10554200 CPUtime=1647.25 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 1068546 0 1 0 164599 126 0 0 25 0 22 0 830910760 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2638550 1054559 2269 9 0 2629284 0
[pid=3174/tid=3175] ppid=3172 vsize=10554200 CPUtime=0.69 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) S 3172 3174 31765 0 -1 4202560 38753 0 1 0 64 5 0 0 15 0 22 0 830910761 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=10554200 CPUtime=0.55 cores=1,3,5,7
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 31765 0 -1 4202560 29917 0 0 0 52 3 0 0 16 0 22 0 830910762 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=10554200 CPUtime=0.51 cores=1,3,5,7
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 31765 0 -1 4202560 29018 0 0 0 47 4 0 0 15 0 22 0 830910762 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=10554200 CPUtime=0.52 cores=1,3,5,7
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 31765 0 -1 4202560 26678 0 0 0 49 3 0 0 16 0 22 0 830910762 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=10554200 CPUtime=0.6 cores=1,3,5,7
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 31765 0 -1 4202560 32958 0 0 0 56 4 0 0 15 0 22 0 830910762 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=10554200 CPUtime=0.56 cores=1,3,5,7
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 31765 0 -1 4202560 24068 0 0 0 53 3 0 0 15 0 22 0 830910762 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=10554200 CPUtime=0.49 cores=1,3,5,7
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 31765 0 -1 4202560 23069 0 0 0 46 3 0 0 15 0 22 0 830910762 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=10554200 CPUtime=0.49 cores=1,3,5,7
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 31765 0 -1 4202560 27469 0 0 0 45 4 0 0 15 0 22 0 830910762 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=10554200 CPUtime=0.55 cores=1,3,5,7
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 31765 0 -1 4202560 35211 0 0 0 51 4 0 0 15 0 22 0 830910762 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=10554200 CPUtime=0.48 cores=1,3,5,7
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 31765 0 -1 4202560 379 0 0 0 48 0 0 0 15 0 22 0 830910763 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 0 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830910764 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830910764 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528657841 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=10554200 CPUtime=1.19 cores=1,3,5,7
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 31765 0 -1 4202560 8715 0 0 0 119 0 0 0 15 0 22 0 830910766 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=10554200 CPUtime=1.05 cores=1,3,5,7
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 31765 0 -1 4202560 6203 0 0 0 104 1 0 0 15 0 22 0 830910766 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3193/stat : 3193 (java) S 3172 3174 31765 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 830910766 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=10554200 CPUtime=819.71 cores=1,3,5,7
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 31765 0 -1 4202560 8063 0 0 0 81969 2 0 0 25 0 22 0 830910831 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505859814 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=10554200 CPUtime=819.7 cores=1,3,5,7
/proc/3174/task/3195/stat : 3195 (java) R 3172 3174 31765 0 -1 4202560 776838 0 0 0 81886 84 0 0 25 0 22 0 830910831 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912506119408 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830910833 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3197] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3197/stat : 3197 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830910833 10807500800 1054559 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1647.25
Current children cumulated vsize (KiB) 10554200

[startup+882.316 s]
/proc/loadavg: 2.13 3.00 3.43 3/440 3244
/proc/meminfo: memFree=21651692/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10554200 CPUtime=1767.41 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 1068620 0 1 0 176615 126 0 0 25 0 22 0 830910760 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2638550 1054611 2269 9 0 2629284 0
[pid=3174/tid=3175] ppid=3172 vsize=10554200 CPUtime=0.69 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) S 3172 3174 31765 0 -1 4202560 38754 0 1 0 64 5 0 0 15 0 22 0 830910761 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=10554200 CPUtime=0.58 cores=1,3,5,7
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 31765 0 -1 4202560 29922 0 0 0 55 3 0 0 15 0 22 0 830910762 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=10554200 CPUtime=0.56 cores=1,3,5,7
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 31765 0 -1 4202560 29022 0 0 0 52 4 0 0 15 0 22 0 830910762 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=10554200 CPUtime=0.57 cores=1,3,5,7
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 31765 0 -1 4202560 26681 0 0 0 54 3 0 0 16 0 22 0 830910762 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=10554200 CPUtime=0.66 cores=1,3,5,7
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 31765 0 -1 4202560 32977 0 0 0 62 4 0 0 16 0 22 0 830910762 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=10554200 CPUtime=0.6 cores=1,3,5,7
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 31765 0 -1 4202560 24084 0 0 0 57 3 0 0 16 0 22 0 830910762 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=10554200 CPUtime=0.54 cores=1,3,5,7
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 31765 0 -1 4202560 23073 0 0 0 51 3 0 0 15 0 22 0 830910762 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=10554200 CPUtime=0.52 cores=1,3,5,7
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 31765 0 -1 4202560 27470 0 0 0 48 4 0 0 15 0 22 0 830910762 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=10554200 CPUtime=0.6 cores=1,3,5,7
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 31765 0 -1 4202560 35214 0 0 0 56 4 0 0 16 0 22 0 830910762 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=10554200 CPUtime=0.49 cores=1,3,5,7
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 31765 0 -1 4202560 381 0 0 0 48 1 0 0 15 0 22 0 830910763 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 0 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830910764 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830910764 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528657841 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=10554200 CPUtime=1.19 cores=1,3,5,7
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 31765 0 -1 4202560 8715 0 0 0 119 0 0 0 15 0 22 0 830910766 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=10554200 CPUtime=1.05 cores=1,3,5,7
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 31765 0 -1 4202560 6203 0 0 0 104 1 0 0 15 0 22 0 830910766 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3193/stat : 3193 (java) S 3172 3174 31765 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830910766 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=10554200 CPUtime=879.61 cores=1,3,5,7
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 31765 0 -1 4202560 8073 0 0 0 87959 2 0 0 25 0 22 0 830910831 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505888876 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=10554200 CPUtime=879.6 cores=1,3,5,7
/proc/3174/task/3195/stat : 3195 (java) R 3172 3174 31765 0 -1 4202560 776842 0 0 0 87876 84 0 0 25 0 22 0 830910831 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505778589 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830910833 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3197] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3197/stat : 3197 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830910833 10807500800 1054611 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1767.41
Current children cumulated vsize (KiB) 10554200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.601 s]
/proc/loadavg: 2.31 3.00 3.42 3/440 3246
/proc/meminfo: memFree=21651564/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=10554200 CPUtime=1800.01 cores=1,3,5,7
/proc/3174/stat : 3174 (java) S 3172 3174 31765 0 -1 4202496 1068636 0 1 0 179875 126 0 0 25 0 22 0 830910760 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 2638550 1054620 2269 9 0 2629284 0
[pid=3174/tid=3175] ppid=3172 vsize=10554200 CPUtime=0.69 cores=1,3,5,7
/proc/3174/task/3175/stat : 3175 (java) S 3172 3174 31765 0 -1 4202560 38754 0 1 0 64 5 0 0 15 0 22 0 830910761 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3177] ppid=3172 vsize=10554200 CPUtime=0.59 cores=1,3,5,7
/proc/3174/task/3177/stat : 3177 (java) S 3172 3174 31765 0 -1 4202560 29924 0 0 0 56 3 0 0 15 0 22 0 830910762 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3178] ppid=3172 vsize=10554200 CPUtime=0.56 cores=1,3,5,7
/proc/3174/task/3178/stat : 3178 (java) S 3172 3174 31765 0 -1 4202560 29025 0 0 0 52 4 0 0 15 0 22 0 830910762 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3179] ppid=3172 vsize=10554200 CPUtime=0.58 cores=1,3,5,7
/proc/3174/task/3179/stat : 3179 (java) S 3172 3174 31765 0 -1 4202560 26681 0 0 0 55 3 0 0 15 0 22 0 830910762 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3180] ppid=3172 vsize=10554200 CPUtime=0.66 cores=1,3,5,7
/proc/3174/task/3180/stat : 3180 (java) S 3172 3174 31765 0 -1 4202560 32977 0 0 0 62 4 0 0 16 0 22 0 830910762 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 7 0 0 0
[pid=3174/tid=3181] ppid=3172 vsize=10554200 CPUtime=0.61 cores=1,3,5,7
/proc/3174/task/3181/stat : 3181 (java) S 3172 3174 31765 0 -1 4202560 24084 0 0 0 58 3 0 0 15 0 22 0 830910762 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3182] ppid=3172 vsize=10554200 CPUtime=0.55 cores=1,3,5,7
/proc/3174/task/3182/stat : 3182 (java) S 3172 3174 31765 0 -1 4202560 23073 0 0 0 52 3 0 0 16 0 22 0 830910762 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3183] ppid=3172 vsize=10554200 CPUtime=0.53 cores=1,3,5,7
/proc/3174/task/3183/stat : 3183 (java) S 3172 3174 31765 0 -1 4202560 27474 0 0 0 49 4 0 0 15 0 22 0 830910762 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3184] ppid=3172 vsize=10554200 CPUtime=0.62 cores=1,3,5,7
/proc/3174/task/3184/stat : 3184 (java) S 3172 3174 31765 0 -1 4202560 35214 0 0 0 58 4 0 0 16 0 22 0 830910762 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3186] ppid=3172 vsize=10554200 CPUtime=0.5 cores=1,3,5,7
/proc/3174/task/3186/stat : 3186 (java) S 3172 3174 31765 0 -1 4202560 383 0 0 0 49 1 0 0 15 0 22 0 830910763 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 0 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3187] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3187/stat : 3187 (java) S 3172 3174 31765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830910764 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3188] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3188/stat : 3188 (java) S 3172 3174 31765 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830910764 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3189] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3189/stat : 3189 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528657841 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3190] ppid=3172 vsize=10554200 CPUtime=1.19 cores=1,3,5,7
/proc/3174/task/3190/stat : 3190 (java) S 3172 3174 31765 0 -1 4202560 8715 0 0 0 119 0 0 0 15 0 22 0 830910766 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 1 0 0 0
[pid=3174/tid=3191] ppid=3172 vsize=10554200 CPUtime=1.05 cores=1,3,5,7
/proc/3174/task/3191/stat : 3191 (java) S 3172 3174 31765 0 -1 4202560 6203 0 0 0 104 1 0 0 15 0 22 0 830910766 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3192] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3192/stat : 3192 (java) S 3172 3174 31765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830910766 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650137 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3193] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3193/stat : 3193 (java) S 3172 3174 31765 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830910766 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
[pid=3174/tid=3194] ppid=3172 vsize=10554200 CPUtime=895.89 cores=1,3,5,7
/proc/3174/task/3194/stat : 3194 (java) R 3172 3174 31765 0 -1 4202560 8074 0 0 0 89587 2 0 0 25 0 22 0 830910831 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912505768757 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3174/tid=3195] ppid=3172 vsize=10554200 CPUtime=895.88 cores=1,3,5,7
/proc/3174/task/3195/stat : 3195 (java) R 3172 3174 31765 0 -1 4202560 776844 0 0 0 89504 84 0 0 25 0 22 0 830910831 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 46912506119427 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3174/tid=3196] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3196/stat : 3196 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830910833 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 3 0 0 0
[pid=3174/tid=3197] ppid=3172 vsize=10554200 CPUtime=0 cores=1,3,5,7
/proc/3174/task/3197/stat : 3197 (java) S 3172 3174 31765 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830910833 10807500800 1054620 33554432000 1073741824 1073778376 140734701374960 18446744073709551615 246528650752 0 4 0 16800975 18446604470213538176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10554200

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

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

[startup+898.722 s]
/proc/loadavg: 2.31 3.00 3.42 2/421 3250
/proc/meminfo: memFree=23912688/32951124 swapFree=44043516/67111528
[pid=3174] ppid=3172 vsize=0 CPUtime=1800.17 cores=1,3,5,7
/proc/3174/stat : 3174 (java) Z 3172 3174 31765 0 -1 4203548 1068665 0 1 0 179882 135 0 0 17 0 2 0 830910760 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3174/statm: 0 0 0 0 0 0 0
[pid=3174/tid=3250] ppid=3172 vsize=0 CPUtime=0.1 cores=1,3,5,7
/proc/3174/task/3250/stat : 3250 (java) R 3172 3174 31765 0 -1 4203588 8 0 0 0 0 10 0 0 21 0 2 0 831000623 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 898.794
CPU time (s): 1800.25
CPU user time (s): 1798.82
CPU system time (s): 1.42478
CPU usage (%): 200.296
Max. virtual memory (cumulated for all children) (KiB): 10569376

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

runsolver used 3.68744 second user time and 8.79366 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 15:12:06
IDJOB=3454296
IDBENCH=3001
IDSOLVER=1950
FILE ID=node134/3454296-1307193126
RUNJOBID= node134-1307191933-2556
PBS_JOBID= 13508837
Free space on /tmp= 74016 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454296-1307193126/watcher-3454296-1307193126 -o /tmp/evaluation-result-3454296-1307193126/solver-3454296-1307193126 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454296-1307193126.opb

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

MD5SUM BENCH= 7144dfb48272235c3b7a545be98e4888
RANDOM SEED=365220340

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22127356 kB
Buffers:        303100 kB
Cached:         659608 kB
SwapCached:       9536 kB
Active:        9898816 kB
Inactive:       623280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22127356 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:            2288 kB
Writeback:           0 kB
AnonPages:     9557344 kB
Mapped:          29500 kB
Slab:           137900 kB
PageTables:      96196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121115800 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74016 MiB
End job on node134 at 2011-06-04 15:27:06