Trace number 4117892

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 PB16OPT61 15.7716 14.7537

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_004.opb.metafix.opb
MD5SUMd000deef81668da4a64be36cd348649f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark61
Best CPU time to get the best result obtained on this benchmark15.7716
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117892-1467241332.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.14	c ... done. Wall clock time 0.038s.
0.11/0.14	c declared #vars     144
0.11/0.14	c #constraints  140
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8
0.11/0.14	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.11/0.14	c org.sat4j.specs.Constr$1 => 7
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 112
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
0.11/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.14	c 140 constraints processed.
0.11/0.14	c objective function length is 144 literals
0.11/0.14	c SATISFIABLE
0.11/0.14	c OPTIMIZING...
0.11/0.14	c Got one! Elapsed wall clock time (in seconds):0.045
0.11/0.15	o 61
0.76/0.52	c cleaning 2501 clauses out of 5003 with flag 16864/5003
1.40/0.93	c cleaning 4249 clauses out of 8502 with flag 42205/11003
1.90/1.45	c cleaning 5624 clauses out of 11253 with flag 73797/18003
2.61/2.14	c cleaning 6813 clauses out of 13629 with flag 115219/26003
3.44/2.98	c cleaning 7907 clauses out of 15817 with flag 163656/35004
4.44/3.96	c cleaning 8955 clauses out of 17909 with flag 219017/45003
5.64/5.16	c cleaning 9970 clauses out of 19956 with flag 283416/56005
7.14/6.61	c cleaning 10991 clauses out of 21984 with flag 355061/68003
8.74/8.21	c cleaning 11989 clauses out of 23994 with flag 435967/81004
10.64/10.15	c cleaning 12996 clauses out of 26005 with flag 522051/95005
13.26/12.35	c cleaning 13996 clauses out of 28008 with flag 617373/110004
15.69/14.73	c starts		: 312
15.69/14.73	c conflicts		: 125713
15.69/14.73	c decisions		: 151247
15.69/14.73	c propagations		: 4022110
15.69/14.73	c inspects		: 281176832
15.69/14.73	c shortcuts		: 0
15.69/14.73	c learnt literals	: 7
15.69/14.73	c learnt binary clauses	: 7
15.69/14.73	c learnt ternary clauses	: 44
15.69/14.73	c learnt constraints	: 125705
15.69/14.73	c ignored constraints	: 0
15.69/14.73	c root simplifications	: 0
15.69/14.73	c removed literals (reason simplification)	: 0
15.69/14.73	c reason swapping (by a shorter reason)	: 0
15.69/14.73	c Calls to reduceDB	: 11
15.69/14.73	c Number of update (reduction) of LBD	: 41777
15.69/14.73	c Imported unit clauses	: 0
15.69/14.73	c number of reductions to clauses (during analyze)	: 0
15.69/14.73	c number of learned constraints concerned by reduction	: 0
15.69/14.73	c number of learning phase by resolution	: 0
15.69/14.73	c number of learning phase by cutting planes	: 0
15.69/14.73	c speed (assignments/second)	: 275638.0208333333
15.69/14.73	c non guided choices	0
15.69/14.73	c learnt constraints type 
15.69/14.73	s OPTIMUM FOUND
15.69/14.73	c Found 1 solution(s)
15.69/14.73	v x1 -x2 x3 x4 -x5 x6 -x7 x8 x9 -x10 -x11 x12 x13 x14 -x15 -x16 x17 x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 x42 x43 x44 x45 x46 -x47 x48 x49 -x50 -x51 x52 x53 -x54 x55 -x56 -x57 -x58 x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 x71 -x72 x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 x82 x83 x84 -x85 x86 x87 -x88 x89 -x90 -x91 x92 -x93 -x94 -x95 x96 -x97 -x98 x99 x100 x101 -x102 -x103 x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 x112 -x113 x114 x115 -x116 -x117 x118 x119 -x120 -x121 x122 -x123 x124 x125 x126 x127 x128 x129 -x130 -x131 x132 -x133 x134 x135 x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 
15.69/14.74	c objective function=61
15.69/14.74	c Total wall clock time (in seconds): 14.635

Verifier Data

OK	61

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-4117892-1467241332/watcher-4117892-1467241332 -o /tmp/evaluation-result-4117892-1467241332/solver-4117892-1467241332 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117892-1467241332.opb 

