Trace number 4084412

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT 695.025 693.637

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14bt.opb
MD5SUM35996461279b46395c12d24fd378138e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.361944
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.33	c See www.sat4j.org for details.
0.04/0.33	c version PB16.v20160501
0.04/0.33	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.33	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.33	c java.vm.version	19.1-b02
0.04/0.33	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.33	c sun.arch.data.model	64
0.04/0.33	c java.version		1.6.0_24
0.04/0.33	c os.name		Linux
0.04/0.33	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.33	c os.arch		amd64
0.04/0.33	c Free memory 		501472288
0.04/0.33	c Max memory 		7480803328
0.04/0.33	c Total memory 		504102912
0.04/0.33	c Number of processors 	8
0.04/0.36	c Pseudo Boolean Optimization by upper bound
0.04/0.36	c --- Begin Solver configuration ---
0.04/0.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.04/0.36	c Learn all clauses as in MiniSAT
0.04/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.36	c No reason simplification
0.04/0.36	c Glucose 2.1 dynamic restart strategy
0.04/0.36	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.04/0.36	c timeout=2147483s
0.04/0.36	c DB Simplification allowed=false
0.04/0.36	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.04/0.36	c --- End Solver configuration ---
0.04/0.36	c solving HOME/instance-4084412-1465217315.opb
0.04/0.36	c reading problem ... 
0.04/0.37	c  no objective function found
0.16/0.47	c ... done. Wall clock time 0.107s.
0.16/0.47	c declared #vars     316
0.16/0.47	c #constraints  686
0.16/0.47	c constraints type 
0.16/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 308
0.16/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.16/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.16/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168
0.16/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 207
0.16/0.47	c 686 constraints processed.
1.02/0.98	c cleaning 2499 clauses out of 4997 with flag 18697/5000
1.63/1.50	c cleaning 4250 clauses out of 8499 with flag 49219/11001
2.44/2.24	c cleaning 5625 clauses out of 11249 with flag 91011/18001
3.34/3.18	c cleaning 6808 clauses out of 13623 with flag 135041/26000
4.58/4.32	c cleaning 7908 clauses out of 15815 with flag 192245/35000
5.89/5.68	c cleaning 8951 clauses out of 17909 with flag 262078/45002
7.48/7.21	c cleaning 9978 clauses out of 19956 with flag 335509/56000
9.65/9.40	c cleaning 10985 clauses out of 21980 with flag 418953/68003
12.25/11.99	c cleaning 11990 clauses out of 23991 with flag 509227/81000
15.15/14.84	c cleaning 12992 clauses out of 26001 with flag 602853/95000
18.15/17.83	c cleaning 14000 clauses out of 28010 with flag 707955/110001
21.25/20.92	c cleaning 15000 clauses out of 30010 with flag 826329/126001
24.86/24.57	c cleaning 15996 clauses out of 32009 with flag 950580/143000
28.86/28.52	c cleaning 17001 clauses out of 34013 with flag 1084128/161000
33.17/32.83	c cleaning 18001 clauses out of 36012 with flag 1222489/180000
37.47/37.14	c cleaning 19001 clauses out of 38012 with flag 1361759/200002
42.47/42.13	c cleaning 20002 clauses out of 40009 with flag 1531526/221000
48.26/47.91	c cleaning 20999 clauses out of 42008 with flag 1718826/243001
54.77/54.49	c cleaning 21995 clauses out of 44010 with flag 1913174/266002
62.12/61.76	c cleaning 23002 clauses out of 46013 with flag 2105288/290000
69.91/69.54	c cleaning 24001 clauses out of 48011 with flag 2295627/315000
77.21/76.88	c cleaning 24999 clauses out of 50010 with flag 2497636/341000
86.11/85.75	c cleaning 25999 clauses out of 52011 with flag 2733877/368000
92.91/92.56	c cleaning 27000 clauses out of 54012 with flag 2927755/396000
100.11/99.71	c cleaning 28000 clauses out of 56012 with flag 3143670/425000
110.41/110.01	c cleaning 28998 clauses out of 58012 with flag 3380863/455000
121.72/121.31	c cleaning 30000 clauses out of 60015 with flag 3629836/486001
133.32/132.98	c cleaning 30999 clauses out of 62014 with flag 3926373/518000
145.00/144.54	c cleaning 32000 clauses out of 64015 with flag 4233241/551000
156.11/155.66	c cleaning 33002 clauses out of 66015 with flag 4553168/585000
170.72/170.25	c cleaning 33991 clauses out of 68015 with flag 4893946/620002
185.43/184.96	c cleaning 35009 clauses out of 70022 with flag 5308759/656000
201.12/200.60	c cleaning 36002 clauses out of 72013 with flag 5717420/693000
217.03/216.59	c cleaning 37000 clauses out of 74012 with flag 6122406/731001
233.23/232.75	c cleaning 38000 clauses out of 76014 with flag 6547795/770003
250.46/249.84	c cleaning 39005 clauses out of 78012 with flag 6953782/810001
271.56/270.98	c cleaning 40001 clauses out of 80008 with flag 7399973/851002
291.96/291.35	c cleaning 41001 clauses out of 82005 with flag 7916421/893000
309.87/309.23	c cleaning 42000 clauses out of 84009 with flag 8356399/936005
332.77/332.10	c cleaning 42999 clauses out of 86005 with flag 8825736/980001
358.28/357.69	c cleaning 43995 clauses out of 88005 with flag 9341304/1025000
380.07/379.40	c cleaning 45002 clauses out of 90011 with flag 9841886/1071001
401.54/400.71	c cleaning 46005 clauses out of 92010 with flag 10320723/1118002
430.75/429.93	c cleaning 47002 clauses out of 94004 with flag 10756167/1166001
455.86/455.05	c cleaning 47996 clauses out of 96005 with flag 11167851/1215004
488.66/487.85	c cleaning 49001 clauses out of 98005 with flag 11631495/1265000
524.28/523.46	c cleaning 49995 clauses out of 100007 with flag 12151213/1316003
560.31/559.23	c cleaning 50997 clauses out of 102013 with flag 12666383/1368004
590.51/589.46	c cleaning 52004 clauses out of 104017 with flag 13175640/1421005
619.22/618.18	c cleaning 53000 clauses out of 106009 with flag 13657653/1475001
652.02/650.94	c cleaning 53997 clauses out of 108008 with flag 14173660/1530000
688.03/686.91	c cleaning 54998 clauses out of 110011 with flag 14635624/1586000
694.73/693.60	c SATISFIABLE
694.73/693.60	c starts		: 5956
694.73/693.60	c conflicts		: 1606430
694.73/693.60	c decisions		: 2245710
694.73/693.60	c propagations		: 52726776
694.73/693.60	c inspects		: 12205161909
694.73/693.60	c shortcuts		: 0
694.73/693.60	c learnt literals	: 6
694.73/693.60	c learnt binary clauses	: 18
694.73/693.60	c learnt ternary clauses	: 46
694.73/693.60	c learnt constraints	: 1606424
694.73/693.60	c ignored constraints	: 0
694.73/693.60	c root simplifications	: 0
694.73/693.60	c removed literals (reason simplification)	: 0
694.73/693.60	c reason swapping (by a shorter reason)	: 0
694.73/693.60	c Calls to reduceDB	: 52
694.73/693.60	c Number of update (reduction) of LBD	: 298413
694.73/693.60	c Imported unit clauses	: 0
694.73/693.60	c number of reductions to clauses (during analyze)	: 0
694.73/693.60	c number of learned constraints concerned by reduction	: 0
694.73/693.60	c number of learning phase by resolution	: 0
694.73/693.60	c number of learning phase by cutting planes	: 0
694.73/693.60	c speed (assignments/second)	: 76071.09251577998
694.73/693.60	c non guided choices	26
694.73/693.63	c learnt constraints type 
694.73/693.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
694.73/693.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75425
694.73/693.63	s SATISFIABLE
694.73/693.63	c Found 1 solution(s)
694.73/693.63	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 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 x198 -x199 -x200 -x201 x202 -x203 x204 x205 -x206 -x207 x208 -x209 x210 -x211 x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 -x221 x222 -x223 x224 x225 -x226 -x227 x228 -x229 x230 -x231 x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 -x247 x248 -x249 x250 x251 -x252 x253 -x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 -x275 -x276 -x277 x278 x279 -x280 x281 -x282 x283 -x284 -x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 x305 -x306 x307 -x308 -x309 x310 -x311 x312 -x313 x314 x315 -x316 
694.73/693.63	c Total wall clock time (in seconds): 693.268

