Trace number 3743872

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.26 1788.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_mh.opb
MD5SUM1ab6633942d0dec66d4a4598d6fd88a7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23298810
Best CPU time to get the best result obtained on this benchmark1801.45
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 416475778904
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 416475778904
Number of bits of the biggest sum of numbers39
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3743872-1338797885.opb
0.06/0.13	c reading problem ... 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3743872-1338797885/watcher-3743872-1338797885 -o /tmp/evaluation-result-3743872-1338797885/solver-3743872-1338797885 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743872-1338797885.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.79 3.15 3.40 2/197 26608
/proc/meminfo: memFree=27201288/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/26608/stat : 26608 (java6) D 26606 26608 24174 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 345913770 2560000 47 33554432000 1073741824 1073778376 140733213594336 140733213591464 215134334247 0 0 4096 0 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/26608/statm: 625 47 37 9 0 29 0

[startup+0.015429 s]
/proc/loadavg: 2.79 3.15 3.40 2/197 26608
/proc/meminfo: memFree=27201288/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26608/stat : 26608 (java) R 26606 26608 24174 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 345913770 23793664 713 33554432000 1073741824 1073778376 140735568683296 140735568672360 215134287208 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 5809 713 527 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100174 s]
/proc/loadavg: 2.79 3.15 3.40 2/197 26608
/proc/meminfo: memFree=27201288/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 3903 0 1 0 6 0 0 0 20 0 18 0 345913770 2764726272 5621 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 5621 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300201 s]
/proc/loadavg: 2.79 3.15 3.40 2/197 26608
/proc/meminfo: memFree=27201288/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=0.43 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 5806 0 1 0 40 3 0 0 20 0 18 0 345913770 2764726272 32029 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 32029 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2699928

[startup+0.700198 s]
/proc/loadavg: 2.79 3.15 3.40 2/197 26608
/proc/meminfo: memFree=27201288/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=0.83 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 5869 0 1 0 77 6 0 0 20 0 18 0 345913770 2764726272 64285 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 64285 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2699928

[startup+1.50074 s]
/proc/loadavg: 2.79 3.15 3.40 3/215 26626
/proc/meminfo: memFree=26855888/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=1.89 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 6087 0 1 0 173 16 0 0 20 0 18 0 345913770 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 125268 2232 9 0 665676 0
[pid=26608/tid=26610] ppid=26606 vsize=2699928 CPUtime=1.36 cores=1,3,5,7
/proc/26608/task/26610/stat : 26610 (java) R 26606 26608 24174 0 -1 4202560 2962 0 1 0 128 8 0 0 20 0 18 0 345913772 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024372506528 215146882317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26611] ppid=26606 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26608/task/26611/stat : 26611 (java) S 26606 26608 24174 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 345913773 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024356797480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26612] ppid=26606 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26608/task/26612/stat : 26612 (java) S 26606 26608 24174 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 345913773 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024355744680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26613] ppid=26606 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/26608/task/26613/stat : 26613 (java) S 26606 26608 24174 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 345913773 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024354691880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26614] ppid=26606 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/26608/task/26614/stat : 26614 (java) S 26606 26608 24174 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 18 0 345913773 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024353639080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26615] ppid=26606 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26608/task/26615/stat : 26615 (java) S 26606 26608 24174 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 345913773 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024352586280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26616] ppid=26606 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/26608/task/26616/stat : 26616 (java) S 26606 26608 24174 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 345913773 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024351533480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26617] ppid=26606 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/26608/task/26617/stat : 26617 (java) S 26606 26608 24174 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 345913773 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024350480680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26618] ppid=26606 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26608/task/26618/stat : 26618 (java) S 26606 26608 24174 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 345913773 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024349427880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26619] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26619/stat : 26619 (java) S 26606 26608 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345913774 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024337017832 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26620] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26620/stat : 26620 (java) S 26606 26608 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024335963896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26621] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26621/stat : 26621 (java) S 26606 26608 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024334910984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26622] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26622/stat : 26622 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024333859472 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26623] ppid=26606 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/26608/task/26623/stat : 26623 (java) S 26606 26608 24174 0 -1 4202560 833 0 0 0 7 0 0 0 20 0 18 0 345913778 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024332806584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26624] ppid=26606 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/26608/task/26624/stat : 26624 (java) S 26606 26608 24174 0 -1 4202560 948 0 0 0 8 0 0 0 20 0 18 0 345913778 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024331753784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26625] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26625/stat : 26625 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024330701176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26626] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26626/stat : 26626 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 125268 33554432000 1073741824 1073778376 140735568683296 140024329648584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 2699928

