Trace number 3455226

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.0UNSAT 27.7928 22.1978

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
MD5SUM7576b3c58d39cddc5f29deda8f59e316
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18.8791
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3616
Total number of constraints125707
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints125663
Minimum length of a constraint5
Maximum length of a constraint189
Number of terms in the objective function 48
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2160590747
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 2962281908055777280
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 6289973478481187311
Number of bits of the biggest sum of numbers63
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.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455226-1307191608.opb
0.10/0.11	c reading problem ... 
27.52/21.53	c ... done. Wall clock time 21.42s.
27.52/21.53	c #vars     3616
27.52/21.53	c #constraints  126874
27.52/21.53	c constraints type 
27.52/21.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44
27.52/21.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 44
27.52/21.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 125756
27.52/21.53	c constraints type 
27.52/21.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 44
27.52/21.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 44
27.52/21.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125756
27.52/21.54	c  And the winner is Resolution
27.62/22.03	c starts		: 0
27.62/22.03	c conflicts		: 0
27.62/22.03	c decisions		: 0
27.62/22.03	c propagations		: 1050
27.62/22.03	c inspects		: 2847
27.62/22.03	c shortcuts		: 0
27.62/22.03	c learnt literals	: 0
27.62/22.03	c learnt binary clauses	: 0
27.62/22.03	c learnt ternary clauses	: 0
27.62/22.03	c learnt constraints	: 0
27.62/22.03	c ignored constraints	: 0
27.62/22.03	c root simplifications	: 0
27.62/22.03	c removed literals (reason simplification)	: 0
27.62/22.03	c reason swapping (by a shorter reason)	: 0
27.62/22.03	c Calls to reduceDB	: 0
27.62/22.03	c number of reductions to clauses (during analyze)	: 0
27.62/22.03	c number of learned constraints concerned by reduction	: 0
27.62/22.03	c number of learning phase by resolution	: 0
27.62/22.03	c number of learning phase by cutting planes	: 0
27.62/22.03	c speed (assignments/second)	: 2083.3333333333335
27.62/22.03	c non guided choices	0
27.62/22.03	c learnt constraints type 
27.62/22.03	c constraints type 
27.62/22.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44
27.62/22.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 44
27.62/22.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 125756
27.62/22.03	c constraints type 
27.62/22.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 44
27.62/22.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 44
27.62/22.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125756
27.62/22.03	s UNSATISFIABLE
27.62/22.03	c Total wall clock time (in seconds): 21.926

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-3455226-1307191608/watcher-3455226-1307191608 -o /tmp/evaluation-result-3455226-1307191608/solver-3455226-1307191608 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455226-1307191608.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: 2.69 3.45 3.60 4/436 9964
/proc/meminfo: memFree=23141336/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 3553 0 1 0 0 0 0 0 18 0 2 0 286770715 10694979584 3254 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2611079 3266 917 9 0 2602235 0
[pid=9964/tid=9965] ppid=9962 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 5472 0 1 0 0 0 0 0 19 0 2 0 286770715 10694979584 6288 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0955811 s]
/proc/loadavg: 2.69 3.45 3.60 4/436 9964
/proc/meminfo: memFree=23141336/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10540180 CPUtime=0.1 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 13023 0 1 0 8 2 0 0 18 0 18 0 286770715 10793144320 12719 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2635045 12719 2093 9 0 2625779 0
[pid=9964/tid=9965] ppid=9962 vsize=10540180 CPUtime=0.08 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 11115 0 1 0 6 2 0 0 18 0 18 0 286770715 10793144320 12720 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045059712536 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540180

[startup+0.100599 s]
/proc/loadavg: 2.69 3.45 3.60 4/436 9964
/proc/meminfo: memFree=23141336/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10540180 CPUtime=0.1 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 13116 0 1 0 8 2 0 0 18 0 18 0 286770715 10793144320 12812 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2635045 12812 2093 9 0 2625779 0
[pid=9964/tid=9965] ppid=9962 vsize=10540180 CPUtime=0.09 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 11207 0 1 0 7 2 0 0 18 0 18 0 286770715 10793144320 12812 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045058213483 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540180

