Trace number 4100109

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 183.597 174.798

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-bc1.opb
MD5SUM743cbcb78230aca97c7aa43a5d0e3e41
Bench CategoryOPT-SMALLINT (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 benchmark183.597
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables27730
Total number of constraints3375
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints3291
Minimum length of a constraint3
Maximum length of a constraint5701
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529960
Number of bits of the biggest sum of numbers20
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100109-1466210844.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
10.94/7.84	c ... done. Wall clock time 7.723s.
10.94/7.84	c declared #vars     27730
10.94/7.84	c #constraints  4160
10.94/7.84	c constraints type 
10.94/7.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
10.94/7.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4076
10.94/7.84	c 4160 constraints processed.
10.94/7.84	c objective function length is 31 literals
66.56/60.61	c cleaning 2499 clauses out of 4998 with flag 10968/5001
89.63/83.34	c cleaning 4250 clauses out of 8500 with flag 25412/11002
114.73/107.54	c cleaning 5619 clauses out of 11250 with flag 43138/18002
142.21/134.62	c cleaning 6817 clauses out of 13633 with flag 64809/26004
177.32/169.07	c cleaning 7907 clauses out of 15813 with flag 88597/35001
183.37/174.78	c starts		: 10
183.37/174.78	c conflicts		: 37024
183.37/174.78	c decisions		: 72110
183.37/174.78	c propagations		: 1912723
183.37/174.78	c inspects		: 776736208
183.37/174.78	c shortcuts		: 0
183.37/174.78	c learnt literals	: 14
183.37/174.78	c learnt binary clauses	: 25
183.37/174.78	c learnt ternary clauses	: 29
183.37/174.78	c learnt constraints	: 37009
183.37/174.78	c ignored constraints	: 0
183.37/174.78	c root simplifications	: 0
183.37/174.78	c removed literals (reason simplification)	: 0
183.37/174.78	c reason swapping (by a shorter reason)	: 0
183.37/174.78	c Calls to reduceDB	: 5
183.37/174.78	c Number of update (reduction) of LBD	: 5488
183.37/174.78	c Imported unit clauses	: 0
183.37/174.78	c number of reductions to clauses (during analyze)	: 0
183.37/174.78	c number of learned constraints concerned by reduction	: 0
183.37/174.78	c number of learning phase by resolution	: 0
183.37/174.78	c number of learning phase by cutting planes	: 0
183.37/174.78	c speed (assignments/second)	: 11462.697390105774
183.37/174.78	c non guided choices	1
183.37/174.78	c learnt constraints type 
183.37/174.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25
183.37/174.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9892
183.37/174.78	s UNSATISFIABLE
183.37/174.78	c Total wall clock time (in seconds): 174.669

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-4100109-1466210844/watcher-4100109-1466210844 -o /tmp/evaluation-result-4100109-1466210844/solver-4100109-1466210844 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100109-1466210844.opb 

pid=17312
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 17315
/proc/meminfo: memFree=26691556/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/17315/stat : 17315 (java) D 17312 17315 15548 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 23130963 2560000 46 33554432000 1073741824 1073778376 140735428370400 140735428367528 229346733351 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 625 46 37 9 0 29 0

[startup+0.100157 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 17315
/proc/meminfo: memFree=26691556/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 4464 0 1 0 7 2 0 0 20 0 18 0 23130963 9787879424 5579 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 17315
/proc/meminfo: memFree=26691556/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 5126 0 1 0 26 2 0 0 20 0 18 0 23130963 9787879424 6963 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2389619 6963 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 17315
/proc/meminfo: memFree=26691556/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 7240 0 1 0 51 3 0 0 20 0 18 0 23130963 9787879424 10436 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2389619 10436 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700268 s]
/proc/loadavg: 2.25 2.24 2.19 3/194 17315
/proc/meminfo: memFree=26691556/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9558476 CPUtime=1.3 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 11020 0 1 0 123 7 0 0 20 0 18 0 23130963 9787879424 45810 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2389619 45810 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.25 2.24 2.19 3/212 17333
/proc/meminfo: memFree=26476788/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9558476 CPUtime=2.45 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 11737 0 1 0 226 19 0 0 20 0 18 0 23130963 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2389619 96977 2269 9 0 2380296 0
[pid=17315/tid=17317] ppid=17312 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/17315/task/17317/stat : 17317 (java) R 17312 17315 15548 0 -1 4202560 2574 0 1 0 127 5 0 0 20 0 18 0 23130964 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867617602984 139867557705169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17318] ppid=17312 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/17315/task/17318/stat : 17318 (java) S 17312 17315 15548 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 18 0 23130965 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867461466792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17319] ppid=17312 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17315/task/17319/stat : 17319 (java) S 17312 17315 15548 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 18 0 23130965 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867460414248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17320] ppid=17312 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17315/task/17320/stat : 17320 (java) S 17312 17315 15548 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 18 0 23130965 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867459361704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17321] ppid=17312 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17315/task/17321/stat : 17321 (java) S 17312 17315 15548 0 -1 4202560 123 0 0 0 6 3 0 0 20 0 18 0 23130965 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867458309160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17322] ppid=17312 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17315/task/17322/stat : 17322 (java) S 17312 17315 15548 0 -1 4202560 114 0 0 0 5 1 0 0 20 0 18 0 23130965 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867457255592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17323] ppid=17312 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/17315/task/17323/stat : 17323 (java) S 17312 17315 15548 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 23130965 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867456203048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17324] ppid=17312 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/17315/task/17324/stat : 17324 (java) S 17312 17315 15548 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 23130965 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867455150504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17325] ppid=17312 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/17315/task/17325/stat : 17325 (java) S 17312 17315 15548 0 -1 4202560 127 0 0 0 4 1 0 0 20 0 18 0 23130965 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867454097960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17326] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17326/stat : 17326 (java) S 17312 17315 15548 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23130966 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867441687144 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17327] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17327/stat : 17327 (java) S 17312 17315 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23130967 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867440633464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17328] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17328/stat : 17328 (java) S 17312 17315 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23130967 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867439580808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17329] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17329/stat : 17329 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867438529552 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17330] ppid=17312 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17315/task/17330/stat : 17330 (java) S 17312 17315 15548 0 -1 4202560 4320 0 0 0 28 0 0 0 20 0 18 0 23130969 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867437475896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17331] ppid=17312 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/17315/task/17331/stat : 17331 (java) S 17312 17315 15548 0 -1 4202560 2788 0 0 0 26 0 0 0 20 0 18 0 23130969 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867436423352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17332] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17332/stat : 17332 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867435371000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17333] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17333/stat : 17333 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 96977 33554432000 1073741824 1073778376 140735428370400 139867434318664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 2.23 2.24 2.19 4/212 17333
/proc/meminfo: memFree=26245676/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9558476 CPUtime=4.78 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 12753 0 1 0 436 42 0 0 20 0 18 0 23130963 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2389619 192800 2269 9 0 2380296 0
[pid=17315/tid=17317] ppid=17312 vsize=9558476 CPUtime=2.66 cores=0,2,4,6
/proc/17315/task/17317/stat : 17317 (java) R 17312 17315 15548 0 -1 4202560 2861 0 1 0 258 8 0 0 20 0 18 0 23130964 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867617602232 139867557704621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17318] ppid=17312 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/17315/task/17318/stat : 17318 (java) S 17312 17315 15548 0 -1 4202560 87 0 0 0 15 5 0 0 20 0 18 0 23130965 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867461466792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17319] ppid=17312 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/17315/task/17319/stat : 17319 (java) S 17312 17315 15548 0 -1 4202560 158 0 0 0 14 4 0 0 20 0 18 0 23130965 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867460414248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17320] ppid=17312 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/17315/task/17320/stat : 17320 (java) S 17312 17315 15548 0 -1 4202560 88 0 0 0 16 5 0 0 20 0 18 0 23130965 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867459361704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17321] ppid=17312 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/17315/task/17321/stat : 17321 (java) S 17312 17315 15548 0 -1 4202560 173 0 0 0 14 5 0 0 20 0 18 0 23130965 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867458309160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17322] ppid=17312 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/17315/task/17322/stat : 17322 (java) S 17312 17315 15548 0 -1 4202560 171 0 0 0 18 4 0 0 20 0 18 0 23130965 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867457255592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17323] ppid=17312 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/17315/task/17323/stat : 17323 (java) S 17312 17315 15548 0 -1 4202560 73 0 0 0 8 3 0 0 20 0 18 0 23130965 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867456203048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17324] ppid=17312 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/17315/task/17324/stat : 17324 (java) S 17312 17315 15548 0 -1 4202560 96 0 0 0 14 5 0 0 20 0 18 0 23130965 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867455150504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17325] ppid=17312 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/17315/task/17325/stat : 17325 (java) S 17312 17315 15548 0 -1 4202560 151 0 0 0 10 3 0 0 20 0 18 0 23130965 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867454097960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17326] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17326/stat : 17326 (java) S 17312 17315 15548 0 -1 4202560 536 0 0 0 0 0 0 0 20 0 18 0 23130966 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867441687144 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17327] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17327/stat : 17327 (java) S 17312 17315 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23130967 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867440633464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17328] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17328/stat : 17328 (java) S 17312 17315 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23130967 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867439580808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17329] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17329/stat : 17329 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867438529552 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17330] ppid=17312 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17315/task/17330/stat : 17330 (java) S 17312 17315 15548 0 -1 4202560 4320 0 0 0 28 0 0 0 20 0 18 0 23130969 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867437475896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17331] ppid=17312 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/17315/task/17331/stat : 17331 (java) S 17312 17315 15548 0 -1 4202560 2788 0 0 0 26 0 0 0 20 0 18 0 23130969 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867436423352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17332] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17332/stat : 17332 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867435371000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17333] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17333/stat : 17333 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 192800 33554432000 1073741824 1073778376 140735428370400 139867434318664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9558476