[startup+3.10076 s]
/proc/loadavg: 2.79 3.15 3.40 10/215 26626
/proc/meminfo: memFree=26598764/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=4.66 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 8511 0 1 0 426 40 0 0 20 0 18 0 345913770 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 178978 2237 9 0 665676 0
[pid=26608/tid=26610] ppid=26606 vsize=2699928 CPUtime=2.59 cores=1,3,5,7
/proc/26608/task/26610/stat : 26610 (java) R 26606 26608 24174 0 -1 4202560 2964 0 1 0 250 9 0 0 20 0 18 0 345913772 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024372514304 215146882317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26611] ppid=26606 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/26608/task/26611/stat : 26611 (java) S 26606 26608 24174 0 -1 4202560 315 0 0 0 18 4 0 0 20 0 18 0 345913773 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024356797480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26612] ppid=26606 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/26608/task/26612/stat : 26612 (java) S 26606 26608 24174 0 -1 4202560 111 0 0 0 17 3 0 0 20 0 18 0 345913773 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024355744680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26613] ppid=26606 vsize=2699928 CPUtime=0.19 cores=1,3,5,7
/proc/26608/task/26613/stat : 26613 (java) S 26606 26608 24174 0 -1 4202560 293 0 0 0 16 3 0 0 20 0 18 0 345913773 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024354691880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26614] ppid=26606 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/26608/task/26614/stat : 26614 (java) S 26606 26608 24174 0 -1 4202560 85 0 0 0 16 5 0 0 20 0 18 0 345913773 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024353639080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26615] ppid=26606 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/26608/task/26615/stat : 26615 (java) S 26606 26608 24174 0 -1 4202560 79 0 0 0 18 4 0 0 20 0 18 0 345913773 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024352586280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26616] ppid=26606 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/26608/task/26616/stat : 26616 (java) S 26606 26608 24174 0 -1 4202560 351 0 0 0 14 4 0 0 20 0 18 0 345913773 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024351533480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26617] ppid=26606 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/26608/task/26617/stat : 26617 (java) S 26606 26608 24174 0 -1 4202560 520 0 0 0 16 4 0 0 20 0 18 0 345913773 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024350480680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26618] ppid=26606 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/26608/task/26618/stat : 26618 (java) S 26606 26608 24174 0 -1 4202560 493 0 0 0 19 4 0 0 20 0 18 0 345913773 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024349427880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26619] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26619/stat : 26619 (java) S 26606 26608 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345913774 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024337017832 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26620] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26620/stat : 26620 (java) S 26606 26608 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024335963896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26621] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26621/stat : 26621 (java) S 26606 26608 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024334910984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26622] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26622/stat : 26622 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024333859472 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26623] ppid=26606 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/26608/task/26623/stat : 26623 (java) S 26606 26608 24174 0 -1 4202560 932 0 0 0 13 0 0 0 20 0 18 0 345913778 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024332806584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26624] ppid=26606 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/26608/task/26624/stat : 26624 (java) S 26606 26608 24174 0 -1 4202560 1185 0 0 0 15 0 0 0 20 0 18 0 345913778 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024331753784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26625] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26625/stat : 26625 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024330701176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26626] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26626/stat : 26626 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 178978 33554432000 1073741824 1073778376 140735568683296 140024329648584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 2699928

