Trace number 4101085

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 PB16? (TO) 1800.69 1795.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-pilot.we.opb
MD5SUM6d89097601cc17df3da06374ded173c4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77678
Total number of constraints1016
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 constraints1016
Minimum length of a constraint10
Maximum length of a constraint2430
Number of terms in the objective function 2760
Biggest coefficient in the objective function 9798
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 526457
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262399
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526457
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4101085-1466220426.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.41/0.87	c ... done. Wall clock time 0.759s.
1.41/0.87	c declared #vars     77678
1.41/0.87	c #constraints  1599
1.41/0.87	c constraints type 
1.41/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
1.41/0.87	c org.sat4j.specs.Constr$1 => 20
1.41/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1576
1.41/0.87	c 1599 constraints processed.
1.41/0.87	c objective function length is 2760 literals
3.91/2.77	c cleaning 2496 clauses out of 4999 with flag 11312/5000
5.21/3.85	c cleaning 4253 clauses out of 8505 with flag 23377/11003
6.71/5.36	c cleaning 5611 clauses out of 11249 with flag 38632/18000
8.02/6.65	c cleaning 6818 clauses out of 13638 with flag 55596/26000
9.43/8.00	c cleaning 7904 clauses out of 15820 with flag 74854/35000
11.02/9.64	c cleaning 8958 clauses out of 17917 with flag 96843/45001
13.53/12.06	c cleaning 9979 clauses out of 19958 with flag 120859/56000
18.07/16.60	c cleaning 10983 clauses out of 21980 with flag 149030/68001
20.66/19.16	c cleaning 11993 clauses out of 23998 with flag 175535/81002
24.49/22.93	c cleaning 12996 clauses out of 26000 with flag 205982/95000
27.71/26.04	c cleaning 13997 clauses out of 28006 with flag 237603/110002
33.28/31.50	c cleaning 15001 clauses out of 30011 with flag 273899/126004
38.82/36.73	c cleaning 15992 clauses out of 32006 with flag 310629/143000
50.64/48.44	c cleaning 17002 clauses out of 34017 with flag 357605/161003
59.03/56.87	c cleaning 18008 clauses out of 36015 with flag 401576/180003
70.85/68.57	c cleaning 19004 clauses out of 38007 with flag 455880/200003
77.05/74.74	c cleaning 19994 clauses out of 40000 with flag 503116/221000
84.05/81.74	c cleaning 21004 clauses out of 42009 with flag 554434/243003
92.75/90.41	c cleaning 21993 clauses out of 44006 with flag 616946/266004
101.45/99.14	c cleaning 22996 clauses out of 46011 with flag 674772/290002
109.21/106.80	c cleaning 24006 clauses out of 48015 with flag 730279/315002
118.80/116.37	c cleaning 25001 clauses out of 50008 with flag 787902/341001
123.79/121.36	c cleaning 25991 clauses out of 52008 with flag 846730/368002
128.19/125.70	c cleaning 27005 clauses out of 54013 with flag 919126/396000
135.29/132.83	c cleaning 28001 clauses out of 56012 with flag 986841/425004
143.79/141.37	c cleaning 29001 clauses out of 58012 with flag 1058406/455005
151.91/149.30	c cleaning 30003 clauses out of 60008 with flag 1131372/486002
161.61/159.03	c cleaning 31002 clauses out of 62008 with flag 1206212/518005
170.41/167.86	c cleaning 31986 clauses out of 64001 with flag 1276847/551000
178.21/175.61	c cleaning 33007 clauses out of 66017 with flag 1353491/585002
186.70/184.19	c cleaning 33986 clauses out of 68008 with flag 1449194/620000
194.60/192.09	c cleaning 35002 clauses out of 70021 with flag 1536146/656000
205.21/202.62	c cleaning 36007 clauses out of 72020 with flag 1632800/693002
226.61/224.02	c cleaning 37004 clauses out of 74012 with flag 1744742/731001
240.61/238.06	c cleaning 37996 clauses out of 76007 with flag 1891290/770000
255.23/252.54	c cleaning 38984 clauses out of 78013 with flag 2024780/810002
272.24/269.52	c cleaning 40003 clauses out of 80027 with flag 2139083/851000
287.52/284.86	c cleaning 40997 clauses out of 82024 with flag 2226006/893000
308.22/305.55	c cleaning 42001 clauses out of 84029 with flag 2316412/936002
326.53/323.87	c cleaning 42998 clauses out of 86026 with flag 2408470/980000
353.42/350.74	c cleaning 44011 clauses out of 88027 with flag 2516905/1025002
367.04/364.37	c cleaning 44998 clauses out of 90014 with flag 2620735/1071000
381.25/378.51	c cleaning 45998 clauses out of 92013 with flag 2731343/1118000
415.77/412.82	c cleaning 47005 clauses out of 94015 with flag 2863518/1166001
435.47/432.50	c cleaning 48002 clauses out of 96014 with flag 2972221/1215005
459.77/456.88	c cleaning 48997 clauses out of 98008 with flag 3086655/1265001
484.74/481.70	c cleaning 49999 clauses out of 100012 with flag 3203855/1316002
508.35/505.34	c cleaning 50997 clauses out of 102011 with flag 3322873/1368000
533.25/530.22	c cleaning 52000 clauses out of 104014 with flag 3443340/1421000
558.84/555.83	c cleaning 53001 clauses out of 106014 with flag 3566280/1475000
585.74/582.66	c cleaning 53997 clauses out of 108015 with flag 3691667/1530002
613.54/610.48	c cleaning 55004 clauses out of 110016 with flag 3819608/1586000
640.93/637.80	c cleaning 55997 clauses out of 112013 with flag 3949693/1643001
670.33/667.15	c cleaning 57006 clauses out of 114017 with flag 4082259/1701002
701.03/697.87	c cleaning 58002 clauses out of 116012 with flag 4216738/1760003
732.39/729.17	c cleaning 58998 clauses out of 118007 with flag 4353397/1820000
765.69/762.48	c cleaning 60003 clauses out of 120010 with flag 4492199/1881001
797.17/793.83	c cleaning 60996 clauses out of 122006 with flag 4634035/1943000
830.78/827.41	c cleaning 61996 clauses out of 124010 with flag 4777340/2006000
865.55/862.10	c cleaning 63005 clauses out of 126020 with flag 4923694/2070006
901.37/897.93	c cleaning 64000 clauses out of 128009 with flag 5071862/2135000
937.91/934.40	c cleaning 65000 clauses out of 130012 with flag 5221753/2201003
976.03/972.60	c cleaning 65997 clauses out of 132010 with flag 5374328/2268001
1014.61/1011.09	c cleaning 66997 clauses out of 134012 with flag 5528717/2336000
1059.00/1055.45	c cleaning 67998 clauses out of 136015 with flag 5686437/2405000
1102.30/1098.69	c cleaning 68999 clauses out of 138017 with flag 5846725/2475000
1149.06/1145.39	c cleaning 70007 clauses out of 140021 with flag 6009864/2546003
1193.86/1190.17	c cleaning 70996 clauses out of 142013 with flag 6174835/2618002
1239.92/1236.17	c cleaning 72003 clauses out of 144016 with flag 6342011/2691001
1285.16/1281.37	c cleaning 73001 clauses out of 146013 with flag 6510841/2765001
1332.06/1328.26	c cleaning 73999 clauses out of 148012 with flag 6682186/2840001
1382.78/1378.94	c cleaning 74998 clauses out of 150013 with flag 6855755/2916001
1433.24/1429.37	c cleaning 76002 clauses out of 152017 with flag 7032231/2993003
1482.57/1478.61	c cleaning 77002 clauses out of 154012 with flag 7210827/3071000
1533.44/1529.49	c cleaning 77998 clauses out of 156012 with flag 7391498/3150002
1589.99/1585.92	c cleaning 79002 clauses out of 158014 with flag 7574559/3230002
1645.74/1641.67	c cleaning 80001 clauses out of 160010 with flag 7758522/3311000
1698.58/1694.46	c cleaning 81002 clauses out of 162012 with flag 7945950/3393003
1761.40/1757.27	c cleaning 82001 clauses out of 164009 with flag 8135589/3476002
1800.04/1795.80	c starts		: 885
1800.04/1795.80	c conflicts		: 3534113
1800.04/1795.80	c decisions		: 5895941
1800.04/1795.80	c propagations		: 441119504
1800.04/1795.80	c inspects		: 21682445282
1800.04/1795.80	c shortcuts		: 0
1800.04/1795.80	c learnt literals	: 16
1800.04/1795.80	c learnt binary clauses	: 23
1800.04/1795.80	c learnt ternary clauses	: 22
1800.04/1795.80	c learnt constraints	: 3534097
1800.04/1795.80	c ignored constraints	: 0
1800.04/1795.80	c root simplifications	: 0
1800.04/1795.80	c removed literals (reason simplification)	: 0
1800.04/1795.80	c reason swapping (by a shorter reason)	: 0
1800.04/1795.80	c Calls to reduceDB	: 79
1800.04/1795.80	c Number of update (reduction) of LBD	: 401085
1800.04/1795.80	c Imported unit clauses	: 0
1800.04/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.80	c number of learned constraints concerned by reduction	: 0
1800.04/1795.80	c number of learning phase by resolution	: 0
1800.04/1795.80	c number of learning phase by cutting planes	: 0
1800.04/1795.80	c speed (assignments/second)	: 245769.5651447196
1800.04/1795.80	c non guided choices	60877
1800.04/1795.80	c timeout
1800.04/1795.83	c learnt constraints type 
1800.04/1795.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
1800.04/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140096
1800.04/1795.83	s UNKNOWN
1800.04/1795.83	c Total wall clock time (in seconds): 1795.716

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4101085-1466220426/watcher-4101085-1466220426 -o /tmp/evaluation-result-4101085-1466220426/solver-4101085-1466220426 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101085-1466220426.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.24 2.19 3/194 14266
/proc/meminfo: memFree=29667536/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 1270 0 0 0 0 0 0 0 20 0 2 0 24088320 94019584 905 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 22954 913 693 9 0 16769 0
[pid=14266/tid=14267] ppid=14263 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) D 14263 14266 10680 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 24088320 94019584 917 33554432000 1073741824 1073778376 140734162388432 140232222031400 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.23 2.24 2.19 3/194 14266
/proc/meminfo: memFree=29667536/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 4445 0 1 0 9 1 0 0 20 0 18 0 24088320 9787879424 5570 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2389619 5570 2125 9 0 2380296 0
[pid=14266/tid=14267] ppid=14263 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 2432 0 1 0 7 0 0 0 20 0 18 0 24088320 9787879424 5570 33554432000 1073741824 1073778376 140734162388432 140232222034696 140232224869904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.23 2.24 2.19 3/194 14266
/proc/meminfo: memFree=29667536/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 5090 0 1 0 28 1 0 0 20 0 18 0 24088320 9787879424 6951 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2389619 6951 2222 9 0 2380296 0
[pid=14266/tid=14267] ppid=14263 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 2453 0 1 0 16 1 0 0 20 0 18 0 24088320 9787879424 6951 33554432000 1073741824 1073778376 140734162388432 140232222034696 140232161789427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 2.23 2.24 2.19 3/194 14266
/proc/meminfo: memFree=29667536/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 8661 0 1 0 51 2 0 0 20 0 18 0 24088320 9787879424 11219 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2389619 11228 2233 9 0 2380296 0
[pid=14266/tid=14267] ppid=14263 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 2459 0 1 0 26 1 0 0 20 0 18 0 24088320 9787879424 11239 33554432000 1073741824 1073778376 140734162388432 140232222031080 140232161839565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 2.23 2.24 2.19 3/194 14266
/proc/meminfo: memFree=29667536/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 11493 0 1 0 123 8 0 0 20 0 18 0 24088320 9787879424 47884 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2389619 47884 2268 9 0 2380296 0
[pid=14266/tid=14267] ppid=14263 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 2520 0 1 0 59 4 0 0 20 0 18 0 24088320 9787879424 47884 33554432000 1073741824 1073778376 140734162388432 140232222027680 140232162171482 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.23 2.24 2.19 5/213 14285
/proc/meminfo: memFree=29482520/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 12061 0 1 0 245 8 0 0 20 0 19 0 24088320 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2406260 48520 2281 9 0 2396937 0
[pid=14266/tid=14267] ppid=14263 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 2534 0 1 0 139 4 0 0 20 0 19 0 24088320 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232222036552 140232162447982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14269] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14269/stat : 14269 (java) S 14263 14266 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24088321 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232160766760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14270] ppid=14263 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14266/task/14270/stat : 14270 (java) S 14263 14266 10680 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 24088321 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232159713960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14271] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14271/stat : 14271 (java) S 14263 14266 10680 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24088321 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232063925288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14266/tid=14272] ppid=14263 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14266/task/14272/stat : 14272 (java) S 14263 14266 10680 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 24088321 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232062872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14273] ppid=14263 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14266/task/14273/stat : 14273 (java) S 14263 14266 10680 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 24088321 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232061819176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14274] ppid=14263 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14266/task/14274/stat : 14274 (java) S 14263 14266 10680 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 24088321 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232060766376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14275] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14275/stat : 14275 (java) S 14263 14266 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24088321 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232059714088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14276] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14276/stat : 14276 (java) S 14263 14266 10680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24088321 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232058661288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14277] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14277/stat : 14277 (java) S 14263 14266 10680 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24088322 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232046250728 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14278] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14278/stat : 14278 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232045196792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14279] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14279/stat : 14279 (java) S 14263 14266 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232044144392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14280] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14280/stat : 14280 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232043092880 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14281] ppid=14263 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14266/task/14281/stat : 14281 (java) S 14263 14266 10680 0 -1 4202560 4225 0 0 0 47 0 0 0 20 0 19 0 24088325 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232042039480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14282] ppid=14263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/14266/task/14282/stat : 14282 (java) R 14263 14266 10680 0 -1 4202560 3891 0 0 0 44 0 0 0 20 0 19 0 24088325 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232040986560 140232226125776 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14283] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14283/stat : 14283 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232039934584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14284] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14284/stat : 14284 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232038881992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14285] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14285/stat : 14285 (java) S 14263 14266 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24088415 9856040960 48520 33554432000 1073741824 1073778376 140734162388432 140232037828008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.23 2.24 2.19 3/213 14285
/proc/meminfo: memFree=29437520/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9625040 CPUtime=4.47 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 12563 0 1 0 433 14 0 0 20 0 19 0 24088320 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2406260 59687 2285 9 0 2396937 0
[pid=14266/tid=14267] ppid=14263 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 2537 0 1 0 293 4 0 0 20 0 19 0 24088320 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232222027472 140232162489842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14269] ppid=14263 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14266/task/14269/stat : 14269 (java) S 14263 14266 10680 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 24088321 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232160766760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14270] ppid=14263 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14266/task/14270/stat : 14270 (java) S 14263 14266 10680 0 -1 4202560 120 0 0 0 4 2 0 0 20 0 19 0 24088321 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232159713960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14271] ppid=14263 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14266/task/14271/stat : 14271 (java) S 14263 14266 10680 0 -1 4202560 124 0 0 0 4 2 0 0 20 0 19 0 24088321 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232063925288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14266/tid=14272] ppid=14263 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14266/task/14272/stat : 14272 (java) S 14263 14266 10680 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 19 0 24088321 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232062872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14273] ppid=14263 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14266/task/14273/stat : 14273 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24088321 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232061819176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14274] ppid=14263 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14266/task/14274/stat : 14274 (java) S 14263 14266 10680 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 19 0 24088321 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232060766376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14275] ppid=14263 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14266/task/14275/stat : 14275 (java) S 14263 14266 10680 0 -1 4202560 111 0 0 0 2 0 0 0 20 0 19 0 24088321 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232059714088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14276] ppid=14263 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14266/task/14276/stat : 14276 (java) S 14263 14266 10680 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 24088321 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232058661288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14277] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14277/stat : 14277 (java) S 14263 14266 10680 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24088322 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232046250728 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14278] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14278/stat : 14278 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232045196792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14279] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14279/stat : 14279 (java) S 14263 14266 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232044144392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14280] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14280/stat : 14280 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232043092880 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14281] ppid=14263 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/14266/task/14281/stat : 14281 (java) S 14263 14266 10680 0 -1 4202560 4270 0 0 0 61 0 0 0 20 0 19 0 24088325 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232042039480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14282] ppid=14263 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/14266/task/14282/stat : 14282 (java) S 14263 14266 10680 0 -1 4202560 3902 0 0 0 48 0 0 0 20 0 19 0 24088325 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232040986680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14283] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14283/stat : 14283 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232039934584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14284] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14284/stat : 14284 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232038881992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14285] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14285/stat : 14285 (java) S 14263 14266 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24088415 9856040960 59687 33554432000 1073741824 1073778376 140734162388432 140232037828008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.21 2.23 2.19 3/213 14285
/proc/meminfo: memFree=29439508/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9625040 CPUtime=7.71 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 12569 0 1 0 757 14 0 0 20 0 19 0 24088320 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2406260 58985 2285 9 0 2396937 0
[pid=14266/tid=14267] ppid=14263 vsize=9625040 CPUtime=6.15 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 2539 0 1 0 611 4 0 0 20 0 19 0 24088320 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232222027472 140232162421987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14269] ppid=14263 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14266/task/14269/stat : 14269 (java) S 14263 14266 10680 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 24088321 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232160766760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14270] ppid=14263 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14266/task/14270/stat : 14270 (java) S 14263 14266 10680 0 -1 4202560 120 0 0 0 4 2 0 0 20 0 19 0 24088321 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232159713960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14271] ppid=14263 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14266/task/14271/stat : 14271 (java) S 14263 14266 10680 0 -1 4202560 124 0 0 0 4 2 0 0 20 0 19 0 24088321 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232063925288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14266/tid=14272] ppid=14263 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14266/task/14272/stat : 14272 (java) S 14263 14266 10680 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 19 0 24088321 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232062872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14273] ppid=14263 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14266/task/14273/stat : 14273 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24088321 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232061819176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14274] ppid=14263 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14266/task/14274/stat : 14274 (java) S 14263 14266 10680 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 19 0 24088321 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232060766376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14275] ppid=14263 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14266/task/14275/stat : 14275 (java) S 14263 14266 10680 0 -1 4202560 111 0 0 0 2 0 0 0 20 0 19 0 24088321 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232059714088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14276] ppid=14263 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14266/task/14276/stat : 14276 (java) S 14263 14266 10680 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 24088321 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232058661288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14277] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14277/stat : 14277 (java) S 14263 14266 10680 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24088322 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232046250728 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14278] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14278/stat : 14278 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232045196792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14279] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14279/stat : 14279 (java) S 14263 14266 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232044144392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14280] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14280/stat : 14280 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232043092880 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14281] ppid=14263 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/14266/task/14281/stat : 14281 (java) S 14263 14266 10680 0 -1 4202560 4271 0 0 0 63 0 0 0 20 0 19 0 24088325 9856040960 58985 33554432000 1073741824 1073778376 140734162388432 140232042039480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14282] ppid=14263 vsize=9625040 CPUtime=0.51 cores=0,2,4,6

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

