Trace number 3454307

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.39 899.786

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-770414132-max.opb
MD5SUM41622f14b6e1d28d767866cb9a3e32ea
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 variables65701
Total number of constraints195481
Number of constraints which are clauses195480
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 constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066612360646520299668853108307041790674815860173378468848205106664422578504773969619037192617658424108904539490357
Number of bits of the biggest sum of numbers541
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454307-1307193257.opb
0.11/0.11	c reading problem ... 
3.21/2.34	c ... done. Wall clock time 2.23s.
3.21/2.34	c #vars     65701
3.21/2.34	c #constraints  211772
3.21/2.34	c constraints type 
3.21/2.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65160
3.21/2.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 130320
3.21/2.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.21/2.34	c constraints type 
3.21/2.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 130320
3.21/2.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 65160
3.21/2.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.17/899.62	c starts		: 14
1800.17/899.62	c conflicts		: 2314
1800.17/899.62	c decisions		: 37360
1800.17/899.62	c propagations		: 2568831
1800.17/899.62	c inspects		: 23027530
1800.17/899.62	c shortcuts		: 0
1800.17/899.62	c learnt literals	: 0
1800.17/899.62	c learnt binary clauses	: 2
1800.17/899.62	c learnt ternary clauses	: 0
1800.17/899.62	c learnt constraints	: 2313
1800.17/899.62	c ignored constraints	: 0
1800.17/899.62	c root simplifications	: 0
1800.17/899.62	c removed literals (reason simplification)	: 32386377
1800.17/899.62	c reason swapping (by a shorter reason)	: 0
1800.17/899.62	c Calls to reduceDB	: 0
1800.17/899.62	c number of reductions to clauses (during analyze)	: 0
1800.17/899.62	c number of learned constraints concerned by reduction	: 0
1800.17/899.62	c number of learning phase by resolution	: 0
1800.17/899.62	c number of learning phase by cutting planes	: 0
1800.17/899.62	c speed (assignments/second)	: 2862.8930607332118
1800.17/899.62	c non guided choices	223
1800.17/899.62	c learnt constraints type 
1800.17/899.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.17/899.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2311
1800.17/899.63	c constraints type 
1800.17/899.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65160
1800.17/899.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 130320
1800.17/899.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.17/899.63	c constraints type 
1800.17/899.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 130320
1800.17/899.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 65160
1800.17/899.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.17/899.63	s UNKNOWN
1800.17/899.63	c Total wall clock time (in seconds): 899.519

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.71 3.88 3.81 4/547 9922
/proc/meminfo: memFree=21985636/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=35820 CPUtime=0 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 1364 0 1 0 0 0 0 0 25 0 2 0 811741592 36679680 1066 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 9231 1066 828 9 0 386 0
[pid=9922/tid=9923] ppid=9920 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) R 9920 9922 4512 0 -1 4202560 7841 0 1 0 0 0 0 0 25 0 2 0 811741592 10694979584 8657 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0925111 s]
/proc/loadavg: 3.71 3.88 3.81 4/547 9922
/proc/meminfo: memFree=21985636/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10540448 CPUtime=0.1 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 12996 0 1 0 8 2 0 0 25 0 18 0 811741592 10793418752 12692 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2635112 12692 2093 9 0 2625846 0
[pid=9922/tid=9923] ppid=9920 vsize=10540448 CPUtime=0.07 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) R 9920 9922 4512 0 -1 4202560 11070 0 1 0 6 1 0 0 25 0 18 0 811741592 10793418752 12692 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912496207588 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540448

[startup+0.100508 s]
/proc/loadavg: 3.71 3.88 3.81 4/547 9922
/proc/meminfo: memFree=21985636/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10540448 CPUtime=0.11 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 13134 0 1 0 9 2 0 0 25 0 18 0 811741592 10793418752 12830 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2635112 12830 2093 9 0 2625846 0
[pid=9922/tid=9923] ppid=9920 vsize=10540448 CPUtime=0.08 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) R 9920 9922 4512 0 -1 4202560 11209 0 1 0 7 1 0 0 25 0 18 0 811741592 10793418752 12831 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 47146485293061 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540448