Verifier Data

OK	0

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

pid=776
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: 1.22 1.86 2.01 4/175 783
/proc/meminfo: memFree=30712020/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/783/stat : 783 (java) D 776 783 737 0 -1 4202496 158 0 1 0 0 0 0 0 20 0 1 0 103664707 278528 34 33554432000 1073741824 1073778376 140734072380784 140734072377960 272877317415 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/783/statm: 68 34 25 9 0 25 0

[startup+0.100182 s]
/proc/loadavg: 1.22 1.86 2.01 4/175 783
/proc/meminfo: memFree=30712020/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/783/stat : 783 (java) D 776 783 737 0 -1 4202496 1146 0 19 0 0 0 0 0 20 0 1 0 103664707 23793664 814 33554432000 1073741824 1073778376 140735113953552 140735113943544 139737364051664 0 0 4096 0 18446744071579943789 0 0 17 1 0 0 7 0 0
/proc/783/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200379 s]
/proc/loadavg: 1.22 1.86 2.01 4/175 783
/proc/meminfo: memFree=30712020/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 2862 0 28 0 0 1 0 0 20 0 10 0 103664707 9233014784 2999 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2254154 2999 1536 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.300347 s]
/proc/loadavg: 1.22 1.86 2.01 4/175 783
/proc/meminfo: memFree=30712020/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 3332 0 28 0 3 1 0 0 20 0 18 0 103664707 9787879424 3978 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2389619 3978 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558476

