Trace number 3457418

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 CuttingPlanes 2.3.0UNSAT 22.6776 19.343

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.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3457418-1307660445.opb
0.10/0.10	c reading problem ... 
22.43/19.19	c ... done. Wall clock time 19.087s.
22.43/19.19	c #vars     3616
22.43/19.19	c #constraints  126874
22.43/19.19	c constraints type 
22.43/19.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 44
22.43/19.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 44
22.43/19.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125756
22.53/19.21	c starts		: 0
22.53/19.21	c conflicts		: 0
22.53/19.21	c decisions		: 0
22.53/19.21	c propagations		: 1050
22.53/19.21	c inspects		: 2847
22.53/19.21	c shortcuts		: 0
22.53/19.21	c learnt literals	: 0
22.53/19.21	c learnt binary clauses	: 0
22.53/19.21	c learnt ternary clauses	: 0
22.53/19.21	c learnt constraints	: 0
22.53/19.21	c ignored constraints	: 0
22.53/19.21	c root simplifications	: 0
22.53/19.21	c removed literals (reason simplification)	: 0
22.53/19.21	c reason swapping (by a shorter reason)	: 0
22.53/19.21	c Calls to reduceDB	: 0
22.53/19.21	c number of reductions to clauses (during analyze)	: 0
22.53/19.21	c number of learned constraints concerned by reduction	: 0
22.53/19.21	c number of learning phase by resolution	: 0
22.53/19.21	c number of learning phase by cutting planes	: 0
22.53/19.21	c speed (assignments/second)	: 70000.0
22.53/19.21	c non guided choices	0
22.53/19.21	c learnt constraints type 
22.53/19.21	c constraints type 
22.53/19.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 44
22.53/19.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 44
22.53/19.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125756
22.53/19.21	s UNSATISFIABLE
22.53/19.21	c Total wall clock time (in seconds): 19.104

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

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.75 2/195 8869
/proc/meminfo: memFree=29572588/32951124 swapFree=67051740/67111528
[pid=8869] ppid=8867 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 1244 0 0 0 0 0 0 0 25 0 2 0 877643011 31268864 963 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 7634 963 736 9 0 385 0
[pid=8869/tid=8870] ppid=8867 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 158 0 0 0 0 0 0 0 25 0 2 0 877643011 32362496 990 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228122712064 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.008835 s]
/proc/loadavg: 2.09 2.04 2.75 2/195 8869
/proc/meminfo: memFree=29572588/32951124 swapFree=67051740/67111528
[pid=8869] ppid=8867 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 2445 0 1 0 0 0 0 0 25 0 2 0 877643011 10681323520 2148 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2607745 2167 906 9 0 2598901 0
[pid=8869/tid=8870] ppid=8867 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 1364 0 1 0 0 0 0 0 25 0 2 0 877643011 10681323520 2180 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10430980

[startup+0.100818 s]
/proc/loadavg: 2.09 2.04 2.75 2/195 8869
/proc/meminfo: memFree=29572588/32951124 swapFree=67051740/67111528
[pid=8869] ppid=8867 vsize=10540268 CPUtime=0.1 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 13169 0 1 0 9 1 0 0 25 0 18 0 877643011 10793234432 12806 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2635067 12806 2092 9 0 2625801 0
[pid=8869/tid=8870] ppid=8867 vsize=10540268 CPUtime=0.09 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 11220 0 1 0 8 1 0 0 18 0 18 0 877643011 10793234432 12807 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 47787811016709 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540268

[startup+0.307838 s]
/proc/loadavg: 2.09 2.04 2.75 2/195 8869
/proc/meminfo: memFree=29572588/32951124 swapFree=67051740/67111528
[pid=8869] ppid=8867 vsize=10552780 CPUtime=0.6 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 21889 0 1 0 58 2 0 0 25 0 18 0 877643011 10806046720 19494 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2638195 19495 2202 9 0 2628929 0
[pid=8869/tid=8870] ppid=8867 vsize=10552780 CPUtime=0.29 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 13775 0 1 0 28 1 0 0 18 0 18 0 877643011 10806046720 19495 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134540747 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 10552780