[startup+6.30077 s]
/proc/loadavg: 2.23 2.24 2.19 4/212 17333
/proc/meminfo: memFree=25376084/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9558476 CPUtime=9.45 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 14761 0 1 0 856 89 0 0 20 0 18 0 23130963 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2389619 406734 2275 9 0 2380296 0
[pid=17315/tid=17317] ppid=17312 vsize=9558476 CPUtime=5.2 cores=0,2,4,6
/proc/17315/task/17317/stat : 17317 (java) S 17312 17315 15548 0 -1 4202560 3551 0 1 0 504 16 0 0 20 0 18 0 23130964 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867617602232 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17318] ppid=17312 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/17315/task/17318/stat : 17318 (java) S 17312 17315 15548 0 -1 4202560 166 0 0 0 32 9 0 0 20 0 18 0 23130965 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867461466792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17319] ppid=17312 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/17315/task/17319/stat : 17319 (java) S 17312 17315 15548 0 -1 4202560 214 0 0 0 28 7 0 0 20 0 18 0 23130965 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867460414248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17320] ppid=17312 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/17315/task/17320/stat : 17320 (java) S 17312 17315 15548 0 -1 4202560 239 0 0 0 48 13 0 0 20 0 18 0 23130965 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867459361704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17321] ppid=17312 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/17315/task/17321/stat : 17321 (java) S 17312 17315 15548 0 -1 4202560 245 0 0 0 32 9 0 0 20 0 18 0 23130965 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867458309160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17322] ppid=17312 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/17315/task/17322/stat : 17322 (java) S 17312 17315 15548 0 -1 4202560 223 0 0 0 33 7 0 0 20 0 18 0 23130965 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867457255592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17323] ppid=17312 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17315/task/17323/stat : 17323 (java) S 17312 17315 15548 0 -1 4202560 130 0 0 0 22 6 0 0 20 0 18 0 23130965 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867456203048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17324] ppid=17312 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/17315/task/17324/stat : 17324 (java) S 17312 17315 15548 0 -1 4202560 228 0 0 0 42 13 0 0 20 0 18 0 23130965 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867455150504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17325] ppid=17312 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/17315/task/17325/stat : 17325 (java) S 17312 17315 15548 0 -1 4202560 241 0 0 0 30 8 0 0 20 0 18 0 23130965 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867454097960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17326] ppid=17312 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/17315/task/17326/stat : 17326 (java) R 17312 17315 15548 0 -1 4202560 1165 0 0 0 15 0 0 0 20 0 18 0 23130966 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867441685896 139867621740811 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17327] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17327/stat : 17327 (java) S 17312 17315 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23130967 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867440633464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17328] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17328/stat : 17328 (java) S 17312 17315 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23130967 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867439580808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17329] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17329/stat : 17329 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867438529552 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17330] ppid=17312 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17315/task/17330/stat : 17330 (java) S 17312 17315 15548 0 -1 4202560 4320 0 0 0 28 0 0 0 20 0 18 0 23130969 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867437475896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17331] ppid=17312 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/17315/task/17331/stat : 17331 (java) S 17312 17315 15548 0 -1 4202560 2788 0 0 0 26 0 0 0 20 0 18 0 23130969 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867436423352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17332] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17332/stat : 17332 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867435371000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17333] ppid=17312 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17333/stat : 17333 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23130969 9787879424 406734 33554432000 1073741824 1073778376 140735428370400 139867434318664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.20 2.23 2.18 3/213 17334
/proc/meminfo: memFree=24892600/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9625040 CPUtime=16.29 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 16329 0 1 0 1538 91 0 0 20 0 19 0 23130963 9856040960 433972 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2406260 433972 2288 9 0 2396937 0

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

