Trace number 3457182

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 NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0UNSAT 12.8181 11.2958

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf9.ucl.opb
MD5SUM4d33d3f14b2660aefc9b3a640617db34
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.413936
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11476
Total number of constraints33090
Number of constraints which are clauses32382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints708
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/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@38540408
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-3457182-1307217670.opb
0.10/0.10	c reading problem ... 
0.98/0.52	c ... done. Wall clock time 0.413s.
0.98/0.52	c #vars     11476
0.98/0.52	c #constraints  33090
0.98/0.52	c constraints type 
0.98/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 21916
0.98/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10465
0.98/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 708
12.60/11.19	c starts		: 18
12.60/11.19	c conflicts		: 4246
12.60/11.19	c decisions		: 8520
12.60/11.19	c propagations		: 4391606
12.60/11.19	c inspects		: 20248710
12.60/11.19	c shortcuts		: 0
12.60/11.19	c learnt literals	: 4
12.60/11.19	c learnt binary clauses	: 43
12.60/11.19	c learnt ternary clauses	: 52
12.60/11.19	c learnt constraints	: 4241
12.60/11.19	c ignored constraints	: 0
12.60/11.19	c root simplifications	: 0
12.60/11.19	c removed literals (reason simplification)	: 0
12.60/11.19	c reason swapping (by a shorter reason)	: 0
12.60/11.19	c Calls to reduceDB	: 0
12.60/11.19	c number of reductions to clauses (during analyze)	: 0
12.60/11.19	c number of learned constraints concerned by reduction	: 0
12.60/11.19	c number of learning phase by resolution	: 0
12.60/11.19	c number of learning phase by cutting planes	: 0
12.60/11.19	c speed (assignments/second)	: 411661.6047994001
12.60/11.19	c non guided choices	404
12.60/11.19	c learnt constraints type 
12.60/11.19	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3528
12.60/11.19	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 43
12.60/11.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 670
12.60/11.19	c constraints type 
12.60/11.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 21916
12.60/11.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10465
12.60/11.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 708
12.60/11.19	s UNSATISFIABLE
12.60/11.19	c Total wall clock time (in seconds): 11.085

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

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.98 1.71 4/500 29888
/proc/meminfo: memFree=24699004/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 6736 0 1 0 0 1 0 0 24 0 2 0 911997719 10694979584 6438 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2611079 6451 917 9 0 2602235 0
[pid=29888/tid=29889] ppid=29886 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 7106 0 1 0 0 0 0 0 25 0 2 0 911997720 10694979584 7922 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.06537 s]
/proc/loadavg: 1.84 1.98 1.71 4/500 29888
/proc/meminfo: memFree=24699004/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 11770 0 1 0 4 1 0 0 24 0 18 0 911997719 10724302848 11467 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2618238 11469 1742 9 0 2608972 0
[pid=29888/tid=29889] ppid=29886 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 10599 0 1 0 4 1 0 0 25 0 18 0 911997720 10724302848 11470 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 47066970093587 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100363 s]
/proc/loadavg: 1.84 1.98 1.71 4/500 29888
/proc/meminfo: memFree=24699004/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10605120 CPUtime=0.1 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 13153 0 1 0 9 1 0 0 24 0 18 0 911997719 10859642880 12808 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2651280 12808 2092 9 0 2642014 0
[pid=29888/tid=29889] ppid=29886 vsize=10605120 CPUtime=0.09 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 11191 0 1 0 8 1 0 0 25 0 18 0 911997720 10859642880 12808 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 47066972191571 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605120

[startup+0.300331 s]
/proc/loadavg: 1.84 1.98 1.71 4/500 29888
/proc/meminfo: memFree=24699004/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10606476 CPUtime=0.5 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 16418 0 1 0 48 2 0 0 24 0 18 0 911997719 10861031424 15538 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2651619 15539 2201 9 0 2642353 0
[pid=29888/tid=29889] ppid=29886 vsize=10606476 CPUtime=0.28 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 13205 0 1 0 27 1 0 0 25 0 18 0 911997720 10861031424 15540 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 46912505592464 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10606476