[startup+0.70072 s]
/proc/loadavg: 2.09 2.04 2.75 2/195 8869
/proc/meminfo: memFree=29572588/32951124 swapFree=67051740/67111528
[pid=8869] ppid=8867 vsize=10553520 CPUtime=1.18 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 46220 0 1 0 112 6 0 0 25 0 18 0 877643011 10806804480 43515 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2638380 43517 2210 9 0 2629114 0
[pid=8869/tid=8870] ppid=8867 vsize=10553520 CPUtime=0.68 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 37327 0 1 0 63 5 0 0 18 0 18 0 877643011 10806804480 43519 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 46912505604933 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10553520

[startup+1.60154 s]
/proc/loadavg: 2.09 2.04 2.75 2/195 8869
/proc/meminfo: memFree=29572588/32951124 swapFree=67051740/67111528
[pid=8869] ppid=8867 vsize=10553520 CPUtime=2.08 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 106624 0 1 0 196 12 0 0 25 0 18 0 877643011 10806804480 103919 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2638380 103922 2210 9 0 2629114 0
[pid=8869/tid=8870] ppid=8867 vsize=10553520 CPUtime=1.58 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 97731 0 1 0 147 11 0 0 20 0 18 0 877643011 10806804480 103923 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 46912505587609 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 10553520

[startup+3.10129 s]
/proc/loadavg: 2.24 2.07 2.76 3/213 8887
/proc/meminfo: memFree=28506020/32951124 swapFree=67051740/67111528
[pid=8869] ppid=8867 vsize=10553520 CPUtime=3.88 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 213112 0 1 0 363 25 0 0 25 0 18 0 877643011 10806804480 208505 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2638380 208507 2214 9 0 2629114 0
[pid=8869/tid=8870] ppid=8867 vsize=10553520 CPUtime=3.08 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 201959 0 1 0 284 24 0 0 25 0 18 0 877643011 10806804480 208509 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 46912505572589 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10806804480 208510 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10806804480 208513 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10806804480 208515 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10806804480 208516 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10806804480 208518 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10806804480 208518 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10806804480 208519 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10806804480 208521 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7396 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 877643014 10806804480 208522 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 0 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7396 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 877643014 10806804480 208524 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7396 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 877643014 10806804480 208526 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8883] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8883/stat : 8883 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10806804480 208528 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134537649 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8884] ppid=8867 vsize=10553520 CPUtime=0.4 cores=1,3,5,7
/proc/8869/task/8884/stat : 8884 (java) S 8867 8869 7396 0 -1 4202560 5238 0 0 0 40 0 0 0 15 0 18 0 877643016 10806804480 208530 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8885] ppid=8867 vsize=10553520 CPUtime=0.37 cores=1,3,5,7
/proc/8869/task/8885/stat : 8885 (java) S 8867 8869 7396 0 -1 4202560 4769 0 0 0 37 0 0 0 17 0 18 0 877643016 10806804480 208531 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8886] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8886/stat : 8886 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10806804480 208533 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8887] ppid=8867 vsize=10553520 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8887/stat : 8887 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 877643016 10806804480 208534 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 10553520