[pid=14266/tid=14278] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14278/stat : 14278 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 458043 33554432000 1073741824 1073778376 140734162388432 140232045196792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14279] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14279/stat : 14279 (java) S 14263 14266 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 458043 33554432000 1073741824 1073778376 140734162388432 140232044144392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14280] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14280/stat : 14280 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 458043 33554432000 1073741824 1073778376 140734162388432 140232043092880 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14281] ppid=14263 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14266/task/14281/stat : 14281 (java) S 14263 14266 10680 0 -1 4202560 4281 0 0 0 67 0 0 0 20 0 19 0 24088325 9856040960 458043 33554432000 1073741824 1073778376 140734162388432 140232042039480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14282] ppid=14263 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/14266/task/14282/stat : 14282 (java) S 14263 14266 10680 0 -1 4202560 10980 0 0 0 97 3 0 0 20 0 19 0 24088325 9856040960 458043 33554432000 1073741824 1073778376 140734162388432 140232040986680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14283] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14283/stat : 14283 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 458043 33554432000 1073741824 1073778376 140734162388432 140232039934584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14284] ppid=14263 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14266/task/14284/stat : 14284 (java) S 14263 14266 10680 0 -1 4202560 95 0 0 0 23 26 0 0 20 0 19 0 24088325 9856040960 458043 33554432000 1073741824 1073778376 140734162388432 140232038881992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14285] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14285/stat : 14285 (java) S 14263 14266 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24088415 9856040960 458043 33554432000 1073741824 1073778376 140734162388432 140232037828008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.44
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/213 14327
/proc/meminfo: memFree=25779932/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9625040 CPUtime=1726.5 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 24391 0 1 0 172531 119 0 0 20 0 19 0 24088320 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2406260 445080 2294 9 0 2396937 0
[pid=14266/tid=14267] ppid=14263 vsize=9625040 CPUtime=1721.02 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 4070 0 1 0 172042 60 0 0 20 0 19 0 24088320 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232222035136 140232162422412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14269] ppid=14263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/14266/task/14269/stat : 14269 (java) S 14263 14266 10680 0 -1 4202560 321 0 0 0 35 9 0 0 20 0 19 0 24088321 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232160766760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14270] ppid=14263 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14266/task/14270/stat : 14270 (java) S 14263 14266 10680 0 -1 4202560 342 0 0 0 37 9 0 0 20 0 19 0 24088321 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232159713960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14271] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14271/stat : 14271 (java) S 14263 14266 10680 0 -1 4202560 333 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232063925288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14272] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14272/stat : 14272 (java) S 14263 14266 10680 0 -1 4202560 257 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232062872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14266/tid=14273] ppid=14263 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14266/task/14273/stat : 14273 (java) S 14263 14266 10680 0 -1 4202560 346 0 0 0 30 7 0 0 20 0 19 0 24088321 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232061819176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14274] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14274/stat : 14274 (java) S 14263 14266 10680 0 -1 4202560 350 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232060766376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14275] ppid=14263 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14266/task/14275/stat : 14275 (java) S 14263 14266 10680 0 -1 4202560 394 0 0 0 32 7 0 0 20 0 19 0 24088321 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232059714088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14266/tid=14276] ppid=14263 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14266/task/14276/stat : 14276 (java) S 14263 14266 10680 0 -1 4202560 306 0 0 0 32 7 0 0 20 0 19 0 24088321 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232058661288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14277] ppid=14263 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14266/task/14277/stat : 14277 (java) S 14263 14266 10680 0 -1 4202560 1048 0 0 0 24 3 0 0 20 0 19 0 24088322 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232046250728 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14278] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14278/stat : 14278 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232045196792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14279] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14279/stat : 14279 (java) S 14263 14266 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232044144392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14280] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14280/stat : 14280 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232043092880 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14281] ppid=14263 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14266/task/14281/stat : 14281 (java) S 14263 14266 10680 0 -1 4202560 4281 0 0 0 67 0 0 0 20 0 19 0 24088325 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232042039480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14282] ppid=14263 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/14266/task/14282/stat : 14282 (java) S 14263 14266 10680 0 -1 4202560 10980 0 0 0 97 3 0 0 20 0 19 0 24088325 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232040986680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14283] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14283/stat : 14283 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232039934584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14284] ppid=14263 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/14266/task/14284/stat : 14284 (java) S 14263 14266 10680 0 -1 4202560 99 0 0 0 24 27 0 0 20 0 19 0 24088325 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232038881992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14285] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14285/stat : 14285 (java) S 14263 14266 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24088415 9856040960 445080 33554432000 1073741824 1073778376 140734162388432 140232037828008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.5
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.41 2.26 2.20 3/213 14459
/proc/meminfo: memFree=28376940/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9625040 CPUtime=1786.53 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 24398 0 1 0 178533 120 0 0 20 0 19 0 24088320 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2406260 442579 2294 9 0 2396937 0
[pid=14266/tid=14267] ppid=14263 vsize=9625040 CPUtime=1781.01 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 4071 0 1 0 178040 61 0 0 20 0 19 0 24088320 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232222035168 140232162448882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14269] ppid=14263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/14266/task/14269/stat : 14269 (java) S 14263 14266 10680 0 -1 4202560 321 0 0 0 35 9 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232160766760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14270] ppid=14263 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14266/task/14270/stat : 14270 (java) S 14263 14266 10680 0 -1 4202560 342 0 0 0 38 9 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232159713960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14271] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14271/stat : 14271 (java) S 14263 14266 10680 0 -1 4202560 333 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232063925288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14272] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14272/stat : 14272 (java) S 14263 14266 10680 0 -1 4202560 257 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232062872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14266/tid=14273] ppid=14263 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14266/task/14273/stat : 14273 (java) S 14263 14266 10680 0 -1 4202560 346 0 0 0 31 7 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232061819176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14274] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14274/stat : 14274 (java) S 14263 14266 10680 0 -1 4202560 350 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232060766376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14275] ppid=14263 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14266/task/14275/stat : 14275 (java) S 14263 14266 10680 0 -1 4202560 394 0 0 0 33 7 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232059714088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14276] ppid=14263 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14266/task/14276/stat : 14276 (java) S 14263 14266 10680 0 -1 4202560 306 0 0 0 33 7 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232058661288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14277] ppid=14263 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14266/task/14277/stat : 14277 (java) S 14263 14266 10680 0 -1 4202560 1050 0 0 0 24 3 0 0 20 0 19 0 24088322 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232046250728 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14278] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14278/stat : 14278 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232045196792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14279] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14279/stat : 14279 (java) S 14263 14266 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232044144392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14280] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14280/stat : 14280 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232043092880 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14281] ppid=14263 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14266/task/14281/stat : 14281 (java) S 14263 14266 10680 0 -1 4202560 4281 0 0 0 67 0 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232042039480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14282] ppid=14263 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/14266/task/14282/stat : 14282 (java) S 14263 14266 10680 0 -1 4202560 10980 0 0 0 97 3 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232040986680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14283] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14283/stat : 14283 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232039934584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14284] ppid=14263 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/14266/task/14284/stat : 14284 (java) S 14263 14266 10680 0 -1 4202560 103 0 0 0 25 28 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232038881992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14285] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14285/stat : 14285 (java) S 14263 14266 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24088415 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232037828008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.43 2.26 2.20 3/213 14459
/proc/meminfo: memFree=28380972/32872528 swapFree=1402776/1580604
[pid=14266] ppid=14263 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/14266/stat : 14266 (java) S 14263 14266 10680 0 -1 4202496 24398 0 1 0 179884 120 0 0 20 0 19 0 24088320 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140734162379568 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14266/statm: 2406260 442579 2294 9 0 2396937 0
[pid=14266/tid=14267] ppid=14263 vsize=9625040 CPUtime=1794.51 cores=0,2,4,6
/proc/14266/task/14267/stat : 14267 (java) R 14263 14266 10680 0 -1 4202560 4071 0 1 0 179390 61 0 0 20 0 19 0 24088320 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232222035168 140232162452392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14269] ppid=14263 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/14266/task/14269/stat : 14269 (java) S 14263 14266 10680 0 -1 4202560 321 0 0 0 35 9 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232160766760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14270] ppid=14263 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14266/task/14270/stat : 14270 (java) S 14263 14266 10680 0 -1 4202560 342 0 0 0 38 9 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232159713960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14271] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14271/stat : 14271 (java) S 14263 14266 10680 0 -1 4202560 333 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232063925288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14272] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14272/stat : 14272 (java) S 14263 14266 10680 0 -1 4202560 257 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232062872488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14266/tid=14273] ppid=14263 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14266/task/14273/stat : 14273 (java) S 14263 14266 10680 0 -1 4202560 346 0 0 0 31 7 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232061819176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14274] ppid=14263 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14266/task/14274/stat : 14274 (java) S 14263 14266 10680 0 -1 4202560 350 0 0 0 35 8 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232060766376 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14275] ppid=14263 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14266/task/14275/stat : 14275 (java) S 14263 14266 10680 0 -1 4202560 394 0 0 0 33 7 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232059714088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14276] ppid=14263 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14266/task/14276/stat : 14276 (java) S 14263 14266 10680 0 -1 4202560 306 0 0 0 33 7 0 0 20 0 19 0 24088321 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232058661288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14277] ppid=14263 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14266/task/14277/stat : 14277 (java) S 14263 14266 10680 0 -1 4202560 1050 0 0 0 24 3 0 0 20 0 19 0 24088322 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232046250728 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14278] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14278/stat : 14278 (java) S 14263 14266 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232045196792 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14279] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14279/stat : 14279 (java) S 14263 14266 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24088323 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232044144392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14280] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14280/stat : 14280 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232043092880 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14281] ppid=14263 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14266/task/14281/stat : 14281 (java) S 14263 14266 10680 0 -1 4202560 4281 0 0 0 67 0 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232042039480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14266/tid=14282] ppid=14263 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/14266/task/14282/stat : 14282 (java) S 14263 14266 10680 0 -1 4202560 10980 0 0 0 97 3 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232040986680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14283] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14283/stat : 14283 (java) S 14263 14266 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232039934584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14266/tid=14284] ppid=14263 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/14266/task/14284/stat : 14284 (java) S 14263 14266 10680 0 -1 4202560 103 0 0 0 26 28 0 0 20 0 19 0 24088325 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232038881992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14266/tid=14285] ppid=14263 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14266/task/14285/stat : 14285 (java) S 14263 14266 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24088415 9856040960 442579 33554432000 1073741824 1073778376 140734162388432 140232037828008 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 14266 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.84
CPU time (s): 1800.69
CPU user time (s): 1798.96
CPU system time (s): 1.73174
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.73174
maximum resident set size= 2374560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24430
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38854
involuntary context switches= 13425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1733 second user time and 12.7331 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 05:27:06
IDJOB=4101085
IDBENCH=1698
IDSOLVER=2546
FILE ID=node139/4101085-1466220426
RUNJOBID= node139-1466206053-10696
PBS_JOBID= 19918138
Free space on /tmp= 71588 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-pilot.we.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101085-1466220426/watcher-4101085-1466220426 -o /tmp/evaluation-result-4101085-1466220426/solver-4101085-1466220426 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101085-1466220426.opb

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

MD5SUM BENCH= 6d89097601cc17df3da06374ded173c4
RANDOM SEED=192862671

node139.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.500
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	: 5333.00
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.500
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.500
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.500
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.56
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.500
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.500
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.56
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.500
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.500
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:        29668444 kB
Buffers:          107964 kB
Cached:            97480 kB
SwapCached:         1900 kB
Active:           734724 kB
Inactive:         139940 kB
Active(anon):     670268 kB
Inactive(anon):     1472 kB
Active(file):      64456 kB
Inactive(file):   138468 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099480 kB
Dirty:              3208 kB
Writeback:             0 kB
AnonPages:       2362088 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             602648 kB
SReclaimable:      46684 kB
SUnreclaim:       555964 kB
KernelStack:        1768 kB
PageTables:         8568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3217248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    927744 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= 71592 MiB
End job on node139 at 2016-06-18 05:57:02