Trace number 4099694

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 PB 2.3.6 Resolution PB16UNSAT 294.009 292.216

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark34.5587
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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-2013 Artois University and CNRS
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099694-1466206138.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
2.37/1.52	c ... done. Wall clock time 1.411s.
2.37/1.52	c declared #vars     77106
2.37/1.52	c #constraints  218779
2.37/1.52	c constraints type 
2.37/1.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67732
2.37/1.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.37/1.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
2.37/1.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13220
2.37/1.52	c 218779 constraints processed.
6.16/4.71	c cleaning 2487 clauses out of 4998 with flag 15655/5000
8.51/7.09	c cleaning 4244 clauses out of 8511 with flag 36098/11000
13.51/12.08	c cleaning 5624 clauses out of 11266 with flag 67488/18000
17.42/15.99	c cleaning 6806 clauses out of 13642 with flag 104606/26000
20.83/19.34	c cleaning 7899 clauses out of 15836 with flag 142106/35000
26.95/25.49	c cleaning 8960 clauses out of 17935 with flag 195149/45001
31.94/30.49	c cleaning 9965 clauses out of 19974 with flag 255339/56001
38.36/36.77	c cleaning 10997 clauses out of 22008 with flag 324031/68001
45.06/43.49	c cleaning 11985 clauses out of 24010 with flag 399664/81000
52.27/50.67	c cleaning 13005 clauses out of 26025 with flag 480773/95000
61.36/59.78	c cleaning 13995 clauses out of 28020 with flag 577368/110000
70.97/69.39	c cleaning 15000 clauses out of 30026 with flag 678260/126001
80.97/79.34	c cleaning 16001 clauses out of 32024 with flag 788663/143000
91.97/90.31	c cleaning 17000 clauses out of 34023 with flag 910368/161001
104.95/103.32	c cleaning 17995 clauses out of 36022 with flag 1050127/180002
119.55/117.94	c cleaning 19002 clauses out of 38025 with flag 1242023/200000
132.45/130.85	c cleaning 20005 clauses out of 40025 with flag 1427764/221002
148.74/147.11	c cleaning 21001 clauses out of 42019 with flag 1661442/243001
164.55/162.95	c cleaning 21997 clauses out of 44018 with flag 1918774/266001
182.16/180.51	c cleaning 22998 clauses out of 46021 with flag 2214287/290001
201.56/199.99	c cleaning 24005 clauses out of 48022 with flag 2524530/315000
223.17/221.52	c cleaning 25005 clauses out of 50019 with flag 2900073/341002
242.26/240.61	c cleaning 26002 clauses out of 52012 with flag 3235732/368001
261.47/259.82	c cleaning 27004 clauses out of 54010 with flag 3580979/396002
281.27/279.67	c cleaning 28003 clauses out of 56007 with flag 3934748/425004
293.78/292.18	c starts		: 2728
293.78/292.18	c conflicts		: 444190
293.78/292.18	c decisions		: 1684792
293.78/292.18	c propagations		: 707591543
293.78/292.18	c inspects		: 2276307457
293.78/292.18	c shortcuts		: 0
293.78/292.18	c learnt literals	: 24
293.78/292.18	c learnt binary clauses	: 306
293.78/292.18	c learnt ternary clauses	: 704
293.78/292.18	c learnt constraints	: 444165
293.78/292.18	c ignored constraints	: 0
293.78/292.18	c root simplifications	: 0
293.78/292.18	c removed literals (reason simplification)	: 0
293.78/292.18	c reason swapping (by a shorter reason)	: 0
293.78/292.18	c Calls to reduceDB	: 25
293.78/292.18	c Number of update (reduction) of LBD	: 146596
293.78/292.18	c Imported unit clauses	: 0
293.78/292.18	c number of reductions to clauses (during analyze)	: 0
293.78/292.18	c number of learned constraints concerned by reduction	: 0
293.78/292.18	c number of learning phase by resolution	: 0
293.78/292.18	c number of learning phase by cutting planes	: 0
293.78/292.18	c speed (assignments/second)	: 2434832.501754917
293.78/292.18	c non guided choices	19968
293.89/292.20	c learnt constraints type 
293.89/292.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 306
293.89/292.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46874
293.89/292.20	s UNSATISFIABLE
293.89/292.20	c Total wall clock time (in seconds): 292.084

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099694-1466206138/watcher-4099694-1466206138 -o /tmp/evaluation-result-4099694-1466206138/solver-4099694-1466206138 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099694-1466206138.opb 