pid=8252
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.27 2.08 2.02 3/194 8255
/proc/meminfo: memFree=30064032/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5239544 98570240 977 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 24065 977 743 9 0 16771 0
[pid=8255/tid=8256] ppid=8252 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5239544 98570240 977 33554432000 1073741824 1073778376 140735884152880 140339409157672 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.27 2.08 2.02 3/194 8255
/proc/meminfo: memFree=30064032/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 4504 0 1 0 10 1 0 0 20 0 18 0 5239544 9787879424 6130 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2389619 6130 2157 9 0 2380296 0
[pid=8255/tid=8256] ppid=8252 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 5239544 9787879424 6131 33554432000 1073741824 1073778376 140735884152880 140339409161120 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200342 s]
/proc/loadavg: 2.27 2.08 2.02 3/194 8255
/proc/meminfo: memFree=30064032/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 6228 0 1 0 29 1 0 0 20 0 19 0 5239544 9856040960 8153 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 8153 2233 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2413 0 1 0 17 0 0 0 20 0 19 0 5239544 9856040960 8153 33554432000 1073741824 1073778376 140735884152880 140339409162880 140339281246752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300359 s]
/proc/loadavg: 2.27 2.08 2.02 3/194 8255
/proc/meminfo: memFree=30064032/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 6620 0 1 0 51 1 0 0 20 0 19 0 5239544 9856040960 8122 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 8122 2238 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2413 0 1 0 27 0 0 0 20 0 19 0 5239544 9856040960 8122 33554432000 1073741824 1073778376 140735884152880 140339409162408 140339281560045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70023 s]
/proc/loadavg: 2.27 2.08 2.02 3/194 8255
/proc/meminfo: memFree=30064032/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 13550 0 1 0 115 2 0 0 20 0 19 0 5239544 9856040960 11924 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 11924 2248 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2413 0 1 0 67 0 0 0 20 0 19 0 5239544 9856040960 11924 33554432000 1073741824 1073778376 140735884152880 140339409162616 140339281641015 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.25 2.07 2.02 3/213 8274
/proc/meminfo: memFree=30022076/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 13557 0 1 0 199 2 0 0 20 0 19 0 5239544 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 12441 2249 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2415 0 1 0 146 1 0 0 20 0 19 0 5239544 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339409162440 140339281559948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8258] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8258/stat : 8258 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339252770984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8259] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8259/stat : 8259 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339251718440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8260] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8260/stat : 8260 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339250665896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8255/tid=8261] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8261/stat : 8261 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339249613352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8262] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8262/stat : 8262 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339248560808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8263] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8263/stat : 8263 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339247508264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8264] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8264/stat : 8264 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339246455720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8265] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8265/stat : 8265 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339245403176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8266] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8266/stat : 8266 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339233204328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8267] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8267/stat : 8267 (java) S 8252 8255 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339232150648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8268] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8268/stat : 8268 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339231097992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8269] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8269/stat : 8269 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339230046736 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8270] ppid=8252 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8255/task/8270/stat : 8270 (java) S 8252 8255 4289 0 -1 4202560 2709 0 0 0 18 0 0 0 20 0 19 0 5239548 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339228994104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8271] ppid=8252 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8255/task/8271/stat : 8271 (java) S 8252 8255 4289 0 -1 4202560 7162 0 0 0 31 2 0 0 20 0 19 0 5239548 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339227941560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8272] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8272/stat : 8272 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339226889208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8273] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8273/stat : 8273 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339225836872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8274] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8274/stat : 8274 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239558 9856040960 12441 33554432000 1073741824 1073778376 140735884152880 140339224781608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.25 2.07 2.02 3/213 8274
/proc/meminfo: memFree=30019832/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 13561 0 1 0 362 2 0 0 20 0 19 0 5239544 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 13467 2250 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2417 0 1 0 305 1 0 0 20 0 19 0 5239544 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339409162568 140339281574960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8258] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8258/stat : 8258 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339252770984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8259] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8259/stat : 8259 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339251718440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8260] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8260/stat : 8260 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339250665896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8255/tid=8261] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8261/stat : 8261 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339249613352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8262] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8262/stat : 8262 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339248560808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8263] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8263/stat : 8263 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339247508264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8264] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8264/stat : 8264 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339246455720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8265] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8265/stat : 8265 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339245403176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8266] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8266/stat : 8266 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339233204328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8267] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8267/stat : 8267 (java) S 8252 8255 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339232150648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8268] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8268/stat : 8268 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339231097992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8269] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8269/stat : 8269 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339230046736 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8270] ppid=8252 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8255/task/8270/stat : 8270 (java) S 8252 8255 4289 0 -1 4202560 2711 0 0 0 22 0 0 0 20 0 19 0 5239548 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339228994104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8271] ppid=8252 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8255/task/8271/stat : 8271 (java) S 8252 8255 4289 0 -1 4202560 7162 0 0 0 31 2 0 0 20 0 19 0 5239548 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339227941560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8272] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8272/stat : 8272 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339226889208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8273] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8273/stat : 8273 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339225836872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8274] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8274/stat : 8274 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239558 9856040960 13467 33554432000 1073741824 1073778376 140735884152880 140339224781608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.23 2.07 2.02 3/213 8274
/proc/meminfo: memFree=30015368/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 13566 0 1 0 681 2 0 0 20 0 19 0 5239544 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 14499 2251 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2420 0 1 0 625 1 0 0 20 0 19 0 5239544 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339409153744 140339281641007 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8258] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8258/stat : 8258 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339252770984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8259] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8259/stat : 8259 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339251718440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8260] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8260/stat : 8260 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339250665896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8255/tid=8261] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8261/stat : 8261 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339249613352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8262] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8262/stat : 8262 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339248560808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8263] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8263/stat : 8263 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339247508264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8264] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8264/stat : 8264 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339246455720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8265] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8265/stat : 8265 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339245403176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8266] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8266/stat : 8266 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339233204328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8267] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8267/stat : 8267 (java) S 8252 8255 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339232150648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8268] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8268/stat : 8268 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339231097992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8269] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8269/stat : 8269 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339230046736 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8270] ppid=8252 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8255/task/8270/stat : 8270 (java) S 8252 8255 4289 0 -1 4202560 2712 0 0 0 22 0 0 0 20 0 19 0 5239548 9856040960 14499 33554432000 1073741824 1073778376 140735884152880 140339228994104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8271] ppid=8252 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=8255/tid=8260] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8260/stat : 8260 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339250665896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8255/tid=8261] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8261/stat : 8261 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339249613352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8262] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8262/stat : 8262 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339248560808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8263] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8263/stat : 8263 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339247508264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8264] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8264/stat : 8264 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339246455720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8265] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8265/stat : 8265 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339245403176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8266] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8266/stat : 8266 (java) S 8252 8255 4289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339233204328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8267] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8267/stat : 8267 (java) S 8252 8255 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339232150648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8268] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8268/stat : 8268 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339231097992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8269] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8269/stat : 8269 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339230046736 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8270] ppid=8252 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8255/task/8270/stat : 8270 (java) S 8252 8255 4289 0 -1 4202560 10056 0 0 0 63 1 0 0 20 0 19 0 5239548 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339228994104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8271] ppid=8252 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/8255/task/8271/stat : 8271 (java) S 8252 8255 4289 0 -1 4202560 7162 0 0 0 33 2 0 0 20 0 19 0 5239548 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339227941560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8272] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8272/stat : 8272 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339226889208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8273] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8273/stat : 8273 (java) S 8252 8255 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339225836872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8274] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8274/stat : 8274 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239558 9856040960 21399 33554432000 1073741824 1073778376 140735884152880 140339224781608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 9625040