[startup+0.300473 s]
/proc/loadavg: 3.71 3.88 3.81 4/547 9922
/proc/meminfo: memFree=21985636/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10542608 CPUtime=0.5 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 17004 0 1 0 48 2 0 0 25 0 18 0 811741592 10795630592 16397 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2635652 16398 2201 9 0 2626386 0
[pid=9922/tid=9923] ppid=9920 vsize=10542608 CPUtime=0.28 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) R 9920 9922 4512 0 -1 4202560 13856 0 1 0 27 1 0 0 25 0 18 0 811741592 10795630592 16398 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912505613232 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542608

[startup+0.700433 s]
/proc/loadavg: 3.71 3.88 3.81 4/547 9922
/proc/meminfo: memFree=21985636/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10546308 CPUtime=1.19 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 58303 0 1 0 112 7 0 0 25 0 18 0 811741592 10799419392 55767 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2636577 55773 2214 9 0 2627311 0
[pid=9922/tid=9923] ppid=9920 vsize=10546308 CPUtime=0.68 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) R 9920 9922 4512 0 -1 4202560 51539 0 1 0 63 5 0 0 18 0 18 0 811741592 10799419392 55775 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912505613187 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10546308

[startup+1.50128 s]
/proc/loadavg: 3.71 3.88 3.81 4/565 9940
/proc/meminfo: memFree=21621996/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10546308 CPUtime=2 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 137592 0 1 0 184 16 0 0 25 0 18 0 811741592 10799419392 135056 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2636577 135057 2214 9 0 2627311 0
[pid=9922/tid=9923] ppid=9920 vsize=10546308 CPUtime=1.49 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) R 9920 9922 4512 0 -1 4202560 130822 0 1 0 134 15 0 0 19 0 18 0 811741592 10799419392 135058 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912505564700 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9922/tid=9925] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9925/stat : 9925 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741594 10799419392 135059 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9926] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9926/stat : 9926 (java) S 9920 9922 4512 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811741594 10799419392 135059 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9927] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9927/stat : 9927 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741594 10799419392 135060 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9928] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9928/stat : 9928 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741594 10799419392 135061 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9929] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9929/stat : 9929 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741594 10799419392 135061 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9930] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9930/stat : 9930 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741594 10799419392 135062 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9931] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9931/stat : 9931 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741594 10799419392 135062 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9932] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9932/stat : 9932 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741594 10799419392 135063 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9933] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9933/stat : 9933 (java) S 9920 9922 4512 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811741595 10799419392 135063 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 0 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9934] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9934/stat : 9934 (java) S 9920 9922 4512 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811741595 10799419392 135064 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9935] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9935/stat : 9935 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811741595 10799419392 135064 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9936] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9936/stat : 9936 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741597 10799419392 135065 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522121137 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9937] ppid=9920 vsize=10546308 CPUtime=0.24 cores=0,2,4,6
/proc/9922/task/9937/stat : 9937 (java) S 9920 9922 4512 0 -1 4202560 2346 0 0 0 24 0 0 0 25 0 18 0 811741597 10799419392 135066 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9938] ppid=9920 vsize=10546308 CPUtime=0.25 cores=0,2,4,6
/proc/9922/task/9938/stat : 9938 (java) S 9920 9922 4512 0 -1 4202560 3274 0 0 0 25 0 0 0 17 0 18 0 811741597 10799419392 135067 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9939] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9939/stat : 9939 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811741597 10799419392 135067 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9940] ppid=9920 vsize=10546308 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9940/stat : 9940 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811741597 10799419392 135068 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10546308

