Trace number 4099603

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 62.41 61.4697

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM6d44efaff34237725f88a3d0685c8f91
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 benchmark1.58176
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4099603-1466206124.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.97/0.60	c ... done. Wall clock time 0.493s.
0.97/0.60	c declared #vars     20605
0.97/0.60	c #constraints  59851
0.97/0.60	c constraints type 
0.97/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19084
0.97/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.97/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39590
0.97/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1176
0.97/0.60	c 59851 constraints processed.
5.23/4.41	c cleaning 2500 clauses out of 5000 with flag 35956/5000
9.31/8.42	c cleaning 4247 clauses out of 8500 with flag 85629/11000
14.61/13.76	c cleaning 5627 clauses out of 11254 with flag 154963/18001
19.97/19.00	c cleaning 6806 clauses out of 13626 with flag 226527/26000
25.59/24.60	c cleaning 7909 clauses out of 15821 with flag 305768/35001
31.29/30.36	c cleaning 8954 clauses out of 17914 with flag 394791/45003
37.99/37.03	c cleaning 9977 clauses out of 19957 with flag 500146/56000
46.09/45.19	c cleaning 10988 clauses out of 21980 with flag 599450/68000
53.90/52.94	c cleaning 11989 clauses out of 23992 with flag 716665/81000
62.41/61.44	c cleaning 12999 clauses out of 25998 with flag 862575/95000
62.41/61.45	c starts		: 192
62.41/61.45	c conflicts		: 95053
62.41/61.45	c decisions		: 136270
62.41/61.45	c propagations		: 176827060
62.41/61.45	c inspects		: 569031273
62.41/61.45	c shortcuts		: 0
62.41/61.45	c learnt literals	: 10
62.41/61.45	c learnt binary clauses	: 202
62.41/61.45	c learnt ternary clauses	: 326
62.41/61.45	c learnt constraints	: 95042
62.41/61.45	c ignored constraints	: 0
62.41/61.45	c root simplifications	: 0
62.41/61.45	c removed literals (reason simplification)	: 0
62.41/61.45	c reason swapping (by a shorter reason)	: 0
62.41/61.45	c Calls to reduceDB	: 10
62.41/61.45	c Number of update (reduction) of LBD	: 41437
62.41/61.45	c Imported unit clauses	: 0
62.41/61.45	c number of reductions to clauses (during analyze)	: 0
62.41/61.45	c number of learned constraints concerned by reduction	: 0
62.41/61.45	c number of learning phase by resolution	: 0
62.41/61.45	c number of learning phase by cutting planes	: 0
62.41/61.45	c speed (assignments/second)	: 2906762.119244489
62.41/61.45	c non guided choices	405
62.41/61.46	c learnt constraints type 
62.41/61.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 202
62.41/61.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12844
62.41/61.46	s UNSATISFIABLE
62.41/61.46	c Total wall clock time (in seconds): 61.353

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-4099603-1466206124/watcher-4099603-1466206124 -o /tmp/evaluation-result-4099603-1466206124/solver-4099603-1466206124 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099603-1466206124.opb 

pid=14206
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.63 0.19 0.06 2/172 14209
/proc/meminfo: memFree=32052764/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/14209/stat : 14209 (java) R 14206 14209 11773 0 -1 4202496 1063 0 0 0 0 0 0 0 20 0 1 0 22658303 23793664 714 33554432000 1073741824 1073778376 140735104805552 140735104794616 206399649128 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 5809 715 530 9 0 128 0

