Trace number 3458672

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 Resolution 2.3.0? (TO) 1800.2 1798.9

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880-max.opb
MD5SUMce74ed6abc2682e3852648a27e28a7ce
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 -4
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235242451901741326209966194279906655789612083583747144123545843134987905
Number of bits of the biggest sum of numbers331
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 solving HOME/instance-3458672-1307154787.opb
0.09/0.11	c reading problem ... 
1.28/0.89	c ... done. Wall clock time 0.776s.
1.28/0.89	c #vars     24751
1.28/0.89	c #constraints  79367
1.28/0.89	c constraints type 
1.28/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1.28/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1.28/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
488.50/487.59	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1019.74/1018.60	c cleaning 4247 clauses out of 8501 with flag 11001/11001
1800.10/1798.82	c starts		: 44
1800.10/1798.82	c conflicts		: 17758
1800.10/1798.82	c decisions		: 192537
1800.10/1798.82	c propagations		: 9864259
1800.10/1798.82	c inspects		: 82515199
1800.10/1798.82	c shortcuts		: 0
1800.10/1798.82	c learnt literals	: 0
1800.10/1798.82	c learnt binary clauses	: 0
1800.10/1798.82	c learnt ternary clauses	: 1
1800.10/1798.82	c learnt constraints	: 17758
1800.10/1798.82	c ignored constraints	: 0
1800.10/1798.82	c root simplifications	: 0
1800.10/1798.82	c removed literals (reason simplification)	: 103650017
1800.10/1798.82	c reason swapping (by a shorter reason)	: 0
1800.10/1798.82	c Calls to reduceDB	: 2
1800.10/1798.82	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.82	c number of learned constraints concerned by reduction	: 0
1800.10/1798.82	c number of learning phase by resolution	: 0
1800.10/1798.82	c number of learning phase by cutting planes	: 0
1800.10/1798.82	c speed (assignments/second)	: 5486.44720712463
1800.10/1798.82	c non guided choices	91
1800.10/1798.83	c learnt constraints type 
1800.10/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11011
1800.10/1798.83	c constraints type 
1800.10/1798.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24420
1800.10/1798.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48840
1800.10/1798.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1798.83	s UNKNOWN
1800.10/1798.83	c Total wall clock time (in seconds): 1798.715

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-3458672-1307154787/watcher-3458672-1307154787 -o /tmp/evaluation-result-3458672-1307154787/solver-3458672-1307154787 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458672-1307154787.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: 1.92 1.98 1.99 2/507 27047
/proc/meminfo: memFree=26614868/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 3610 0 1 0 0 0 0 0 25 0 2 0 827077230 13833195520 3311 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3377245 3324 906 9 0 3368401 0
[pid=27047/tid=27048] ppid=27045 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 4934 0 1 0 0 0 0 0 25 0 2 0 827077231 13850947584 5749 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0338201 s]
/proc/loadavg: 1.92 1.98 1.99 2/507 27047
/proc/meminfo: memFree=26614868/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 13174 0 1 0 1 1 0 0 25 0 10 0 827077230 13861900288 12872 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3384253 12873 1512 9 0 3375001 0
[pid=27047/tid=27048] ppid=27045 vsize=13537012 CPUtime=0.02 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 12053 0 1 0 1 1 0 0 25 0 10 0 827077231 13861900288 12873 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 47997509938115 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.1008 s]
/proc/loadavg: 1.92 1.98 1.99 2/507 27047
/proc/meminfo: memFree=26614868/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13687384 CPUtime=0.09 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 15507 0 1 0 8 1 0 0 25 0 18 0 827077230 14015881216 15166 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3421846 15166 2092 9 0 3412580 0
[pid=27047/tid=27048] ppid=27045 vsize=13687384 CPUtime=0.08 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 13569 0 1 0 7 1 0 0 18 0 18 0 827077231 14015881216 15166 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13687384