[startup+3.10094 s]
/proc/loadavg: 3.74 3.88 3.81 5/565 9940
/proc/meminfo: memFree=21363576/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10564636 CPUtime=5.2 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 177607 0 1 0 499 21 0 0 25 0 22 0 811741592 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2641159 171958 2237 9 0 2631893 0
[pid=9922/tid=9923] ppid=9920 vsize=10564636 CPUtime=2.33 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) S 9920 9922 4512 0 -1 4202560 155818 0 1 0 215 18 0 0 17 0 22 0 811741592 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9925] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9925/stat : 9925 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9926] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9926/stat : 9926 (java) S 9920 9922 4512 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9927] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9927/stat : 9927 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9928] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9928/stat : 9928 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9929] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9929/stat : 9929 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9930] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9930/stat : 9930 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9931] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9931/stat : 9931 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9932] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9932/stat : 9932 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9933] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9933/stat : 9933 (java) S 9920 9922 4512 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 811741595 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 0 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9934] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9934/stat : 9934 (java) S 9920 9922 4512 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811741595 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9935] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9935/stat : 9935 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811741595 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9936] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9936/stat : 9936 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522121137 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9937] ppid=9920 vsize=10564636 CPUtime=0.81 cores=0,2,4,6
/proc/9922/task/9937/stat : 9937 (java) S 9920 9922 4512 0 -1 4202560 7876 0 0 0 81 0 0 0 15 0 22 0 811741597 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9938] ppid=9920 vsize=10564636 CPUtime=0.53 cores=0,2,4,6
/proc/9922/task/9938/stat : 9938 (java) S 9920 9922 4512 0 -1 4202560 4575 0 0 0 52 1 0 0 15 0 22 0 811741597 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9939] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9939/stat : 9939 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9940] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9940/stat : 9940 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811741597 10818187264 171958 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 10564636

[startup+6.30136 s]
/proc/loadavg: 3.74 3.88 3.81 5/569 9944
/proc/meminfo: memFree=21269180/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10564636 CPUtime=11.85 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 192009 0 1 0 1163 22 0 0 25 0 22 0 811741592 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2641159 185685 2240 9 0 2631893 0
[pid=9922/tid=9923] ppid=9920 vsize=10564636 CPUtime=2.33 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) S 9920 9922 4512 0 -1 4202560 155818 0 1 0 215 18 0 0 15 0 22 0 811741592 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9925] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9925/stat : 9925 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9926] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9926/stat : 9926 (java) S 9920 9922 4512 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9927] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9927/stat : 9927 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9928] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9928/stat : 9928 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9929] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9929/stat : 9929 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9930] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9930/stat : 9930 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9931] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9931/stat : 9931 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9932] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9932/stat : 9932 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741594 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9933] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9933/stat : 9933 (java) S 9920 9922 4512 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811741595 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 0 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9934] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9934/stat : 9934 (java) S 9920 9922 4512 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811741595 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9935] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9935/stat : 9935 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811741595 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9936] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9936/stat : 9936 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522121137 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9937] ppid=9920 vsize=10564636 CPUtime=0.93 cores=0,2,4,6
/proc/9922/task/9937/stat : 9937 (java) S 9920 9922 4512 0 -1 4202560 7896 0 0 0 93 0 0 0 15 0 22 0 811741597 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9938] ppid=9920 vsize=10564636 CPUtime=0.67 cores=0,2,4,6
/proc/9922/task/9938/stat : 9938 (java) S 9920 9922 4512 0 -1 4202560 5415 0 0 0 66 1 0 0 15 0 22 0 811741597 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9939] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9939/stat : 9939 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9940] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9940/stat : 9940 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811741597 10818187264 185685 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0

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