pid=26623
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: 0.91 0.38 0.18 3/194 26626
/proc/meminfo: memFree=30609788/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 22662428 95129600 927 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 23225 927 703 9 0 16769 0
[pid=26626/tid=26627] ppid=26623 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) D 26623 26626 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 22662429 95129600 927 33554432000 1073741824 1073778376 140734041883248 139758885686824 272877317415 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 0.91 0.38 0.18 3/194 26626
/proc/meminfo: memFree=30609788/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 4390 0 1 0 8 1 0 0 20 0 18 0 22662428 9787879424 6024 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2389619 6024 2125 9 0 2380296 0
[pid=26626/tid=26627] ppid=26623 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2380 0 1 0 6 0 0 0 20 0 18 0 22662429 9787879424 6024 33554432000 1073741824 1073778376 140734041883248 139758885690272 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 0.91 0.38 0.18 3/194 26626
/proc/meminfo: memFree=30609788/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 4910 0 1 0 25 1 0 0 20 0 18 0 22662428 9787879424 7438 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2389619 7438 2212 9 0 2380296 0
[pid=26626/tid=26627] ppid=26623 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2401 0 1 0 16 0 0 0 20 0 18 0 22662429 9787879424 7438 33554432000 1073741824 1073778376 140734041883248 139758885689928 139758722473344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 0.91 0.38 0.18 3/194 26626
/proc/meminfo: memFree=30609788/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 5787 0 1 0 47 1 0 0 20 0 18 0 22662428 9787879424 8970 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2389619 8970 2233 9 0 2380296 0
[pid=26626/tid=26627] ppid=26623 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2403 0 1 0 26 0 0 0 20 0 18 0 22662429 9787879424 8970 33554432000 1073741824 1073778376 140734041883248 139758885689928 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70035 s]
/proc/loadavg: 0.91 0.38 0.18 3/194 26626
/proc/meminfo: memFree=30609788/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 11049 0 1 0 131 4 0 0 20 0 18 0 22662428 9787879424 44605 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2389619 44605 2261 9 0 2380296 0
[pid=26626/tid=26627] ppid=26623 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2465 0 1 0 61 2 0 0 20 0 18 0 22662429 9787879424 44605 33554432000 1073741824 1073778376 140734041883248 139758885690904 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 1.00 0.41 0.19 3/212 26644
/proc/meminfo: memFree=30417392/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9558476 CPUtime=2.37 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 11153 0 1 0 230 7 0 0 20 0 18 0 22662428 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2389619 71255 2269 9 0 2380296 0
[pid=26626/tid=26627] ppid=26623 vsize=9558476 CPUtime=1.39 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2518 0 1 0 136 3 0 0 20 0 18 0 22662429 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758885683216 139758722757702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26629] ppid=26623 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26629/stat : 26629 (java) S 26623 26626 25977 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 22662430 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758847183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26630] ppid=26623 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26630/stat : 26630 (java) S 26623 26626 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 22662430 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758846130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26631] ppid=26623 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26631/stat : 26631 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 22662430 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758845078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26632] ppid=26623 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26632/stat : 26632 (java) S 26623 26626 25977 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 22662430 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758844025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26633] ppid=26623 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26633/stat : 26633 (java) S 26623 26626 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 22662430 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758842972456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26634] ppid=26623 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26634/stat : 26634 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 22662430 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758841919656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26635] ppid=26623 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26635/stat : 26635 (java) S 26623 26626 25977 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 22662430 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758840867368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26636] ppid=26623 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26636/stat : 26636 (java) S 26623 26626 25977 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 22662430 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758722345384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26637] ppid=26623 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26637/stat : 26637 (java) S 26623 26626 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22662431 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758709934824 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26638] ppid=26623 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26638/stat : 26638 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22662431 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758708880888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26639] ppid=26623 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26639/stat : 26639 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22662431 9787879424 71255 33554432000 1073741824 1073778376 140734041883248 139758707828488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26640] ppid=26623 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26640/stat : 26640 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22662434 9787879424 71767 33554432000 1073741824 1073778376 140734041883248 139758706776976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26641] ppid=26623 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/26626/task/26641/stat : 26641 (java) R 26623 26626 25977 0 -1 4202560 3614 0 0 0 34 0 0 0 20 0 18 0 22662434 9787879424 71767 33554432000 1073741824 1073778376 140734041883248 139757967370424 139758887500912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26642] ppid=26623 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/26626/task/26642/stat : 26642 (java) R 26623 26626 25977 0 -1 4202560 3614 0 0 0 36 0 0 0 20 0 18 0 22662434 9787879424 71767 33554432000 1073741824 1073778376 140734041883248 139757966304912 139758888557904 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26643] ppid=26623 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26643/stat : 26643 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22662434 9787879424 71767 33554432000 1073741824 1073778376 140734041883248 139757965265528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26644] ppid=26623 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26644/stat : 26644 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22662434 9787879424 71767 33554432000 1073741824 1073778376 140734041883248 139757964212936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9558476