[startup+0.700242 s]
/proc/loadavg: 1.22 1.86 2.01 4/175 783
/proc/meminfo: memFree=30712020/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 7351 0 28 0 76 3 0 0 20 0 19 0 103664707 9856040960 8643 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2406260 8643 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 1.28 1.87 2.01 4/213 821
/proc/meminfo: memFree=30555368/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 8959 0 28 0 170 3 0 0 20 0 19 0 103664707 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2406260 10172 2257 9 0 2396937 0
[pid=783/tid=786] ppid=776 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/783/task/786/stat : 786 (java) R 776 783 737 0 -1 4202560 2458 0 7 0 120 2 0 0 20 0 19 0 103664717 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737359733192 272889865389 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=783/tid=788] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/788/stat : 788 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737203161256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=789] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/789/stat : 789 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737202108712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=790] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/790/stat : 790 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737201056168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=791] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/791/stat : 791 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737200003624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=793] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/793/stat : 793 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737198951080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=796] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/796/stat : 796 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737197898536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=799] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/799/stat : 799 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737196845992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=801] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/801/stat : 801 (java) S 776 783 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737195793448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=805] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/805/stat : 805 (java) S 776 783 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103664727 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737183594600 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=806] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/806/stat : 806 (java) S 776 783 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737182540920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=808] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/808/stat : 808 (java) S 776 783 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737181488264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=811] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/811/stat : 811 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737180437008 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=813] ppid=776 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/783/task/813/stat : 813 (java) S 776 783 737 0 -1 4202560 1296 0 0 0 18 0 0 0 20 0 19 0 103664734 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737179384376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=815] ppid=776 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/783/task/815/stat : 815 (java) S 776 783 737 0 -1 4202560 3948 0 0 0 29 0 0 0 20 0 19 0 103664734 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737178331832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=817] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/817/stat : 817 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737177279480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=819] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/819/stat : 819 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737176227144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=820] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/820/stat : 820 (java) S 776 783 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103664755 9856040960 10172 33554432000 1073741824 1073778376 140735113953552 139737175171880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 1.28 1.87 2.01 3/213 821
/proc/meminfo: memFree=30531476/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 8978 0 28 0 331 3 0 0 20 0 19 0 103664707 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2406260 11723 2257 9 0 2396937 0
[pid=783/tid=786] ppid=776 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/783/task/786/stat : 786 (java) R 776 783 737 0 -1 4202560 2462 0 7 0 280 2 0 0 20 0 19 0 103664717 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737359733128 139737299691446 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=783/tid=788] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/788/stat : 788 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737203161256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=789] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/789/stat : 789 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737202108712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=790] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/790/stat : 790 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737201056168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=791] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/791/stat : 791 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737200003624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=793] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/793/stat : 793 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737198951080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=796] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/796/stat : 796 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737197898536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=799] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/799/stat : 799 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737196845992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=801] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/801/stat : 801 (java) S 776 783 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737195793448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=805] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/805/stat : 805 (java) S 776 783 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103664727 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737183594600 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=806] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/806/stat : 806 (java) S 776 783 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737182540920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=808] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/808/stat : 808 (java) S 776 783 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737181488264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=811] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/811/stat : 811 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737180437008 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=813] ppid=776 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/783/task/813/stat : 813 (java) S 776 783 737 0 -1 4202560 1296 0 0 0 19 0 0 0 20 0 19 0 103664734 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737179384376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=815] ppid=776 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/783/task/815/stat : 815 (java) S 776 783 737 0 -1 4202560 3963 0 0 0 30 0 0 0 20 0 19 0 103664734 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737178331832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=817] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/817/stat : 817 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737177279480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=819] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/819/stat : 819 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737176227144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=820] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/820/stat : 820 (java) S 776 783 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103664755 9856040960 11723 33554432000 1073741824 1073778376 140735113953552 139737175171880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.34 1.87 2.01 3/213 821
/proc/meminfo: memFree=30476296/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9625040 CPUtime=6.58 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 9011 0 28 0 655 3 0 0 20 0 19 0 103664707 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2406260 14568 2258 9 0 2396937 0
[pid=783/tid=786] ppid=776 vsize=9625040 CPUtime=6.02 cores=1,3,5,7
/proc/783/task/786/stat : 786 (java) R 776 783 737 0 -1 4202560 2470 0 7 0 600 2 0 0 20 0 19 0 103664717 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737359733128 139737299946247 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=783/tid=788] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/788/stat : 788 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737203161256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=789] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/789/stat : 789 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737202108712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=790] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/790/stat : 790 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737201056168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=791] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/791/stat : 791 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737200003624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=793] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/793/stat : 793 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737198951080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=796] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/796/stat : 796 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737197898536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=799] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/799/stat : 799 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737196845992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=801] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/801/stat : 801 (java) S 776 783 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103664724 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737195793448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=805] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/805/stat : 805 (java) S 776 783 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103664727 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737183594600 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=806] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/806/stat : 806 (java) S 776 783 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737182540920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=808] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/808/stat : 808 (java) S 776 783 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737181488264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=811] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/811/stat : 811 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737180437008 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=813] ppid=776 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/783/task/813/stat : 813 (java) S 776 783 737 0 -1 4202560 1296 0 0 0 19 0 0 0 20 0 19 0 103664734 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737179384376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=815] ppid=776 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/783/task/815/stat : 815 (java) S 776 783 737 0 -1 4202560 3987 0 0 0 33 0 0 0 20 0 19 0 103664734 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737178331832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=817] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/817/stat : 817 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737177279480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=819] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/819/stat : 819 (java) S 776 783 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737176227144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=820] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/820/stat : 820 (java) S 776 783 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103664755 9856040960 14568 33554432000 1073741824 1073778376 140735113953552 139737175171880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 9625040


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

