Trace number 3457210

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 177.096 174.473

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
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 benchmark5.56215
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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@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-3457210-1307217677.opb
0.10/0.10	c reading problem ... 
2.11/1.61	c ... done. Wall clock time 1.507s.
2.11/1.61	c #vars     87751
2.11/1.61	c #constraints  254772
2.11/1.61	c constraints type 
2.11/1.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
2.11/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
2.11/1.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
26.72/24.77	c cleaning 0 clauses out of 4999 with flag 0/5000
121.66/119.24	c cleaning 0 clauses out of 10997 with flag 0/11000
176.92/174.32	c starts		: 35
176.92/174.32	c conflicts		: 12926
176.92/174.32	c decisions		: 26592
176.92/174.32	c propagations		: 66626354
176.92/174.32	c inspects		: 376857231
176.92/174.32	c shortcuts		: 0
176.92/174.32	c learnt literals	: 3
176.92/174.32	c learnt binary clauses	: 42
176.92/174.32	c learnt ternary clauses	: 28
176.92/174.32	c learnt constraints	: 12922
176.92/174.32	c ignored constraints	: 0
176.92/174.32	c root simplifications	: 0
176.92/174.32	c removed literals (reason simplification)	: 0
176.92/174.32	c reason swapping (by a shorter reason)	: 0
176.92/174.32	c Calls to reduceDB	: 2
176.92/174.32	c number of reductions to clauses (during analyze)	: 0
176.92/174.32	c number of learned constraints concerned by reduction	: 0
176.92/174.32	c number of learning phase by resolution	: 0
176.92/174.32	c number of learning phase by cutting planes	: 0
176.92/174.32	c speed (assignments/second)	: 385774.5674780554
176.92/174.32	c non guided choices	4934
176.92/174.33	c learnt constraints type 
176.92/174.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 496
176.92/174.33	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 42
176.92/174.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12384
176.92/174.33	c constraints type 
176.92/174.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
176.92/174.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
176.92/174.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
176.92/174.33	s UNSATISFIABLE
176.92/174.33	c Total wall clock time (in seconds): 174.223

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-3457210-1307217677/watcher-3457210-1307217677 -o /tmp/evaluation-result-3457210-1307217677/solver-3457210-1307217677 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457210-1307217677.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.19 2.10 1.74 2/479 29302
/proc/meminfo: memFree=25836964/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 6962 0 1 0 0 1 0 0 18 0 2 0 833365699 10694979584 6663 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2611079 6676 917 9 0 2602235 0
[pid=29302/tid=29303] ppid=29300 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 6082 0 1 0 0 0 0 0 19 0 2 0 833365700 10694979584 6898 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.104746 s]
/proc/loadavg: 2.19 2.10 1.74 2/479 29302
/proc/meminfo: memFree=25836964/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10540300 CPUtime=0.1 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 13140 0 1 0 9 1 0 0 18 0 18 0 833365699 10793267200 12806 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2635075 12808 2104 9 0 2625809 0
[pid=29302/tid=29303] ppid=29300 vsize=10540300 CPUtime=0.09 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 11227 0 1 0 8 1 0 0 19 0 18 0 833365700 10793267200 12808 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 47988564071171 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) 10540300

[startup+0.200695 s]
/proc/loadavg: 2.19 2.10 1.74 2/479 29302
/proc/meminfo: memFree=25836964/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10541412 CPUtime=0.28 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 14629 0 1 0 26 2 0 0 18 0 18 0 833365699 10794405888 14295 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2635353 14295 2184 9 0 2626087 0
[pid=29302/tid=29303] ppid=29300 vsize=10541412 CPUtime=0.18 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 12320 0 1 0 17 1 0 0 19 0 18 0 833365700 10794405888 14295 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10541412