[pid=17315/tid=17320] ppid=17312 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/17315/task/17320/stat : 17320 (java) S 17312 17315 15548 0 -1 4202560 424 0 0 0 110 21 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867459361704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17321] ppid=17312 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/17315/task/17321/stat : 17321 (java) S 17312 17315 15548 0 -1 4202560 454 0 0 0 101 21 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867458309160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17322] ppid=17312 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/17315/task/17322/stat : 17322 (java) S 17312 17315 15548 0 -1 4202560 416 0 0 0 107 17 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867457255592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17323] ppid=17312 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17315/task/17323/stat : 17323 (java) S 17312 17315 15548 0 -1 4202560 321 0 0 0 84 16 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867456203048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17324] ppid=17312 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/17315/task/17324/stat : 17324 (java) S 17312 17315 15548 0 -1 4202560 487 0 0 0 122 26 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867455150504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17325] ppid=17312 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17315/task/17325/stat : 17325 (java) S 17312 17315 15548 0 -1 4202560 397 0 0 0 85 15 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867454097960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17326] ppid=17312 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/17315/task/17326/stat : 17326 (java) S 17312 17315 15548 0 -1 4202560 1936 0 0 0 131 3 0 0 20 0 19 0 23130966 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867441687144 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17327] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17327/stat : 17327 (java) S 17312 17315 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23130967 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867440633464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17328] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17328/stat : 17328 (java) S 17312 17315 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23130967 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867439580808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17329] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17329/stat : 17329 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867438529552 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17330] ppid=17312 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/17315/task/17330/stat : 17330 (java) S 17312 17315 15548 0 -1 4202560 6293 0 0 0 55 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867437475896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17331] ppid=17312 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/17315/task/17331/stat : 17331 (java) S 17312 17315 15548 0 -1 4202560 3002 0 0 0 63 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867436423352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17332] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17332/stat : 17332 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867435371000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17333] ppid=17312 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17315/task/17333/stat : 17333 (java) S 17312 17315 15548 0 -1 4202560 11 0 0 0 3 3 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867434318664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17334] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17334/stat : 17334 (java) S 17312 17315 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23131755 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867433264424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 181.78
Current children cumulated vsize (KiB) 9625040

