Trace number 4100573

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 PB16SAT (TO)14 1800.69 1799.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/www.csit.fsu.edu/
~burkardt/datasets/mps/normalized-reduced-mps-v2-20-10-maros.opb
MD5SUM6803f1153be9bf743da46b6e6a13cfbf
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.013997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables90
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint15
Maximum length of a constraint90
Number of terms in the objective function 90
Biggest coefficient in the objective function 168516
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524354
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262133
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524354
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100573-1466215086.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.13	c ... done. Wall clock time 0.021s.
0.09/0.13	c declared #vars     90
0.09/0.13	c #constraints  6
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6
0.09/0.13	c 6 constraints processed.
0.09/0.13	c objective function length is 90 literals
0.09/0.14	c SATISFIABLE
0.09/0.14	c OPTIMIZING...
0.09/0.14	c Got one! Elapsed wall clock time (in seconds):0.026
0.09/0.14	o 14
0.72/0.50	c cleaning 2501 clauses out of 5002 with flag 10004/5002
1.21/0.90	c cleaning 4250 clauses out of 8501 with flag 22004/11002
1.71/1.45	c cleaning 5625 clauses out of 11251 with flag 36004/18002
2.42/2.18	c cleaning 6815 clauses out of 13630 with flag 52012/26006
3.45/3.13	c cleaning 7905 clauses out of 15809 with flag 70000/35000
4.45/4.19	c cleaning 8954 clauses out of 17908 with flag 90008/45004
5.75/5.42	c cleaning 9975 clauses out of 19950 with flag 112000/56000
7.05/6.79	c cleaning 10988 clauses out of 21975 with flag 136000/68000
8.75/8.50	c cleaning 11989 clauses out of 23988 with flag 162002/81001
10.65/10.32	c cleaning 13001 clauses out of 26003 with flag 190010/95005
12.75/12.43	c cleaning 13999 clauses out of 27997 with flag 220000/110000
15.35/15.01	c cleaning 14996 clauses out of 29999 with flag 252002/126001
17.95/17.69	c cleaning 16001 clauses out of 32002 with flag 286000/143000
20.84/20.54	c cleaning 17000 clauses out of 34005 with flag 322008/161004
24.34/24.04	c cleaning 17999 clauses out of 36003 with flag 360004/180002
28.35/28.05	c cleaning 19001 clauses out of 38004 with flag 400004/200002
32.65/32.32	c cleaning 20002 clauses out of 40003 with flag 442008/221002
37.05/36.75	c cleaning 20994 clauses out of 42000 with flag 486006/243001
42.05/41.70	c cleaning 22003 clauses out of 44007 with flag 532008/266002
47.66/47.37	c cleaning 22998 clauses out of 46005 with flag 580010/290003
54.15/53.88	c cleaning 24003 clauses out of 48005 with flag 630006/315001
60.74/60.49	c cleaning 24999 clauses out of 50005 with flag 682012/341004
68.24/67.92	c cleaning 26000 clauses out of 52003 with flag 736006/368001
76.36/76.04	c cleaning 26999 clauses out of 54002 with flag 792004/396000
85.16/84.85	c cleaning 28001 clauses out of 56005 with flag 850008/425002
94.89/94.56	c cleaning 29000 clauses out of 58003 with flag 910006/455001
105.39/105.07	c cleaning 29998 clauses out of 60002 with flag 972004/486000
116.00/115.68	c cleaning 30997 clauses out of 62007 with flag 1036010/518003
126.59/126.29	c cleaning 32004 clauses out of 64007 with flag 1102004/551000
137.90/137.57	c cleaning 33003 clauses out of 66005 with flag 1170008/585002
150.10/149.73	c cleaning 33998 clauses out of 68002 with flag 1240008/620002
163.31/162.95	c cleaning 35000 clauses out of 70002 with flag 1312004/656000
176.80/176.42	c cleaning 35997 clauses out of 72002 with flag 1386004/693000
191.10/190.77	c cleaning 37000 clauses out of 74005 with flag 1462004/731000
206.11/205.75	c cleaning 38004 clauses out of 76007 with flag 1540008/770002
221.41/221.03	c cleaning 38998 clauses out of 78002 with flag 1620026/810001
237.51/237.16	c cleaning 39997 clauses out of 80005 with flag 1702042/851002
255.11/254.77	c cleaning 41003 clauses out of 82008 with flag 1786042/893002
273.29/272.85	c cleaning 42001 clauses out of 84005 with flag 1872042/936002
292.38/291.94	c cleaning 42997 clauses out of 86004 with flag 1960042/980002
312.48/312.08	c cleaning 43997 clauses out of 88007 with flag 2050042/1025002
335.18/334.79	c cleaning 45004 clauses out of 90011 with flag 2142051/1071003
361.30/360.87	c cleaning 46001 clauses out of 92005 with flag 2236048/1118001
388.41/387.96	c cleaning 46997 clauses out of 94004 with flag 2332055/1166001
418.41/417.91	c cleaning 48004 clauses out of 96009 with flag 2430089/1215003
450.92/450.41	c cleaning 48994 clauses out of 98004 with flag 2530087/1265002
486.13/485.67	c cleaning 50000 clauses out of 100010 with flag 2632106/1316002
525.73/525.27	c cleaning 51001 clauses out of 102010 with flag 2736110/1368002
567.95/567.44	c cleaning 52001 clauses out of 104008 with flag 2842108/1421001
611.95/611.46	c cleaning 53003 clauses out of 106007 with flag 2950122/1475001
658.97/658.40	c cleaning 53999 clauses out of 108006 with flag 3060127/1530003
709.57/709.09	c cleaning 55002 clauses out of 110004 with flag 3172134/1586000
761.69/761.14	c cleaning 56001 clauses out of 112004 with flag 3286143/1643002
814.60/814.01	c cleaning 56998 clauses out of 114004 with flag 3402145/1701003
868.81/868.28	c cleaning 57998 clauses out of 116003 with flag 3520139/1760000
924.52/923.97	c cleaning 59001 clauses out of 118006 with flag 3640149/1820001
983.89/983.20	c cleaning 60000 clauses out of 120006 with flag 3762153/1881002
1045.30/1044.62	c cleaning 61003 clauses out of 122006 with flag 3886153/1943002
1108.01/1107.31	c cleaning 62000 clauses out of 124002 with flag 4012151/2006001
1174.83/1174.17	c cleaning 62995 clauses out of 126003 with flag 4140153/2070002
1245.16/1244.46	c cleaning 64002 clauses out of 128008 with flag 4270162/2135002
1317.57/1316.86	c cleaning 65001 clauses out of 130005 with flag 4402160/2201001
1394.69/1393.92	c cleaning 66001 clauses out of 132005 with flag 4536174/2268002
1471.92/1471.03	c cleaning 66995 clauses out of 134004 with flag 4672187/2336002
1552.63/1551.74	c cleaning 68000 clauses out of 136008 with flag 4810187/2405001
1637.55/1636.68	c cleaning 69005 clauses out of 138010 with flag 4950192/2475003
1727.68/1726.70	c cleaning 70000 clauses out of 140004 with flag 5092206/2546002
1800.01/1799.00	c starts		: 2
1800.01/1799.00	c conflicts		: 2609961
1800.01/1799.00	c decisions		: 2610259
1800.01/1799.00	c propagations		: 12718866
1800.01/1799.00	c inspects		: 31259789153
1800.01/1799.00	c shortcuts		: 0
1800.01/1799.00	c learnt literals	: 0
1800.01/1799.00	c learnt binary clauses	: 0
1800.01/1799.00	c learnt ternary clauses	: 0
1800.01/1799.00	c learnt constraints	: 2609961
1800.01/1799.00	c ignored constraints	: 0
1800.01/1799.00	c root simplifications	: 0
1800.01/1799.00	c removed literals (reason simplification)	: 0
1800.01/1799.00	c reason swapping (by a shorter reason)	: 0
1800.01/1799.00	c Calls to reduceDB	: 67
1800.01/1799.00	c Number of update (reduction) of LBD	: 192
1800.01/1799.00	c Imported unit clauses	: 0
1800.01/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1799.00	c number of learned constraints concerned by reduction	: 0
1800.01/1799.00	c number of learning phase by resolution	: 0
1800.01/1799.00	c number of learning phase by cutting planes	: 0
1800.01/1799.00	c speed (assignments/second)	: 7070.491076044575
1800.01/1799.00	c non guided choices	0
1800.01/1799.03	c learnt constraints type 
1800.01/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133964
1800.01/1799.03	s SATISFIABLE
1800.01/1799.03	c Found 1 solution(s)
1800.01/1799.03	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 
1800.01/1799.03	c objective function=14
1800.01/1799.03	c Total wall clock time (in seconds): 1798.918