[pid=783/tid=790] ppid=776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/783/task/790/stat : 790 (java) S 776 783 737 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737201056168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=791] ppid=776 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/783/task/791/stat : 791 (java) S 776 783 737 0 -1 4202560 221 0 0 0 7 5 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737200003624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=793] ppid=776 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/783/task/793/stat : 793 (java) S 776 783 737 0 -1 4202560 213 0 0 0 4 2 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737198951080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=796] ppid=776 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/783/task/796/stat : 796 (java) S 776 783 737 0 -1 4202560 104 0 0 0 7 5 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737197898536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=799] ppid=776 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/783/task/799/stat : 799 (java) S 776 783 737 0 -1 4202560 199 0 0 0 6 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737196845992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=801] ppid=776 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/783/task/801/stat : 801 (java) S 776 783 737 0 -1 4202560 77 0 0 0 5 4 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737195793448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=805] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/805/stat : 805 (java) S 776 783 737 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 19 0 103664727 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737183594600 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=806] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/806/stat : 806 (java) S 776 783 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737182540920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=808] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/808/stat : 808 (java) S 776 783 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737181488264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=811] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/811/stat : 811 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737180437008 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=813] ppid=776 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/783/task/813/stat : 813 (java) S 776 783 737 0 -1 4202560 1296 0 0 0 19 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737179384376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=815] ppid=776 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/783/task/815/stat : 815 (java) S 776 783 737 0 -1 4202560 5906 0 0 0 41 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737178331832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=817] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/817/stat : 817 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737177279480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=819] ppid=776 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/783/task/819/stat : 819 (java) S 776 783 737 0 -1 4202560 42 0 0 0 12 14 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737176227144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=820] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/820/stat : 820 (java) S 776 783 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103664755 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737175171880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 692.33
Current children cumulated vsize (KiB) 9625040

