Trace number 3743770

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.2 901.628

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_0null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUM46872edc6e4b51c55ea86a5e789ffe9b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-239215
Best CPU time to get the best result obtained on this benchmark1800.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 340553
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 635478774
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 635478774
Number of bits of the biggest sum of numbers30
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.06/0.08	c version 2.2.0.v20100531
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/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-3743770-1338796719.opb
0.09/0.11	c reading problem ... 
12.27/7.93	c ... done. Wall clock time 7.817s.
12.27/7.93	c #vars     399113
12.27/7.93	c #constraints  400980
12.27/7.93	c constraints type 
12.27/7.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.27/7.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.27/7.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.27/7.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.27/7.93	c constraints type 
12.27/7.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.27/7.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.27/7.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.27/7.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
563.26/282.62	c cleaning 2493 clauses out of 4985 with flag 5000/5000
1285.56/643.84	c cleaning 4244 clauses out of 8492 with flag 11002/11002
1800.20/901.61	c starts		: 42
1800.20/901.61	c conflicts		: 14894
1800.20/901.61	c decisions		: 103399
1800.20/901.61	c propagations		: 689266200
1800.20/901.61	c inspects		: 156534723
1800.20/901.61	c learnt literals	: 17
1800.20/901.61	c learnt binary clauses	: 198
1800.20/901.61	c learnt ternary clauses	: 91
1800.20/901.61	c learnt clauses	: 14877
1800.20/901.61	c ignored clauses	: 0
1800.20/901.61	c root simplifications	: 0
1800.20/901.61	c removed literals (reason simplification)	: 2250972
1800.20/901.61	c reason swapping (by a shorter reason)	: 0
1800.20/901.61	c Calls to reduceDB	: 2
1800.20/901.61	c number of reductions to clauses (during analyze)	: 0
1800.20/901.61	c number of learned constraints concerned by reduction	: 0
1800.20/901.61	c number of learning phase by resolution	: 0
1800.20/901.61	c number of learning phase by cutting planes	: 0
1800.20/901.61	c speed (assignments/second)	: 771267.3440157551
1800.20/901.61	c non guided choices	22
1800.20/901.62	c learnt constraints type 
1800.20/901.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7942
1800.20/901.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 198
1800.20/901.62	c constraints type 
1800.20/901.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.20/901.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.20/901.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.20/901.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/901.62	c constraints type 
1800.20/901.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.20/901.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.20/901.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.20/901.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/901.62	s UNKNOWN
1800.20/901.62	c Total wall clock time (in seconds): 901.507

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-3743770-1338796719/watcher-3743770-1338796719 -o /tmp/evaluation-result-3743770-1338796719/solver-3743770-1338796719 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743770-1338796719.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.84 3.95 3.86 4/197 11257
/proc/meminfo: memFree=25996568/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11257/stat : 11257 (java6) D 11255 11257 9217 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345797484 9515008 183 33554432000 1073741824 1073778376 140733800079952 140733800070984 239873113781 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/11257/statm: 2323 183 140 9 0 71 0

[startup+0.0825639 s]
/proc/loadavg: 3.84 3.95 3.86 4/197 11257
/proc/meminfo: memFree=25996568/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 3897 0 1 0 5 1 0 0 20 0 18 0 345797484 2764726272 5616 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100332 s]
/proc/loadavg: 3.84 3.95 3.86 4/197 11257
/proc/meminfo: memFree=25996568/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 4683 0 1 0 8 1 0 0 20 0 18 0 345797484 2764726272 6398 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 674982 6398 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300326 s]
/proc/loadavg: 3.84 3.95 3.86 4/197 11257
/proc/meminfo: memFree=25996568/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 6195 0 1 0 44 3 0 0 20 0 18 0 345797484 2764726272 17933 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 674982 17933 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700324 s]
/proc/loadavg: 3.84 3.95 3.86 4/197 11257
/proc/meminfo: memFree=25996568/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2699928 CPUtime=0.86 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 6270 0 1 0 81 5 0 0 20 0 18 0 345797484 2764726272 56333 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 674982 56333 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 2699928

