Trace number 3733454

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.07 900.039

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen3.opb
MD5SUM180182351d074e1d8188f1fe7258cbed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1001264250880
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 339379725479256
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 1001264250880
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 339379725479256
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3733454-1338689693.opb
0.07/0.14	c reading problem ... 
2.71/2.38	c ... done. Wall clock time 2.247s.
2.71/2.38	c #vars     54540
2.71/2.38	c #constraints  32354
2.71/2.38	c constraints type 
2.71/2.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2220
2.71/2.38	c constraints type 
2.71/2.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
494.06/246.95	c cleaning 2497 clauses out of 5000 with flag 5000/5000
896.98/448.31	c cleaning 4254 clauses out of 8510 with flag 11007/11007
924.10/462.08	c cleaning 0 clauses out of 5000 with flag 0/5000
1223.99/611.84	c cleaning 0 clauses out of 11000 with flag 0/11000
1299.06/649.37	c cleaning 5623 clauses out of 11252 with flag 18003/18003
1741.75/870.60	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.07/900.01	c starts		: 53
1800.07/900.01	c conflicts		: 24896
1800.07/900.01	c decisions		: 58462
1800.07/900.01	c propagations		: 7103792
1800.07/900.01	c inspects		: 65499714
1800.07/900.01	c shortcuts		: 0
1800.07/900.01	c learnt literals	: 0
1800.07/900.01	c learnt binary clauses	: 0
1800.07/900.01	c learnt ternary clauses	: 0
1800.07/900.01	c learnt constraints	: 24896
1800.07/900.01	c ignored constraints	: 0
1800.07/900.01	c root simplifications	: 0
1800.07/900.01	c removed literals (reason simplification)	: 799344
1800.07/900.01	c reason swapping (by a shorter reason)	: 0
1800.07/900.01	c Calls to reduceDB	: 3
1800.07/900.01	c number of reductions to clauses (during analyze)	: 0
1800.07/900.01	c number of learned constraints concerned by reduction	: 0
1800.07/900.01	c number of learning phase by resolution	: 0
1800.07/900.01	c number of learning phase by cutting planes	: 0
1800.07/900.01	c speed (assignments/second)	: 7913.98087845049
1800.07/900.01	c non guided choices	0
1800.07/900.02	c learnt constraints type 
1800.07/900.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12522
1800.07/900.02	c constraints type 
1800.07/900.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2220
1800.07/900.02	c constraints type 
1800.07/900.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2220
1800.07/900.02	s UNKNOWN
1800.07/900.02	c Total wall clock time (in seconds): 899.883

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-3733454-1338689693/watcher-3733454-1338689693 -o /tmp/evaluation-result-3733454-1338689693/solver-3733454-1338689693 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733454-1338689693.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.78 3.88 3.89 4/195 16182
/proc/meminfo: memFree=24048460/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16182/stat : 16182 (java) D 16180 16182 4583 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 335094789 9515008 183 33554432000 1073741824 1073778376 140735618421808 140735618412840 229355896501 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/16182/statm: 2323 183 140 9 0 71 0

[startup+0.0418469 s]
/proc/loadavg: 3.78 3.88 3.89 4/195 16182
/proc/meminfo: memFree=24048460/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11042732 CPUtime=0.02 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 3502 0 1 0 1 1 0 0 20 0 10 0 335094789 11307757568 10845 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2760683 10845 1081 9 0 2751792 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11042732

[startup+0.100339 s]
/proc/loadavg: 3.78 3.88 3.89 4/195 16182
/proc/meminfo: memFree=24048460/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 4472 0 1 0 6 1 0 0 20 0 18 0 335094789 11864465408 12834 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2896598 12834 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300304 s]
/proc/loadavg: 3.78 3.88 3.89 4/195 16182
/proc/meminfo: memFree=24048460/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11586392 CPUtime=0.48 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 7480 0 1 0 46 2 0 0 20 0 18 0 335094789 11864465408 18355 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2896598 18355 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700323 s]
/proc/loadavg: 3.78 3.88 3.89 4/195 16182
/proc/meminfo: memFree=24048460/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11586392 CPUtime=1.05 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 7787 0 1 0 100 5 0 0 20 0 18 0 335094789 11864465408 48627 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2896598 48627 2236 9 0 2887285 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 11586392