Verifier Data

OK	14

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

pid=18034
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.24 2.25 2.26 4/194 18037
/proc/meminfo: memFree=30111560/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18037/stat : 18037 (java) R 18034 18037 15548 0 -1 4202496 666 0 0 0 0 0 0 0 20 0 1 0 23555116 23793664 316 33554432000 1073741824 1073778376 140736221761184 140736221750248 229346687553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 5809 326 251 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 2.24 2.25 2.26 4/194 18037
/proc/meminfo: memFree=30111560/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 4464 0 1 0 8 1 0 0 20 0 18 0 23555116 9787879424 5576 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2389619 5576 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200259 s]
/proc/loadavg: 2.24 2.25 2.26 4/194 18037
/proc/meminfo: memFree=30111560/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 6581 0 1 0 28 2 0 0 20 0 19 0 23555116 9856040960 7069 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 7069 2215 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300267 s]
/proc/loadavg: 2.24 2.25 2.26 4/194 18037
/proc/meminfo: memFree=30111560/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 6822 0 1 0 46 2 0 0 20 0 19 0 23555116 9856040960 7532 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 7532 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.70019 s]
/proc/loadavg: 2.24 2.25 2.26 4/194 18037
/proc/meminfo: memFree=30111560/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 7987 0 1 0 98 2 0 0 20 0 19 0 23555116 9856040960 8166 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 8166 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.30 2.26 2.26 4/213 18056
/proc/meminfo: memFree=30083604/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 8000 0 1 0 180 2 0 0 20 0 19 0 23555116 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 9711 2247 9 0 2396937 0
[pid=18037/tid=18039] ppid=18034 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18034 18037 15548 0 -1 4202560 2464 0 1 0 145 1 0 0 20 0 19 0 23555117 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849632254440 139849572380104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18040] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849476290984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18041] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849475238440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18042] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849474185384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18043] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849473132840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18044] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849472080808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18045] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849471028264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18046] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849469975208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18047] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18034 18037 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849468922664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18048] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18034 18037 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23555119 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849456511336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18049] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18034 18037 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849455457656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849454404488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849453353232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18034 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18034 18037 15548 0 -1 4202560 1072 0 0 0 14 0 0 0 20 0 19 0 23555122 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849452301112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18034 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18034 18037 15548 0 -1 4202560 3192 0 0 0 19 0 0 0 20 0 19 0 23555122 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849451248568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849450195704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849449143368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18056] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555130 9856040960 9711 33554432000 1073741824 1073778376 140736221761184 139849448039464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.30 2.26 2.26 4/213 18056
/proc/meminfo: memFree=30079012/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 8005 0 1 0 342 3 0 0 20 0 19 0 23555116 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 10738 2247 9 0 2396937 0
[pid=18037/tid=18039] ppid=18034 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18034 18037 15548 0 -1 4202560 2466 0 1 0 305 1 0 0 20 0 19 0 23555117 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849632256280 139849572357100 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18040] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849476290984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18041] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849475238440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18042] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849474185384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18043] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849473132840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18044] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849472080808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18045] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849471028264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18046] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849469975208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18047] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18034 18037 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849468922664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18048] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18034 18037 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23555119 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849456511336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18049] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18034 18037 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849455457656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849454404488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849453353232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18034 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18034 18037 15548 0 -1 4202560 1072 0 0 0 14 0 0 0 20 0 19 0 23555122 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849452301112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18034 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18034 18037 15548 0 -1 4202560 3195 0 0 0 21 0 0 0 20 0 19 0 23555122 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849451248568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849450195704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849449143368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18056] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555130 9856040960 10738 33554432000 1073741824 1073778376 140736221761184 139849448039464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.30 2.26 2.26 5/213 18056
/proc/meminfo: memFree=30070944/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=6.65 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 8011 0 1 0 662 3 0 0 20 0 19 0 23555116 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 12628 2248 9 0 2396937 0
[pid=18037/tid=18039] ppid=18034 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18034 18037 15548 0 -1 4202560 2471 0 1 0 625 2 0 0 20 0 19 0 23555117 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849632247504 139849572380113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18040] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849476290984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18041] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849475238440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18042] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849474185384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18043] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849473132840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18044] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849472080808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18045] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849471028264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18046] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849469975208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18047] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18034 18037 15548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23555118 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849468922664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18048] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18034 18037 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23555119 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849456511336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18049] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18034 18037 15548 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849455457656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849454404488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849453353232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18034 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18034 18037 15548 0 -1 4202560 1072 0 0 0 14 0 0 0 20 0 19 0 23555122 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849452301112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18053] ppid=18034 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18034 18037 15548 0 -1 4202560 3195 0 0 0 21 0 0 0 20 0 19 0 23555122 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849451248568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849450195704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18034 18037 15548 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849449143368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18056] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555130 9856040960 12628 33554432000 1073741824 1073778376 140736221761184 139849448039464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9625040


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