[startup+6.30069 s]
/proc/loadavg: 2.64 3.11 3.39 10/215 26626
/proc/meminfo: memFree=26212196/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=13.17 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 29995 0 1 0 1239 78 0 0 20 0 18 0 345913770 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 272282 2256 9 0 665676 0
[pid=26608/tid=26610] ppid=26606 vsize=2699928 CPUtime=4.28 cores=1,3,5,7
/proc/26608/task/26610/stat : 26610 (java) R 26606 26608 24174 0 -1 4202560 2992 0 1 0 419 9 0 0 20 0 18 0 345913772 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024372506608 140024205040304 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26611] ppid=26606 vsize=2699928 CPUtime=0.87 cores=1,3,5,7
/proc/26608/task/26611/stat : 26611 (java) S 26606 26608 24174 0 -1 4202560 868 0 0 0 79 8 0 0 20 0 18 0 345913773 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024356797480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26612] ppid=26606 vsize=2699928 CPUtime=1 cores=1,3,5,7
/proc/26608/task/26612/stat : 26612 (java) S 26606 26608 24174 0 -1 4202560 450 0 0 0 91 9 0 0 20 0 18 0 345913773 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024355744680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26613] ppid=26606 vsize=2699928 CPUtime=0.9 cores=1,3,5,7
/proc/26608/task/26613/stat : 26613 (java) S 26606 26608 24174 0 -1 4202560 716 0 0 0 83 7 0 0 20 0 18 0 345913773 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024354691880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26614] ppid=26606 vsize=2699928 CPUtime=0.97 cores=1,3,5,7
/proc/26608/task/26614/stat : 26614 (java) S 26606 26608 24174 0 -1 4202560 954 0 0 0 88 9 0 0 20 0 18 0 345913773 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024353639080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26615] ppid=26606 vsize=2699928 CPUtime=0.87 cores=1,3,5,7
/proc/26608/task/26615/stat : 26615 (java) S 26606 26608 24174 0 -1 4202560 821 0 0 0 80 7 0 0 20 0 18 0 345913773 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024352586280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26616] ppid=26606 vsize=2699928 CPUtime=0.91 cores=1,3,5,7
/proc/26608/task/26616/stat : 26616 (java) S 26606 26608 24174 0 -1 4202560 927 0 0 0 83 8 0 0 20 0 18 0 345913773 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024351533480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26617] ppid=26606 vsize=2699928 CPUtime=0.98 cores=1,3,5,7
/proc/26608/task/26617/stat : 26617 (java) S 26606 26608 24174 0 -1 4202560 699 0 0 0 89 9 0 0 20 0 18 0 345913773 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024350480680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26618] ppid=26606 vsize=2699928 CPUtime=1.07 cores=1,3,5,7
/proc/26608/task/26618/stat : 26618 (java) S 26606 26608 24174 0 -1 4202560 705 0 0 0 97 10 0 0 20 0 18 0 345913773 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024349427880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26619] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26619/stat : 26619 (java) S 26606 26608 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345913774 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024337017832 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26620] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26620/stat : 26620 (java) S 26606 26608 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024335963896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26621] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26621/stat : 26621 (java) S 26606 26608 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024334910984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26622] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26622/stat : 26622 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024333859472 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26623] ppid=26606 vsize=2699928 CPUtime=0.54 cores=1,3,5,7
/proc/26608/task/26623/stat : 26623 (java) R 26606 26608 24174 0 -1 4202560 10854 0 0 0 52 2 0 0 20 0 18 0 345913778 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024332781880 140024378971667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26624] ppid=26606 vsize=2699928 CPUtime=0.64 cores=1,3,5,7
/proc/26608/task/26624/stat : 26624 (java) R 26606 26608 24174 0 -1 4202560 8826 0 0 0 62 2 0 0 20 0 18 0 345913778 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024331741192 140024375126528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26625] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26625/stat : 26625 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024330701176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26626] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26626/stat : 26626 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 272282 33554432000 1073741824 1073778376 140735568683296 140024329648584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 2.59 3.10 3.38 3/215 26626
/proc/meminfo: memFree=25771940/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=25.14 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 32588 0 1 0 2409 105 0 0 20 0 18 0 345913770 2764726272 361165 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 361165 2262 9 0 665676 0
[pid=26608/tid=26610] ppid=26606 vsize=2699928 CPUtime=7.05 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.01 2.20 3/214 26701
/proc/meminfo: memFree=25173736/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=1801.36 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 33183 0 1 0 179969 167 0 0 20 0 18 0 345913770 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 367073 2264 9 0 665676 0
[pid=26608/tid=26610] ppid=26606 vsize=2699928 CPUtime=13.39 cores=1,3,5,7
/proc/26608/task/26610/stat : 26610 (java) S 26606 26608 24174 0 -1 4202560 3375 0 1 0 1326 13 0 0 20 0 18 0 345913772 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024372513928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26611] ppid=26606 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/26608/task/26611/stat : 26611 (java) S 26606 26608 24174 0 -1 4202560 1076 0 0 0 159 12 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024356797480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26612] ppid=26606 vsize=2699928 CPUtime=2.01 cores=1,3,5,7
/proc/26608/task/26612/stat : 26612 (java) S 26606 26608 24174 0 -1 4202560 669 0 0 0 187 14 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024355744680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26613] ppid=26606 vsize=2699928 CPUtime=1.83 cores=1,3,5,7
/proc/26608/task/26613/stat : 26613 (java) S 26606 26608 24174 0 -1 4202560 805 0 0 0 171 12 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024354691880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26614] ppid=26606 vsize=2699928 CPUtime=1.93 cores=1,3,5,7
/proc/26608/task/26614/stat : 26614 (java) S 26606 26608 24174 0 -1 4202560 1463 0 0 0 182 11 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024353639080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26615] ppid=26606 vsize=2699928 CPUtime=1.69 cores=1,3,5,7
/proc/26608/task/26615/stat : 26615 (java) S 26606 26608 24174 0 -1 4202560 1151 0 0 0 159 10 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024352586280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26616] ppid=26606 vsize=2699928 CPUtime=1.6 cores=1,3,5,7
/proc/26608/task/26616/stat : 26616 (java) S 26606 26608 24174 0 -1 4202560 1265 0 0 0 150 10 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024351533480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26617] ppid=26606 vsize=2699928 CPUtime=1.98 cores=1,3,5,7
/proc/26608/task/26617/stat : 26617 (java) S 26606 26608 24174 0 -1 4202560 929 0 0 0 185 13 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024350480680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26618] ppid=26606 vsize=2699928 CPUtime=1.91 cores=1,3,5,7
/proc/26608/task/26618/stat : 26618 (java) S 26606 26608 24174 0 -1 4202560 1348 0 0 0 178 13 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024349427880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26619] ppid=26606 vsize=2699928 CPUtime=1770.61 cores=1,3,5,7
/proc/26608/task/26619/stat : 26619 (java) R 26606 26608 24174 0 -1 4202560 142 0 0 0 177028 33 0 0 20 0 18 0 345913774 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024337017992 140024378638739 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26620] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26620/stat : 26620 (java) S 26606 26608 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024335963896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26621] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26621/stat : 26621 (java) S 26606 26608 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024334910984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26622] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26622/stat : 26622 (java) S 26606 26608 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024333859016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26623] ppid=26606 vsize=2699928 CPUtime=0.68 cores=1,3,5,7
/proc/26608/task/26623/stat : 26623 (java) S 26606 26608 24174 0 -1 4202560 10854 0 0 0 66 2 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024332806584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26624] ppid=26606 vsize=2699928 CPUtime=0.84 cores=1,3,5,7
/proc/26608/task/26624/stat : 26624 (java) S 26606 26608 24174 0 -1 4202560 8828 0 0 0 82 2 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024331753784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26625] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26625/stat : 26625 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024330701176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26626] ppid=26606 vsize=2699928 CPUtime=1.12 cores=1,3,5,7
/proc/26608/task/26626/stat : 26626 (java) S 26606 26608 24174 0 -1 4202560 102 0 0 0 70 42 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024329648584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1801.36
Current children cumulated vsize (KiB) 2699928