[startup+0.700258 s]
/proc/loadavg: 1.84 1.98 1.71 4/500 29888
/proc/meminfo: memFree=24699004/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10615244 CPUtime=1.5 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 37105 0 1 0 145 5 0 0 24 0 19 0 911997719 10870009856 33436 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2653811 33436 2233 9 0 2644545 0
[pid=29888/tid=29889] ppid=29886 vsize=10615244 CPUtime=0.68 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 28201 0 1 0 65 3 0 0 25 0 19 0 911997720 10870009856 33436 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 47066967351968 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 10615244

[startup+1.50117 s]
/proc/loadavg: 1.84 1.98 1.71 2/497 29936
/proc/meminfo: memFree=24606292/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10618132 CPUtime=2.9 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 74891 0 1 0 280 10 0 0 24 0 19 0 911997719 10872967168 68995 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2654533 68995 2236 9 0 2645267 0
[pid=29888/tid=29889] ppid=29886 vsize=10618132 CPUtime=1.49 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 62745 0 1 0 141 8 0 0 25 0 19 0 911997720 10872967168 68995 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 46912505844286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 68996 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 68996 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 68997 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 68997 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 68997 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 68998 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 68998 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 68999 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29646 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 911997722 10872967168 68999 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 0 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997723 10872967168 68999 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997723 10872967168 68999 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10872967168 68999 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917217713 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=10618132 CPUtime=0.74 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29646 0 -1 4202560 5785 0 0 0 74 0 0 0 24 0 19 0 911997725 10872967168 68999 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=10618132 CPUtime=0.64 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) S 29886 29888 29646 0 -1 4202560 5201 0 0 0 64 0 0 0 24 0 19 0 911997725 10872967168 68999 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10872967168 69000 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911997725 10872967168 69001 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29936] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29936/stat : 29936 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997773 10872967168 69001 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 10618132

[startup+3.10088 s]
/proc/loadavg: 1.84 1.98 1.71 2/497 29936
/proc/meminfo: memFree=24367840/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10618132 CPUtime=4.55 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 166599 0 1 0 435 20 0 0 24 0 19 0 911997719 10872967168 160702 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2654533 160706 2236 9 0 2645267 0
[pid=29888/tid=29889] ppid=29886 vsize=10618132 CPUtime=3.09 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 154455 0 1 0 291 18 0 0 25 0 19 0 911997720 10872967168 160708 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 46912505844271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 160711 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 160712 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 160714 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 160715 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 160716 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 160717 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 160719 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10872967168 160721 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29646 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 911997722 10872967168 160722 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 0 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997723 10872967168 160723 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997723 10872967168 160725 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10872967168 160727 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917217713 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=10618132 CPUtime=0.77 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29646 0 -1 4202560 5789 0 0 0 77 0 0 0 15 0 19 0 911997725 10872967168 160740 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=10618132 CPUtime=0.66 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) S 29886 29888 29646 0 -1 4202560 5201 0 0 0 66 0 0 0 18 0 19 0 911997725 10872967168 160749 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10872967168 160752 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911997725 10872967168 160754 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29936] ppid=29886 vsize=10618132 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29936/stat : 29936 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997773 10872967168 160756 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10618132

[startup+6.30123 s]
/proc/loadavg: 1.78 1.97 1.70 2/497 29937
/proc/meminfo: memFree=23618456/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10612592 CPUtime=7.75 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 351968 0 1 0 735 40 0 0 24 0 19 0 911997719 10867294208 344714 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2653148 344714 2236 9 0 2643882 0
[pid=29888/tid=29889] ppid=29886 vsize=10612592 CPUtime=6.28 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 339818 0 1 0 590 38 0 0 25 0 19 0 911997720 10867294208 344715 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 46912505844290 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 344715 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 344715 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 344715 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 344715 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 344716 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 344717 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 344720 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 344722 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29646 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 911997722 10867294208 344723 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 0 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 344723 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 344724 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 344726 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917217713 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=10612592 CPUtime=0.77 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29646 0 -1 4202560 5789 0 0 0 77 0 0 0 15 0 19 0 911997725 10867294208 344728 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=10612592 CPUtime=0.66 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) S 29886 29888 29646 0 -1 4202560 5201 0 0 0 66 0 0 0 18 0 19 0 911997725 10867294208 344729 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0

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