[startup+14.4079 s]
/proc/loadavg: 2.21 2.07 2.02 3/213 8274
/proc/meminfo: memFree=30002096/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=15.4 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 20928 0 1 0 1536 4 0 0 20 0 19 0 5239544 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 21912 2259 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=14.36 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2434 0 1 0 1434 2 0 0 20 0 19 0 5239544 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339409162552 140339281575091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8258] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8258/stat : 8258 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339252770984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8259] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8259/stat : 8259 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339251718440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8260] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8260/stat : 8260 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339250665896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8255/tid=8261] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8261/stat : 8261 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339249613352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8262] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8262/stat : 8262 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339248560808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8263] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8263/stat : 8263 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339247508264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8264] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8264/stat : 8264 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339246455720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8265] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8265/stat : 8265 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339245403176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8266] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8266/stat : 8266 (java) S 8252 8255 4289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339233204328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8267] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8267/stat : 8267 (java) S 8252 8255 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339232150648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8268] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8268/stat : 8268 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339231097992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8269] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8269/stat : 8269 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339230046736 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8270] ppid=8252 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8255/task/8270/stat : 8270 (java) S 8252 8255 4289 0 -1 4202560 10056 0 0 0 63 1 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339228994104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8271] ppid=8252 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8255/task/8271/stat : 8271 (java) S 8252 8255 4289 0 -1 4202560 7163 0 0 0 35 2 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339227941560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8272] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8272/stat : 8272 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339226889208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8273] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8273/stat : 8273 (java) S 8252 8255 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339225836872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8274] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8274/stat : 8274 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239558 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339224781608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 9625040