[pid=18037/tid=18049] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18034 18037 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849455457656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18034 18037 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849454404488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849453353232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18034 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18034 18037 15548 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849452301112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18053] ppid=18034 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18034 18037 15548 0 -1 4202560 3195 0 0 0 21 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849451248568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849450195704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18034 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18034 18037 15548 0 -1 4202560 98 0 0 0 32 39 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849449143368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18056] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555130 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849448039464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.27
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.20 2.22 4/213 18187
/proc/meminfo: memFree=27977136/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=1723.28 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 9524 0 1 0 172283 45 0 0 20 0 19 0 23555116 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 62370 2262 9 0 2396937 0
[pid=18037/tid=18039] ppid=18034 vsize=9625040 CPUtime=1722.21 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18034 18037 15548 0 -1 4202560 2533 0 1 0 172191 30 0 0 20 0 19 0 23555117 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849632254320 139849572565896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18040] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18034 18037 15548 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849476290984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18041] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18034 18037 15548 0 -1 4202560 146 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849475238440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18042] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18034 18037 15548 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849474185384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18043] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18034 18037 15548 0 -1 4202560 166 0 0 0 2 2 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849473132840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18044] ppid=18034 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18034 18037 15548 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849472080808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18045] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18034 18037 15548 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849471028264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18046] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18034 18037 15548 0 -1 4202560 128 0 0 0 3 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849469975208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18047] ppid=18034 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18034 18037 15548 0 -1 4202560 123 0 0 0 2 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849468922664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18048] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18034 18037 15548 0 -1 4202560 45 0 0 0 1 1 0 0 20 0 19 0 23555119 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849456511336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18049] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18034 18037 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849455457656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18034 18037 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849454404488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849453353232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18034 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18034 18037 15548 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849452301112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18053] ppid=18034 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18034 18037 15548 0 -1 4202560 3195 0 0 0 21 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849451248568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849450195704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18034 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18034 18037 15548 0 -1 4202560 100 0 0 0 33 41 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849449143368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18056] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555130 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849448039464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.19 2.22 3/213 18189
/proc/meminfo: memFree=27960416/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=1783.31 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 9528 0 1 0 178284 47 0 0 20 0 19 0 23555116 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 62370 2262 9 0 2396937 0
[pid=18037/tid=18039] ppid=18034 vsize=9625040 CPUtime=1782.21 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18034 18037 15548 0 -1 4202560 2533 0 1 0 178190 31 0 0 20 0 19 0 23555117 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849632247504 139849572565896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18040] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18034 18037 15548 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849476290984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18041] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18034 18037 15548 0 -1 4202560 146 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849475238440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18042] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18034 18037 15548 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849474185384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18043] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18034 18037 15548 0 -1 4202560 166 0 0 0 2 2 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849473132840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18044] ppid=18034 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18034 18037 15548 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849472080808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18045] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18034 18037 15548 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849471028264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18046] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18034 18037 15548 0 -1 4202560 128 0 0 0 3 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849469975208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18047] ppid=18034 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18034 18037 15548 0 -1 4202560 123 0 0 0 2 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849468922664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18048] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18034 18037 15548 0 -1 4202560 45 0 0 0 1 1 0 0 20 0 19 0 23555119 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849456511336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18049] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18034 18037 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849455457656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18034 18037 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849454404488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849453353232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18034 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18034 18037 15548 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849452301112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18053] ppid=18034 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18034 18037 15548 0 -1 4202560 3195 0 0 0 21 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849451248568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849450195704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18034 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18034 18037 15548 0 -1 4202560 104 0 0 0 35 42 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849449143368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18056] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555130 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849448039464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.25 2.21 2.22 3/213 18189
/proc/meminfo: memFree=27960428/32872528 swapFree=1370848/1518016
[pid=18037] ppid=18034 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/18037/stat : 18037 (java) S 18034 18037 15548 0 -1 4202496 9528 0 1 0 179954 47 0 0 20 0 19 0 23555116 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 140736221752320 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18037/statm: 2406260 62370 2262 9 0 2396937 0
[pid=18037/tid=18039] ppid=18034 vsize=9625040 CPUtime=1798.91 cores=1,3,5,7
/proc/18037/task/18039/stat : 18039 (java) R 18034 18037 15548 0 -1 4202560 2533 0 1 0 179860 31 0 0 20 0 19 0 23555117 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849632247504 139849572565808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18040] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18040/stat : 18040 (java) S 18034 18037 15548 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849476290984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18041] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18041/stat : 18041 (java) S 18034 18037 15548 0 -1 4202560 146 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849475238440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18042] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18042/stat : 18042 (java) S 18034 18037 15548 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849474185384 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18043] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18043/stat : 18043 (java) S 18034 18037 15548 0 -1 4202560 166 0 0 0 2 2 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849473132840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18044] ppid=18034 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18037/task/18044/stat : 18044 (java) S 18034 18037 15548 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849472080808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18045] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18045/stat : 18045 (java) S 18034 18037 15548 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849471028264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18046] ppid=18034 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18037/task/18046/stat : 18046 (java) S 18034 18037 15548 0 -1 4202560 128 0 0 0 3 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849469975208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18037/tid=18047] ppid=18034 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18037/task/18047/stat : 18047 (java) S 18034 18037 15548 0 -1 4202560 123 0 0 0 2 1 0 0 20 0 19 0 23555118 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849468922664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18048] ppid=18034 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18037/task/18048/stat : 18048 (java) S 18034 18037 15548 0 -1 4202560 45 0 0 0 1 1 0 0 20 0 19 0 23555119 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849456511336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18049] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18049/stat : 18049 (java) S 18034 18037 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849455457656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18050] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18050/stat : 18050 (java) S 18034 18037 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555120 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849454404488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18051] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18051/stat : 18051 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849453353232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18037/tid=18052] ppid=18034 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/18037/task/18052/stat : 18052 (java) S 18034 18037 15548 0 -1 4202560 1742 0 0 0 20 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849452301112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18053] ppid=18034 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/18037/task/18053/stat : 18053 (java) S 18034 18037 15548 0 -1 4202560 3195 0 0 0 21 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849451248568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18054] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18054/stat : 18054 (java) S 18034 18037 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849450195704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18037/tid=18055] ppid=18034 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/18037/task/18055/stat : 18055 (java) S 18034 18037 15548 0 -1 4202560 104 0 0 0 35 43 0 0 20 0 19 0 23555122 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849449143368 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18037/tid=18056] ppid=18034 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18037/task/18056/stat : 18056 (java) S 18034 18037 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555130 9856040960 62370 33554432000 1073741824 1073778376 140736221761184 139849448039464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18037 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.04
CPU time (s): 1800.69
CPU user time (s): 1799.73
CPU system time (s): 0.960853
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.960853
maximum resident set size= 249660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9580
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38101
involuntary context switches= 2595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8222 second user time and 12.5851 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 03:58:06
IDJOB=4100573
IDBENCH=1634
IDSOLVER=2546
FILE ID=node129/4100573-1466215086
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-reduced-mps-v2-20-10-maros.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100573-1466215086/watcher-4100573-1466215086 -o /tmp/evaluation-result-4100573-1466215086/solver-4100573-1466215086 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100573-1466215086.opb

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

MD5SUM BENCH= 6803f1153be9bf743da46b6e6a13cfbf
RANDOM SEED=1295284819

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30112476 kB
Buffers:           93412 kB
Cached:           102392 kB
SwapCached:         1944 kB
Active:           372700 kB
Inactive:         136724 kB
Active(anon):     315044 kB
Inactive(anon):     1076 kB
Active(file):      57656 kB
Inactive(file):   135648 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       1949288 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             598632 kB
SReclaimable:      42516 kB
SUnreclaim:       556116 kB
KernelStack:        1768 kB
PageTables:         7972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2330024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node129 at 2016-06-18 04:28:05