[startup+0.307465 s]
/proc/loadavg: 1.92 1.98 1.99 2/507 27047
/proc/meminfo: memFree=26614868/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13688908 CPUtime=0.51 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 18947 0 1 0 49 2 0 0 25 0 18 0 827077230 14017441792 18206 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3422227 18207 2201 9 0 3412961 0
[pid=27047/tid=27048] ppid=27045 vsize=13688908 CPUtime=0.28 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 15807 0 1 0 27 1 0 0 18 0 18 0 827077231 14017441792 18208 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 46912505540406 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13688908

[startup+0.700713 s]
/proc/loadavg: 1.92 1.98 1.99 2/507 27047
/proc/meminfo: memFree=26614868/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13691688 CPUtime=1.18 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 54391 0 1 0 112 6 0 0 25 0 18 0 827077230 14020288512 52240 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3422922 52242 2213 9 0 3413656 0
[pid=27047/tid=27048] ppid=27045 vsize=13691688 CPUtime=0.68 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 48243 0 1 0 63 5 0 0 18 0 18 0 827077231 14020288512 52244 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 46912505540254 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13691688

[startup+1.50058 s]
/proc/loadavg: 1.92 1.98 1.99 3/526 27066
/proc/meminfo: memFree=26385016/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13692896 CPUtime=2.28 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 61477 0 1 0 221 7 0 0 25 0 19 0 827077230 14021525504 59266 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3423224 59266 2234 9 0 3413958 0
[pid=27047/tid=27048] ppid=27045 vsize=13692896 CPUtime=1.48 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 55180 0 1 0 142 6 0 0 18 0 19 0 827077231 14021525504 59266 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 46912505778163 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27047/tid=27050] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27050/stat : 27050 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021525504 59266 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27051] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27051/stat : 27051 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021525504 59266 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27052] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27052/stat : 27052 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021525504 59266 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27053] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27053/stat : 27053 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021525504 59266 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27054] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27054/stat : 27054 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021525504 59266 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27055] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27055/stat : 27055 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27056] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27056/stat : 27056 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27057] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27057/stat : 27057 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27058] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27058/stat : 27058 (java) S 27045 27047 23523 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 827077234 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 0 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27059] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27059/stat : 27059 (java) S 27045 27047 23523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827077234 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27060] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27060/stat : 27060 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827077234 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27061] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27061/stat : 27061 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077236 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216470961 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27062] ppid=27045 vsize=13692896 CPUtime=0.42 cores=1,3,5,7
/proc/27047/task/27062/stat : 27062 (java) S 27045 27047 23523 0 -1 4202560 2771 0 0 0 42 0 0 0 15 0 19 0 827077236 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27063] ppid=27045 vsize=13692896 CPUtime=0.35 cores=1,3,5,7
/proc/27047/task/27063/stat : 27063 (java) S 27045 27047 23523 0 -1 4202560 2365 0 0 0 35 0 0 0 15 0 19 0 827077236 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27064] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27064/stat : 27064 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077237 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27065] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27065/stat : 27065 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077237 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27066] ppid=27045 vsize=13692896 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27066/stat : 27066 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 827077322 14021525504 59267 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 13692896