[startup+1788.2 s]
/proc/loadavg: 2.00 2.01 2.20 3/214 26701
/proc/meminfo: memFree=25173736/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=1801.76 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 33183 0 1 0 180009 167 0 0 20 0 18 0 345913770 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 367073 2264 9 0 665676 0
[pid=26608/tid=26610] ppid=26606 vsize=2699928 CPUtime=13.39 cores=1,3,5,7
/proc/26608/task/26610/stat : 26610 (java) S 26606 26608 24174 0 -1 4202560 3375 0 1 0 1326 13 0 0 20 0 18 0 345913772 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024372513928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26611] ppid=26606 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/26608/task/26611/stat : 26611 (java) S 26606 26608 24174 0 -1 4202560 1076 0 0 0 159 12 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024356797480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26612] ppid=26606 vsize=2699928 CPUtime=2.01 cores=1,3,5,7
/proc/26608/task/26612/stat : 26612 (java) S 26606 26608 24174 0 -1 4202560 669 0 0 0 187 14 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024355744680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26613] ppid=26606 vsize=2699928 CPUtime=1.83 cores=1,3,5,7
/proc/26608/task/26613/stat : 26613 (java) S 26606 26608 24174 0 -1 4202560 805 0 0 0 171 12 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024354691880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26614] ppid=26606 vsize=2699928 CPUtime=1.93 cores=1,3,5,7
/proc/26608/task/26614/stat : 26614 (java) S 26606 26608 24174 0 -1 4202560 1463 0 0 0 182 11 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024353639080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26615] ppid=26606 vsize=2699928 CPUtime=1.69 cores=1,3,5,7
/proc/26608/task/26615/stat : 26615 (java) S 26606 26608 24174 0 -1 4202560 1151 0 0 0 159 10 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024352586280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26616] ppid=26606 vsize=2699928 CPUtime=1.6 cores=1,3,5,7
/proc/26608/task/26616/stat : 26616 (java) S 26606 26608 24174 0 -1 4202560 1265 0 0 0 150 10 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024351533480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26617] ppid=26606 vsize=2699928 CPUtime=1.98 cores=1,3,5,7
/proc/26608/task/26617/stat : 26617 (java) S 26606 26608 24174 0 -1 4202560 929 0 0 0 185 13 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024350480680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26618] ppid=26606 vsize=2699928 CPUtime=1.91 cores=1,3,5,7
/proc/26608/task/26618/stat : 26618 (java) S 26606 26608 24174 0 -1 4202560 1348 0 0 0 178 13 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024349427880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26619] ppid=26606 vsize=2699928 CPUtime=1771.01 cores=1,3,5,7
/proc/26608/task/26619/stat : 26619 (java) R 26606 26608 24174 0 -1 4202560 142 0 0 0 177068 33 0 0 20 0 18 0 345913774 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024337017992 140024374710882 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26620] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26620/stat : 26620 (java) S 26606 26608 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024335963896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26621] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26621/stat : 26621 (java) S 26606 26608 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024334910984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26622] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26622/stat : 26622 (java) S 26606 26608 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024333859016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26623] ppid=26606 vsize=2699928 CPUtime=0.68 cores=1,3,5,7
/proc/26608/task/26623/stat : 26623 (java) S 26606 26608 24174 0 -1 4202560 10854 0 0 0 66 2 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024332806584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26624] ppid=26606 vsize=2699928 CPUtime=0.84 cores=1,3,5,7
/proc/26608/task/26624/stat : 26624 (java) S 26606 26608 24174 0 -1 4202560 8828 0 0 0 82 2 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024331753784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26625] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26625/stat : 26625 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024330701176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26626] ppid=26606 vsize=2699928 CPUtime=1.12 cores=1,3,5,7
/proc/26608/task/26626/stat : 26626 (java) S 26606 26608 24174 0 -1 4202560 102 0 0 0 70 42 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024329648584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1801.76
Current children cumulated vsize (KiB) 2699928