[startup+1.50079 s]
/proc/loadavg: 3.78 3.88 3.89 4/213 16200
/proc/meminfo: memFree=23764388/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11586392 CPUtime=1.86 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 7918 0 1 0 175 11 0 0 20 0 18 0 335094789 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2896598 115699 2236 9 0 2887285 0
[pid=16182/tid=16184] ppid=16180 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/16182/task/16184/stat : 16184 (java) R 16180 16182 4583 0 -1 4202560 3575 0 1 0 136 10 0 0 20 0 18 0 335094790 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236310417408 140236135284534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16185/stat : 16185 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094793 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236265179432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16186/stat : 16186 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094793 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236264126632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16187/stat : 16187 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094793 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236263074344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16188] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16188/stat : 16188 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094793 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236262021544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16189] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16189/stat : 16189 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094793 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236260969256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16190] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16190/stat : 16190 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094793 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236259916456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16191] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16191/stat : 16191 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094793 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236258864168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16192] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16192/stat : 16192 (java) S 16180 16182 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335094793 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236257811368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16193] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16193/stat : 16193 (java) S 16180 16182 4583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335094794 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236127434984 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16194] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16194/stat : 16194 (java) S 16180 16182 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335094795 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236126381048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16195] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16195/stat : 16195 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335094795 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236125328648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16196] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16196/stat : 16196 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094798 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236124277136 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16197] ppid=16180 vsize=11586392 CPUtime=0.2 cores=1,3,5,7
/proc/16182/task/16197/stat : 16197 (java) S 16180 16182 4583 0 -1 4202560 1721 0 0 0 20 0 0 0 20 0 18 0 335094798 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236123224760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16198] ppid=16180 vsize=11586392 CPUtime=0.15 cores=1,3,5,7
/proc/16182/task/16198/stat : 16198 (java) S 16180 16182 4583 0 -1 4202560 1437 0 0 0 15 0 0 0 20 0 18 0 335094798 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236122171960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16199] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16199/stat : 16199 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094798 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236121119864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16200] ppid=16180 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16200/stat : 16200 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335094798 11864465408 115699 33554432000 1073741824 1073778376 140735904038560 140236120067272 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 11586392

[startup+3.10069 s]
/proc/loadavg: 3.78 3.88 3.89 4/213 16200
/proc/meminfo: memFree=23414368/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11852648 CPUtime=4.44 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 9210 0 1 0 425 19 0 0 20 0 22 0 335094789 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2963162 197277 2245 9 0 2953849 0
[pid=16182/tid=16184] ppid=16180 vsize=11852648 CPUtime=2.35 cores=1,3,5,7
/proc/16182/task/16184/stat : 16184 (java) S 16180 16182 4583 0 -1 4202560 3713 0 1 0 218 17 0 0 20 0 22 0 335094790 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236310426776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16185/stat : 16185 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236265179432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16186/stat : 16186 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236264126632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16187/stat : 16187 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236263074344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16188] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16188/stat : 16188 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236262021544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16189] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16189/stat : 16189 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236260969256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16190] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16190/stat : 16190 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236259916456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16191] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16191/stat : 16191 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236258864168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16192] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16192/stat : 16192 (java) S 16180 16182 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236257811368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16193] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16193/stat : 16193 (java) S 16180 16182 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335094794 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236127434984 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16194] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16194/stat : 16194 (java) S 16180 16182 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236126381048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16195] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16195/stat : 16195 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236125328648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16196] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16196/stat : 16196 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236124277136 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16197] ppid=16180 vsize=11852648 CPUtime=0.31 cores=1,3,5,7
/proc/16182/task/16197/stat : 16197 (java) S 16180 16182 4583 0 -1 4202560 1721 0 0 0 31 0 0 0 20 0 22 0 335094798 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236123224760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16198] ppid=16180 vsize=11852648 CPUtime=0.33 cores=1,3,5,7
/proc/16182/task/16198/stat : 16198 (java) S 16180 16182 4583 0 -1 4202560 2499 0 0 0 33 0 0 0 20 0 22 0 335094798 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236122171960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16199] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16199/stat : 16199 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236121119864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16200] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16200/stat : 16200 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 197277 33554432000 1073741824 1073778376 140735904038560 140236120067272 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 11852648