[startup+14.6008 s]
/proc/loadavg: 2.21 2.07 2.02 3/213 8274
/proc/meminfo: memFree=30002096/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=15.59 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 20928 0 1 0 1555 4 0 0 20 0 19 0 5239544 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 21912 2259 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=14.55 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2434 0 1 0 1453 2 0 0 20 0 19 0 5239544 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339409160760 140339281641677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8258] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8258/stat : 8258 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339252770984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8259] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8259/stat : 8259 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339251718440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8260] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8260/stat : 8260 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339250665896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8255/tid=8261] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8261/stat : 8261 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339249613352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8262] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8262/stat : 8262 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339248560808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8263] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8263/stat : 8263 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339247508264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8264] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8264/stat : 8264 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339246455720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8265] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8265/stat : 8265 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339245403176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8266] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8266/stat : 8266 (java) S 8252 8255 4289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339233204328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8267] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8267/stat : 8267 (java) S 8252 8255 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339232150648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8268] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8268/stat : 8268 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339231097992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8269] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8269/stat : 8269 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339230046736 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8270] ppid=8252 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8255/task/8270/stat : 8270 (java) S 8252 8255 4289 0 -1 4202560 10056 0 0 0 63 1 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339228994104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8271] ppid=8252 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8255/task/8271/stat : 8271 (java) S 8252 8255 4289 0 -1 4202560 7163 0 0 0 35 2 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339227941560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8272] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8272/stat : 8272 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339226889208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8273] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8273/stat : 8273 (java) S 8252 8255 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339225836872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8274] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8274/stat : 8274 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239558 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339224781608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.59
Current children cumulated vsize (KiB) 9625040

[startup+14.7008 s]
/proc/loadavg: 2.21 2.07 2.02 3/213 8274
/proc/meminfo: memFree=30002096/32872528 swapFree=242912/249044
[pid=8255] ppid=8252 vsize=9625040 CPUtime=15.69 cores=1,3,5,7
/proc/8255/stat : 8255 (java) S 8252 8255 4289 0 -1 4202496 20929 0 1 0 1565 4 0 0 20 0 19 0 5239544 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140735884144016 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8255/statm: 2406260 21912 2259 9 0 2396937 0
[pid=8255/tid=8256] ppid=8252 vsize=9625040 CPUtime=14.65 cores=1,3,5,7
/proc/8255/task/8256/stat : 8256 (java) R 8252 8255 4289 0 -1 4202560 2435 0 1 0 1463 2 0 0 20 0 19 0 5239544 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339409160760 140339281640940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8258] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8258/stat : 8258 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339252770984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8259] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8259/stat : 8259 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339251718440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8260] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8260/stat : 8260 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339250665896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8255/tid=8261] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8261/stat : 8261 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339249613352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8262] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8262/stat : 8262 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339248560808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8263] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8263/stat : 8263 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339247508264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8264] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8264/stat : 8264 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339246455720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8265] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8265/stat : 8265 (java) S 8252 8255 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5239545 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339245403176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8266] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8266/stat : 8266 (java) S 8252 8255 4289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339233204328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8267] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8267/stat : 8267 (java) S 8252 8255 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339232150648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8268] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8268/stat : 8268 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239546 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339231097992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8269] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8269/stat : 8269 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339230046736 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8270] ppid=8252 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8255/task/8270/stat : 8270 (java) S 8252 8255 4289 0 -1 4202560 10056 0 0 0 63 1 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339228994104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8255/tid=8271] ppid=8252 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8255/task/8271/stat : 8271 (java) S 8252 8255 4289 0 -1 4202560 7163 0 0 0 35 2 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339227941560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8272] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8272/stat : 8272 (java) S 8252 8255 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339226889208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8255/tid=8273] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8273/stat : 8273 (java) S 8252 8255 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5239548 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339225836872 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8255/tid=8274] ppid=8252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8255/task/8274/stat : 8274 (java) S 8252 8255 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5239558 9856040960 21912 33554432000 1073741824 1073778376 140735884152880 140339224781608 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.69
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.7537
CPU time (s): 15.7716
CPU user time (s): 15.6876
CPU system time (s): 0.083987
CPU usage (%): 106.899
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6876
system time used= 0.083987
maximum resident set size= 89756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20952
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 554
involuntary context switches= 118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06499 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 01:02:12
IDJOB=4117892
IDBENCH=111625
IDSOLVER=2546
FILE ID=node103/4117892-1467241332
RUNJOBID= node103-1467209106-4306
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_004.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117892-1467241332/watcher-4117892-1467241332 -o /tmp/evaluation-result-4117892-1467241332/solver-4117892-1467241332 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117892-1467241332.opb

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

MD5SUM BENCH= d000deef81668da4a64be36cd348649f
RANDOM SEED=1176829371

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30064304 kB
Buffers:          118324 kB
Cached:          1231016 kB
SwapCached:            0 kB
Active:          1373552 kB
Inactive:         448840 kB
Active(anon):     475872 kB
Inactive(anon):        0 kB
Active(file):     897680 kB
Inactive(file):   448840 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:        722308 kB
Mapped:            22212 kB
Shmem:               204 kB
Slab:             604636 kB
SReclaimable:      48404 kB
SUnreclaim:       556232 kB
KernelStack:        1576 kB
PageTables:         6248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     830572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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= 71712 MiB
End job on node103 at 2016-06-30 01:02:27