[startup+692.801 s]
/proc/loadavg: 2.22 2.17 2.09 5/214 841
/proc/meminfo: memFree=29917324/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9625040 CPUtime=693.93 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 12295 0 28 0 69349 44 0 0 20 0 19 0 103664707 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2406260 95325 2272 9 0 2396937 0
[pid=783/tid=786] ppid=776 vsize=9625040 CPUtime=692.29 cores=1,3,5,7
/proc/783/task/786/stat : 786 (java) R 776 783 737 0 -1 4202560 2528 0 7 0 69215 14 0 0 20 0 19 0 103664717 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737359724208 139737299958734 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=783/tid=788] ppid=776 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/783/task/788/stat : 788 (java) S 776 783 737 0 -1 4202560 200 0 0 0 5 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737203161256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=789] ppid=776 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/783/task/789/stat : 789 (java) S 776 783 737 0 -1 4202560 83 0 0 0 8 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737202108712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=790] ppid=776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/783/task/790/stat : 790 (java) S 776 783 737 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737201056168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=791] ppid=776 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/783/task/791/stat : 791 (java) S 776 783 737 0 -1 4202560 221 0 0 0 7 5 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737200003624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=793] ppid=776 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/783/task/793/stat : 793 (java) S 776 783 737 0 -1 4202560 213 0 0 0 4 2 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737198951080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=796] ppid=776 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/783/task/796/stat : 796 (java) S 776 783 737 0 -1 4202560 104 0 0 0 7 5 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737197898536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=799] ppid=776 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/783/task/799/stat : 799 (java) S 776 783 737 0 -1 4202560 199 0 0 0 6 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737196845992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=801] ppid=776 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/783/task/801/stat : 801 (java) S 776 783 737 0 -1 4202560 77 0 0 0 5 4 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737195793448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=805] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/805/stat : 805 (java) S 776 783 737 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 19 0 103664727 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737183594600 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=806] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/806/stat : 806 (java) S 776 783 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737182540920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=808] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/808/stat : 808 (java) S 776 783 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737181488264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=811] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/811/stat : 811 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737180437008 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=813] ppid=776 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/783/task/813/stat : 813 (java) S 776 783 737 0 -1 4202560 1296 0 0 0 19 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737179384376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=815] ppid=776 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/783/task/815/stat : 815 (java) S 776 783 737 0 -1 4202560 5906 0 0 0 41 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737178331832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=817] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/817/stat : 817 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737177279480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=819] ppid=776 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/783/task/819/stat : 819 (java) S 776 783 737 0 -1 4202560 42 0 0 0 12 14 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737176227144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=820] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/820/stat : 820 (java) S 776 783 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103664755 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737175171880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 693.93
Current children cumulated vsize (KiB) 9625040