[startup+1788.4 s]
/proc/loadavg: 2.00 2.01 2.20 3/214 26701
/proc/meminfo: memFree=25173736/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=1801.96 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 33183 0 1 0 180029 167 0 0 20 0 18 0 345913770 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 367073 2264 9 0 665676 0
[pid=26608/tid=26610] ppid=26606 vsize=2699928 CPUtime=13.39 cores=1,3,5,7
/proc/26608/task/26610/stat : 26610 (java) S 26606 26608 24174 0 -1 4202560 3375 0 1 0 1326 13 0 0 20 0 18 0 345913772 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024372513928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26611] ppid=26606 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/26608/task/26611/stat : 26611 (java) S 26606 26608 24174 0 -1 4202560 1076 0 0 0 159 12 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024356797480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26612] ppid=26606 vsize=2699928 CPUtime=2.01 cores=1,3,5,7
/proc/26608/task/26612/stat : 26612 (java) S 26606 26608 24174 0 -1 4202560 669 0 0 0 187 14 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024355744680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26613] ppid=26606 vsize=2699928 CPUtime=1.83 cores=1,3,5,7
/proc/26608/task/26613/stat : 26613 (java) S 26606 26608 24174 0 -1 4202560 805 0 0 0 171 12 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024354691880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26614] ppid=26606 vsize=2699928 CPUtime=1.93 cores=1,3,5,7
/proc/26608/task/26614/stat : 26614 (java) S 26606 26608 24174 0 -1 4202560 1463 0 0 0 182 11 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024353639080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26615] ppid=26606 vsize=2699928 CPUtime=1.69 cores=1,3,5,7
/proc/26608/task/26615/stat : 26615 (java) S 26606 26608 24174 0 -1 4202560 1151 0 0 0 159 10 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024352586280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26616] ppid=26606 vsize=2699928 CPUtime=1.6 cores=1,3,5,7
/proc/26608/task/26616/stat : 26616 (java) S 26606 26608 24174 0 -1 4202560 1265 0 0 0 150 10 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024351533480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26617] ppid=26606 vsize=2699928 CPUtime=1.98 cores=1,3,5,7
/proc/26608/task/26617/stat : 26617 (java) S 26606 26608 24174 0 -1 4202560 929 0 0 0 185 13 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024350480680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26618] ppid=26606 vsize=2699928 CPUtime=1.91 cores=1,3,5,7
/proc/26608/task/26618/stat : 26618 (java) S 26606 26608 24174 0 -1 4202560 1348 0 0 0 178 13 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024349427880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26619] ppid=26606 vsize=2699928 CPUtime=1771.21 cores=1,3,5,7
/proc/26608/task/26619/stat : 26619 (java) R 26606 26608 24174 0 -1 4202560 142 0 0 0 177088 33 0 0 20 0 18 0 345913774 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024337017992 140024376652156 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26620] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26620/stat : 26620 (java) S 26606 26608 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024335963896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26621] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26621/stat : 26621 (java) S 26606 26608 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024334910984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26622] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26622/stat : 26622 (java) S 26606 26608 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024333859016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26623] ppid=26606 vsize=2699928 CPUtime=0.68 cores=1,3,5,7
/proc/26608/task/26623/stat : 26623 (java) S 26606 26608 24174 0 -1 4202560 10854 0 0 0 66 2 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024332806584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26624] ppid=26606 vsize=2699928 CPUtime=0.84 cores=1,3,5,7
/proc/26608/task/26624/stat : 26624 (java) S 26606 26608 24174 0 -1 4202560 8828 0 0 0 82 2 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024331753784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26625] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26625/stat : 26625 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024330701176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26626] ppid=26606 vsize=2699928 CPUtime=1.12 cores=1,3,5,7
/proc/26608/task/26626/stat : 26626 (java) S 26606 26608 24174 0 -1 4202560 102 0 0 0 70 42 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024329648584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 2699928