[startup+3.10131 s]
/proc/loadavg: 1.93 1.98 1.99 3/526 27066
/proc/meminfo: memFree=26379932/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13693236 CPUtime=4.02 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 62556 0 1 0 395 7 0 0 25 0 19 0 827077230 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3423309 60141 2235 9 0 3414043 0
[pid=27047/tid=27048] ppid=27045 vsize=13693236 CPUtime=3.08 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 55959 0 1 0 302 6 0 0 21 0 19 0 827077231 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 46912505778163 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27047/tid=27050] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27050/stat : 27050 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27051] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27051/stat : 27051 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27052] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27052/stat : 27052 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27053] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27053/stat : 27053 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27054] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27054/stat : 27054 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27055] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27055/stat : 27055 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27056] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27056/stat : 27056 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27057] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27057/stat : 27057 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27058] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27058/stat : 27058 (java) S 27045 27047 23523 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827077234 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 0 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27059] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27059/stat : 27059 (java) S 27045 27047 23523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827077234 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27060] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27060/stat : 27060 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827077234 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27061] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27061/stat : 27061 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077236 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216470961 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27062] ppid=27045 vsize=13693236 CPUtime=0.52 cores=1,3,5,7
/proc/27047/task/27062/stat : 27062 (java) S 27045 27047 23523 0 -1 4202560 2861 0 0 0 52 0 0 0 16 0 19 0 827077236 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27063] ppid=27045 vsize=13693236 CPUtime=0.4 cores=1,3,5,7
/proc/27047/task/27063/stat : 27063 (java) S 27045 27047 23523 0 -1 4202560 2575 0 0 0 40 0 0 0 16 0 19 0 827077236 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27064] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27064/stat : 27064 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077237 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27065] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27065/stat : 27065 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077237 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27066] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27066/stat : 27066 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 827077322 14021873664 60141 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 13693236

[startup+6.30077 s]
/proc/loadavg: 1.93 1.98 1.99 3/526 27066
/proc/meminfo: memFree=26371920/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13693236 CPUtime=7.23 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 63717 0 1 0 716 7 0 0 25 0 19 0 827077230 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3423309 61293 2235 9 0 3414043 0
[pid=27047/tid=27048] ppid=27045 vsize=13693236 CPUtime=6.28 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 57119 0 1 0 622 6 0 0 25 0 19 0 827077231 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 46912505848769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27047/tid=27050] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27050/stat : 27050 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27051] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27051/stat : 27051 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27052] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27052/stat : 27052 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27053] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27053/stat : 27053 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27054] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27054/stat : 27054 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27055] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27055/stat : 27055 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27056] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27056/stat : 27056 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27057] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27057/stat : 27057 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077233 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27058] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27058/stat : 27058 (java) S 27045 27047 23523 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827077234 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 0 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27059] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27059/stat : 27059 (java) S 27045 27047 23523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 827077234 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27060] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27060/stat : 27060 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827077234 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27061] ppid=27045 vsize=13693236 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27061/stat : 27061 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077236 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216470961 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27062] ppid=27045 vsize=13693236 CPUtime=0.52 cores=1,3,5,7
/proc/27047/task/27062/stat : 27062 (java) S 27045 27047 23523 0 -1 4202560 2861 0 0 0 52 0 0 0 16 0 19 0 827077236 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27063] ppid=27045 vsize=13693236 CPUtime=0.41 cores=1,3,5,7
/proc/27047/task/27063/stat : 27063 (java) S 27045 27047 23523 0 -1 4202560 2576 0 0 0 41 0 0 0 15 0 19 0 827077236 14021873664 61293 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0

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