[startup+0.300677 s]
/proc/loadavg: 2.19 2.10 1.74 2/479 29302
/proc/meminfo: memFree=25836964/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10542376 CPUtime=0.5 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 16721 0 1 0 48 2 0 0 18 0 18 0 833365699 10795393024 16036 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2635594 16037 2201 9 0 2626328 0
[pid=29302/tid=29303] ppid=29300 vsize=10542376 CPUtime=0.28 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 13681 0 1 0 27 1 0 0 19 0 18 0 833365700 10795393024 15993 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542376

[startup+0.700638 s]
/proc/loadavg: 2.19 2.10 1.74 2/479 29302
/proc/meminfo: memFree=25836964/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10546232 CPUtime=1.16 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 55542 0 1 0 107 9 0 0 18 0 18 0 833365699 10799341568 53243 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2636558 53247 2213 9 0 2627292 0
[pid=29302/tid=29303] ppid=29300 vsize=10546232 CPUtime=0.68 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 49015 0 1 0 61 7 0 0 19 0 18 0 833365700 10799341568 53249 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505561374 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 10546232

[startup+1.5015 s]
/proc/loadavg: 2.19 2.10 1.74 3/497 29320
/proc/meminfo: memFree=25407728/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10546232 CPUtime=2 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 136895 0 1 0 183 17 0 0 18 0 18 0 833365699 10799341568 134597 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2636558 134601 2223 9 0 2627292 0
[pid=29302/tid=29303] ppid=29300 vsize=10546232 CPUtime=1.48 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 130352 0 1 0 133 15 0 0 21 0 18 0 833365700 10799341568 134603 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505591518 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29302/tid=29305] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29305/stat : 29305 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 833365701 10799341568 134605 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29306] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29306/stat : 29306 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 833365701 10799341568 134607 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29307] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29307/stat : 29307 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 833365701 10799341568 134610 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29308] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29308/stat : 29308 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 833365701 10799341568 134612 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29309] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29309/stat : 29309 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 833365701 10799341568 134614 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29310] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29310/stat : 29310 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 833365701 10799341568 134614 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29311] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29311/stat : 29311 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 833365701 10799341568 134616 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29312] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29312/stat : 29312 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 833365701 10799341568 134618 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29313] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29313/stat : 29313 (java) S 29300 29302 29047 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833365702 10799341568 134621 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 0 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29314] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29314/stat : 29314 (java) S 29300 29302 29047 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 833365703 10799341568 134623 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29315] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29315/stat : 29315 (java) S 29300 29302 29047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833365703 10799341568 134625 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29316] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29316/stat : 29316 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365705 10799341568 134628 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134537649 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29317] ppid=29300 vsize=10546232 CPUtime=0.21 cores=1,3,5,7
/proc/29302/task/29317/stat : 29317 (java) S 29300 29302 29047 0 -1 4202560 1946 0 0 0 21 0 0 0 17 0 18 0 833365705 10799341568 134630 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29318] ppid=29300 vsize=10546232 CPUtime=0.28 cores=1,3,5,7
/proc/29302/task/29318/stat : 29318 (java) S 29300 29302 29047 0 -1 4202560 3452 0 0 0 28 0 0 0 15 0 18 0 833365705 10799341568 134633 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29319] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29319/stat : 29319 (java) S 29300 29302 29047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 833365705 10799341568 134635 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29320] ppid=29300 vsize=10546232 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29320/stat : 29320 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833365705 10799341568 134637 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10546232