[pid=29888/tid=29899] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 544767 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 544768 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29646 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 911997722 10867294208 544770 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 0 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 544772 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 544774 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 544775 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917217713 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=10612592 CPUtime=0.81 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29646 0 -1 4202560 5798 0 0 0 81 0 0 0 16 0 19 0 911997725 10867294208 544777 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=10612592 CPUtime=0.67 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) S 29886 29888 29646 0 -1 4202560 5201 0 0 0 67 0 0 0 18 0 19 0 911997725 10867294208 544779 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 544780 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911997725 10867294208 544782 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29936] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29936/stat : 29936 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997773 10867294208 544783 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (KiB) 10612592

[startup+10.3016 s]
/proc/loadavg: 1.79 1.97 1.70 2/497 29985
/proc/meminfo: memFree=22526936/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10612592 CPUtime=11.8 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 599431 0 1 0 1113 67 0 0 24 0 19 0 911997719 10867294208 592176 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2653148 592180 2240 9 0 2643882 0
[pid=29888/tid=29889] ppid=29886 vsize=10612592 CPUtime=10.28 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 587276 0 1 0 964 64 0 0 25 0 19 0 911997720 10867294208 592181 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 46912505843989 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 592182 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 592183 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 592184 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 592186 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 592187 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 592188 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 592189 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 592190 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29646 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 911997722 10867294208 592193 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 0 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 592194 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 592196 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 592197 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917217713 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=10612592 CPUtime=0.81 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29646 0 -1 4202560 5798 0 0 0 81 0 0 0 16 0 19 0 911997725 10867294208 592199 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=10612592 CPUtime=0.67 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) S 29886 29888 29646 0 -1 4202560 5201 0 0 0 67 0 0 0 18 0 19 0 911997725 10867294208 592201 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 592203 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911997725 10867294208 592204 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29936] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29936/stat : 29936 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997773 10867294208 592206 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 10612592

[startup+10.7015 s]
/proc/loadavg: 1.79 1.97 1.70 2/497 29985
/proc/meminfo: memFree=22526936/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10612592 CPUtime=12.19 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 625812 0 1 0 1150 69 0 0 24 0 19 0 911997719 10867294208 618558 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2653148 618561 2240 9 0 2643882 0
[pid=29888/tid=29889] ppid=29886 vsize=10612592 CPUtime=10.69 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 613658 0 1 0 1002 67 0 0 25 0 19 0 911997720 10867294208 618563 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 46912505844282 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 618564 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 618566 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 618568 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 618571 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 618572 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 618574 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 618576 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 618577 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29646 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 911997722 10867294208 618579 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 0 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 618581 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 618583 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 618584 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917217713 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=10612592 CPUtime=0.81 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29646 0 -1 4202560 5798 0 0 0 81 0 0 0 16 0 19 0 911997725 10867294208 618587 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=10612592 CPUtime=0.67 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) S 29886 29888 29646 0 -1 4202560 5201 0 0 0 67 0 0 0 18 0 19 0 911997725 10867294208 618589 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 618592 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911997725 10867294208 618593 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29936] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29936/stat : 29936 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997773 10867294208 618595 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 10612592