[startup+173.901 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 17339
/proc/meminfo: memFree=23659972/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9625040 CPUtime=182.57 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 19957 0 1 0 18072 185 0 0 20 0 19 0 23130963 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2406260 754200 2293 9 0 2396937 0
[pid=17315/tid=17317] ppid=17312 vsize=9625040 CPUtime=169.93 cores=0,2,4,6
/proc/17315/task/17317/stat : 17317 (java) R 17312 17315 15548 0 -1 4202560 4118 0 1 0 16965 28 0 0 20 0 19 0 23130964 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867617601888 139867558064048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17318] ppid=17312 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/17315/task/17318/stat : 17318 (java) S 17312 17315 15548 0 -1 4202560 432 0 0 0 124 23 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867461466792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17319] ppid=17312 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/17315/task/17319/stat : 17319 (java) S 17312 17315 15548 0 -1 4202560 409 0 0 0 107 16 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867460414248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17320] ppid=17312 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/17315/task/17320/stat : 17320 (java) S 17312 17315 15548 0 -1 4202560 424 0 0 0 110 21 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867459361704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17321] ppid=17312 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/17315/task/17321/stat : 17321 (java) S 17312 17315 15548 0 -1 4202560 454 0 0 0 101 21 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867458309160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17322] ppid=17312 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/17315/task/17322/stat : 17322 (java) S 17312 17315 15548 0 -1 4202560 416 0 0 0 107 17 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867457255592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17323] ppid=17312 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17315/task/17323/stat : 17323 (java) S 17312 17315 15548 0 -1 4202560 321 0 0 0 84 16 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867456203048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17324] ppid=17312 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/17315/task/17324/stat : 17324 (java) S 17312 17315 15548 0 -1 4202560 487 0 0 0 122 26 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867455150504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17325] ppid=17312 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17315/task/17325/stat : 17325 (java) S 17312 17315 15548 0 -1 4202560 397 0 0 0 85 15 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867454097960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17326] ppid=17312 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/17315/task/17326/stat : 17326 (java) S 17312 17315 15548 0 -1 4202560 1936 0 0 0 131 3 0 0 20 0 19 0 23130966 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867441687144 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17327] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17327/stat : 17327 (java) S 17312 17315 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23130967 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867440633464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17328] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17328/stat : 17328 (java) S 17312 17315 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23130967 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867439580808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17329] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17329/stat : 17329 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867438529552 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17330] ppid=17312 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/17315/task/17330/stat : 17330 (java) S 17312 17315 15548 0 -1 4202560 6293 0 0 0 55 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867437475896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17331] ppid=17312 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/17315/task/17331/stat : 17331 (java) S 17312 17315 15548 0 -1 4202560 3002 0 0 0 63 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867436423352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17332] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17332/stat : 17332 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867435371000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17333] ppid=17312 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17315/task/17333/stat : 17333 (java) S 17312 17315 15548 0 -1 4202560 11 0 0 0 3 3 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867434318664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17334] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17334/stat : 17334 (java) S 17312 17315 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23131755 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867433264424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 182.57
Current children cumulated vsize (KiB) 9625040