[startup+3.1012 s]
/proc/loadavg: 2.19 2.10 1.74 4/498 29321
/proc/meminfo: memFree=25061016/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10547052 CPUtime=4.46 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 286157 0 1 0 411 35 0 0 18 0 19 0 833365699 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2636763 280209 2236 9 0 2627497 0
[pid=29302/tid=29303] ppid=29300 vsize=10547052 CPUtime=3.08 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 274289 0 1 0 276 32 0 0 25 0 19 0 833365700 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505851293 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29302/tid=29305] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29305/stat : 29305 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 833365701 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29306] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29306/stat : 29306 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29307] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29307/stat : 29307 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29308] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29308/stat : 29308 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29309] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29309/stat : 29309 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29310] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29310/stat : 29310 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29311] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29311/stat : 29311 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833365701 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29312] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29312/stat : 29312 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833365701 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29313] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29313/stat : 29313 (java) S 29300 29302 29047 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 833365702 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 0 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29314] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29314/stat : 29314 (java) S 29300 29302 29047 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 833365703 10800181248 280209 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29315] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29315/stat : 29315 (java) S 29300 29302 29047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365703 10800181248 280210 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29316] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29316/stat : 29316 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 280212 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134537649 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29317] ppid=29300 vsize=10547052 CPUtime=0.56 cores=1,3,5,7
/proc/29302/task/29317/stat : 29317 (java) S 29300 29302 29047 0 -1 4202560 2614 0 0 0 56 0 0 0 15 0 19 0 833365705 10800181248 280213 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29318] ppid=29300 vsize=10547052 CPUtime=0.79 cores=1,3,5,7
/proc/29302/task/29318/stat : 29318 (java) S 29300 29302 29047 0 -1 4202560 8091 0 0 0 78 1 0 0 15 0 19 0 833365705 10800181248 280213 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29319] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29319/stat : 29319 (java) S 29300 29302 29047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 280213 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29320] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29320/stat : 29320 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833365705 10800181248 280215 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29321] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29321/stat : 29321 (java) S 29300 29302 29047 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 833365865 10800181248 280216 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 10547052

[startup+6.30062 s]
/proc/loadavg: 2.17 2.10 1.74 3/498 29322
/proc/meminfo: memFree=23833660/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10547052 CPUtime=7.89 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 535260 0 1 0 729 60 0 0 18 0 19 0 833365699 10800181248 524953 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2636763 524957 2236 9 0 2627497 0
[pid=29302/tid=29303] ppid=29300 vsize=10547052 CPUtime=6.28 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 520497 0 1 0 572 56 0 0 18 0 19 0 833365700 10800181248 524958 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505880364 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29302/tid=29305] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29305/stat : 29305 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 833365701 10800181248 524959 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29306] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29306/stat : 29306 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 524960 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29307] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29307/stat : 29307 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 524961 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29308] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29308/stat : 29308 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 524963 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29309] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29309/stat : 29309 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 524966 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29310] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29310/stat : 29310 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833365701 10800181248 524967 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29311] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29311/stat : 29311 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833365701 10800181248 524968 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29312] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29312/stat : 29312 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833365701 10800181248 524969 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29313] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29313/stat : 29313 (java) S 29300 29302 29047 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833365702 10800181248 524970 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 0 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29314] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29314/stat : 29314 (java) S 29300 29302 29047 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 833365703 10800181248 524973 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29315] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29315/stat : 29315 (java) S 29300 29302 29047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365703 10800181248 524975 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29316] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29316/stat : 29316 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 524978 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134537649 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29317] ppid=29300 vsize=10547052 CPUtime=0.77 cores=1,3,5,7
/proc/29302/task/29317/stat : 29317 (java) S 29300 29302 29047 0 -1 4202560 5513 0 0 0 76 1 0 0 15 0 19 0 833365705 10800181248 524979 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29318] ppid=29300 vsize=10547052 CPUtime=0.81 cores=1,3,5,7
/proc/29302/task/29318/stat : 29318 (java) S 29300 29302 29047 0 -1 4202560 8093 0 0 0 80 1 0 0 15 0 19 0 833365705 10800181248 524980 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29319] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29319/stat : 29319 (java) S 29300 29302 29047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 524981 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0

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