[startup+3.10093 s]
/proc/loadavg: 1.00 0.41 0.19 4/213 26645
/proc/meminfo: memFree=30308244/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9625040 CPUtime=4.51 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 11484 0 1 0 443 8 0 0 20 0 19 0 22662428 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2406260 76439 2280 9 0 2396937 0
[pid=26626/tid=26627] ppid=26623 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2534 0 1 0 295 4 0 0 20 0 19 0 22662429 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758885691464 139758723287200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26629] ppid=26623 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26629/stat : 26629 (java) S 26623 26626 25977 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 22662430 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758847183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26630] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26630/stat : 26630 (java) S 26623 26626 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22662430 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758846130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26631] ppid=26623 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26631/stat : 26631 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 22662430 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758845078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26632] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26632/stat : 26632 (java) S 26623 26626 25977 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758844025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26633] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26633/stat : 26633 (java) S 26623 26626 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22662430 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758842972456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26634] ppid=26623 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26634/stat : 26634 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 22662430 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758841919656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26635] ppid=26623 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26635/stat : 26635 (java) S 26623 26626 25977 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 22662430 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758840867368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26636] ppid=26623 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26636/stat : 26636 (java) S 26623 26626 25977 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 22662430 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758722345384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26637] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26637/stat : 26637 (java) S 26623 26626 25977 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758709934824 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26638] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26638/stat : 26638 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758708880888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26639] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26639/stat : 26639 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758707828488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26640] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26640/stat : 26640 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139758706776976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26641] ppid=26623 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/26626/task/26641/stat : 26641 (java) S 26623 26626 25977 0 -1 4202560 3616 0 0 0 59 0 0 0 20 0 19 0 22662434 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139757967370424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26642] ppid=26623 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/26626/task/26642/stat : 26642 (java) S 26623 26626 25977 0 -1 4202560 3918 0 0 0 65 0 0 0 20 0 19 0 22662434 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139757966317624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26643] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26643/stat : 26643 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139757965265528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26644] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26644/stat : 26644 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139757964212936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26645] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26645/stat : 26645 (java) S 26623 26626 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22662586 9856040960 76439 33554432000 1073741824 1073778376 140734041883248 139757963158952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30094 s]
/proc/loadavg: 1.00 0.41 0.19 4/213 26645
/proc/meminfo: memFree=30306636/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9625040 CPUtime=7.76 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 11491 0 1 0 768 8 0 0 20 0 19 0 22662428 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2406260 76095 2284 9 0 2396937 0
[pid=26626/tid=26627] ppid=26623 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2537 0 1 0 615 4 0 0 20 0 19 0 22662429 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758885691704 139758723205168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26629] ppid=26623 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26629/stat : 26629 (java) S 26623 26626 25977 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 22662430 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758847183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26630] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26630/stat : 26630 (java) S 26623 26626 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22662430 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758846130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26631] ppid=26623 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26631/stat : 26631 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 22662430 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758845078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26632] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26632/stat : 26632 (java) S 26623 26626 25977 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758844025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26633] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26633/stat : 26633 (java) S 26623 26626 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22662430 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758842972456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26634] ppid=26623 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26634/stat : 26634 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 22662430 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758841919656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26635] ppid=26623 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26635/stat : 26635 (java) S 26623 26626 25977 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 22662430 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758840867368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26636] ppid=26623 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26626/task/26636/stat : 26636 (java) S 26623 26626 25977 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 22662430 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758722345384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26637] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26637/stat : 26637 (java) S 26623 26626 25977 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758709934824 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26638] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26638/stat : 26638 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758708880888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26639] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26639/stat : 26639 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758707828488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26640] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26640/stat : 26640 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139758706776976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26641] ppid=26623 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/26626/task/26641/stat : 26641 (java) S 26623 26626 25977 0 -1 4202560 3616 0 0 0 61 1 0 0 20 0 19 0 22662434 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139757967370424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26642] ppid=26623 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/26626/task/26642/stat : 26642 (java) S 26623 26626 25977 0 -1 4202560 3922 0 0 0 67 0 0 0 20 0 19 0 22662434 9856040960 76095 33554432000 1073741824 1073778376 140734041883248 139757966317624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26643] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=26626/tid=26630] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26630/stat : 26630 (java) S 26623 26626 25977 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758846130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26631] ppid=26623 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26631/stat : 26631 (java) S 26623 26626 25977 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758845078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26632] ppid=26623 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/26626/task/26632/stat : 26632 (java) S 26623 26626 25977 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758844025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26633] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26633/stat : 26633 (java) S 26623 26626 25977 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758842972456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26634] ppid=26623 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26634/stat : 26634 (java) S 26623 26626 25977 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758841919656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26635] ppid=26623 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26635/stat : 26635 (java) S 26623 26626 25977 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758840867368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26636] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26636/stat : 26636 (java) S 26623 26626 25977 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758722345384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26637] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26637/stat : 26637 (java) S 26623 26626 25977 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758709934824 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26638] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26638/stat : 26638 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758708880888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26639] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26639/stat : 26639 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758707828488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26640] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26640/stat : 26640 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758706776976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26641] ppid=26623 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26626/task/26641/stat : 26641 (java) S 26623 26626 25977 0 -1 4202560 3617 0 0 0 65 1 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757967370424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26642] ppid=26623 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/26626/task/26642/stat : 26642 (java) S 26623 26626 25977 0 -1 4202560 3928 0 0 0 71 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757966317624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26643] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26643/stat : 26643 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757965265528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26644] ppid=26623 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26626/task/26644/stat : 26644 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757964212936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26645] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26645/stat : 26645 (java) S 26623 26626 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22662586 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757963158952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 291.28
Current children cumulated vsize (KiB) 9625040