[startup+1.5008 s]
/proc/loadavg: 3.84 3.95 3.86 4/215 11275
/proc/meminfo: memFree=25687928/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2699928 CPUtime=2.36 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 11652 0 1 0 217 19 0 0 20 0 18 0 345797484 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 674982 120525 2248 9 0 665676 0
[pid=11257/tid=11259] ppid=11255 vsize=2699928 CPUtime=1.36 cores=0,2,4,6
/proc/11257/task/11259/stat : 11259 (java) S 11255 11257 9217 0 -1 4202560 2958 0 1 0 129 7 0 0 20 0 18 0 345797485 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468738092072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11260] ppid=11255 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/11257/task/11260/stat : 11260 (java) R 11255 11257 9217 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 345797487 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468722375768 140468741850277 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11261] ppid=11255 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/11257/task/11261/stat : 11261 (java) R 11255 11257 9217 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 18 0 345797487 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468721323048 140468740564681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11262] ppid=11255 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/11257/task/11262/stat : 11262 (java) R 11255 11257 9217 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 345797487 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468720270168 140468744989612 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11263] ppid=11255 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/11257/task/11263/stat : 11263 (java) S 11255 11257 9217 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 18 0 345797487 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468719217448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11264] ppid=11255 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/11257/task/11264/stat : 11264 (java) R 11255 11257 9217 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 345797487 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468599908776 140468740564665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11265] ppid=11255 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/11257/task/11265/stat : 11265 (java) R 11255 11257 9217 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 345797487 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468598856408 140468742269103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11266] ppid=11255 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/11257/task/11266/stat : 11266 (java) R 11255 11257 9217 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345797487 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468597803176 239876486204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11267] ppid=11255 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/11257/task/11267/stat : 11267 (java) S 11255 11257 9217 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 345797487 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468596750632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11268] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11268/stat : 11268 (java) S 11255 11257 9217 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140468584552200 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11269] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11269/stat : 11269 (java) S 11255 11257 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140467979151224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11270] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11270/stat : 11270 (java) S 11255 11257 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140467978098056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11271] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11271/stat : 11271 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140467977046800 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11272] ppid=11255 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/11257/task/11272/stat : 11272 (java) S 11255 11257 9217 0 -1 4202560 2792 0 0 0 27 0 0 0 20 0 18 0 345797491 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140467975993656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11273] ppid=11255 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/11257/task/11273/stat : 11273 (java) S 11255 11257 9217 0 -1 4202560 4514 0 0 0 29 0 0 0 20 0 18 0 345797491 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140467974941112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11274] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11274/stat : 11274 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140467973888248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11275] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11275/stat : 11275 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 120525 33554432000 1073741824 1073778376 140736966208336 140467972835912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 2699928