[pid=29302/tid=29310] ppid=29300 vsize=10547052 CPUtime=0.17 cores=1,3,5,7
/proc/29302/task/29310/stat : 29310 (java) S 29300 29302 29047 0 -1 4202560 7241 0 0 0 17 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29311] ppid=29300 vsize=10547052 CPUtime=0.16 cores=1,3,5,7
/proc/29302/task/29311/stat : 29311 (java) S 29300 29302 29047 0 -1 4202560 4040 0 0 0 16 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29312] ppid=29300 vsize=10547052 CPUtime=0.13 cores=1,3,5,7
/proc/29302/task/29312/stat : 29312 (java) S 29300 29302 29047 0 -1 4202560 4473 0 0 0 13 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29313] ppid=29300 vsize=10547052 CPUtime=0.37 cores=1,3,5,7
/proc/29302/task/29313/stat : 29313 (java) S 29300 29302 29047 0 -1 4202560 16044 0 0 0 35 2 0 0 15 0 19 0 833365702 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 0 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29314] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29314/stat : 29314 (java) S 29300 29302 29047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365703 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29315] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29315/stat : 29315 (java) S 29300 29302 29047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365703 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29316] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29316/stat : 29316 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134537649 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29317] ppid=29300 vsize=10547052 CPUtime=0.81 cores=1,3,5,7
/proc/29302/task/29317/stat : 29317 (java) S 29300 29302 29047 0 -1 4202560 5519 0 0 0 80 1 0 0 15 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29318] ppid=29300 vsize=10547052 CPUtime=0.98 cores=1,3,5,7
/proc/29302/task/29318/stat : 29318 (java) S 29300 29302 29047 0 -1 4202560 8289 0 0 0 97 1 0 0 16 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29319] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29319/stat : 29319 (java) S 29300 29302 29047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29320] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29320/stat : 29320 (java) S 29300 29302 29047 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29321] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29321/stat : 29321 (java) S 29300 29302 29047 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 833365865 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 172.21
Current children cumulated vsize (KiB) 10547052

[startup+172.817 s]
/proc/loadavg: 2.03 2.08 1.79 3/498 29326
/proc/meminfo: memFree=21424836/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10547052 CPUtime=175.41 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 877686 0 1 0 17447 94 0 0 18 0 19 0 833365699 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2636763 867028 2266 9 0 2627497 0
[pid=29302/tid=29303] ppid=29300 vsize=10547052 CPUtime=172.02 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 805570 0 1 0 17118 84 0 0 25 0 19 0 833365700 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505900695 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29302/tid=29305] ppid=29300 vsize=10547052 CPUtime=0.11 cores=1,3,5,7
/proc/29302/task/29305/stat : 29305 (java) S 29300 29302 29047 0 -1 4202560 5991 0 0 0 11 0 0 0 16 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29306] ppid=29300 vsize=10547052 CPUtime=0.13 cores=1,3,5,7
/proc/29302/task/29306/stat : 29306 (java) S 29300 29302 29047 0 -1 4202560 4728 0 0 0 13 0 0 0 16 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29307] ppid=29300 vsize=10547052 CPUtime=0.11 cores=1,3,5,7
/proc/29302/task/29307/stat : 29307 (java) S 29300 29302 29047 0 -1 4202560 5081 0 0 0 11 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29308] ppid=29300 vsize=10547052 CPUtime=0.13 cores=1,3,5,7
/proc/29302/task/29308/stat : 29308 (java) S 29300 29302 29047 0 -1 4202560 4522 0 0 0 13 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29309] ppid=29300 vsize=10547052 CPUtime=0.16 cores=1,3,5,7
/proc/29302/task/29309/stat : 29309 (java) S 29300 29302 29047 0 -1 4202560 5026 0 0 0 16 0 0 0 16 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29310] ppid=29300 vsize=10547052 CPUtime=0.17 cores=1,3,5,7
/proc/29302/task/29310/stat : 29310 (java) S 29300 29302 29047 0 -1 4202560 7241 0 0 0 17 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29311] ppid=29300 vsize=10547052 CPUtime=0.16 cores=1,3,5,7
/proc/29302/task/29311/stat : 29311 (java) S 29300 29302 29047 0 -1 4202560 4040 0 0 0 16 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29312] ppid=29300 vsize=10547052 CPUtime=0.13 cores=1,3,5,7
/proc/29302/task/29312/stat : 29312 (java) S 29300 29302 29047 0 -1 4202560 4473 0 0 0 13 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29313] ppid=29300 vsize=10547052 CPUtime=0.37 cores=1,3,5,7
/proc/29302/task/29313/stat : 29313 (java) S 29300 29302 29047 0 -1 4202560 16044 0 0 0 35 2 0 0 15 0 19 0 833365702 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 0 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29314] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29314/stat : 29314 (java) S 29300 29302 29047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365703 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29315] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29315/stat : 29315 (java) S 29300 29302 29047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365703 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29316] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29316/stat : 29316 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134537649 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29317] ppid=29300 vsize=10547052 CPUtime=0.81 cores=1,3,5,7
/proc/29302/task/29317/stat : 29317 (java) S 29300 29302 29047 0 -1 4202560 5519 0 0 0 80 1 0 0 15 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29318] ppid=29300 vsize=10547052 CPUtime=0.98 cores=1,3,5,7
/proc/29302/task/29318/stat : 29318 (java) S 29300 29302 29047 0 -1 4202560 8289 0 0 0 97 1 0 0 15 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29319] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29319/stat : 29319 (java) S 29300 29302 29047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29320] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29320/stat : 29320 (java) S 29300 29302 29047 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29321] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29321/stat : 29321 (java) S 29300 29302 29047 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 833365865 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 175.41
Current children cumulated vsize (KiB) 10547052