[startup+291.201 s]
/proc/loadavg: 2.10 1.49 0.70 4/213 26848
/proc/meminfo: memFree=30122772/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9625040 CPUtime=292.88 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 11737 0 1 0 29269 19 0 0 20 0 19 0 22662428 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2406260 88530 2284 9 0 2396937 0
[pid=26626/tid=26627] ppid=26623 vsize=9625040 CPUtime=290.99 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2547 0 1 0 29089 10 0 0 20 0 19 0 22662429 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758885682880 139758723209961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26629] ppid=26623 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26629/stat : 26629 (java) S 26623 26626 25977 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758847183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26630] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26630/stat : 26630 (java) S 26623 26626 25977 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758846130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26631] ppid=26623 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26631/stat : 26631 (java) S 26623 26626 25977 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758845078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26632] ppid=26623 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/26626/task/26632/stat : 26632 (java) S 26623 26626 25977 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758844025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26633] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26633/stat : 26633 (java) S 26623 26626 25977 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758842972456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26634] ppid=26623 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26634/stat : 26634 (java) S 26623 26626 25977 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758841919656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26635] ppid=26623 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26635/stat : 26635 (java) S 26623 26626 25977 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758840867368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26636] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26636/stat : 26636 (java) S 26623 26626 25977 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758722345384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26637] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26637/stat : 26637 (java) S 26623 26626 25977 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758709934824 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26638] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26638/stat : 26638 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758708880888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26639] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26639/stat : 26639 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758707828488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26640] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26640/stat : 26640 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758706776976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26641] ppid=26623 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26626/task/26641/stat : 26641 (java) S 26623 26626 25977 0 -1 4202560 3617 0 0 0 65 1 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757967370424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26642] ppid=26623 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/26626/task/26642/stat : 26642 (java) S 26623 26626 25977 0 -1 4202560 3928 0 0 0 71 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757966317624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26643] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26643/stat : 26643 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757965265528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26644] ppid=26623 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26626/task/26644/stat : 26644 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757964212936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26645] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26645/stat : 26645 (java) S 26623 26626 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22662586 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757963158952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 292.88
Current children cumulated vsize (KiB) 9625040