[startup+11.1014 s]
/proc/loadavg: 1.79 1.97 1.70 2/497 29985
/proc/meminfo: memFree=22255004/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=10612592 CPUtime=12.6 cores=1,3,5,7
/proc/29888/stat : 29888 (java) S 29886 29888 29646 0 -1 4202496 650670 0 1 0 1188 72 0 0 24 0 19 0 911997719 10867294208 643415 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 2653148 643416 2240 9 0 2643882 0
[pid=29888/tid=29889] ppid=29886 vsize=10612592 CPUtime=11.09 cores=1,3,5,7
/proc/29888/task/29889/stat : 29889 (java) R 29886 29888 29646 0 -1 4202560 638512 0 1 0 1039 70 0 0 25 0 19 0 911997720 10867294208 643417 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 46912505948627 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29888/tid=29892] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29892/stat : 29892 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 643418 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29893] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29893/stat : 29893 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 643420 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29894] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29894/stat : 29894 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 643421 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29895] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29895/stat : 29895 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 643422 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29896] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29896/stat : 29896 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 643423 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29898] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29898/stat : 29898 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 643423 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29899] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29899/stat : 29899 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 643425 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29900] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29900/stat : 29900 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997721 10867294208 643426 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29902] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29902/stat : 29902 (java) S 29886 29888 29646 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 911997722 10867294208 643427 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 0 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29903] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29903/stat : 29903 (java) S 29886 29888 29646 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 643428 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29904] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29904/stat : 29904 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997723 10867294208 643429 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29905] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29905/stat : 29905 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 643430 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917217713 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29906] ppid=29886 vsize=10612592 CPUtime=0.81 cores=1,3,5,7
/proc/29888/task/29906/stat : 29906 (java) S 29886 29888 29646 0 -1 4202560 5798 0 0 0 81 0 0 0 16 0 19 0 911997725 10867294208 643430 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 3 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=10612592 CPUtime=0.67 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) S 29886 29888 29646 0 -1 4202560 5201 0 0 0 67 0 0 0 18 0 19 0 911997725 10867294208 643431 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29909] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29909/stat : 29909 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997725 10867294208 643431 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210009 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
[pid=29888/tid=29910] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29910/stat : 29910 (java) S 29886 29888 29646 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911997725 10867294208 643432 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 7 0 0 0
[pid=29888/tid=29936] ppid=29886 vsize=10612592 CPUtime=0 cores=1,3,5,7
/proc/29888/task/29936/stat : 29936 (java) S 29886 29888 29646 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997773 10867294208 643433 33554432000 1073741824 1073778376 140735414873360 18446744073709551615 260917210624 0 4 0 16800975 18446604468855032512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 10612592

[startup+11.2013 s]
/proc/loadavg: 1.79 1.97 1.70 2/497 29985
/proc/meminfo: memFree=22255004/32950928 swapFree=61542356/67111528
[pid=29888] ppid=29886 vsize=0 CPUtime=12.72 cores=1,3,5,7
/proc/29888/stat : 29888 (java) Z 29886 29888 29646 0 -1 4203548 657049 0 1 0 1199 73 0 0 18 0 2 0 911997719 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29888/statm: 0 0 0 0 0 0 0
[pid=29888/tid=29907] ppid=29886 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/29888/task/29907/stat : 29907 (java) R 29886 29888 29646 0 -1 4203588 5201 0 0 0 67 1 0 0 18 0 2 0 911997725 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 11.2958
CPU time (s): 12.8181
CPU user time (s): 11.9912
CPU system time (s): 0.826874
CPU usage (%): 113.476
Max. virtual memory (cumulated for all children) (KiB): 10618132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9912
system time used= 0.826874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 657049
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= 585
involuntary context switches= 225

runsolver used 0.054991 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-04 22:01:10
IDJOB=3457182
IDBENCH=1459
IDSOLVER=1951
FILE ID=node116/3457182-1307217670
RUNJOBID= node116-1307215870-29670
PBS_JOBID= 13509104
Free space on /tmp= 73888 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.rf9.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457182-1307217670/watcher-3457182-1307217670 -o /tmp/evaluation-result-3457182-1307217670/solver-3457182-1307217670 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457182-1307217670.opb

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

MD5SUM BENCH= 4d33d3f14b2660aefc9b3a640617db34
RANDOM SEED=1309920077

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.77
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.826
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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      24699780 kB
Buffers:        284364 kB
Cached:         510308 kB
SwapCached:      12580 kB
Active:        7584908 kB
Inactive:       395712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24699780 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:            2172 kB
Writeback:           0 kB
AnonPages:     7183352 kB
Mapped:          29752 kB
Slab:           141092 kB
PageTables:      62280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 149938780 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= 73888 MiB
End job on node116 at 2011-06-04 22:01:22