[startup+173.601 s]
/proc/loadavg: 2.03 2.08 1.79 3/498 29326
/proc/meminfo: memFree=21424836/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10547052 CPUtime=176.2 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 877686 0 1 0 17526 94 0 0 18 0 19 0 833365699 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2636763 867028 2266 9 0 2627497 0
[pid=29302/tid=29303] ppid=29300 vsize=10547052 CPUtime=172.81 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 805570 0 1 0 17197 84 0 0 25 0 19 0 833365700 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505961643 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29302/tid=29305] ppid=29300 vsize=10547052 CPUtime=0.11 cores=1,3,5,7
/proc/29302/task/29305/stat : 29305 (java) S 29300 29302 29047 0 -1 4202560 5991 0 0 0 11 0 0 0 16 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29306] ppid=29300 vsize=10547052 CPUtime=0.13 cores=1,3,5,7
/proc/29302/task/29306/stat : 29306 (java) S 29300 29302 29047 0 -1 4202560 4728 0 0 0 13 0 0 0 16 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29307] ppid=29300 vsize=10547052 CPUtime=0.11 cores=1,3,5,7
/proc/29302/task/29307/stat : 29307 (java) S 29300 29302 29047 0 -1 4202560 5081 0 0 0 11 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29308] ppid=29300 vsize=10547052 CPUtime=0.13 cores=1,3,5,7
/proc/29302/task/29308/stat : 29308 (java) S 29300 29302 29047 0 -1 4202560 4522 0 0 0 13 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29309] ppid=29300 vsize=10547052 CPUtime=0.16 cores=1,3,5,7
/proc/29302/task/29309/stat : 29309 (java) S 29300 29302 29047 0 -1 4202560 5026 0 0 0 16 0 0 0 16 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29310] ppid=29300 vsize=10547052 CPUtime=0.17 cores=1,3,5,7
/proc/29302/task/29310/stat : 29310 (java) S 29300 29302 29047 0 -1 4202560 7241 0 0 0 17 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29311] ppid=29300 vsize=10547052 CPUtime=0.16 cores=1,3,5,7
/proc/29302/task/29311/stat : 29311 (java) S 29300 29302 29047 0 -1 4202560 4040 0 0 0 16 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29312] ppid=29300 vsize=10547052 CPUtime=0.13 cores=1,3,5,7
/proc/29302/task/29312/stat : 29312 (java) S 29300 29302 29047 0 -1 4202560 4473 0 0 0 13 0 0 0 15 0 19 0 833365701 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29313] ppid=29300 vsize=10547052 CPUtime=0.37 cores=1,3,5,7
/proc/29302/task/29313/stat : 29313 (java) S 29300 29302 29047 0 -1 4202560 16044 0 0 0 35 2 0 0 15 0 19 0 833365702 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 0 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29314] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29314/stat : 29314 (java) S 29300 29302 29047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365703 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29315] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29315/stat : 29315 (java) S 29300 29302 29047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365703 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29316] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29316/stat : 29316 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134537649 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29317] ppid=29300 vsize=10547052 CPUtime=0.81 cores=1,3,5,7
/proc/29302/task/29317/stat : 29317 (java) S 29300 29302 29047 0 -1 4202560 5519 0 0 0 80 1 0 0 15 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29318] ppid=29300 vsize=10547052 CPUtime=0.98 cores=1,3,5,7
/proc/29302/task/29318/stat : 29318 (java) S 29300 29302 29047 0 -1 4202560 8289 0 0 0 97 1 0 0 15 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29319] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29319/stat : 29319 (java) S 29300 29302 29047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29320] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29320/stat : 29320 (java) S 29300 29302 29047 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 833365705 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29321] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29321/stat : 29321 (java) S 29300 29302 29047 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 833365865 10800181248 867028 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 176.2
Current children cumulated vsize (KiB) 10547052