[startup+6.30669 s]
/proc/loadavg: 2.22 2.07 2.75 5/213 8887
/proc/meminfo: memFree=27442676/32951124 swapFree=67051740/67111528
[pid=8869] ppid=8867 vsize=10549292 CPUtime=7.18 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 473914 0 1 0 663 55 0 0 25 0 18 0 877643011 10802475008 468578 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2637323 468581 2226 9 0 2628057 0
[pid=8869/tid=8870] ppid=8867 vsize=10549292 CPUtime=6.29 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 462740 0 1 0 575 54 0 0 25 0 18 0 877643011 10802475008 468583 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 46912505597313 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10802475008 468585 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10802475008 468587 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10802475008 468589 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10802475008 468591 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10802475008 468593 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10802475008 468596 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10802475008 468598 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643013 10802475008 468600 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7396 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 18 0 877643014 10802475008 468602 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 0 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7396 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 877643014 10802475008 468604 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7396 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 877643014 10802475008 468606 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8883] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8883/stat : 8883 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10802475008 468607 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134537649 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8884] ppid=8867 vsize=10549292 CPUtime=0.45 cores=1,3,5,7
/proc/8869/task/8884/stat : 8884 (java) S 8867 8869 7396 0 -1 4202560 5243 0 0 0 45 0 0 0 15 0 18 0 877643016 10802475008 468610 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8885] ppid=8867 vsize=10549292 CPUtime=0.42 cores=1,3,5,7
/proc/8869/task/8885/stat : 8885 (java) S 8867 8869 7396 0 -1 4202560 4783 0 0 0 42 0 0 0 16 0 18 0 877643016 10802475008 468612 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8886] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8886/stat : 8886 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10802475008 468614 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8887] ppid=8867 vsize=10549292 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8887/stat : 8887 (java) S 8867 8869 7396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 877643016 10802475008 468616 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 10549292

[startup+12.7015 s]
/proc/loadavg: 2.21 2.06 2.75 3/213 8896
/proc/meminfo: memFree=26326996/32951124 swapFree=67051744/67111528
[pid=8869] ppid=8867 vsize=10546560 CPUtime=14.48 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 733027 0 1 0 1361 87 0 0 25 0 18 0 877643011 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2636640 727029 2239 9 0 2627374 0
[pid=8869/tid=8870] ppid=8867 vsize=10546560 CPUtime=12.39 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 651010 0 1 0 1162 77 0 0 24 0 18 0 877643011 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 46912505644648 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7396 0 -1 4202560 627 0 0 0 0 0 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=10546560 CPUtime=0.09 cores=1,3,5,7
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7396 0 -1 4202560 3914 0 0 0 9 0 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=10546560 CPUtime=0.09 cores=1,3,5,7
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7396 0 -1 4202560 6989 0 0 0 9 0 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=10546560 CPUtime=0.19 cores=1,3,5,7
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7396 0 -1 4202560 13758 0 0 0 18 1 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=10546560 CPUtime=0.18 cores=1,3,5,7
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7396 0 -1 4202560 10962 0 0 0 17 1 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=10546560 CPUtime=0.28 cores=1,3,5,7
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7396 0 -1 4202560 18127 0 0 0 26 2 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=10546560 CPUtime=0.26 cores=1,3,5,7
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7396 0 -1 4202560 16453 0 0 0 25 1 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 877643014 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 0 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7396 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7

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

[pid=8869/tid=8874] ppid=8867 vsize=10546560 CPUtime=0.09 cores=1,3,5,7
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7396 0 -1 4202560 3914 0 0 0 9 0 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=10546560 CPUtime=0.09 cores=1,3,5,7
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7396 0 -1 4202560 6989 0 0 0 9 0 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=10546560 CPUtime=0.19 cores=1,3,5,7
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7396 0 -1 4202560 13758 0 0 0 18 1 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=10546560 CPUtime=0.18 cores=1,3,5,7
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7396 0 -1 4202560 10962 0 0 0 17 1 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=10546560 CPUtime=0.28 cores=1,3,5,7
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7396 0 -1 4202560 18127 0 0 0 26 2 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=10546560 CPUtime=0.26 cores=1,3,5,7
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7396 0 -1 4202560 16453 0 0 0 25 1 0 0 18 0 18 0 877643013 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 877643014 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 0 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7396 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8883] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8883/stat : 8883 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134537649 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8884] ppid=8867 vsize=10546560 CPUtime=0.46 cores=1,3,5,7
/proc/8869/task/8884/stat : 8884 (java) S 8867 8869 7396 0 -1 4202560 5247 0 0 0 46 0 0 0 15 0 18 0 877643016 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8885] ppid=8867 vsize=10546560 CPUtime=0.43 cores=1,3,5,7
/proc/8869/task/8885/stat : 8885 (java) S 8867 8869 7396 0 -1 4202560 4786 0 0 0 43 0 0 0 15 0 18 0 877643016 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8886] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8886/stat : 8886 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8887] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8887/stat : 8887 (java) S 8867 8869 7396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 877643016 10799677440 727029 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 10546560