[startup+0.300569 s]
/proc/loadavg: 2.69 3.45 3.60 4/436 9964
/proc/meminfo: memFree=23141336/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10546040 CPUtime=0.59 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 21359 0 1 0 56 3 0 0 18 0 18 0 286770715 10799144960 18761 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2636510 18762 2201 9 0 2627244 0
[pid=9964/tid=9965] ppid=9962 vsize=10546040 CPUtime=0.28 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 13325 0 1 0 26 2 0 0 18 0 18 0 286770715 10799144960 18762 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 46912505366294 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 10546040

[startup+0.700515 s]
/proc/loadavg: 2.69 3.45 3.60 4/436 9964
/proc/meminfo: memFree=23141336/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10548492 CPUtime=1.34 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 46351 0 1 0 128 6 0 0 18 0 18 0 286770715 10801655808 41897 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2637123 41899 2211 9 0 2627857 0
[pid=9964/tid=9965] ppid=9962 vsize=10548492 CPUtime=0.68 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 35309 0 1 0 64 4 0 0 18 0 18 0 286770715 10801655808 41901 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 10548492

[startup+1.50137 s]
/proc/loadavg: 2.69 3.45 3.60 4/454 9982
/proc/meminfo: memFree=22893760/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10548492 CPUtime=2.2 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 106049 0 1 0 208 12 0 0 18 0 18 0 286770715 10801655808 101596 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2637123 101598 2211 9 0 2627857 0
[pid=9964/tid=9965] ppid=9962 vsize=10548492 CPUtime=1.49 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 94955 0 1 0 138 11 0 0 19 0 18 0 286770715 10801655808 101599 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 46912505600094 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 286770717 10801655808 101603 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 101605 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 101607 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 101608 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 101610 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 101612 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 286770717 10801655808 101613 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 286770717 10801655808 101613 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 286770718 10801655808 101614 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 0 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 286770718 10801655808 101618 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 6914 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 286770718 10801655808 101620 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9978] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9978/stat : 9978 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 101621 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892388785 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9979] ppid=9962 vsize=10548492 CPUtime=0.38 cores=0,2,4,6
/proc/9964/task/9979/stat : 9979 (java) S 9962 9964 6914 0 -1 4202560 6573 0 0 0 38 0 0 0 19 0 18 0 286770720 10801655808 101623 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9980] ppid=9962 vsize=10548492 CPUtime=0.32 cores=0,2,4,6
/proc/9964/task/9980/stat : 9980 (java) S 9962 9964 6914 0 -1 4202560 3373 0 0 0 32 0 0 0 17 0 18 0 286770720 10801655808 101625 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9981] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9981/stat : 9981 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 101626 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9982] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9982/stat : 9982 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 286770720 10801655808 101628 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10548492

[startup+3.10109 s]
/proc/loadavg: 2.72 3.44 3.60 3/454 9982
/proc/meminfo: memFree=22552016/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10548492 CPUtime=3.91 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 233777 0 1 0 364 27 0 0 18 0 18 0 286770715 10801655808 229323 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2637123 229327 2212 9 0 2627857 0
[pid=9964/tid=9965] ppid=9962 vsize=10548492 CPUtime=3.08 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 222619 0 1 0 283 25 0 0 23 0 18 0 286770715 10801655808 229330 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 46912505587611 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 286770717 10801655808 229332 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 229333 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 229335 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 229337 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 229338 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 229340 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 286770717 10801655808 229343 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 286770717 10801655808 229345 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 286770718 10801655808 229347 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 0 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 286770718 10801655808 229349 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 6914 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 286770718 10801655808 229351 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9978] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9978/stat : 9978 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 229352 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892388785 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9979] ppid=9962 vsize=10548492 CPUtime=0.42 cores=0,2,4,6
/proc/9964/task/9979/stat : 9979 (java) S 9962 9964 6914 0 -1 4202560 6601 0 0 0 42 0 0 0 15 0 18 0 286770720 10801655808 229354 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9980] ppid=9962 vsize=10548492 CPUtime=0.37 cores=0,2,4,6
/proc/9964/task/9980/stat : 9980 (java) S 9962 9964 6914 0 -1 4202560 3412 0 0 0 37 0 0 0 15 0 18 0 286770720 10801655808 229356 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9981] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9981/stat : 9981 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 229357 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9982] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9982/stat : 9982 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 286770720 10801655808 229361 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 10548492