[startup+292.001 s]
/proc/loadavg: 2.17 1.51 0.72 4/213 26848
/proc/meminfo: memFree=30122772/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9625040 CPUtime=293.68 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 11737 0 1 0 29349 19 0 0 20 0 19 0 22662428 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2406260 88530 2284 9 0 2396937 0
[pid=26626/tid=26627] ppid=26623 vsize=9625040 CPUtime=291.79 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) R 26623 26626 25977 0 -1 4202560 2547 0 1 0 29169 10 0 0 20 0 19 0 22662429 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758885682880 139758723253652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26629] ppid=26623 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26629/stat : 26629 (java) S 26623 26626 25977 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758847183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26630] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26630/stat : 26630 (java) S 26623 26626 25977 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758846130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26631] ppid=26623 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26631/stat : 26631 (java) S 26623 26626 25977 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758845078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26632] ppid=26623 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/26626/task/26632/stat : 26632 (java) S 26623 26626 25977 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758844025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26633] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26633/stat : 26633 (java) S 26623 26626 25977 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758842972456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26634] ppid=26623 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26634/stat : 26634 (java) S 26623 26626 25977 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758841919656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26635] ppid=26623 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26635/stat : 26635 (java) S 26623 26626 25977 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758840867368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26636] ppid=26623 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26636/stat : 26636 (java) S 26623 26626 25977 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 22662430 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758722345384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26637] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26637/stat : 26637 (java) S 26623 26626 25977 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758709934824 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26638] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26638/stat : 26638 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758708880888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26639] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26639/stat : 26639 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22662431 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758707828488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26640] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26640/stat : 26640 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139758706776976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26641] ppid=26623 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26626/task/26641/stat : 26641 (java) S 26623 26626 25977 0 -1 4202560 3617 0 0 0 65 1 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757967370424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26642] ppid=26623 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/26626/task/26642/stat : 26642 (java) S 26623 26626 25977 0 -1 4202560 3928 0 0 0 71 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757966317624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26643] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26643/stat : 26643 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757965265528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26644] ppid=26623 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26626/task/26644/stat : 26644 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 19 0 22662434 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757964212936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26645] ppid=26623 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26645/stat : 26645 (java) S 26623 26626 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22662586 9856040960 88530 33554432000 1073741824 1073778376 140734041883248 139757963158952 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 293.68
Current children cumulated vsize (KiB) 9625040