[startup+6.30091 s]
/proc/loadavg: 3.80 3.88 3.89 5/217 16204
/proc/meminfo: memFree=23261296/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11852648 CPUtime=11.05 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 9953 0 1 0 1082 23 0 0 20 0 22 0 335094789 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2963162 261863 2251 9 0 2953849 0
[pid=16182/tid=16184] ppid=16180 vsize=11852648 CPUtime=2.35 cores=1,3,5,7
/proc/16182/task/16184/stat : 16184 (java) S 16180 16182 4583 0 -1 4202560 3713 0 1 0 218 17 0 0 20 0 22 0 335094790 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236310426776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16185/stat : 16185 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236265179432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16186/stat : 16186 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236264126632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16187/stat : 16187 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236263074344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16188] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16188/stat : 16188 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236262021544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16189] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16189/stat : 16189 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236260969256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16190] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16190/stat : 16190 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236259916456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16191] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16191/stat : 16191 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236258864168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16192] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16192/stat : 16192 (java) S 16180 16182 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335094793 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236257811368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16193] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16193/stat : 16193 (java) S 16180 16182 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335094794 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236127434984 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16194] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16194/stat : 16194 (java) S 16180 16182 4583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236126381048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16195] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16195/stat : 16195 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236125328648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16196] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16196/stat : 16196 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236124277136 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16197] ppid=16180 vsize=11852648 CPUtime=0.48 cores=1,3,5,7
/proc/16182/task/16197/stat : 16197 (java) S 16180 16182 4583 0 -1 4202560 2251 0 0 0 48 0 0 0 20 0 22 0 335094798 12137111552 261863 33554432000 1073741824 1073778376 140735904038560 140236123224760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16198] ppid=16180 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/16182/task/16198/stat : 16198 (java) S 16180 16182 4583 0 -1 4202560 2528 0 0 0 39 0 0 0 20 0 22 0 335094798 12137111552 262375 33554432000 1073741824 1073778376 140735904038560 140236122171960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16199] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16199/stat : 16199 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 262375 33554432000 1073741824 1073778376 140735904038560 140236121119864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16200] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16200/stat : 16200 (java) S 16180 16182 4583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 262375 33554432000 1073741824 1073778376 140735904038560 140236120067272 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16201] ppid=16180 vsize=11852648 CPUtime=3.88 cores=1,3,5,7
/proc/16182/task/16201/stat : 16201 (java) R 16180 16182 4583 0 -1 4202560 41 0 0 0 388 0 0 0 20 0 22 0 335095028 12137111552 262375 33554432000 1073741824 1073778376 140735904038560 140235111389616 140236135353356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16202] ppid=16180 vsize=11852648 CPUtime=3.86 cores=1,3,5,7
/proc/16182/task/16202/stat : 16202 (java) R 16180 16182 4583 0 -1 4202560 219 0 0 0 382 4 0 0 20 0 22 0 335095028 12137111552 262375 33554432000 1073741824 1073778376 140735904038560 140235110336208 140236135620669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16203] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16203/stat : 16203 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335095058 12137111552 262375 33554432000 1073741824 1073778376 140735904038560 140235109287080 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16204] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16204/stat : 16204 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335095088 12137111552 262375 33554432000 1073741824 1073778376 140735904038560 140235108234280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 11852648

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