[startup+6.30153 s]
/proc/loadavg: 2.72 3.44 3.60 4/454 9982
/proc/meminfo: memFree=21394076/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10548492 CPUtime=7.25 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 530324 0 1 0 665 60 0 0 18 0 18 0 286770715 10801655808 525616 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2637123 525620 2227 9 0 2627857 0
[pid=9964/tid=9965] ppid=9962 vsize=10548492 CPUtime=6.28 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 519132 0 1 0 570 58 0 0 18 0 18 0 286770715 10801655808 525621 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 46912505600230 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 286770717 10801655808 525625 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 525628 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 525630 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 525632 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 525634 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 286770717 10801655808 525636 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 286770717 10801655808 525640 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 286770717 10801655808 525642 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 6914 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 286770718 10801655808 525644 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 0 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 286770718 10801655808 525646 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 6914 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 286770718 10801655808 525649 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9978] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9978/stat : 9978 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 525651 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892388785 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9979] ppid=9962 vsize=10548492 CPUtime=0.43 cores=0,2,4,6
/proc/9964/task/9979/stat : 9979 (java) S 9962 9964 6914 0 -1 4202560 6601 0 0 0 43 0 0 0 15 0 18 0 286770720 10801655808 525653 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9980] ppid=9962 vsize=10548492 CPUtime=0.51 cores=0,2,4,6
/proc/9964/task/9980/stat : 9980 (java) S 9962 9964 6914 0 -1 4202560 3440 0 0 0 51 0 0 0 15 0 18 0 286770720 10801655808 525657 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9981] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9981/stat : 9981 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 525659 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9982] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9982/stat : 9982 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 286770720 10801655808 525661 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0

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

[pid=9964/tid=9969] ppid=9962 vsize=10548492 CPUtime=0.49 cores=0,2,4,6
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 6914 0 -1 4202560 30207 0 0 0 46 3 0 0 18 0 18 0 286770717 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=10548492 CPUtime=0.31 cores=0,2,4,6
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 6914 0 -1 4202560 18002 0 0 0 29 2 0 0 18 0 18 0 286770717 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=10548492 CPUtime=0.1 cores=0,2,4,6
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 6914 0 -1 4202560 7183 0 0 0 10 0 0 0 18 0 18 0 286770717 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=10548492 CPUtime=0.64 cores=0,2,4,6
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 6914 0 -1 4202560 51210 0 0 0 57 7 0 0 18 0 18 0 286770717 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=10548492 CPUtime=0.25 cores=0,2,4,6
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 6914 0 -1 4202560 10417 0 0 0 24 1 0 0 18 0 18 0 286770717 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=10548492 CPUtime=0.55 cores=0,2,4,6
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 6914 0 -1 4202560 25412 0 0 0 51 4 0 0 16 0 18 0 286770717 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 6914 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 286770718 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 0 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 286770718 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 286770718 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9978] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9978/stat : 9978 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892388785 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9979] ppid=9962 vsize=10548492 CPUtime=0.44 cores=0,2,4,6
/proc/9964/task/9979/stat : 9979 (java) S 9962 9964 6914 0 -1 4202560 6603 0 0 0 44 0 0 0 15 0 18 0 286770720 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9980] ppid=9962 vsize=10548492 CPUtime=0.53 cores=0,2,4,6
/proc/9964/task/9980/stat : 9980 (java) S 9962 9964 6914 0 -1 4202560 3444 0 0 0 53 0 0 0 15 0 18 0 286770720 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9981] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9981/stat : 9981 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9982] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9982/stat : 9982 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 286770720 10801655808 873978 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 10548492