[startup+174.301 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 17339
/proc/meminfo: memFree=23659976/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9625040 CPUtime=182.97 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 19957 0 1 0 18112 185 0 0 20 0 19 0 23130963 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2406260 754200 2293 9 0 2396937 0
[pid=17315/tid=17317] ppid=17312 vsize=9625040 CPUtime=170.33 cores=0,2,4,6
/proc/17315/task/17317/stat : 17317 (java) R 17312 17315 15548 0 -1 4202560 4118 0 1 0 17005 28 0 0 20 0 19 0 23130964 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867617601888 139867558008885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17318] ppid=17312 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/17315/task/17318/stat : 17318 (java) S 17312 17315 15548 0 -1 4202560 432 0 0 0 124 23 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867461466792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17319] ppid=17312 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/17315/task/17319/stat : 17319 (java) S 17312 17315 15548 0 -1 4202560 409 0 0 0 107 16 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867460414248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17320] ppid=17312 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/17315/task/17320/stat : 17320 (java) S 17312 17315 15548 0 -1 4202560 424 0 0 0 110 21 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867459361704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17321] ppid=17312 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/17315/task/17321/stat : 17321 (java) S 17312 17315 15548 0 -1 4202560 454 0 0 0 101 21 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867458309160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17322] ppid=17312 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/17315/task/17322/stat : 17322 (java) S 17312 17315 15548 0 -1 4202560 416 0 0 0 107 17 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867457255592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17323] ppid=17312 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17315/task/17323/stat : 17323 (java) S 17312 17315 15548 0 -1 4202560 321 0 0 0 84 16 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867456203048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17324] ppid=17312 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/17315/task/17324/stat : 17324 (java) S 17312 17315 15548 0 -1 4202560 487 0 0 0 122 26 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867455150504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17325] ppid=17312 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17315/task/17325/stat : 17325 (java) S 17312 17315 15548 0 -1 4202560 397 0 0 0 85 15 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867454097960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17326] ppid=17312 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/17315/task/17326/stat : 17326 (java) S 17312 17315 15548 0 -1 4202560 1936 0 0 0 131 3 0 0 20 0 19 0 23130966 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867441687144 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17327] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17327/stat : 17327 (java) S 17312 17315 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23130967 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867440633464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17328] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17328/stat : 17328 (java) S 17312 17315 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23130967 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867439580808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17329] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17329/stat : 17329 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867438529552 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17330] ppid=17312 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/17315/task/17330/stat : 17330 (java) S 17312 17315 15548 0 -1 4202560 6293 0 0 0 55 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867437475896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17331] ppid=17312 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/17315/task/17331/stat : 17331 (java) S 17312 17315 15548 0 -1 4202560 3002 0 0 0 63 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867436423352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17332] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17332/stat : 17332 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867435371000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17333] ppid=17312 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17315/task/17333/stat : 17333 (java) S 17312 17315 15548 0 -1 4202560 11 0 0 0 3 3 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867434318664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17334] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17334/stat : 17334 (java) S 17312 17315 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23131755 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867433264424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 182.97
Current children cumulated vsize (KiB) 9625040