/proc/16182/statm: 2963162 949781 2279 9 0 2953849 0
[pid=16182/tid=16184] ppid=16180 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/16182/task/16184/stat : 16184 (java) S 16180 16182 4583 0 -1 4202560 3716 0 1 0 222 18 0 0 20 0 22 0 335094790 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236310426776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/16182/task/16185/stat : 16185 (java) S 16180 16182 4583 0 -1 4202560 147 0 0 0 54 6 0 0 20 0 22 0 335094793 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236265179432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/16182/task/16186/stat : 16186 (java) S 16180 16182 4583 0 -1 4202560 174 0 0 0 51 10 0 0 20 0 22 0 335094793 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236264126632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/16182/task/16187/stat : 16187 (java) S 16180 16182 4583 0 -1 4202560 143 0 0 0 47 6 0 0 20 0 22 0 335094793 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236263074344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16188] ppid=16180 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/16182/task/16188/stat : 16188 (java) S 16180 16182 4583 0 -1 4202560 188 0 0 0 61 11 0 0 20 0 22 0 335094793 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236262021544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16189] ppid=16180 vsize=11852648 CPUtime=0.67 cores=1,3,5,7
/proc/16182/task/16189/stat : 16189 (java) S 16180 16182 4583 0 -1 4202560 211 0 0 0 56 11 0 0 20 0 22 0 335094793 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236260969256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16190] ppid=16180 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/16182/task/16190/stat : 16190 (java) S 16180 16182 4583 0 -1 4202560 183 0 0 0 58 10 0 0 20 0 22 0 335094793 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236259916456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16191] ppid=16180 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/16182/task/16191/stat : 16191 (java) S 16180 16182 4583 0 -1 4202560 147 0 0 0 44 7 0 0 20 0 22 0 335094793 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236258864168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16192] ppid=16180 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/16182/task/16192/stat : 16192 (java) S 16180 16182 4583 0 -1 4202560 153 0 0 0 55 7 0 0 20 0 22 0 335094793 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236257811368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16193] ppid=16180 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/16182/task/16193/stat : 16193 (java) S 16180 16182 4583 0 -1 4202560 87 0 0 0 207 4 0 0 20 0 22 0 335094794 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236127434984 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16194] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16194/stat : 16194 (java) S 16180 16182 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236126381048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16195] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16195/stat : 16195 (java) S 16180 16182 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236125328648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16196] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16196/stat : 16196 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236124277136 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16197] ppid=16180 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/16182/task/16197/stat : 16197 (java) S 16180 16182 4583 0 -1 4202560 14114 0 0 0 208 3 0 0 20 0 22 0 335094798 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236123224760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16198] ppid=16180 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/16182/task/16198/stat : 16198 (java) S 16180 16182 4583 0 -1 4202560 7757 0 0 0 94 2 0 0 20 0 22 0 335094798 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236122171960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16199] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16199/stat : 16199 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236121119864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16200] ppid=16180 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/16182/task/16200/stat : 16200 (java) S 16180 16182 4583 0 -1 4202560 48 0 0 0 20 22 0 0 20 0 22 0 335094798 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140236120067272 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16201] ppid=16180 vsize=11852648 CPUtime=813.97 cores=1,3,5,7
/proc/16182/task/16201/stat : 16201 (java) R 16180 16182 4583 0 -1 4202560 71 0 0 0 81383 14 0 0 20 0 22 0 335095028 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140235111390496 140236135353316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16202] ppid=16180 vsize=11852648 CPUtime=814 cores=1,3,5,7
/proc/16182/task/16202/stat : 16202 (java) R 16180 16182 4583 0 -1 4202560 1270 0 0 0 81351 49 0 0 20 0 22 0 335095028 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140235110336784 140236135353390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16203] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16203/stat : 16203 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335095058 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140235109287080 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16204] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16204/stat : 16204 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335095088 12137111552 949781 33554432000 1073741824 1073778376 140735904038560 140235108234280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1645.08
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.92 3.84 3.82 5/217 16272
/proc/meminfo: memFree=20662592/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11852648 CPUtime=1764.66 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 29655 0 1 0 176307 159 0 0 20 0 22 0 335094789 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2963162 955433 2279 9 0 2953849 0
[pid=16182/tid=16184] ppid=16180 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/16182/task/16184/stat : 16184 (java) S 16180 16182 4583 0 -1 4202560 3716 0 1 0 222 18 0 0 20 0 22 0 335094790 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236310426776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/16182/task/16185/stat : 16185 (java) S 16180 16182 4583 0 -1 4202560 148 0 0 0 55 7 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236265179432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/16182/task/16186/stat : 16186 (java) S 16180 16182 4583 0 -1 4202560 178 0 0 0 54 10 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236264126632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/16182/task/16187/stat : 16187 (java) S 16180 16182 4583 0 -1 4202560 152 0 0 0 52 7 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236263074344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16188] ppid=16180 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/16182/task/16188/stat : 16188 (java) S 16180 16182 4583 0 -1 4202560 192 0 0 0 63 11 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236262021544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16189] ppid=16180 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/16182/task/16189/stat : 16189 (java) S 16180 16182 4583 0 -1 4202560 217 0 0 0 60 11 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236260969256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16190] ppid=16180 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/16182/task/16190/stat : 16190 (java) S 16180 16182 4583 0 -1 4202560 186 0 0 0 61 10 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236259916456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16191] ppid=16180 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/16182/task/16191/stat : 16191 (java) S 16180 16182 4583 0 -1 4202560 160 0 0 0 50 8 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236258864168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16192] ppid=16180 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/16182/task/16192/stat : 16192 (java) S 16180 16182 4583 0 -1 4202560 156 0 0 0 57 7 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236257811368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16193] ppid=16180 vsize=11852648 CPUtime=2.65 cores=1,3,5,7
/proc/16182/task/16193/stat : 16193 (java) S 16180 16182 4583 0 -1 4202560 93 0 0 0 261 4 0 0 20 0 22 0 335094794 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236127434984 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16194] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16194/stat : 16194 (java) S 16180 16182 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236126381048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16195] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16195/stat : 16195 (java) S 16180 16182 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236125328648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16196] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16196/stat : 16196 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236124277136 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16197] ppid=16180 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/16182/task/16197/stat : 16197 (java) S 16180 16182 4583 0 -1 4202560 14117 0 0 0 208 3 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236123224760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16198] ppid=16180 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/16182/task/16198/stat : 16198 (java) S 16180 16182 4583 0 -1 4202560 7757 0 0 0 94 2 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236122171960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16199] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16199/stat : 16199 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236121119864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16200] ppid=16180 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/16182/task/16200/stat : 16200 (java) S 16180 16182 4583 0 -1 4202560 52 0 0 0 21 24 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236120067272 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16201] ppid=16180 vsize=11852648 CPUtime=873.2 cores=1,3,5,7
/proc/16182/task/16201/stat : 16201 (java) R 16180 16182 4583 0 -1 4202560 72 0 0 0 87305 15 0 0 20 0 22 0 335095028 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140235111389584 140236135479040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16202] ppid=16180 vsize=11852648 CPUtime=873.22 cores=1,3,5,7
/proc/16182/task/16202/stat : 16202 (java) R 16180 16182 4583 0 -1 4202560 1270 0 0 0 87272 50 0 0 20 0 22 0 335095028 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140235110338640 140236135482190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16203] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16203/stat : 16203 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335095058 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140235109287080 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16204] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16204/stat : 16204 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335095088 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140235108234280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1764.66
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.001 s]
/proc/loadavg: 3.66 3.78 3.80 5/217 16272
/proc/meminfo: memFree=20658496/32873852 swapFree=6856/6856
[pid=16182] ppid=16180 vsize=11852648 CPUtime=1800.07 cores=1,3,5,7
/proc/16182/stat : 16182 (java) S 16180 16182 4583 0 -1 4202496 29657 0 1 0 179848 159 0 0 20 0 22 0 335094789 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140735904029696 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16182/statm: 2963162 955433 2279 9 0 2953849 0
[pid=16182/tid=16184] ppid=16180 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/16182/task/16184/stat : 16184 (java) S 16180 16182 4583 0 -1 4202560 3716 0 1 0 222 18 0 0 20 0 22 0 335094790 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236310426776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16185] ppid=16180 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/16182/task/16185/stat : 16185 (java) S 16180 16182 4583 0 -1 4202560 148 0 0 0 55 7 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236265179432 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16186] ppid=16180 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/16182/task/16186/stat : 16186 (java) S 16180 16182 4583 0 -1 4202560 178 0 0 0 54 10 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236264126632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16187] ppid=16180 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/16182/task/16187/stat : 16187 (java) S 16180 16182 4583 0 -1 4202560 152 0 0 0 52 7 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236263074344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16188] ppid=16180 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/16182/task/16188/stat : 16188 (java) S 16180 16182 4583 0 -1 4202560 192 0 0 0 63 11 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236262021544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16189] ppid=16180 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/16182/task/16189/stat : 16189 (java) S 16180 16182 4583 0 -1 4202560 217 0 0 0 60 11 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236260969256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16190] ppid=16180 vsize=11852648 CPUtime=0.71 cores=1,3,5,7
/proc/16182/task/16190/stat : 16190 (java) S 16180 16182 4583 0 -1 4202560 186 0 0 0 61 10 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236259916456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16191] ppid=16180 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/16182/task/16191/stat : 16191 (java) S 16180 16182 4583 0 -1 4202560 160 0 0 0 50 8 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236258864168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16192] ppid=16180 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/16182/task/16192/stat : 16192 (java) S 16180 16182 4583 0 -1 4202560 156 0 0 0 57 7 0 0 20 0 22 0 335094793 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236257811368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16193] ppid=16180 vsize=11852648 CPUtime=2.65 cores=1,3,5,7
/proc/16182/task/16193/stat : 16193 (java) S 16180 16182 4583 0 -1 4202560 93 0 0 0 261 4 0 0 20 0 22 0 335094794 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236127434984 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16194] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16194/stat : 16194 (java) S 16180 16182 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236126381048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16195] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16195/stat : 16195 (java) S 16180 16182 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335094795 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236125328648 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16182/tid=16196] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16196/stat : 16196 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236124277136 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16182/tid=16197] ppid=16180 vsize=11852648 CPUtime=2.11 cores=1,3,5,7
/proc/16182/task/16197/stat : 16197 (java) S 16180 16182 4583 0 -1 4202560 14117 0 0 0 208 3 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236123224760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16198] ppid=16180 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/16182/task/16198/stat : 16198 (java) S 16180 16182 4583 0 -1 4202560 7757 0 0 0 94 2 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236122171960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16199] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16199/stat : 16199 (java) S 16180 16182 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236121119864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16200] ppid=16180 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/16182/task/16200/stat : 16200 (java) S 16180 16182 4583 0 -1 4202560 54 0 0 0 22 25 0 0 20 0 22 0 335094798 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140236120067272 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16201] ppid=16180 vsize=11852648 CPUtime=890.85 cores=1,3,5,7
/proc/16182/task/16201/stat : 16201 (java) R 16180 16182 4583 0 -1 4202560 72 0 0 0 89070 15 0 0 20 0 22 0 335095028 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140235111389584 140236135353365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16182/tid=16202] ppid=16180 vsize=11852648 CPUtime=890.88 cores=1,3,5,7
/proc/16182/task/16202/stat : 16202 (java) R 16180 16182 4583 0 -1 4202560 1270 0 0 0 89038 50 0 0 20 0 22 0 335095028 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140235110338640 140236135353356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16203] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16203/stat : 16203 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335095058 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140235109287080 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16182/tid=16204] ppid=16180 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16182/task/16204/stat : 16204 (java) S 16180 16182 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335095088 12137111552 955433 33554432000 1073741824 1073778376 140735904038560 140235108234280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 11852648

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 16182 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=850293
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=44689
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.039
CPU time (s): 1800.07
CPU user time (s): 1798.48
CPU system time (s): 1.59
CPU usage (%): 199.999
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.04469
maximum resident set size= 3821872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29699
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23211
involuntary context switches= 18888