[pid=27047/tid=27055] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27055/stat : 27055 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27056] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27056/stat : 27056 (java) S 27045 27047 23523 0 -1 4202560 9924 0 0 0 3 0 0 0 18 0 19 0 827077233 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27057] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27057/stat : 27057 (java) S 27045 27047 23523 0 -1 4202560 8018 0 0 0 3 0 0 0 18 0 19 0 827077233 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27058] ppid=27045 vsize=13694648 CPUtime=0.15 cores=1,3,5,7
/proc/27047/task/27058/stat : 27058 (java) S 27045 27047 23523 0 -1 4202560 28429 0 0 0 12 3 0 0 15 0 19 0 827077234 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 0 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27059] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27059/stat : 27059 (java) S 27045 27047 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827077234 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27060] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27060/stat : 27060 (java) S 27045 27047 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827077234 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27061] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27061/stat : 27061 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077236 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216470961 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27062] ppid=27045 vsize=13694648 CPUtime=0.72 cores=1,3,5,7
/proc/27047/task/27062/stat : 27062 (java) S 27045 27047 23523 0 -1 4202560 6971 0 0 0 72 0 0 0 15 0 19 0 827077236 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27063] ppid=27045 vsize=13694648 CPUtime=0.44 cores=1,3,5,7
/proc/27047/task/27063/stat : 27063 (java) S 27045 27047 23523 0 -1 4202560 2583 0 0 0 44 0 0 0 15 0 19 0 827077236 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27064] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27064/stat : 27064 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077237 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27065] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27065/stat : 27065 (java) S 27045 27047 23523 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 827077237 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27066] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27066/stat : 27066 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 827077322 14023319552 355557 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1663.59
Current children cumulated vsize (KiB) 13694648

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/526 27121
/proc/meminfo: memFree=23407048/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13694648 CPUtime=1723.58 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 387126 0 1 0 172313 45 0 0 25 0 19 0 827077230 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3423662 380694 2263 9 0 3414396 0
[pid=27047/tid=27048] ppid=27045 vsize=13694648 CPUtime=1722.06 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 293120 0 1 0 172171 35 0 0 25 0 19 0 827077231 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 46912505849382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27047/tid=27050] ppid=27045 vsize=13694648 CPUtime=0.04 cores=1,3,5,7
/proc/27047/task/27050/stat : 27050 (java) S 27045 27047 23523 0 -1 4202560 18452 0 0 0 2 2 0 0 16 0 19 0 827077233 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27051] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27051/stat : 27051 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27052] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27052/stat : 27052 (java) S 27045 27047 23523 0 -1 4202560 18197 0 0 0 2 1 0 0 16 0 19 0 827077233 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27053] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27053/stat : 27053 (java) S 27045 27047 23523 0 -1 4202560 181 0 0 0 0 0 0 0 16 0 19 0 827077233 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27054] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27054/stat : 27054 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27055] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27055/stat : 27055 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27056] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27056/stat : 27056 (java) S 27045 27047 23523 0 -1 4202560 9924 0 0 0 3 0 0 0 18 0 19 0 827077233 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27057] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27057/stat : 27057 (java) S 27045 27047 23523 0 -1 4202560 8018 0 0 0 3 0 0 0 18 0 19 0 827077233 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27058] ppid=27045 vsize=13694648 CPUtime=0.15 cores=1,3,5,7
/proc/27047/task/27058/stat : 27058 (java) S 27045 27047 23523 0 -1 4202560 28429 0 0 0 12 3 0 0 15 0 19 0 827077234 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 0 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27059] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27059/stat : 27059 (java) S 27045 27047 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827077234 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27060] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27060/stat : 27060 (java) S 27045 27047 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827077234 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27061] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27061/stat : 27061 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077236 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216470961 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27062] ppid=27045 vsize=13694648 CPUtime=0.72 cores=1,3,5,7
/proc/27047/task/27062/stat : 27062 (java) S 27045 27047 23523 0 -1 4202560 6971 0 0 0 72 0 0 0 15 0 19 0 827077236 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27063] ppid=27045 vsize=13694648 CPUtime=0.44 cores=1,3,5,7
/proc/27047/task/27063/stat : 27063 (java) S 27045 27047 23523 0 -1 4202560 2583 0 0 0 44 0 0 0 15 0 19 0 827077236 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27064] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27064/stat : 27064 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077237 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27065] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27065/stat : 27065 (java) S 27045 27047 23523 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827077237 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27066] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27066/stat : 27066 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 827077322 14023319552 380694 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1723.58
Current children cumulated vsize (KiB) 13694648