[startup+3.10076 s]
/proc/loadavg: 3.78 3.93 3.85 4/215 11275
/proc/meminfo: memFree=25470220/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2699928 CPUtime=5.49 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 13457 0 1 0 512 37 0 0 20 0 18 0 345797484 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 674982 159438 2248 9 0 665676 0
[pid=11257/tid=11259] ppid=11255 vsize=2699928 CPUtime=2.42 cores=0,2,4,6
/proc/11257/task/11259/stat : 11259 (java) R 11255 11257 9217 0 -1 4202560 2969 0 1 0 235 7 0 0 20 0 18 0 345797485 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468738092072 140468745858138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11260] ppid=11255 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/11257/task/11260/stat : 11260 (java) S 11255 11257 9217 0 -1 4202560 198 0 0 0 18 3 0 0 20 0 18 0 345797487 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468722375592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11261] ppid=11255 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/11257/task/11261/stat : 11261 (java) S 11255 11257 9217 0 -1 4202560 283 0 0 0 23 4 0 0 20 0 18 0 345797487 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468721323048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11262] ppid=11255 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/11257/task/11262/stat : 11262 (java) S 11255 11257 9217 0 -1 4202560 271 0 0 0 27 3 0 0 20 0 18 0 345797487 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468720269992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11263] ppid=11255 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/11257/task/11263/stat : 11263 (java) S 11255 11257 9217 0 -1 4202560 313 0 0 0 26 4 0 0 20 0 18 0 345797487 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468719217448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11264] ppid=11255 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/11257/task/11264/stat : 11264 (java) S 11255 11257 9217 0 -1 4202560 334 0 0 0 32 4 0 0 20 0 18 0 345797487 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468599908776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11265] ppid=11255 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/11257/task/11265/stat : 11265 (java) S 11255 11257 9217 0 -1 4202560 236 0 0 0 31 5 0 0 20 0 18 0 345797487 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468598856232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11266] ppid=11255 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/11257/task/11266/stat : 11266 (java) S 11255 11257 9217 0 -1 4202560 77 0 0 0 28 3 0 0 20 0 18 0 345797487 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468597803176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11267] ppid=11255 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/11257/task/11267/stat : 11267 (java) S 11255 11257 9217 0 -1 4202560 289 0 0 0 20 3 0 0 20 0 18 0 345797487 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468596750632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11268] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11268/stat : 11268 (java) S 11255 11257 9217 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140468584553320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11269] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11269/stat : 11269 (java) S 11255 11257 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140467979151224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11270] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11270/stat : 11270 (java) S 11255 11257 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140467978098056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11271] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11271/stat : 11271 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140467977046800 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11272] ppid=11255 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/11257/task/11272/stat : 11272 (java) S 11255 11257 9217 0 -1 4202560 2792 0 0 0 27 0 0 0 20 0 18 0 345797491 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140467975993656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11273] ppid=11255 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/11257/task/11273/stat : 11273 (java) S 11255 11257 9217 0 -1 4202560 4514 0 0 0 29 0 0 0 20 0 18 0 345797491 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140467974941112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11274] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11274/stat : 11274 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140467973888248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11275] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11275/stat : 11275 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 159438 33554432000 1073741824 1073778376 140736966208336 140467972835912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 2699928