[startup+693.201 s]
/proc/loadavg: 2.22 2.17 2.09 5/214 841
/proc/meminfo: memFree=29917396/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9625040 CPUtime=694.33 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 12295 0 28 0 69389 44 0 0 20 0 19 0 103664707 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2406260 95325 2272 9 0 2396937 0
[pid=783/tid=786] ppid=776 vsize=9625040 CPUtime=692.69 cores=1,3,5,7
/proc/783/task/786/stat : 786 (java) R 776 783 737 0 -1 4202560 2528 0 7 0 69255 14 0 0 20 0 19 0 103664717 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737359724208 139737299917983 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=783/tid=788] ppid=776 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/783/task/788/stat : 788 (java) S 776 783 737 0 -1 4202560 200 0 0 0 5 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737203161256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=789] ppid=776 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/783/task/789/stat : 789 (java) S 776 783 737 0 -1 4202560 83 0 0 0 8 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737202108712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=790] ppid=776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/783/task/790/stat : 790 (java) S 776 783 737 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737201056168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=791] ppid=776 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/783/task/791/stat : 791 (java) S 776 783 737 0 -1 4202560 221 0 0 0 7 5 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737200003624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=793] ppid=776 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/783/task/793/stat : 793 (java) S 776 783 737 0 -1 4202560 213 0 0 0 4 2 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737198951080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=796] ppid=776 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/783/task/796/stat : 796 (java) S 776 783 737 0 -1 4202560 104 0 0 0 7 5 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737197898536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=799] ppid=776 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/783/task/799/stat : 799 (java) S 776 783 737 0 -1 4202560 199 0 0 0 6 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737196845992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=801] ppid=776 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/783/task/801/stat : 801 (java) S 776 783 737 0 -1 4202560 77 0 0 0 5 4 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737195793448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=805] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/805/stat : 805 (java) S 776 783 737 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 19 0 103664727 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737183594600 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=806] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/806/stat : 806 (java) S 776 783 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737182540920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=808] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/808/stat : 808 (java) S 776 783 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737181488264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=811] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/811/stat : 811 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737180437008 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=813] ppid=776 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/783/task/813/stat : 813 (java) S 776 783 737 0 -1 4202560 1296 0 0 0 19 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737179384376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=815] ppid=776 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/783/task/815/stat : 815 (java) S 776 783 737 0 -1 4202560 5906 0 0 0 41 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737178331832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=817] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/817/stat : 817 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737177279480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=819] ppid=776 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/783/task/819/stat : 819 (java) S 776 783 737 0 -1 4202560 42 0 0 0 12 14 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737176227144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=820] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/820/stat : 820 (java) S 776 783 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103664755 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737175171880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 694.33
Current children cumulated vsize (KiB) 9625040