[startup+0.100138 s]
/proc/loadavg: 0.63 0.19 0.06 2/172 14209
/proc/meminfo: memFree=32052764/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 4387 0 1 0 8 0 0 0 20 0 18 0 22658303 9787879424 6027 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 0.63 0.19 0.06 2/172 14209
/proc/meminfo: memFree=32052764/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 4949 0 1 0 25 1 0 0 20 0 18 0 22658303 9787879424 6986 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2389619 6986 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30034 s]
/proc/loadavg: 0.63 0.19 0.06 2/172 14209
/proc/meminfo: memFree=32052764/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 5764 0 1 0 48 1 0 0 20 0 18 0 22658303 9787879424 8988 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2389619 8987 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700311 s]
/proc/loadavg: 0.63 0.19 0.06 2/172 14209
/proc/meminfo: memFree=32052764/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 7295 0 1 0 120 3 0 0 20 0 19 0 22658303 9856040960 36528 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2406260 36528 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 0.63 0.19 0.06 2/191 14228
/proc/meminfo: memFree=31914912/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 8069 0 1 0 222 3 0 0 20 0 19 0 22658303 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2406260 36650 2263 9 0 2396937 0
[pid=14209/tid=14211] ppid=14206 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 11773 0 -1 4202560 2467 0 1 0 144 3 0 0 20 0 19 0 22658304 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733360759064 139733221706907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14212] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658305 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733204368296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14213] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733203315752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14214] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733202262696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14215] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733201210152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14216] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733200157096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14217] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733199104552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14218] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733198051496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14219] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733196998952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14220] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733184801640 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14221] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733183747960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14222] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733182694792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14223] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733181643536 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14224] ppid=14206 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 11773 0 -1 4202560 1455 0 0 0 34 0 0 0 20 0 19 0 22658309 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733180590392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14225] ppid=14206 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14209/task/14225/stat : 14225 (java) S 14206 14209 11773 0 -1 4202560 2875 0 0 0 40 0 0 0 20 0 19 0 22658309 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733179537848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14226] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14226/stat : 14226 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733178484984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14227] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14227/stat : 14227 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733177432648 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14228] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14228/stat : 14228 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658366 9856040960 36650 33554432000 1073741824 1073778376 140735104805552 139733176378920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 0.63 0.19 0.06 2/191 14228
/proc/meminfo: memFree=31912244/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9625040 CPUtime=3.85 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 8072 0 1 0 382 3 0 0 20 0 19 0 22658303 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2406260 37163 2264 9 0 2396937 0
[pid=14209/tid=14211] ppid=14206 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 11773 0 -1 4202560 2469 0 1 0 304 3 0 0 20 0 19 0 22658304 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733360757072 139733221535372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14212] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658305 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733204368296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14213] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733203315752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14214] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733202262696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14215] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733201210152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14216] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733200157096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14217] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733199104552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14218] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733198051496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14219] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733196998952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14220] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733184801640 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14221] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733183747960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14222] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733182694792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14223] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733181643536 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14224] ppid=14206 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 11773 0 -1 4202560 1456 0 0 0 35 0 0 0 20 0 19 0 22658309 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733180590392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14225] ppid=14206 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14209/task/14225/stat : 14225 (java) S 14206 14209 11773 0 -1 4202560 2875 0 0 0 40 0 0 0 20 0 19 0 22658309 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733179537848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14226] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14226/stat : 14226 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733178484984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14227] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14227/stat : 14227 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733177432648 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14228] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14228/stat : 14228 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658366 9856040960 37163 33554432000 1073741824 1073778376 140735104805552 139733176378920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 0.66 0.20 0.07 2/215 14261
/proc/meminfo: memFree=31891308/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9625040 CPUtime=7.16 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 9146 0 1 0 713 3 0 0 20 0 19 0 22658303 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2406260 37345 2271 9 0 2396937 0
[pid=14209/tid=14211] ppid=14206 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 11773 0 -1 4202560 2472 0 1 0 623 3 0 0 20 0 19 0 22658304 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733360757120 139733221659760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14212] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658305 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733204368296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14213] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733203315752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14214] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733202262696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14215] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733201210152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14216] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733200157096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14217] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733199104552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14218] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733198051496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14219] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733196998952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14220] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733184801640 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14221] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733183747960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14222] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733182694792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14223] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733181643536 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14224] ppid=14206 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 11773 0 -1 4202560 1457 0 0 0 37 0 0 0 20 0 19 0 22658309 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733180590392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14225] ppid=14206 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14209/task/14225/stat : 14225 (java) S 14206 14209 11773 0 -1 4202560 3945 0 0 0 49 0 0 0 20 0 19 0 22658309 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733179537848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14226] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14226/stat : 14226 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733178484984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14227] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14227/stat : 14227 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733177432648 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14228] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14228/stat : 14228 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658366 9856040960 37345 33554432000 1073741824 1073778376 140735104805552 139733176378920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9625040


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