[startup+6.3007 s]
/proc/loadavg: 3.78 3.93 3.85 4/215 11275
/proc/meminfo: memFree=25289320/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2699928 CPUtime=9.98 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 14124 0 1 0 950 48 0 0 20 0 18 0 345797484 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 674982 182201 2248 9 0 665676 0
[pid=11257/tid=11259] ppid=11255 vsize=2699928 CPUtime=5.14 cores=0,2,4,6
/proc/11257/task/11259/stat : 11259 (java) R 11255 11257 9217 0 -1 4202560 2982 0 1 0 506 8 0 0 20 0 18 0 345797485 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468738084944 239876498701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11260] ppid=11255 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/11257/task/11260/stat : 11260 (java) S 11255 11257 9217 0 -1 4202560 312 0 0 0 38 4 0 0 20 0 18 0 345797487 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468722375592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11261] ppid=11255 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/11257/task/11261/stat : 11261 (java) S 11255 11257 9217 0 -1 4202560 335 0 0 0 43 5 0 0 20 0 18 0 345797487 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468721323048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11262] ppid=11255 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/11257/task/11262/stat : 11262 (java) S 11255 11257 9217 0 -1 4202560 344 0 0 0 53 5 0 0 20 0 18 0 345797487 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468720269992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11263] ppid=11255 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/11257/task/11263/stat : 11263 (java) S 11255 11257 9217 0 -1 4202560 331 0 0 0 48 5 0 0 20 0 18 0 345797487 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468719217448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11264] ppid=11255 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/11257/task/11264/stat : 11264 (java) S 11255 11257 9217 0 -1 4202560 349 0 0 0 52 5 0 0 20 0 18 0 345797487 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468599908776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11265] ppid=11255 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/11257/task/11265/stat : 11265 (java) S 11255 11257 9217 0 -1 4202560 348 0 0 0 49 7 0 0 20 0 18 0 345797487 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468598856232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11266] ppid=11255 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/11257/task/11266/stat : 11266 (java) S 11255 11257 9217 0 -1 4202560 336 0 0 0 51 5 0 0 20 0 18 0 345797487 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468597803176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11267] ppid=11255 vsize=2699928 CPUtime=0.41 cores=0,2,4,6
/proc/11257/task/11267/stat : 11267 (java) S 11255 11257 9217 0 -1 4202560 300 0 0 0 38 3 0 0 20 0 18 0 345797487 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468596750632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11268] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11268/stat : 11268 (java) S 11255 11257 9217 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140468584553320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11269] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11269/stat : 11269 (java) S 11255 11257 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140467979151224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11270] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11270/stat : 11270 (java) S 11255 11257 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345797488 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140467978098056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11271] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11271/stat : 11271 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140467977046800 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11272] ppid=11255 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/11257/task/11272/stat : 11272 (java) S 11255 11257 9217 0 -1 4202560 2792 0 0 0 27 0 0 0 20 0 18 0 345797491 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140467975993656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11273] ppid=11255 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/11257/task/11273/stat : 11273 (java) S 11255 11257 9217 0 -1 4202560 4514 0 0 0 29 0 0 0 20 0 18 0 345797491 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140467974941112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11274] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11274/stat : 11274 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140467973888248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11275] ppid=11255 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11275/stat : 11275 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345797491 2764726272 182201 33554432000 1073741824 1073778376 140736966208336 140467972835912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 3.74 3.92 3.85 5/219 11279
/proc/meminfo: memFree=25126220/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2966184 CPUtime=23.2 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 16861 0 1 0 2260 60 0 0 20 0 22 0 345797484 3037372416 219210 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 741546 219210 2273 9 0 732240 0
[pid=11257/tid=11259] ppid=11255 vsize=2966184 CPUtime=6.57 cores=0,2,4,6

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