/proc/meminfo: memFree=15380620/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10564636 CPUtime=1645.49 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 947546 0 1 0 164436 113 0 0 25 0 22 0 811741592 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2641159 939450 2256 9 0 2631893 0
[pid=9922/tid=9923] ppid=9920 vsize=10564636 CPUtime=2.33 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) S 9920 9922 4512 0 -1 4202560 155823 0 1 0 215 18 0 0 15 0 22 0 811741592 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9925] ppid=9920 vsize=10564636 CPUtime=0.51 cores=0,2,4,6
/proc/9922/task/9925/stat : 9925 (java) S 9920 9922 4512 0 -1 4202560 25822 0 0 0 47 4 0 0 15 0 22 0 811741594 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9926] ppid=9920 vsize=10564636 CPUtime=0.32 cores=0,2,4,6
/proc/9922/task/9926/stat : 9926 (java) S 9920 9922 4512 0 -1 4202560 14772 0 0 0 30 2 0 0 16 0 22 0 811741594 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9927] ppid=9920 vsize=10564636 CPUtime=0.5 cores=0,2,4,6
/proc/9922/task/9927/stat : 9927 (java) S 9920 9922 4512 0 -1 4202560 15920 0 0 0 48 2 0 0 16 0 22 0 811741594 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9928] ppid=9920 vsize=10564636 CPUtime=0.33 cores=0,2,4,6
/proc/9922/task/9928/stat : 9928 (java) S 9920 9922 4512 0 -1 4202560 13131 0 0 0 31 2 0 0 15 0 22 0 811741594 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9929] ppid=9920 vsize=10564636 CPUtime=0.45 cores=0,2,4,6
/proc/9922/task/9929/stat : 9929 (java) S 9920 9922 4512 0 -1 4202560 19450 0 0 0 43 2 0 0 15 0 22 0 811741594 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9930] ppid=9920 vsize=10564636 CPUtime=0.35 cores=0,2,4,6
/proc/9922/task/9930/stat : 9930 (java) S 9920 9922 4512 0 -1 4202560 12268 0 0 0 34 1 0 0 16 0 22 0 811741594 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9931] ppid=9920 vsize=10564636 CPUtime=0.6 cores=0,2,4,6
/proc/9922/task/9931/stat : 9931 (java) S 9920 9922 4512 0 -1 4202560 28595 0 0 0 56 4 0 0 15 0 22 0 811741594 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9932] ppid=9920 vsize=10564636 CPUtime=0.45 cores=0,2,4,6
/proc/9922/task/9932/stat : 9932 (java) S 9920 9922 4512 0 -1 4202560 12465 0 0 0 43 2 0 0 15 0 22 0 811741594 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9933] ppid=9920 vsize=10564636 CPUtime=0.07 cores=0,2,4,6
/proc/9922/task/9933/stat : 9933 (java) S 9920 9922 4512 0 -1 4202560 58 0 0 0 3 4 0 0 15 0 22 0 811741595 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 0 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9934] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9934/stat : 9934 (java) S 9920 9922 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811741595 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9935] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9935/stat : 9935 (java) S 9920 9922 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811741595 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9936] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9936/stat : 9936 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522121137 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9937] ppid=9920 vsize=10564636 CPUtime=1.12 cores=0,2,4,6
/proc/9922/task/9937/stat : 9937 (java) S 9920 9922 4512 0 -1 4202560 7898 0 0 0 112 0 0 0 15 0 22 0 811741597 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9938] ppid=9920 vsize=10564636 CPUtime=1.06 cores=0,2,4,6
/proc/9922/task/9938/stat : 9938 (java) S 9920 9922 4512 0 -1 4202560 5892 0 0 0 105 1 0 0 15 0 22 0 811741597 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9939] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9939/stat : 9939 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9940] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9940/stat : 9940 (java) S 9920 9922 4512 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 811741597 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9941] ppid=9920 vsize=10564636 CPUtime=818.6 cores=0,2,4,6
/proc/9922/task/9941/stat : 9941 (java) R 9920 9922 4512 0 -1 4202560 9688 0 0 0 81859 1 0 0 25 0 22 0 811741826 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912506232343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9922/tid=9942] ppid=9920 vsize=10564636 CPUtime=818.67 cores=0,2,4,6
/proc/9922/task/9942/stat : 9942 (java) R 9920 9922 4512 0 -1 4202560 624560 0 0 0 81803 64 0 0 25 0 22 0 811741826 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912505779993 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9922/tid=9943] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9943/stat : 9943 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811741831 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9944] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9944/stat : 9944 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811741831 10818187264 939450 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1645.49
Current children cumulated vsize (KiB) 10564636