[startup+174.701 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 17339
/proc/meminfo: memFree=23659976/32872528 swapFree=1370848/1518016
[pid=17315] ppid=17312 vsize=9625040 CPUtime=183.37 cores=0,2,4,6
/proc/17315/stat : 17315 (java) S 17312 17315 15548 0 -1 4202496 19957 0 1 0 18152 185 0 0 20 0 19 0 23130963 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 140735428361536 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17315/statm: 2406260 754200 2293 9 0 2396937 0
[pid=17315/tid=17317] ppid=17312 vsize=9625040 CPUtime=170.73 cores=0,2,4,6
/proc/17315/task/17317/stat : 17317 (java) R 17312 17315 15548 0 -1 4202560 4118 0 1 0 17045 28 0 0 20 0 19 0 23130964 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867617601888 139867558012078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17318] ppid=17312 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/17315/task/17318/stat : 17318 (java) S 17312 17315 15548 0 -1 4202560 432 0 0 0 124 23 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867461466792 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17319] ppid=17312 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/17315/task/17319/stat : 17319 (java) S 17312 17315 15548 0 -1 4202560 409 0 0 0 107 16 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867460414248 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17320] ppid=17312 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/17315/task/17320/stat : 17320 (java) S 17312 17315 15548 0 -1 4202560 424 0 0 0 110 21 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867459361704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17321] ppid=17312 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/17315/task/17321/stat : 17321 (java) S 17312 17315 15548 0 -1 4202560 454 0 0 0 101 21 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867458309160 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17322] ppid=17312 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/17315/task/17322/stat : 17322 (java) S 17312 17315 15548 0 -1 4202560 416 0 0 0 107 17 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867457255592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17323] ppid=17312 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17315/task/17323/stat : 17323 (java) S 17312 17315 15548 0 -1 4202560 321 0 0 0 84 16 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867456203048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17324] ppid=17312 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/17315/task/17324/stat : 17324 (java) S 17312 17315 15548 0 -1 4202560 487 0 0 0 122 26 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867455150504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17315/tid=17325] ppid=17312 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17315/task/17325/stat : 17325 (java) S 17312 17315 15548 0 -1 4202560 397 0 0 0 85 15 0 0 20 0 19 0 23130965 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867454097960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17326] ppid=17312 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/17315/task/17326/stat : 17326 (java) S 17312 17315 15548 0 -1 4202560 1936 0 0 0 131 3 0 0 20 0 19 0 23130966 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867441687144 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17327] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17327/stat : 17327 (java) S 17312 17315 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23130967 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867440633464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17328] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17328/stat : 17328 (java) S 17312 17315 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23130967 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867439580808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17329] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17329/stat : 17329 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867438529552 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17330] ppid=17312 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/17315/task/17330/stat : 17330 (java) S 17312 17315 15548 0 -1 4202560 6293 0 0 0 55 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867437475896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17315/tid=17331] ppid=17312 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/17315/task/17331/stat : 17331 (java) S 17312 17315 15548 0 -1 4202560 3002 0 0 0 63 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867436423352 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17332] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17332/stat : 17332 (java) S 17312 17315 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867435371000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17315/tid=17333] ppid=17312 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/17315/task/17333/stat : 17333 (java) S 17312 17315 15548 0 -1 4202560 11 0 0 0 3 3 0 0 20 0 19 0 23130969 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867434318664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17315/tid=17334] ppid=17312 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17315/task/17334/stat : 17334 (java) S 17312 17315 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23131755 9856040960 754200 33554432000 1073741824 1073778376 140735428370400 139867433264424 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 183.37
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 174.798
CPU time (s): 183.597
CPU user time (s): 181.573
CPU system time (s): 2.02369
CPU usage (%): 105.034
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.573
system time used= 2.02369
maximum resident set size= 3016852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19976
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4552
involuntary context switches= 3736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.2768 second user time and 1.51077 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 02:47:25
IDJOB=4100109
IDBENCH=1574
IDSOLVER=2546
FILE ID=node129/4100109-1466210844
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-bc1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100109-1466210844/watcher-4100109-1466210844 -o /tmp/evaluation-result-4100109-1466210844/solver-4100109-1466210844 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100109-1466210844.opb

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

MD5SUM BENCH= 743cbcb78230aca97c7aa43a5d0e3e41
RANDOM SEED=1993871057

node129.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.143
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.28
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.143
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.143
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.143
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.143
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		: 2666.143
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.54
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.143
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		: 2666.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26691564 kB
Buffers:           40724 kB
Cached:           126868 kB
SwapCached:         1980 kB
Active:          3864928 kB
Inactive:          85876 kB
Active(anon):    3784916 kB
Inactive(anon):     1040 kB
Active(file):      80012 kB
Inactive(file):    84836 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099152 kB
Dirty:             32424 kB
Writeback:             0 kB
AnonPages:       5302704 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             570508 kB
SReclaimable:      14424 kB
SUnreclaim:       556084 kB
KernelStack:        1624 kB
PageTables:        14836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5808348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3887104 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= 71700 MiB
End job on node129 at 2016-06-18 02:50:20