[startup+20.7009 s]
/proc/loadavg: 2.78 3.42 3.59 4/454 9991
/proc/meminfo: memFree=19628712/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10548492 CPUtime=25.91 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 975751 0 1 0 2463 128 0 0 18 0 18 0 286770715 10801655808 969511 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2637123 969519 2240 9 0 2627857 0
[pid=9964/tid=9965] ppid=9962 vsize=10548492 CPUtime=19.26 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) S 9962 9964 6914 0 -1 4202560 651028 0 1 0 1848 78 0 0 25 0 18 0 286770715 10801655808 969523 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=10548492 CPUtime=0.9 cores=0,2,4,6
/proc/9964/task/9967/stat : 9967 (java) R 9962 9964 6914 0 -1 4202560 65649 0 0 0 81 9 0 0 18 0 18 0 286770717 10801655808 969530 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045055854265 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=10548492 CPUtime=0.6 cores=0,2,4,6
/proc/9964/task/9968/stat : 9968 (java) R 9962 9964 6914 0 -1 4202560 32737 0 0 0 54 6 0 0 18 0 18 0 286770717 10801655808 969536 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045060279120 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=10548492 CPUtime=0.9 cores=0,2,4,6
/proc/9964/task/9969/stat : 9969 (java) R 9962 9964 6914 0 -1 4202560 36782 0 0 0 86 4 0 0 18 0 18 0 286770717 10801655808 969541 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045057558703 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=10548492 CPUtime=0.59 cores=0,2,4,6
/proc/9964/task/9970/stat : 9970 (java) R 9962 9964 6914 0 -1 4202560 31059 0 0 0 56 3 0 0 16 0 18 0 286770717 10801655808 969547 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045060279212 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=10548492 CPUtime=0.36 cores=0,2,4,6
/proc/9964/task/9971/stat : 9971 (java) R 9962 9964 6914 0 -1 4202560 20436 0 0 0 34 2 0 0 16 0 18 0 286770717 10801655808 969553 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045055854281 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=10548492 CPUtime=0.99 cores=0,2,4,6
/proc/9964/task/9972/stat : 9972 (java) R 9962 9964 6914 0 -1 4202560 64675 0 0 0 89 10 0 0 18 0 18 0 286770717 10801655808 969559 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045056661407 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=10548492 CPUtime=0.25 cores=0,2,4,6
/proc/9964/task/9973/stat : 9973 (java) R 9962 9964 6914 0 -1 4202560 10417 0 0 0 24 1 0 0 18 0 18 0 286770717 10801655808 969565 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892391093 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=10548492 CPUtime=0.98 cores=0,2,4,6
/proc/9964/task/9974/stat : 9974 (java) R 9962 9964 6914 0 -1 4202560 51807 0 0 0 89 9 0 0 16 0 18 0 286770717 10801655808 969571 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 47045055854323 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 6914 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 286770718 10801655808 969577 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 0 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 286770718 10801655808 969583 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 286770718 10801655808 969589 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9978] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9978/stat : 9978 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 969595 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892388785 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9979] ppid=9962 vsize=10548492 CPUtime=0.44 cores=0,2,4,6
/proc/9964/task/9979/stat : 9979 (java) S 9962 9964 6914 0 -1 4202560 6603 0 0 0 44 0 0 0 15 0 18 0 286770720 10801655808 969601 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9980] ppid=9962 vsize=10548492 CPUtime=0.53 cores=0,2,4,6
/proc/9964/task/9980/stat : 9980 (java) S 9962 9964 6914 0 -1 4202560 3444 0 0 0 53 0 0 0 15 0 18 0 286770720 10801655808 969607 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9981] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9981/stat : 9981 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 969613 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9982] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9982/stat : 9982 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 286770720 10801655808 969619 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.91
Current children cumulated vsize (KiB) 10548492