[startup+1788.5 s]
/proc/loadavg: 2.00 2.01 2.20 3/214 26701
/proc/meminfo: memFree=25173736/32873844 swapFree=7380/7380
[pid=26608] ppid=26606 vsize=2699928 CPUtime=1802.07 cores=1,3,5,7
/proc/26608/stat : 26608 (java) S 26606 26608 24174 0 -1 4202496 33183 0 1 0 180040 167 0 0 20 0 18 0 345913770 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140735568674432 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26608/statm: 674982 367073 2264 9 0 665676 0
[pid=26608/tid=26610] ppid=26606 vsize=2699928 CPUtime=13.39 cores=1,3,5,7
/proc/26608/task/26610/stat : 26610 (java) S 26606 26608 24174 0 -1 4202560 3375 0 1 0 1326 13 0 0 20 0 18 0 345913772 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024372513928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26611] ppid=26606 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/26608/task/26611/stat : 26611 (java) S 26606 26608 24174 0 -1 4202560 1076 0 0 0 159 12 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024356797480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26612] ppid=26606 vsize=2699928 CPUtime=2.01 cores=1,3,5,7
/proc/26608/task/26612/stat : 26612 (java) S 26606 26608 24174 0 -1 4202560 669 0 0 0 187 14 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024355744680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26613] ppid=26606 vsize=2699928 CPUtime=1.83 cores=1,3,5,7
/proc/26608/task/26613/stat : 26613 (java) S 26606 26608 24174 0 -1 4202560 805 0 0 0 171 12 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024354691880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26614] ppid=26606 vsize=2699928 CPUtime=1.93 cores=1,3,5,7
/proc/26608/task/26614/stat : 26614 (java) S 26606 26608 24174 0 -1 4202560 1463 0 0 0 182 11 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024353639080 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26615] ppid=26606 vsize=2699928 CPUtime=1.69 cores=1,3,5,7
/proc/26608/task/26615/stat : 26615 (java) S 26606 26608 24174 0 -1 4202560 1151 0 0 0 159 10 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024352586280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26616] ppid=26606 vsize=2699928 CPUtime=1.6 cores=1,3,5,7
/proc/26608/task/26616/stat : 26616 (java) S 26606 26608 24174 0 -1 4202560 1265 0 0 0 150 10 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024351533480 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26617] ppid=26606 vsize=2699928 CPUtime=1.98 cores=1,3,5,7
/proc/26608/task/26617/stat : 26617 (java) S 26606 26608 24174 0 -1 4202560 929 0 0 0 185 13 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024350480680 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26618] ppid=26606 vsize=2699928 CPUtime=1.91 cores=1,3,5,7
/proc/26608/task/26618/stat : 26618 (java) S 26606 26608 24174 0 -1 4202560 1348 0 0 0 178 13 0 0 20 0 18 0 345913773 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024349427880 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26619] ppid=26606 vsize=2699928 CPUtime=1771.31 cores=1,3,5,7
/proc/26608/task/26619/stat : 26619 (java) R 26606 26608 24174 0 -1 4202560 142 0 0 0 177098 33 0 0 20 0 18 0 345913774 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024337017992 140024378638752 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26620] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26620/stat : 26620 (java) S 26606 26608 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024335963896 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26621] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26621/stat : 26621 (java) S 26606 26608 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345913775 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024334910984 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26608/tid=26622] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26622/stat : 26622 (java) S 26606 26608 24174 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024333859016 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26608/tid=26623] ppid=26606 vsize=2699928 CPUtime=0.68 cores=1,3,5,7
/proc/26608/task/26623/stat : 26623 (java) S 26606 26608 24174 0 -1 4202560 10854 0 0 0 66 2 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024332806584 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26624] ppid=26606 vsize=2699928 CPUtime=0.84 cores=1,3,5,7
/proc/26608/task/26624/stat : 26624 (java) S 26606 26608 24174 0 -1 4202560 8828 0 0 0 82 2 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024331753784 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26608/tid=26625] ppid=26606 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26608/task/26625/stat : 26625 (java) S 26606 26608 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024330701176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26608/tid=26626] ppid=26606 vsize=2699928 CPUtime=1.12 cores=1,3,5,7
/proc/26608/task/26626/stat : 26626 (java) S 26606 26608 24174 0 -1 4202560 102 0 0 0 70 42 0 0 20 0 18 0 345913778 2764726272 367073 33554432000 1073741824 1073778376 140735568683296 140024329648584 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 2699928

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1788.52
CPU time (s): 1802.26
CPU user time (s): 1800.26
CPU system time (s): 2.00069
CPU usage (%): 100.768
Max. virtual memory (cumulated for all children) (KiB): 2701244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.26
system time used= 2.00069
maximum resident set size= 1468292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33183
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37970
involuntary context switches= 7763