[startup+1782.3 s]
/proc/loadavg: 1.72 1.96 1.98 2/502 27143
/proc/meminfo: memFree=25492708/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13694648 CPUtime=1783.59 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 432207 0 1 0 178308 51 0 0 25 0 19 0 827077230 14023319552 425771 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3423662 425772 2263 9 0 3414396 0
[pid=27047/tid=27048] ppid=27045 vsize=13694648 CPUtime=1782.06 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 338198 0 1 0 178165 41 0 0 25 0 19 0 827077231 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 46912505776395 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27047/tid=27050] ppid=27045 vsize=13694648 CPUtime=0.04 cores=1,3,5,7
/proc/27047/task/27050/stat : 27050 (java) S 27045 27047 23523 0 -1 4202560 18452 0 0 0 2 2 0 0 16 0 19 0 827077233 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27051] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27051/stat : 27051 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27052] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27052/stat : 27052 (java) S 27045 27047 23523 0 -1 4202560 18197 0 0 0 2 1 0 0 16 0 19 0 827077233 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27053] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27053/stat : 27053 (java) S 27045 27047 23523 0 -1 4202560 181 0 0 0 0 0 0 0 16 0 19 0 827077233 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27054] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27054/stat : 27054 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27055] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27055/stat : 27055 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27056] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27056/stat : 27056 (java) S 27045 27047 23523 0 -1 4202560 9924 0 0 0 3 0 0 0 18 0 19 0 827077233 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27057] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27057/stat : 27057 (java) S 27045 27047 23523 0 -1 4202560 8018 0 0 0 3 0 0 0 18 0 19 0 827077233 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27058] ppid=27045 vsize=13694648 CPUtime=0.15 cores=1,3,5,7
/proc/27047/task/27058/stat : 27058 (java) S 27045 27047 23523 0 -1 4202560 28429 0 0 0 12 3 0 0 15 0 19 0 827077234 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 0 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27059] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27059/stat : 27059 (java) S 27045 27047 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827077234 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27060] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27060/stat : 27060 (java) S 27045 27047 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827077234 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27061] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27061/stat : 27061 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077236 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216470961 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27062] ppid=27045 vsize=13694648 CPUtime=0.72 cores=1,3,5,7
/proc/27047/task/27062/stat : 27062 (java) S 27045 27047 23523 0 -1 4202560 6971 0 0 0 72 0 0 0 15 0 19 0 827077236 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27063] ppid=27045 vsize=13694648 CPUtime=0.44 cores=1,3,5,7
/proc/27047/task/27063/stat : 27063 (java) S 27045 27047 23523 0 -1 4202560 2583 0 0 0 44 0 0 0 15 0 19 0 827077236 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27064] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27064/stat : 27064 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077237 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27065] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27065/stat : 27065 (java) S 27045 27047 23523 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 827077237 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27066] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27066/stat : 27066 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 827077322 14023319552 425772 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (KiB) 13694648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 1.56 1.91 1.96 2/502 27143
/proc/meminfo: memFree=25444344/32951124 swapFree=63649284/67111528
[pid=27047] ppid=27045 vsize=13694648 CPUtime=1800.1 cores=1,3,5,7
/proc/27047/stat : 27047 (java) S 27045 27047 23523 0 -1 4202496 444083 0 1 0 179958 52 0 0 25 0 19 0 827077230 14023319552 437645 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27047/statm: 3423662 437645 2263 9 0 3414396 0
[pid=27047/tid=27048] ppid=27045 vsize=13694648 CPUtime=1798.58 cores=1,3,5,7
/proc/27047/task/27048/stat : 27048 (java) R 27045 27047 23523 0 -1 4202560 350072 0 1 0 179816 42 0 0 25 0 19 0 827077231 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 46912505778348 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27047/tid=27050] ppid=27045 vsize=13694648 CPUtime=0.04 cores=1,3,5,7
/proc/27047/task/27050/stat : 27050 (java) S 27045 27047 23523 0 -1 4202560 18452 0 0 0 2 2 0 0 16 0 19 0 827077233 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27051] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27051/stat : 27051 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27052] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27052/stat : 27052 (java) S 27045 27047 23523 0 -1 4202560 18197 0 0 0 2 1 0 0 16 0 19 0 827077233 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27053] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27053/stat : 27053 (java) S 27045 27047 23523 0 -1 4202560 181 0 0 0 0 0 0 0 16 0 19 0 827077233 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27054] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27054/stat : 27054 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27055] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27055/stat : 27055 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827077233 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27056] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27056/stat : 27056 (java) S 27045 27047 23523 0 -1 4202560 9924 0 0 0 3 0 0 0 18 0 19 0 827077233 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27057] ppid=27045 vsize=13694648 CPUtime=0.03 cores=1,3,5,7
/proc/27047/task/27057/stat : 27057 (java) S 27045 27047 23523 0 -1 4202560 8018 0 0 0 3 0 0 0 18 0 19 0 827077233 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27058] ppid=27045 vsize=13694648 CPUtime=0.15 cores=1,3,5,7
/proc/27047/task/27058/stat : 27058 (java) S 27045 27047 23523 0 -1 4202560 28429 0 0 0 12 3 0 0 15 0 19 0 827077234 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 0 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27059] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27059/stat : 27059 (java) S 27045 27047 23523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827077234 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27060] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27060/stat : 27060 (java) S 27045 27047 23523 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827077234 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27061] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27061/stat : 27061 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077236 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216470961 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27062] ppid=27045 vsize=13694648 CPUtime=0.72 cores=1,3,5,7
/proc/27047/task/27062/stat : 27062 (java) S 27045 27047 23523 0 -1 4202560 6971 0 0 0 72 0 0 0 15 0 19 0 827077236 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27063] ppid=27045 vsize=13694648 CPUtime=0.44 cores=1,3,5,7
/proc/27047/task/27063/stat : 27063 (java) S 27045 27047 23523 0 -1 4202560 2583 0 0 0 44 0 0 0 15 0 19 0 827077236 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 7 0 0 0
[pid=27047/tid=27064] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27064/stat : 27064 (java) S 27045 27047 23523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827077237 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463257 0 4 0 16800975 18446604470425155520 0 0 -1 1 0 0 0
[pid=27047/tid=27065] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27065/stat : 27065 (java) S 27045 27047 23523 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 827077237 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
[pid=27047/tid=27066] ppid=27045 vsize=13694648 CPUtime=0 cores=1,3,5,7
/proc/27047/task/27066/stat : 27066 (java) S 27045 27047 23523 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 827077322 14023319552 437646 33554432000 1073741824 1073778376 140735609455200 18446744073709551615 210216463872 0 4 0 16800975 18446604470425155520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13694648

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

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