[startup+174.001 s]
/proc/loadavg: 2.03 2.08 1.79 3/498 29326
/proc/meminfo: memFree=21424836/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=10547052 CPUtime=176.62 cores=1,3,5,7
/proc/29302/stat : 29302 (java) S 29300 29302 29047 0 -1 4202496 878453 0 1 0 17568 94 0 0 18 0 19 0 833365699 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 2636763 867794 2266 9 0 2627497 0
[pid=29302/tid=29303] ppid=29300 vsize=10547052 CPUtime=173.2 cores=1,3,5,7
/proc/29302/task/29303/stat : 29303 (java) R 29300 29302 29047 0 -1 4202560 805571 0 1 0 17236 84 0 0 25 0 19 0 833365700 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 46912505900780 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29302/tid=29305] ppid=29300 vsize=10547052 CPUtime=0.11 cores=1,3,5,7
/proc/29302/task/29305/stat : 29305 (java) S 29300 29302 29047 0 -1 4202560 5994 0 0 0 11 0 0 0 15 0 19 0 833365701 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29306] ppid=29300 vsize=10547052 CPUtime=0.13 cores=1,3,5,7
/proc/29302/task/29306/stat : 29306 (java) S 29300 29302 29047 0 -1 4202560 4728 0 0 0 13 0 0 0 15 0 19 0 833365701 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29307] ppid=29300 vsize=10547052 CPUtime=0.12 cores=1,3,5,7
/proc/29302/task/29307/stat : 29307 (java) S 29300 29302 29047 0 -1 4202560 5209 0 0 0 12 0 0 0 15 0 19 0 833365701 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29308] ppid=29300 vsize=10547052 CPUtime=0.14 cores=1,3,5,7
/proc/29302/task/29308/stat : 29308 (java) S 29300 29302 29047 0 -1 4202560 4659 0 0 0 14 0 0 0 16 0 19 0 833365701 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29309] ppid=29300 vsize=10547052 CPUtime=0.16 cores=1,3,5,7
/proc/29302/task/29309/stat : 29309 (java) S 29300 29302 29047 0 -1 4202560 5026 0 0 0 16 0 0 0 15 0 19 0 833365701 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 7 0 0 0
[pid=29302/tid=29310] ppid=29300 vsize=10547052 CPUtime=0.18 cores=1,3,5,7
/proc/29302/task/29310/stat : 29310 (java) S 29300 29302 29047 0 -1 4202560 7533 0 0 0 18 0 0 0 16 0 19 0 833365701 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29311] ppid=29300 vsize=10547052 CPUtime=0.16 cores=1,3,5,7
/proc/29302/task/29311/stat : 29311 (java) S 29300 29302 29047 0 -1 4202560 4040 0 0 0 16 0 0 0 15 0 19 0 833365701 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29312] ppid=29300 vsize=10547052 CPUtime=0.14 cores=1,3,5,7
/proc/29302/task/29312/stat : 29312 (java) S 29300 29302 29047 0 -1 4202560 4679 0 0 0 14 0 0 0 16 0 19 0 833365701 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29313] ppid=29300 vsize=10547052 CPUtime=0.37 cores=1,3,5,7
/proc/29302/task/29313/stat : 29313 (java) S 29300 29302 29047 0 -1 4202560 16044 0 0 0 35 2 0 0 15 0 19 0 833365702 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 0 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29314] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29314/stat : 29314 (java) S 29300 29302 29047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365703 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29315] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29315/stat : 29315 (java) S 29300 29302 29047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365703 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29316] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29316/stat : 29316 (java) S 29300 29302 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134537649 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29317] ppid=29300 vsize=10547052 CPUtime=0.81 cores=1,3,5,7
/proc/29302/task/29317/stat : 29317 (java) S 29300 29302 29047 0 -1 4202560 5519 0 0 0 80 1 0 0 15 0 19 0 833365705 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29318] ppid=29300 vsize=10547052 CPUtime=0.98 cores=1,3,5,7
/proc/29302/task/29318/stat : 29318 (java) S 29300 29302 29047 0 -1 4202560 8289 0 0 0 97 1 0 0 15 0 19 0 833365705 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
[pid=29302/tid=29319] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29319/stat : 29319 (java) S 29300 29302 29047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833365705 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134529945 0 4 0 16800975 18446604463301153024 0 0 -1 5 0 0 0
[pid=29302/tid=29320] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29320/stat : 29320 (java) S 29300 29302 29047 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 833365705 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 1 0 0 0
[pid=29302/tid=29321] ppid=29300 vsize=10547052 CPUtime=0 cores=1,3,5,7
/proc/29302/task/29321/stat : 29321 (java) S 29300 29302 29047 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 833365865 10800181248 867794 33554432000 1073741824 1073778376 140733201421888 18446744073709551615 228134530560 0 4 0 16800975 18446604463301153024 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 176.62
Current children cumulated vsize (KiB) 10547052