[startup+16.7008 s]
/proc/loadavg: 2.59 2.15 2.77 3/213 8896
/proc/meminfo: memFree=25761684/32951124 swapFree=67051744/67111528
[pid=8869] ppid=8867 vsize=10546560 CPUtime=20.02 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 874536 0 1 0 1897 105 0 0 25 0 18 0 877643011 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2636640 868400 2239 9 0 2627374 0
[pid=8869/tid=8870] ppid=8867 vsize=10546560 CPUtime=15.87 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 651011 0 1 0 1508 79 0 0 22 0 18 0 877643011 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 46912505552822 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=10546560 CPUtime=0.51 cores=1,3,5,7
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7396 0 -1 4202560 37291 0 0 0 47 4 0 0 16 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=10546560 CPUtime=0.1 cores=1,3,5,7
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7396 0 -1 4202560 8082 0 0 0 10 0 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=10546560 CPUtime=0.09 cores=1,3,5,7
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7396 0 -1 4202560 3914 0 0 0 9 0 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=10546560 CPUtime=0.19 cores=1,3,5,7
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7396 0 -1 4202560 9319 0 0 0 18 1 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=10546560 CPUtime=0.59 cores=1,3,5,7
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7396 0 -1 4202560 45531 0 0 0 54 5 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=10546560 CPUtime=0.5 cores=1,3,5,7
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7396 0 -1 4202560 38373 0 0 0 46 4 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=10546560 CPUtime=0.8 cores=1,3,5,7
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7396 0 -1 4202560 48202 0 0 0 75 5 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=10546560 CPUtime=0.38 cores=1,3,5,7
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7396 0 -1 4202560 21627 0 0 0 36 2 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 0 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7396 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8883] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8883/stat : 8883 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134537649 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8884] ppid=8867 vsize=10546560 CPUtime=0.46 cores=1,3,5,7
/proc/8869/task/8884/stat : 8884 (java) S 8867 8869 7396 0 -1 4202560 5247 0 0 0 46 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8885] ppid=8867 vsize=10546560 CPUtime=0.43 cores=1,3,5,7
/proc/8869/task/8885/stat : 8885 (java) S 8867 8869 7396 0 -1 4202560 4786 0 0 0 43 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8886] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8886/stat : 8886 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8887] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8887/stat : 8887 (java) S 8867 8869 7396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20.02
Current children cumulated vsize (KiB) 10546560