[startup+882.301 s]
/proc/loadavg: 4.12 4.04 3.92 5/569 10021
/proc/meminfo: memFree=15360748/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10564636 CPUtime=1765.55 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 952238 0 1 0 176441 114 0 0 25 0 22 0 811741592 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2641159 944008 2256 9 0 2631893 0
[pid=9922/tid=9923] ppid=9920 vsize=10564636 CPUtime=2.33 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) S 9920 9922 4512 0 -1 4202560 155823 0 1 0 215 18 0 0 15 0 22 0 811741592 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9925] ppid=9920 vsize=10564636 CPUtime=0.52 cores=0,2,4,6
/proc/9922/task/9925/stat : 9925 (java) S 9920 9922 4512 0 -1 4202560 25876 0 0 0 48 4 0 0 15 0 22 0 811741594 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9926] ppid=9920 vsize=10564636 CPUtime=0.36 cores=0,2,4,6
/proc/9922/task/9926/stat : 9926 (java) S 9920 9922 4512 0 -1 4202560 16193 0 0 0 34 2 0 0 15 0 22 0 811741594 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9927] ppid=9920 vsize=10564636 CPUtime=0.52 cores=0,2,4,6
/proc/9922/task/9927/stat : 9927 (java) S 9920 9922 4512 0 -1 4202560 16588 0 0 0 50 2 0 0 15 0 22 0 811741594 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9928] ppid=9920 vsize=10564636 CPUtime=0.36 cores=0,2,4,6
/proc/9922/task/9928/stat : 9928 (java) S 9920 9922 4512 0 -1 4202560 13246 0 0 0 34 2 0 0 16 0 22 0 811741594 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9929] ppid=9920 vsize=10564636 CPUtime=0.48 cores=0,2,4,6
/proc/9922/task/9929/stat : 9929 (java) S 9920 9922 4512 0 -1 4202560 19579 0 0 0 46 2 0 0 16 0 22 0 811741594 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9930] ppid=9920 vsize=10564636 CPUtime=0.37 cores=0,2,4,6
/proc/9922/task/9930/stat : 9930 (java) S 9920 9922 4512 0 -1 4202560 13061 0 0 0 36 1 0 0 16 0 22 0 811741594 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9931] ppid=9920 vsize=10564636 CPUtime=0.61 cores=0,2,4,6
/proc/9922/task/9931/stat : 9931 (java) S 9920 9922 4512 0 -1 4202560 28662 0 0 0 57 4 0 0 15 0 22 0 811741594 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9932] ppid=9920 vsize=10564636 CPUtime=0.48 cores=0,2,4,6
/proc/9922/task/9932/stat : 9932 (java) S 9920 9922 4512 0 -1 4202560 13879 0 0 0 46 2 0 0 16 0 22 0 811741594 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9933] ppid=9920 vsize=10564636 CPUtime=0.07 cores=0,2,4,6
/proc/9922/task/9933/stat : 9933 (java) S 9920 9922 4512 0 -1 4202560 62 0 0 0 3 4 0 0 15 0 22 0 811741595 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 0 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9934] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9934/stat : 9934 (java) S 9920 9922 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811741595 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9935] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9935/stat : 9935 (java) S 9920 9922 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811741595 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9936] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9936/stat : 9936 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522121137 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9937] ppid=9920 vsize=10564636 CPUtime=1.13 cores=0,2,4,6
/proc/9922/task/9937/stat : 9937 (java) S 9920 9922 4512 0 -1 4202560 7902 0 0 0 113 0 0 0 15 0 22 0 811741597 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9938] ppid=9920 vsize=10564636 CPUtime=1.06 cores=0,2,4,6
/proc/9922/task/9938/stat : 9938 (java) S 9920 9922 4512 0 -1 4202560 5892 0 0 0 105 1 0 0 15 0 22 0 811741597 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9939] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9939/stat : 9939 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9940] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9940/stat : 9940 (java) S 9920 9922 4512 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 811741597 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9941] ppid=9920 vsize=10564636 CPUtime=878.53 cores=0,2,4,6
/proc/9922/task/9941/stat : 9941 (java) R 9920 9922 4512 0 -1 4202560 9701 0 0 0 87852 1 0 0 25 0 22 0 811741826 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912506011885 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9922/tid=9942] ppid=9920 vsize=10564636 CPUtime=878.6 cores=0,2,4,6
/proc/9922/task/9942/stat : 9942 (java) R 9920 9922 4512 0 -1 4202560 624566 0 0 0 87796 64 0 0 25 0 22 0 811741826 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912505780126 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9922/tid=9943] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9943/stat : 9943 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811741831 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9944] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9944/stat : 9944 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811741831 10818187264 944008 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1765.55
Current children cumulated vsize (KiB) 10564636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 4.10 4.04 3.92 5/569 10022
/proc/meminfo: memFree=15351444/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=10564636 CPUtime=1800.17 cores=0,2,4,6
/proc/9922/stat : 9922 (java) S 9920 9922 4512 0 -1 4202496 952665 0 1 0 179903 114 0 0 25 0 22 0 811741592 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 2641159 944427 2256 9 0 2631893 0
[pid=9922/tid=9923] ppid=9920 vsize=10564636 CPUtime=2.33 cores=0,2,4,6
/proc/9922/task/9923/stat : 9923 (java) S 9920 9922 4512 0 -1 4202560 155823 0 1 0 215 18 0 0 15 0 22 0 811741592 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9925] ppid=9920 vsize=10564636 CPUtime=0.53 cores=0,2,4,6
/proc/9922/task/9925/stat : 9925 (java) S 9920 9922 4512 0 -1 4202560 25906 0 0 0 49 4 0 0 16 0 22 0 811741594 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
[pid=9922/tid=9926] ppid=9920 vsize=10564636 CPUtime=0.36 cores=0,2,4,6
/proc/9922/task/9926/stat : 9926 (java) S 9920 9922 4512 0 -1 4202560 16247 0 0 0 34 2 0 0 16 0 22 0 811741594 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9927] ppid=9920 vsize=10564636 CPUtime=0.52 cores=0,2,4,6
/proc/9922/task/9927/stat : 9927 (java) S 9920 9922 4512 0 -1 4202560 16709 0 0 0 50 2 0 0 16 0 22 0 811741594 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9928] ppid=9920 vsize=10564636 CPUtime=0.36 cores=0,2,4,6
/proc/9922/task/9928/stat : 9928 (java) S 9920 9922 4512 0 -1 4202560 13324 0 0 0 34 2 0 0 15 0 22 0 811741594 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9929] ppid=9920 vsize=10564636 CPUtime=0.48 cores=0,2,4,6
/proc/9922/task/9929/stat : 9929 (java) S 9920 9922 4512 0 -1 4202560 19579 0 0 0 46 2 0 0 15 0 22 0 811741594 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9930] ppid=9920 vsize=10564636 CPUtime=0.38 cores=0,2,4,6
/proc/9922/task/9930/stat : 9930 (java) S 9920 9922 4512 0 -1 4202560 13120 0 0 0 37 1 0 0 15 0 22 0 811741594 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9931] ppid=9920 vsize=10564636 CPUtime=0.62 cores=0,2,4,6
/proc/9922/task/9931/stat : 9931 (java) S 9920 9922 4512 0 -1 4202560 28698 0 0 0 58 4 0 0 15 0 22 0 811741594 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9932] ppid=9920 vsize=10564636 CPUtime=0.48 cores=0,2,4,6
/proc/9922/task/9932/stat : 9932 (java) S 9920 9922 4512 0 -1 4202560 13921 0 0 0 46 2 0 0 15 0 22 0 811741594 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9933] ppid=9920 vsize=10564636 CPUtime=0.07 cores=0,2,4,6
/proc/9922/task/9933/stat : 9933 (java) S 9920 9922 4512 0 -1 4202560 62 0 0 0 3 4 0 0 15 0 22 0 811741595 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 0 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9934] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9934/stat : 9934 (java) S 9920 9922 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811741595 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9935] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9935/stat : 9935 (java) S 9920 9922 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811741595 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9936] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9936/stat : 9936 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522121137 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9937] ppid=9920 vsize=10564636 CPUtime=1.13 cores=0,2,4,6
/proc/9922/task/9937/stat : 9937 (java) S 9920 9922 4512 0 -1 4202560 7902 0 0 0 113 0 0 0 15 0 22 0 811741597 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9938] ppid=9920 vsize=10564636 CPUtime=1.06 cores=0,2,4,6
/proc/9922/task/9938/stat : 9938 (java) S 9920 9922 4512 0 -1 4202560 5892 0 0 0 105 1 0 0 15 0 22 0 811741597 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 4 0 0 0
[pid=9922/tid=9939] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9939/stat : 9939 (java) S 9920 9922 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811741597 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522113433 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9940] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9940/stat : 9940 (java) S 9920 9922 4512 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811741597 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 0 0 0 0
[pid=9922/tid=9941] ppid=9920 vsize=10564636 CPUtime=895.83 cores=0,2,4,6
/proc/9922/task/9941/stat : 9941 (java) R 9920 9922 4512 0 -1 4202560 9704 0 0 0 89582 1 0 0 25 0 22 0 811741826 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912506054171 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9922/tid=9942] ppid=9920 vsize=10564636 CPUtime=895.9 cores=0,2,4,6
/proc/9922/task/9942/stat : 9942 (java) R 9920 9922 4512 0 -1 4202560 624568 0 0 0 89526 64 0 0 25 0 22 0 811741826 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 46912505780483 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9922/tid=9943] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9943/stat : 9943 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811741831 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 2 0 0 0
[pid=9922/tid=9944] ppid=9920 vsize=10564636 CPUtime=0 cores=0,2,4,6
/proc/9922/task/9944/stat : 9944 (java) S 9920 9922 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811741831 10818187264 944427 33554432000 1073741824 1073778376 140737180522608 18446744073709551615 233522114048 0 4 0 16800975 18446604446661408000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10564636

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

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