[pid=14209/tid=14221] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733183747960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14222] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733182694792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14223] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733181643536 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14224] ppid=14206 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 11773 0 -1 4202560 1457 0 0 0 40 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733180590392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14225] ppid=14206 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/14209/task/14225/stat : 14225 (java) S 14206 14209 11773 0 -1 4202560 3946 0 0 0 54 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733179537848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14226] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14226/stat : 14226 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733178484984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14227] ppid=14206 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14209/task/14227/stat : 14227 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733177432648 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14228] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14228/stat : 14228 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658366 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733176378920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 60.19
Current children cumulated vsize (KiB) 9625040

[startup+60.8008 s]
/proc/loadavg: 1.43 0.49 0.17 3/214 14390
/proc/meminfo: memFree=31359424/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9625040 CPUtime=61.79 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 9199 0 1 0 6173 6 0 0 20 0 19 0 22658303 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2406260 41974 2284 9 0 2396937 0
[pid=14209/tid=14211] ppid=14206 vsize=9625040 CPUtime=60.6 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 11773 0 -1 4202560 2481 0 1 0 6057 3 0 0 20 0 19 0 22658304 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733360757216 139733221680088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14212] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22658305 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733204368296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14213] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733203315752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14214] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733202262696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14215] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 11773 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733201210152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14216] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733200157096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14217] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733199104552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14218] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733198051496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14219] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733196998952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14220] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733184801640 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14221] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733183747960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14222] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733182694792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14223] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733181643536 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14224] ppid=14206 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 11773 0 -1 4202560 1457 0 0 0 40 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733180590392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14225] ppid=14206 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/14209/task/14225/stat : 14225 (java) S 14206 14209 11773 0 -1 4202560 3946 0 0 0 54 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733179537848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14226] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14226/stat : 14226 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733178484984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14227] ppid=14206 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14209/task/14227/stat : 14227 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733177432648 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14228] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14228/stat : 14228 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658366 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733176378920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 61.79
Current children cumulated vsize (KiB) 9625040

[startup+61.2008 s]
/proc/loadavg: 1.43 0.49 0.17 3/214 14390
/proc/meminfo: memFree=31359424/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9625040 CPUtime=62.19 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 9199 0 1 0 6213 6 0 0 20 0 19 0 22658303 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2406260 41974 2284 9 0 2396937 0
[pid=14209/tid=14211] ppid=14206 vsize=9625040 CPUtime=61 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 11773 0 -1 4202560 2481 0 1 0 6097 3 0 0 20 0 19 0 22658304 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733360757216 139733221632709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14212] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22658305 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733204368296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14213] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733203315752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14214] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733202262696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14215] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 11773 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733201210152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14216] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733200157096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14217] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733199104552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14218] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733198051496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14219] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733196998952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14220] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733184801640 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14221] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733183747960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14222] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733182694792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14223] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733181643536 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14224] ppid=14206 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 11773 0 -1 4202560 1457 0 0 0 40 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733180590392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14225] ppid=14206 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/14209/task/14225/stat : 14225 (java) S 14206 14209 11773 0 -1 4202560 3946 0 0 0 54 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733179537848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14226] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14226/stat : 14226 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733178484984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14227] ppid=14206 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14209/task/14227/stat : 14227 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733177432648 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14228] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14228/stat : 14228 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658366 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733176378920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 62.19
Current children cumulated vsize (KiB) 9625040