[startup+18.3015 s]
/proc/loadavg: 2.59 2.15 2.77 3/213 8896
/proc/meminfo: memFree=25761940/32951124 swapFree=67051744/67111528
[pid=8869] ppid=8867 vsize=10546560 CPUtime=21.63 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 874536 0 1 0 2057 106 0 0 25 0 18 0 877643011 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2636640 868400 2239 9 0 2627374 0
[pid=8869/tid=8870] ppid=8867 vsize=10546560 CPUtime=17.47 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 651011 0 1 0 1668 79 0 0 25 0 18 0 877643011 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 46912505501958 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=10546560 CPUtime=0.51 cores=1,3,5,7
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7396 0 -1 4202560 37291 0 0 0 47 4 0 0 16 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=10546560 CPUtime=0.1 cores=1,3,5,7
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7396 0 -1 4202560 8082 0 0 0 10 0 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=10546560 CPUtime=0.09 cores=1,3,5,7
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7396 0 -1 4202560 3914 0 0 0 9 0 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=10546560 CPUtime=0.19 cores=1,3,5,7
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7396 0 -1 4202560 9319 0 0 0 18 1 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=10546560 CPUtime=0.59 cores=1,3,5,7
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7396 0 -1 4202560 45531 0 0 0 54 5 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=10546560 CPUtime=0.5 cores=1,3,5,7
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7396 0 -1 4202560 38373 0 0 0 46 4 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=10546560 CPUtime=0.8 cores=1,3,5,7
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7396 0 -1 4202560 48202 0 0 0 75 5 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=10546560 CPUtime=0.38 cores=1,3,5,7
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7396 0 -1 4202560 21627 0 0 0 36 2 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 0 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7396 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8883] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8883/stat : 8883 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134537649 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8884] ppid=8867 vsize=10546560 CPUtime=0.46 cores=1,3,5,7
/proc/8869/task/8884/stat : 8884 (java) S 8867 8869 7396 0 -1 4202560 5247 0 0 0 46 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8885] ppid=8867 vsize=10546560 CPUtime=0.43 cores=1,3,5,7
/proc/8869/task/8885/stat : 8885 (java) S 8867 8869 7396 0 -1 4202560 4786 0 0 0 43 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8886] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8886/stat : 8886 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8887] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8887/stat : 8887 (java) S 8867 8869 7396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.63
Current children cumulated vsize (KiB) 10546560

[startup+19.1014 s]
/proc/loadavg: 2.59 2.15 2.77 3/213 8896
/proc/meminfo: memFree=25761940/32951124 swapFree=67051744/67111528
[pid=8869] ppid=8867 vsize=10546560 CPUtime=22.43 cores=1,3,5,7
/proc/8869/stat : 8869 (java) S 8867 8869 7396 0 -1 4202496 874536 0 1 0 2136 107 0 0 25 0 18 0 877643011 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 2636640 868400 2239 9 0 2627374 0
[pid=8869/tid=8870] ppid=8867 vsize=10546560 CPUtime=18.27 cores=1,3,5,7
/proc/8869/task/8870/stat : 8870 (java) R 8867 8869 7396 0 -1 4202560 651011 0 1 0 1747 80 0 0 25 0 18 0 877643011 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 46912505366288 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8869/tid=8872] ppid=8867 vsize=10546560 CPUtime=0.51 cores=1,3,5,7
/proc/8869/task/8872/stat : 8872 (java) S 8867 8869 7396 0 -1 4202560 37291 0 0 0 47 4 0 0 16 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8873] ppid=8867 vsize=10546560 CPUtime=0.1 cores=1,3,5,7
/proc/8869/task/8873/stat : 8873 (java) S 8867 8869 7396 0 -1 4202560 8082 0 0 0 10 0 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 7 0 0 0
[pid=8869/tid=8874] ppid=8867 vsize=10546560 CPUtime=0.09 cores=1,3,5,7
/proc/8869/task/8874/stat : 8874 (java) S 8867 8869 7396 0 -1 4202560 3914 0 0 0 9 0 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8875] ppid=8867 vsize=10546560 CPUtime=0.19 cores=1,3,5,7
/proc/8869/task/8875/stat : 8875 (java) S 8867 8869 7396 0 -1 4202560 9319 0 0 0 18 1 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8876] ppid=8867 vsize=10546560 CPUtime=0.59 cores=1,3,5,7
/proc/8869/task/8876/stat : 8876 (java) S 8867 8869 7396 0 -1 4202560 45531 0 0 0 54 5 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8877] ppid=8867 vsize=10546560 CPUtime=0.5 cores=1,3,5,7
/proc/8869/task/8877/stat : 8877 (java) S 8867 8869 7396 0 -1 4202560 38373 0 0 0 46 4 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8878] ppid=8867 vsize=10546560 CPUtime=0.8 cores=1,3,5,7
/proc/8869/task/8878/stat : 8878 (java) S 8867 8869 7396 0 -1 4202560 48202 0 0 0 75 5 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=10546560 CPUtime=0.38 cores=1,3,5,7
/proc/8869/task/8879/stat : 8879 (java) S 8867 8869 7396 0 -1 4202560 21627 0 0 0 36 2 0 0 18 0 18 0 877643013 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8880] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8880/stat : 8880 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 0 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8881] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8881/stat : 8881 (java) S 8867 8869 7396 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8882] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8882/stat : 8882 (java) S 8867 8869 7396 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 877643014 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8883] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8883/stat : 8883 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134537649 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8884] ppid=8867 vsize=10546560 CPUtime=0.46 cores=1,3,5,7
/proc/8869/task/8884/stat : 8884 (java) S 8867 8869 7396 0 -1 4202560 5247 0 0 0 46 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
[pid=8869/tid=8885] ppid=8867 vsize=10546560 CPUtime=0.43 cores=1,3,5,7
/proc/8869/task/8885/stat : 8885 (java) S 8867 8869 7396 0 -1 4202560 4786 0 0 0 43 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 1 0 0 0
[pid=8869/tid=8886] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8886/stat : 8886 (java) S 8867 8869 7396 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134529945 0 4 0 16800975 18446604471098581248 0 0 -1 3 0 0 0
[pid=8869/tid=8887] ppid=8867 vsize=10546560 CPUtime=0 cores=1,3,5,7
/proc/8869/task/8887/stat : 8887 (java) S 8867 8869 7396 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 877643016 10799677440 868400 33554432000 1073741824 1073778376 140735333799648 18446744073709551615 228134530560 0 4 0 16800975 18446604471098581248 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.43
Current children cumulated vsize (KiB) 10546560