[startup+21.5009 s]
/proc/loadavg: 2.78 3.42 3.59 11/454 9991
/proc/meminfo: memFree=19190000/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10548492 CPUtime=27.52 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 1001464 0 1 0 2621 131 0 0 18 0 18 0 286770715 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2637123 995111 2240 9 0 2627857 0
[pid=9964/tid=9965] ppid=9962 vsize=10548492 CPUtime=19.79 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) R 9962 9964 6914 0 -1 4202560 651029 0 1 0 1901 78 0 0 18 0 18 0 286770715 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 46912505504686 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=10548492 CPUtime=1.02 cores=0,2,4,6
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 6914 0 -1 4202560 67252 0 0 0 92 10 0 0 18 0 18 0 286770717 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=10548492 CPUtime=0.74 cores=0,2,4,6
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 6914 0 -1 4202560 37931 0 0 0 68 6 0 0 18 0 18 0 286770717 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=10548492 CPUtime=1 cores=0,2,4,6
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 6914 0 -1 4202560 39282 0 0 0 96 4 0 0 18 0 18 0 286770717 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=10548492 CPUtime=0.73 cores=0,2,4,6
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 6914 0 -1 4202560 33568 0 0 0 70 3 0 0 16 0 18 0 286770717 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=10548492 CPUtime=0.49 cores=0,2,4,6
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 6914 0 -1 4202560 22948 0 0 0 47 2 0 0 16 0 18 0 286770717 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=10548492 CPUtime=1.15 cores=0,2,4,6
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 6914 0 -1 4202560 69105 0 0 0 104 11 0 0 18 0 18 0 286770717 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=10548492 CPUtime=0.27 cores=0,2,4,6
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 6914 0 -1 4202560 10417 0 0 0 26 1 0 0 18 0 18 0 286770717 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=10548492 CPUtime=1.25 cores=0,2,4,6
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 6914 0 -1 4202560 58729 0 0 0 115 10 0 0 16 0 18 0 286770717 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 6914 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 286770718 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 0 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 286770718 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 286770718 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9978] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9978/stat : 9978 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892388785 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9979] ppid=9962 vsize=10548492 CPUtime=0.44 cores=0,2,4,6
/proc/9964/task/9979/stat : 9979 (java) S 9962 9964 6914 0 -1 4202560 6603 0 0 0 44 0 0 0 15 0 18 0 286770720 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9980] ppid=9962 vsize=10548492 CPUtime=0.53 cores=0,2,4,6
/proc/9964/task/9980/stat : 9980 (java) S 9962 9964 6914 0 -1 4202560 3444 0 0 0 53 0 0 0 15 0 18 0 286770720 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9981] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9981/stat : 9981 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9982] ppid=9962 vsize=10548492 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9982/stat : 9982 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 286770720 10801655808 995111 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.52
Current children cumulated vsize (KiB) 10548492

[startup+21.9008 s]
/proc/loadavg: 2.72 3.39 3.58 3/454 9993
/proc/meminfo: memFree=19138664/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=10550548 CPUtime=27.62 cores=0,2,4,6
/proc/9964/stat : 9964 (java) S 9962 9964 6914 0 -1 4202496 1001524 0 1 0 2631 131 0 0 18 0 18 0 286770715 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 2637637 995169 2242 9 0 2628371 0
[pid=9964/tid=9965] ppid=9962 vsize=10550548 CPUtime=19.82 cores=0,2,4,6
/proc/9964/task/9965/stat : 9965 (java) S 9962 9964 6914 0 -1 4202560 651052 0 1 0 1904 78 0 0 19 0 18 0 286770715 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9967] ppid=9962 vsize=10550548 CPUtime=1.02 cores=0,2,4,6
/proc/9964/task/9967/stat : 9967 (java) S 9962 9964 6914 0 -1 4202560 67252 0 0 0 92 10 0 0 18 0 18 0 286770717 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9968] ppid=9962 vsize=10550548 CPUtime=0.74 cores=0,2,4,6
/proc/9964/task/9968/stat : 9968 (java) S 9962 9964 6914 0 -1 4202560 37931 0 0 0 68 6 0 0 18 0 18 0 286770717 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9969] ppid=9962 vsize=10550548 CPUtime=1 cores=0,2,4,6
/proc/9964/task/9969/stat : 9969 (java) S 9962 9964 6914 0 -1 4202560 39282 0 0 0 96 4 0 0 18 0 18 0 286770717 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9970] ppid=9962 vsize=10550548 CPUtime=0.73 cores=0,2,4,6
/proc/9964/task/9970/stat : 9970 (java) S 9962 9964 6914 0 -1 4202560 33568 0 0 0 70 3 0 0 16 0 18 0 286770717 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9971] ppid=9962 vsize=10550548 CPUtime=0.49 cores=0,2,4,6
/proc/9964/task/9971/stat : 9971 (java) S 9962 9964 6914 0 -1 4202560 22948 0 0 0 47 2 0 0 16 0 18 0 286770717 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=10550548 CPUtime=1.15 cores=0,2,4,6
/proc/9964/task/9972/stat : 9972 (java) S 9962 9964 6914 0 -1 4202560 69105 0 0 0 104 11 0 0 18 0 18 0 286770717 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9973] ppid=9962 vsize=10550548 CPUtime=0.27 cores=0,2,4,6
/proc/9964/task/9973/stat : 9973 (java) S 9962 9964 6914 0 -1 4202560 10417 0 0 0 26 1 0 0 18 0 18 0 286770717 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9974] ppid=9962 vsize=10550548 CPUtime=1.25 cores=0,2,4,6
/proc/9964/task/9974/stat : 9974 (java) S 9962 9964 6914 0 -1 4202560 58729 0 0 0 115 10 0 0 16 0 18 0 286770717 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9975] ppid=9962 vsize=10550548 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9975/stat : 9975 (java) S 9962 9964 6914 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 18 0 286770718 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 0 0 16800975 18446604446740078656 0 0 -1 6 0 0 0
[pid=9964/tid=9976] ppid=9962 vsize=10550548 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9976/stat : 9976 (java) S 9962 9964 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 286770718 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9977] ppid=9962 vsize=10550548 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9977/stat : 9977 (java) S 9962 9964 6914 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 286770718 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9978] ppid=9962 vsize=10550548 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9978/stat : 9978 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892388785 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9979] ppid=9962 vsize=10550548 CPUtime=0.46 cores=0,2,4,6
/proc/9964/task/9979/stat : 9979 (java) S 9962 9964 6914 0 -1 4202560 6612 0 0 0 46 0 0 0 15 0 18 0 286770720 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
[pid=9964/tid=9980] ppid=9962 vsize=10550548 CPUtime=0.54 cores=0,2,4,6
/proc/9964/task/9980/stat : 9980 (java) S 9962 9964 6914 0 -1 4202560 3446 0 0 0 54 0 0 0 15 0 18 0 286770720 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 2 0 0 0
[pid=9964/tid=9981] ppid=9962 vsize=10550548 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9981/stat : 9981 (java) S 9962 9964 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 286770720 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381081 0 4 0 16800975 18446604446740078656 0 0 -1 4 0 0 0
[pid=9964/tid=9982] ppid=9962 vsize=10550548 CPUtime=0 cores=0,2,4,6
/proc/9964/task/9982/stat : 9982 (java) S 9962 9964 6914 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 286770720 10803761152 995169 33554432000 1073741824 1073778376 140733431677952 18446744073709551615 218892381696 0 4 0 16800975 18446604446740078656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.62
Current children cumulated vsize (KiB) 10550548