/proc/11257/statm: 741546 238180 2285 9 0 732240 0
[pid=11257/tid=11259] ppid=11255 vsize=2966184 CPUtime=6.59 cores=0,2,4,6
/proc/11257/task/11259/stat : 11259 (java) S 11255 11257 9217 0 -1 4202560 2998 0 1 0 649 10 0 0 20 0 22 0 345797485 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468738094232 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11260] ppid=11255 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/11257/task/11260/stat : 11260 (java) S 11255 11257 9217 0 -1 4202560 342 0 0 0 67 5 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468722375592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11261] ppid=11255 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/11257/task/11261/stat : 11261 (java) S 11255 11257 9217 0 -1 4202560 348 0 0 0 61 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468721323048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11262] ppid=11255 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/11257/task/11262/stat : 11262 (java) S 11255 11257 9217 0 -1 4202560 366 0 0 0 73 7 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468720269992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11263] ppid=11255 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/11257/task/11263/stat : 11263 (java) S 11255 11257 9217 0 -1 4202560 354 0 0 0 70 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468719217448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11264] ppid=11255 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/11257/task/11264/stat : 11264 (java) S 11255 11257 9217 0 -1 4202560 396 0 0 0 80 8 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468599908776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11265] ppid=11255 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/11257/task/11265/stat : 11265 (java) S 11255 11257 9217 0 -1 4202560 367 0 0 0 67 8 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468598856232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11266] ppid=11255 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/11257/task/11266/stat : 11266 (java) S 11255 11257 9217 0 -1 4202560 359 0 0 0 70 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468597803176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11267] ppid=11255 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/11257/task/11267/stat : 11267 (java) S 11255 11257 9217 0 -1 4202560 629 0 0 0 64 4 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468596750632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11268] ppid=11255 vsize=2966184 CPUtime=2.12 cores=0,2,4,6
/proc/11257/task/11268/stat : 11268 (java) S 11255 11257 9217 0 -1 4202560 59 0 0 0 209 3 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468584553320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11269] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11269/stat : 11269 (java) S 11255 11257 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467979151224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11270] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11270/stat : 11270 (java) S 11255 11257 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467978098056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11271] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11271/stat : 11271 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467977046800 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11272] ppid=11255 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/11257/task/11272/stat : 11272 (java) S 11255 11257 9217 0 -1 4202560 12731 0 0 0 170 3 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467975993656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11273] ppid=11255 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/11257/task/11273/stat : 11273 (java) S 11255 11257 9217 0 -1 4202560 4605 0 0 0 90 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467974941112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11274] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11274/stat : 11274 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467973888248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11275] ppid=11255 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/11257/task/11275/stat : 11275 (java) S 11255 11257 9217 0 -1 4202560 47 0 0 0 18 22 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467972835912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11276] ppid=11255 vsize=2966184 CPUtime=809.74 cores=0,2,4,6
/proc/11257/task/11276/stat : 11276 (java) R 11255 11257 9217 0 -1 4202560 33 0 0 0 80961 13 0 0 20 0 22 0 345798277 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467971779912 140468600995671 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11277] ppid=11255 vsize=2966184 CPUtime=809.83 cores=0,2,4,6
/proc/11257/task/11277/stat : 11277 (java) R 11255 11257 9217 0 -1 4202560 69 0 0 0 80970 13 0 0 20 0 22 0 345798278 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467970726880 140468601011818 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11278] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11278/stat : 11278 (java) S 11255 11257 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345798331 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467969676584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11279] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11279/stat : 11279 (java) S 11255 11257 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345798332 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467968624040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1641.57
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.15 3.65 3.80 4/218 11376
/proc/meminfo: memFree=25210744/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2966184 CPUtime=1761.56 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 24895 0 1 0 176063 93 0 0 20 0 22 0 345797484 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 741546 238180 2285 9 0 732240 0
[pid=11257/tid=11259] ppid=11255 vsize=2966184 CPUtime=6.59 cores=0,2,4,6
/proc/11257/task/11259/stat : 11259 (java) S 11255 11257 9217 0 -1 4202560 2998 0 1 0 649 10 0 0 20 0 22 0 345797485 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468738094232 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11260] ppid=11255 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/11257/task/11260/stat : 11260 (java) S 11255 11257 9217 0 -1 4202560 342 0 0 0 67 5 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468722375592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11261] ppid=11255 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/11257/task/11261/stat : 11261 (java) S 11255 11257 9217 0 -1 4202560 348 0 0 0 61 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468721323048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11262] ppid=11255 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/11257/task/11262/stat : 11262 (java) S 11255 11257 9217 0 -1 4202560 366 0 0 0 73 7 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468720269992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11263] ppid=11255 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/11257/task/11263/stat : 11263 (java) S 11255 11257 9217 0 -1 4202560 354 0 0 0 70 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468719217448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11264] ppid=11255 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/11257/task/11264/stat : 11264 (java) S 11255 11257 9217 0 -1 4202560 396 0 0 0 80 8 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468599908776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11265] ppid=11255 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/11257/task/11265/stat : 11265 (java) S 11255 11257 9217 0 -1 4202560 367 0 0 0 67 8 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468598856232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11266] ppid=11255 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/11257/task/11266/stat : 11266 (java) S 11255 11257 9217 0 -1 4202560 359 0 0 0 70 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468597803176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11267] ppid=11255 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/11257/task/11267/stat : 11267 (java) S 11255 11257 9217 0 -1 4202560 629 0 0 0 64 4 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468596750632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11268] ppid=11255 vsize=2966184 CPUtime=2.12 cores=0,2,4,6
/proc/11257/task/11268/stat : 11268 (java) S 11255 11257 9217 0 -1 4202560 59 0 0 0 209 3 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468584553320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11269] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11269/stat : 11269 (java) S 11255 11257 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467979151224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11270] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11270/stat : 11270 (java) S 11255 11257 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467978098056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11271] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11271/stat : 11271 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467977046800 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11272] ppid=11255 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/11257/task/11272/stat : 11272 (java) S 11255 11257 9217 0 -1 4202560 12731 0 0 0 170 3 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467975993656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11273] ppid=11255 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/11257/task/11273/stat : 11273 (java) S 11255 11257 9217 0 -1 4202560 4605 0 0 0 90 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467974941112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11274] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11274/stat : 11274 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467973888248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11275] ppid=11255 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/11257/task/11275/stat : 11275 (java) S 11255 11257 9217 0 -1 4202560 51 0 0 0 19 23 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467972835912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11276] ppid=11255 vsize=2966184 CPUtime=869.58 cores=0,2,4,6
/proc/11257/task/11276/stat : 11276 (java) R 11255 11257 9217 0 -1 4202560 33 0 0 0 86944 14 0 0 20 0 22 0 345798277 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467971779912 140468600631990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11277] ppid=11255 vsize=2966184 CPUtime=869.67 cores=0,2,4,6
/proc/11257/task/11277/stat : 11277 (java) R 11255 11257 9217 0 -1 4202560 69 0 0 0 86953 14 0 0 20 0 22 0 345798278 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467970726880 140468601011620 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11278] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11278/stat : 11278 (java) S 11255 11257 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345798331 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467969676584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11279] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11279/stat : 11279 (java) S 11255 11257 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345798332 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467968624040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1761.56
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.601 s]
/proc/loadavg: 3.34 3.67 3.80 5/219 11378
/proc/meminfo: memFree=25210612/32873844 swapFree=7384/7384
[pid=11257] ppid=11255 vsize=2966184 CPUtime=1800.2 cores=0,2,4,6
/proc/11257/stat : 11257 (java) S 11255 11257 9217 0 -1 4202496 24895 0 1 0 179926 94 0 0 20 0 22 0 345797484 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140736966199472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11257/statm: 741546 238180 2285 9 0 732240 0
[pid=11257/tid=11259] ppid=11255 vsize=2966184 CPUtime=6.59 cores=0,2,4,6
/proc/11257/task/11259/stat : 11259 (java) S 11255 11257 9217 0 -1 4202560 2998 0 1 0 649 10 0 0 20 0 22 0 345797485 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468738094232 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11260] ppid=11255 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/11257/task/11260/stat : 11260 (java) S 11255 11257 9217 0 -1 4202560 342 0 0 0 67 5 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468722375592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11261] ppid=11255 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/11257/task/11261/stat : 11261 (java) S 11255 11257 9217 0 -1 4202560 348 0 0 0 61 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468721323048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11262] ppid=11255 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/11257/task/11262/stat : 11262 (java) S 11255 11257 9217 0 -1 4202560 366 0 0 0 73 7 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468720269992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11263] ppid=11255 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/11257/task/11263/stat : 11263 (java) S 11255 11257 9217 0 -1 4202560 354 0 0 0 70 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468719217448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11264] ppid=11255 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/11257/task/11264/stat : 11264 (java) S 11255 11257 9217 0 -1 4202560 396 0 0 0 80 8 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468599908776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11265] ppid=11255 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/11257/task/11265/stat : 11265 (java) S 11255 11257 9217 0 -1 4202560 367 0 0 0 67 8 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468598856232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11266] ppid=11255 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/11257/task/11266/stat : 11266 (java) S 11255 11257 9217 0 -1 4202560 359 0 0 0 70 6 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468597803176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11267] ppid=11255 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/11257/task/11267/stat : 11267 (java) S 11255 11257 9217 0 -1 4202560 629 0 0 0 64 4 0 0 20 0 22 0 345797487 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468596750632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11268] ppid=11255 vsize=2966184 CPUtime=2.12 cores=0,2,4,6
/proc/11257/task/11268/stat : 11268 (java) S 11255 11257 9217 0 -1 4202560 59 0 0 0 209 3 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140468584553320 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11269] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11269/stat : 11269 (java) S 11255 11257 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467979151224 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11270] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11270/stat : 11270 (java) S 11255 11257 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345797488 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467978098056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11271] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11271/stat : 11271 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467977046800 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11272] ppid=11255 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/11257/task/11272/stat : 11272 (java) S 11255 11257 9217 0 -1 4202560 12731 0 0 0 170 3 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467975993656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11273] ppid=11255 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/11257/task/11273/stat : 11273 (java) S 11255 11257 9217 0 -1 4202560 4605 0 0 0 90 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467974941112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11274] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11274/stat : 11274 (java) S 11255 11257 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467973888248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11275] ppid=11255 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/11257/task/11275/stat : 11275 (java) S 11255 11257 9217 0 -1 4202560 51 0 0 0 20 23 0 0 20 0 22 0 345797491 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467972835912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11257/tid=11276] ppid=11255 vsize=2966184 CPUtime=888.84 cores=0,2,4,6
/proc/11257/task/11276/stat : 11276 (java) R 11255 11257 9217 0 -1 4202560 33 0 0 0 88870 14 0 0 20 0 22 0 345798277 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467971779912 140468600866258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11257/tid=11277] ppid=11255 vsize=2966184 CPUtime=888.93 cores=0,2,4,6
/proc/11257/task/11277/stat : 11277 (java) R 11255 11257 9217 0 -1 4202560 69 0 0 0 88879 14 0 0 20 0 22 0 345798278 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467970726880 140468601011609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11257/tid=11278] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11278/stat : 11278 (java) S 11255 11257 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345798331 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467969676584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11257/tid=11279] ppid=11255 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/11257/task/11279/stat : 11279 (java) S 11255 11257 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345798332 3037372416 238180 33554432000 1073741824 1073778376 140736966208336 140467968624040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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 11257 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=549187
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=323798
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.628
CPU time (s): 1800.2
CPU user time (s): 1799.26
CPU system time (s): 0.94
CPU usage (%): 199.661
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.3238
maximum resident set size= 969516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24928
page faults= 1
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21290
involuntary context switches= 8760