[startup+899.726 s]
/proc/loadavg: 4.10 4.04 3.92 5/550 10025
/proc/meminfo: memFree=17591048/32951124 swapFree=64303760/67111528
[pid=9922] ppid=9920 vsize=0 CPUtime=1800.33 cores=0,2,4,6
/proc/9922/stat : 9922 (java) Z 9920 9922 4512 0 -1 4203548 952693 0 1 0 179908 125 0 0 17 0 2 0 811741592 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9922/statm: 0 0 0 0 0 0 0
[pid=9922/tid=10024] ppid=9920 vsize=0 CPUtime=0.11 cores=0,2,4,6
/proc/9922/task/10024/stat : 10024 (java) R 9920 9922 4512 0 -1 4203588 11 0 0 0 0 11 0 0 20 0 2 0 811831555 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 899.786
CPU time (s): 1800.39
CPU user time (s): 1799.08
CPU system time (s): 1.3028
CPU usage (%): 200.091
Max. virtual memory (cumulated for all children) (KiB): 10564636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.3028
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 952693
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= 26418
involuntary context switches= 29366

runsolver used 5.22221 second user time and 11.0123 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 15:14:17
IDJOB=3454307
IDBENCH=3040
IDSOLVER=1950
FILE ID=node145/3454307-1307193257
RUNJOBID= node145-1307192325-9671
PBS_JOBID= 13508838
Free space on /tmp= 73980 MiB

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

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

MD5SUM BENCH= 41622f14b6e1d28d767866cb9a3e32ea
RANDOM SEED=471163883

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21985916 kB
Buffers:        273612 kB
Cached:         614852 kB
SwapCached:        944 kB
Active:       10211020 kB
Inactive:       483192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21985916 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:           11368 kB
Writeback:           0 kB
AnonPages:     9804800 kB
Mapped:          42628 kB
Slab:           135912 kB
PageTables:      67664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163595920 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= 73968 MiB
End job on node145 at 2011-06-04 15:29:19