[startup+22.1008 s]
/proc/loadavg: 2.72 3.39 3.58 3/454 9993
/proc/meminfo: memFree=19138664/32950928 swapFree=52006644/67111528
[pid=9964] ppid=9962 vsize=0 CPUtime=27.68 cores=0,2,4,6
/proc/9964/stat : 9964 (java) Z 9962 9964 6914 0 -1 4203548 1001534 0 1 0 2631 137 0 0 18 0 2 0 286770715 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9964/statm: 0 0 0 0 0 0 0
[pid=9964/tid=9972] ppid=9962 vsize=0 CPUtime=1.21 cores=0,2,4,6
/proc/9964/task/9972/stat : 9972 (java) R 9962 9964 6914 0 -1 4203588 69105 0 0 0 104 17 0 0 18 0 2 0 286770717 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.68
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 22.1978
CPU time (s): 27.7928
CPU user time (s): 26.32
CPU system time (s): 1.47278
CPU usage (%): 125.205
Max. virtual memory (cumulated for all children) (KiB): 10550548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.32
system time used= 1.47278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1001534
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= 739
involuntary context switches= 785

runsolver used 0.095985 second user time and 0.220966 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 14:46:53
IDJOB=3455226
IDBENCH=2515
IDSOLVER=1950
FILE ID=node112/3455226-1307191608
RUNJOBID= node112-1307191608-9923
PBS_JOBID= 13508820
Free space on /tmp= 73728 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455226-1307191608/watcher-3455226-1307191608 -o /tmp/evaluation-result-3455226-1307191608/solver-3455226-1307191608 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455226-1307191608.opb

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

MD5SUM BENCH= 7576b3c58d39cddc5f29deda8f59e316
RANDOM SEED=879817189

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23141616 kB
Buffers:        337612 kB
Cached:        5826524 kB
SwapCached:      31280 kB
Active:        3797824 kB
Inactive:      5723040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23141616 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:          186688 kB
Writeback:           0 kB
AnonPages:     3333244 kB
Mapped:          20876 kB
Slab:           158712 kB
PageTables:      64628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108993420 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= 73728 MiB
End job on node112 at 2011-06-04 14:47:15