Child status: 143
Real time (s): 1798.9
CPU time (s): 1800.2
CPU user time (s): 1799.61
CPU system time (s): 0.58991
CPU usage (%): 100.072
Max. virtual memory (cumulated for all children) (KiB): 13705656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.58991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444125
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= 36851
involuntary context switches= 4412

runsolver used 8.71068 second user time and 20.7888 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 04:33:07
IDJOB=3458672
IDBENCH=2980
IDSOLVER=1952
FILE ID=node130/3458672-1307154787
RUNJOBID= node130-1307147523-25805
PBS_JOBID= 13508786
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458672-1307154787/watcher-3458672-1307154787 -o /tmp/evaluation-result-3458672-1307154787/solver-3458672-1307154787 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458672-1307154787.opb

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

MD5SUM BENCH= ce74ed6abc2682e3852648a27e28a7ce
RANDOM SEED=1929456589

node130.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.838
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.67
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.838
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.83
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.838
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.75
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.838
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	: 5332.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26615148 kB
Buffers:        273072 kB
Cached:         432648 kB
SwapCached:       9700 kB
Active:        5680700 kB
Inactive:       372356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26615148 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:           10436 kB
Writeback:           0 kB
AnonPages:     5346036 kB
Mapped:          38896 kB
Slab:           158316 kB
PageTables:      55284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158529568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73852 MiB
End job on node130 at 2011-06-04 05:03:08