runsolver used 7.99078 second user time and 21.1608 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 10:18:10
IDJOB=3743872
IDBENCH=92640
IDSOLVER=2324
FILE ID=node133/3743872-1338797885
RUNJOBID= node133-1338782189-24191
PBS_JOBID= 14636833
Free space on /tmp= 70240 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_1_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743872-1338797885/watcher-3743872-1338797885 -o /tmp/evaluation-result-3743872-1338797885/solver-3743872-1338797885 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743872-1338797885.opb

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

MD5SUM BENCH= 1ab6633942d0dec66d4a4598d6fd88a7
RANDOM SEED=1646480594

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27201544 kB
Buffers:          505336 kB
Cached:          3157528 kB
SwapCached:          676 kB
Active:          2862740 kB
Inactive:        1895652 kB
Active(anon):    1086704 kB
Inactive(anon):    10220 kB
Active(file):    1776036 kB
Inactive(file):  1885432 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:            222224 kB
Writeback:             0 kB
AnonPages:       1103388 kB
Mapped:            18592 kB
Shmem:                 0 kB
Slab:             770964 kB
SReclaimable:     208352 kB
SUnreclaim:       562612 kB
KernelStack:        1616 kB
PageTables:         6372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70052 MiB
End job on node133 at 2012-06-04 10:47:58