runsolver used 3.43348 second user time and 8.71368 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-03 04:14:53
IDJOB=3733454
IDBENCH=2464
IDSOLVER=2328
FILE ID=node129/3733454-1338689693
RUNJOBID= node129-1338679212-13350
PBS_JOBID= 14636684
Free space on /tmp= 70472 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-degen3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733454-1338689693/watcher-3733454-1338689693 -o /tmp/evaluation-result-3733454-1338689693/solver-3733454-1338689693 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733454-1338689693.opb

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

MD5SUM BENCH= 180182351d074e1d8188f1fe7258cbed
RANDOM SEED=1130524778

node129.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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	: 5333.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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		: 2666.957
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24048840 kB
Buffers:          459744 kB
Cached:          5626732 kB
SwapCached:            0 kB
Active:          4411720 kB
Inactive:        3531760 kB
Active(anon):    1848800 kB
Inactive(anon):    10748 kB
Active(file):    2562920 kB
Inactive(file):  3521012 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11100 kB
Writeback:             0 kB
AnonPages:       1865940 kB
Mapped:            22536 kB
Shmem:               204 kB
Slab:             741344 kB
SReclaimable:     183332 kB
SUnreclaim:       558012 kB
KernelStack:        1600 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10456376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1800192 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= 70472 MiB
End job on node129 at 2012-06-03 04:29:55