runsolver used 3.2795 second user time and 8.37573 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 09:58:40
IDJOB=3743770
IDBENCH=92518
IDSOLVER=2324
FILE ID=node136/3743770-1338796719
RUNJOBID= node136-1338784910-9233
PBS_JOBID= 14636853
Free space on /tmp= 69756 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_0null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743770-1338796719/watcher-3743770-1338796719 -o /tmp/evaluation-result-3743770-1338796719/solver-3743770-1338796719 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743770-1338796719.opb

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

MD5SUM BENCH= 46872edc6e4b51c55ea86a5e789ffe9b
RANDOM SEED=1180374961

node136.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.247
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.49
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.247
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.247
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.94
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.247
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.90
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.247
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.90
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.247
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.90
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.247
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.247
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:       32873844 kB
MemFree:        25996568 kB
Buffers:         1279060 kB
Cached:          3697144 kB
SwapCached:        20316 kB
Active:          3746196 kB
Inactive:        2193864 kB
Active(anon):     936540 kB
Inactive(anon):    22308 kB
Active(file):    2809656 kB
Inactive(file):  2171556 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:             32004 kB
Writeback:             0 kB
AnonPages:        975472 kB
Mapped:            17812 kB
Shmem:                 0 kB
Slab:             765308 kB
SReclaimable:     206000 kB
SUnreclaim:       559308 kB
KernelStack:        1616 kB
PageTables:         6136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    929792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69760 MiB
End job on node136 at 2012-06-04 10:13:44