[startup+19.3013 s]
/proc/loadavg: 2.59 2.15 2.77 3/213 8896
/proc/meminfo: memFree=25761940/32951124 swapFree=67051744/67111528
[pid=8869] ppid=8867 vsize=0 CPUtime=22.63 cores=1,3,5,7
/proc/8869/stat : 8869 (java) Z 8867 8869 7396 0 -1 4203548 874582 0 1 0 2148 115 0 0 18 0 2 0 877643011 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/8869/statm: 0 0 0 0 0 0 0
[pid=8869/tid=8879] ppid=8867 vsize=0 CPUtime=0.46 cores=1,3,5,7
/proc/8869/task/8879/stat : 8879 (java) R 8867 8869 7396 0 -1 4203588 21627 0 0 0 36 10 0 0 18 0 2 0 877643013 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 19.343
CPU time (s): 22.6776
CPU user time (s): 21.4847
CPU system time (s): 1.19282
CPU usage (%): 117.239
Max. virtual memory (cumulated for all children) (KiB): 10553520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.4847
system time used= 1.19282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 874582
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= 666
involuntary context switches= 172

runsolver used 0.032994 second user time and 0.077988 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-10 01:00:50
IDJOB=3457418
IDBENCH=2515
IDSOLVER=1951
FILE ID=node138/3457418-1307660445
RUNJOBID= node138-1307658646-8658
PBS_JOBID= 13549404
Free space on /tmp= 73928 MiB

SOLVER NAME= Sat4j CuttingPlanes 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 CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457418-1307660445/watcher-3457418-1307660445 -o /tmp/evaluation-result-3457418-1307660445/solver-3457418-1307660445 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457418-1307660445.opb

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

MD5SUM BENCH= 7576b3c58d39cddc5f29deda8f59e316
RANDOM SEED=1347158950

node138.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.854
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.70
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.854
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.75
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.75
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29576116 kB
Buffers:        213172 kB
Cached:         592480 kB
SwapCached:      13344 kB
Active:        2902524 kB
Inactive:       272440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29576116 kB
SwapTotal:    67111528 kB
SwapFree:     67051740 kB
Dirty:          185300 kB
Writeback:           0 kB
AnonPages:     2366592 kB
Mapped:          17416 kB
Slab:           129804 kB
PageTables:       9524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10562072 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= 73928 MiB
End job on node138 at 2011-06-10 01:01:10