[startup+693.601 s]
/proc/loadavg: 2.22 2.17 2.09 5/214 841
/proc/meminfo: memFree=29917396/32872528 swapFree=16252/1391864
[pid=783] ppid=776 vsize=9625040 CPUtime=694.73 cores=1,3,5,7
/proc/783/stat : 783 (java) S 776 783 737 0 -1 4202496 12295 0 28 0 69429 44 0 0 20 0 19 0 103664707 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 140735113944688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/783/statm: 2406260 95325 2272 9 0 2396937 0
[pid=783/tid=786] ppid=776 vsize=9625040 CPUtime=693.09 cores=1,3,5,7
/proc/783/task/786/stat : 786 (java) R 776 783 737 0 -1 4202560 2528 0 7 0 69295 14 0 0 20 0 19 0 103664717 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737359724208 139737299691458 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=783/tid=788] ppid=776 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/783/task/788/stat : 788 (java) S 776 783 737 0 -1 4202560 200 0 0 0 5 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737203161256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=789] ppid=776 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/783/task/789/stat : 789 (java) S 776 783 737 0 -1 4202560 83 0 0 0 8 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737202108712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=790] ppid=776 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/783/task/790/stat : 790 (java) S 776 783 737 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737201056168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=783/tid=791] ppid=776 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/783/task/791/stat : 791 (java) S 776 783 737 0 -1 4202560 221 0 0 0 7 5 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737200003624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=793] ppid=776 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/783/task/793/stat : 793 (java) S 776 783 737 0 -1 4202560 213 0 0 0 4 2 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737198951080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=796] ppid=776 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/783/task/796/stat : 796 (java) S 776 783 737 0 -1 4202560 104 0 0 0 7 5 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737197898536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=799] ppid=776 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/783/task/799/stat : 799 (java) S 776 783 737 0 -1 4202560 199 0 0 0 6 3 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737196845992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=801] ppid=776 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/783/task/801/stat : 801 (java) S 776 783 737 0 -1 4202560 77 0 0 0 5 4 0 0 20 0 19 0 103664724 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737195793448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=805] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/805/stat : 805 (java) S 776 783 737 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 19 0 103664727 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737183594600 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=806] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/806/stat : 806 (java) S 776 783 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737182540920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=808] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/808/stat : 808 (java) S 776 783 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103664729 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737181488264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=811] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/811/stat : 811 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737180437008 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=813] ppid=776 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/783/task/813/stat : 813 (java) S 776 783 737 0 -1 4202560 1296 0 0 0 19 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737179384376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=783/tid=815] ppid=776 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/783/task/815/stat : 815 (java) S 776 783 737 0 -1 4202560 5906 0 0 0 41 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737178331832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=817] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/817/stat : 817 (java) S 776 783 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737177279480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=783/tid=819] ppid=776 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/783/task/819/stat : 819 (java) S 776 783 737 0 -1 4202560 42 0 0 0 12 14 0 0 20 0 19 0 103664734 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737176227144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=783/tid=820] ppid=776 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/783/task/820/stat : 820 (java) S 776 783 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103664755 9856040960 95325 33554432000 1073741824 1073778376 140735113953552 139737175171880 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 694.73
Current children cumulated vsize (KiB) 9625040

Child status: 10
Real time (s): 693.637
CPU time (s): 695.025
CPU user time (s): 694.326
CPU system time (s): 0.698893
CPU usage (%): 100.2
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 694.326
system time used= 0.698893
maximum resident set size= 381396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12326
page faults= 28
swaps= 0
block input operations= 19024
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15317
involuntary context switches= 1458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.30234 second user time and 6.47302 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 14:48:35
IDJOB=4084412
IDBENCH=1157
IDSOLVER=2546
FILE ID=node119/4084412-1465217315
RUNJOBID= node119-1465217315-755
PBS_JOBID= 19843200
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084412-1465217315/watcher-4084412-1465217315 -o /tmp/evaluation-result-4084412-1465217315/solver-4084412-1465217315 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084412-1465217315.opb

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

MD5SUM BENCH= 35996461279b46395c12d24fd378138e
RANDOM SEED=446699527

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30714704 kB
Buffers:            6216 kB
Cached:            59624 kB
SwapCached:          832 kB
Active:            44292 kB
Inactive:          23432 kB
Active(anon):       3128 kB
Inactive(anon):     1616 kB
Active(file):      41164 kB
Inactive(file):    21816 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:              2432 kB
Writeback:             0 kB
AnonPages:       1393368 kB
Mapped:             6916 kB
Shmem:                 0 kB
Slab:             564456 kB
SReclaimable:       8544 kB
SUnreclaim:       555912 kB
KernelStack:        1400 kB
PageTables:         6964 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1487516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1378304 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= 71736 MiB
End job on node119 at 2016-06-06 15:00:09