[startup+292.201 s]
/proc/loadavg: 2.17 1.51 0.72 4/213 26848
/proc/meminfo: memFree=30122772/32872528 swapFree=1244176/1391344
[pid=26626] ppid=26623 vsize=9691604 CPUtime=293.89 cores=1,3,5,7
/proc/26626/stat : 26626 (java) S 26623 26626 25977 0 -1 4202496 11752 0 1 0 29370 19 0 0 20 0 19 0 22662428 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 140734041874384 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26626/statm: 2422901 88540 2285 9 0 2413578 0
[pid=26626/tid=26627] ppid=26623 vsize=9691604 CPUtime=291.97 cores=1,3,5,7
/proc/26626/task/26627/stat : 26627 (java) S 26623 26626 25977 0 -1 4202560 2550 0 1 0 29187 10 0 0 20 0 19 0 22662429 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758885692120 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26629] ppid=26623 vsize=9691604 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26629/stat : 26629 (java) S 26623 26626 25977 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 22662430 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758847183656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26630] ppid=26623 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26630/stat : 26630 (java) S 26623 26626 25977 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 22662430 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758846130856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26631] ppid=26623 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/26626/task/26631/stat : 26631 (java) S 26623 26626 25977 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 22662430 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758845078568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26632] ppid=26623 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/26626/task/26632/stat : 26632 (java) S 26623 26626 25977 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 22662430 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758844025768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26633] ppid=26623 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26633/stat : 26633 (java) S 26623 26626 25977 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 22662430 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758842972456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26634] ppid=26623 vsize=9691604 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26634/stat : 26634 (java) S 26623 26626 25977 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 19 0 22662430 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758841919656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26635] ppid=26623 vsize=9691604 CPUtime=0.05 cores=1,3,5,7
/proc/26626/task/26635/stat : 26635 (java) S 26623 26626 25977 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 22662430 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758840867368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26636] ppid=26623 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/26626/task/26636/stat : 26636 (java) S 26623 26626 25977 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 22662430 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758722345384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26637] ppid=26623 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26637/stat : 26637 (java) S 26623 26626 25977 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 22662431 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758709934824 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26626/tid=26638] ppid=26623 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26638/stat : 26638 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22662431 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758708880888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26639] ppid=26623 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26639/stat : 26639 (java) S 26623 26626 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22662431 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758707828488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26640] ppid=26623 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26640/stat : 26640 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139758706776976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26641] ppid=26623 vsize=9691604 CPUtime=0.67 cores=1,3,5,7
/proc/26626/task/26641/stat : 26641 (java) S 26623 26626 25977 0 -1 4202560 3619 0 0 0 66 1 0 0 20 0 19 0 22662434 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139757967370424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26626/tid=26642] ppid=26623 vsize=9691604 CPUtime=0.73 cores=1,3,5,7
/proc/26626/task/26642/stat : 26642 (java) R 26623 26626 25977 0 -1 4202560 3928 0 0 0 73 0 0 0 20 0 19 0 22662434 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139757966317624 139758891535024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26626/tid=26643] ppid=26623 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26626/task/26643/stat : 26643 (java) S 26623 26626 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22662434 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139757965265528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26626/tid=26644] ppid=26623 vsize=9691604 CPUtime=0.1 cores=1,3,5,7
/proc/26626/task/26644/stat : 26644 (java) S 26623 26626 25977 0 -1 4202560 17 0 0 0 4 6 0 0 20 0 19 0 22662434 9924202496 88540 33554432000 1073741824 1073778376 140734041883248 139757964212936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 293.89
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 292.216
CPU time (s): 294.009
CPU user time (s): 293.688
CPU system time (s): 0.320951
CPU usage (%): 100.614
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.688
system time used= 0.320951
maximum resident set size= 354164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11753
page faults= 1
swaps= 0
block input operations= 168
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6545
involuntary context switches= 3908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.71274 second user time and 2.21666 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 01:28:58
IDJOB=4099694
IDBENCH=1481
IDSOLVER=2546
FILE ID=node119/4099694-1466206138
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099694-1466206138/watcher-4099694-1466206138 -o /tmp/evaluation-result-4099694-1466206138/solver-4099694-1466206138 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099694-1466206138.opb

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

MD5SUM BENCH= 70ea01a607f0d01f6199fb93098b84d8
RANDOM SEED=864193958

node119.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.456
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	: 5332.91
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.456
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	: 5332.55
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.456
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	: 5332.55
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.456
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	: 5332.55
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.456
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	: 5332.54
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.456
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	: 5332.55
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.456
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	: 5332.56
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.456
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30610424 kB
Buffers:           35740 kB
Cached:            75036 kB
SwapCached:          944 kB
Active:           102376 kB
Inactive:          62972 kB
Active(anon):      55592 kB
Inactive(anon):     1688 kB
Active(file):      46784 kB
Inactive(file):    61284 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:              9492 kB
Writeback:             0 kB
AnonPages:       1449640 kB
Mapped:            15156 kB
Shmem:                 0 kB
Slab:             568016 kB
SReclaimable:      11608 kB
SUnreclaim:       556408 kB
KernelStack:        1568 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node119 at 2016-06-18 01:33:50