[startup+61.4008 s]
/proc/loadavg: 1.43 0.49 0.17 3/214 14390
/proc/meminfo: memFree=31359424/32872528 swapFree=7780/7780
[pid=14209] ppid=14206 vsize=9625040 CPUtime=62.41 cores=1,3,5,7
/proc/14209/stat : 14209 (java) S 14206 14209 11773 0 -1 4202496 9199 0 1 0 6235 6 0 0 20 0 19 0 22658303 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 140735104796688 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14209/statm: 2406260 41974 2284 9 0 2396937 0
[pid=14209/tid=14211] ppid=14206 vsize=9625040 CPUtime=61.2 cores=1,3,5,7
/proc/14209/task/14211/stat : 14211 (java) R 14206 14209 11773 0 -1 4202560 2481 0 1 0 6117 3 0 0 20 0 19 0 22658304 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733360757216 139733221697584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14212] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14212/stat : 14212 (java) S 14206 14209 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22658305 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733204368296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14213] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14213/stat : 14213 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733203315752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14214] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14214/stat : 14214 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733202262696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14215] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14215/stat : 14215 (java) S 14206 14209 11773 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733201210152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14209/tid=14216] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14216/stat : 14216 (java) S 14206 14209 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733200157096 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14217] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14217/stat : 14217 (java) S 14206 14209 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733199104552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14209/tid=14218] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14218/stat : 14218 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733198051496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14219] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14219/stat : 14219 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658306 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733196998952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14220] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14220/stat : 14220 (java) S 14206 14209 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733184801640 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14221] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14221/stat : 14221 (java) S 14206 14209 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733183747960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14222] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14222/stat : 14222 (java) S 14206 14209 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22658307 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733182694792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14223] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14223/stat : 14223 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733181643536 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14224] ppid=14206 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14209/task/14224/stat : 14224 (java) S 14206 14209 11773 0 -1 4202560 1457 0 0 0 40 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733180590392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14225] ppid=14206 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/14209/task/14225/stat : 14225 (java) S 14206 14209 11773 0 -1 4202560 3946 0 0 0 55 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733179537848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14226] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14226/stat : 14226 (java) S 14206 14209 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733178484984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14209/tid=14227] ppid=14206 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14209/task/14227/stat : 14227 (java) S 14206 14209 11773 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 22658309 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733177432648 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14209/tid=14228] ppid=14206 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14209/task/14228/stat : 14228 (java) S 14206 14209 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658366 9856040960 41974 33554432000 1073741824 1073778376 140735104805552 139733176378920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 62.41
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14209 and gives
#  childrusage.ru_utime.tv_sec=62
#  childrusage.ru_utime.tv_usec=261534
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=110983
# CPU time returned by wait4() is 62.3725
# while last known CPU time is 62.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 61.4697
CPU time (s): 62.41
CPU user time (s): 62.35
CPU system time (s): 0.06
CPU usage (%): 101.53
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.2615
system time used= 0.110983
maximum resident set size= 167944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9217
page faults= 1
swaps= 0
block input operations= 168
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1630
involuntary context switches= 150

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.461929 second user time and 0.535918 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 01:28:44
IDJOB=4099603
IDBENCH=1450
IDSOLVER=2546
FILE ID=node133/4099603-1466206124
RUNJOBID= node133-1466206057-11790
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099603-1466206124/watcher-4099603-1466206124 -o /tmp/evaluation-result-4099603-1466206124/solver-4099603-1466206124 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099603-1466206124.opb

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

MD5SUM BENCH= 6d44efaff34237725f88a3d0685c8f91
RANDOM SEED=106271450

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		: 2667.256
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	: 5334.51
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		: 2667.256
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		: 2667.256
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.56
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		: 2667.256
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		: 2667.256
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.55
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		: 2667.256
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		: 2667.256
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.55
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		: 2667.256
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:        32053028 kB
Buffers:           36504 kB
Cached:            68172 kB
SwapCached:          876 kB
Active:            46988 kB
Inactive:          60716 kB
Active(anon):       4200 kB
Inactive(anon):     1316 kB
Active(file):      42788 kB
Inactive(file):    59400 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099828 kB
Dirty:              2684 kB
Writeback:            36 kB
AnonPages:         10264 kB
Mapped:             7004 kB
Shmem:                 0 kB
Slab:             572628 kB
SReclaimable:      14792 kB
SUnreclaim:       557836 kB
KernelStack:        1392 kB
PageTables:         3840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     104728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71692 MiB
End job on node133 at 2016-06-18 01:29:45