[startup+174.401 s]
/proc/loadavg: 2.03 2.08 1.79 3/498 29326
/proc/meminfo: memFree=21424836/32951124 swapFree=41830676/67111528
[pid=29302] ppid=29300 vsize=0 CPUtime=177.02 cores=1,3,5,7
/proc/29302/stat : 29302 (java) R 29300 29302 29047 0 -1 4203524 878467 0 1 0 17602 100 0 0 18 0 1 0 833365699 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/29302/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 177.02
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 174.473
CPU time (s): 177.096
CPU user time (s): 176.023
CPU system time (s): 1.07284
CPU usage (%): 101.504
Max. virtual memory (cumulated for all children) (KiB): 10554052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.023
system time used= 1.07284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 878467
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= 4558
involuntary context switches= 1586

runsolver used 0.752885 second user time and 1.9477 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-04 22:01:17
IDJOB=3457210
IDBENCH=1495
IDSOLVER=1951
FILE ID=node138/3457210-1307217677
RUNJOBID= node138-1307215867-29066
PBS_JOBID= 13509086
Free space on /tmp= 73660 MiB

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

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=1413165225

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:      25837740 kB
Buffers:        326384 kB
Cached:        1295448 kB
SwapCached:      44568 kB
Active:        4872828 kB
Inactive:      1944184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25837740 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            9544 kB
Writeback:           0 kB
AnonPages:     5162436 kB
Mapped:          24712 kB
Slab:           129844 kB
PageTables:      97824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141003960 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= 73660 MiB
End job on node138 at 2011-06-04 22:04:12