Trace number 4103660

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.03 1797.23

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg3.opb
MD5SUMbbee2849ae83900e79494d0f7a7c3755
Bench CategoryOPT-BIGINT (optimisation, big 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 variables9060
Total number of constraints429
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 constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 53730040872960
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 8516865379203027
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103660-1466247212.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.94/0.51	c ... done. Wall clock time 0.396s.
0.94/0.51	c declared #vars     9060
0.94/0.51	c #constraints  489
0.94/0.51	c constraints type 
0.94/0.51	c org.sat4j.specs.Constr$1 => 68
0.94/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.94/0.51	c 489 constraints processed.
0.94/0.51	c objective function length is 6930 literals
1.86/1.01	c cleaning 2495 clauses out of 4995 with flag 12576/5000
2.49/1.33	c cleaning 4245 clauses out of 8501 with flag 25186/11001
3.11/1.80	c cleaning 5623 clauses out of 11256 with flag 39188/18001
3.72/2.41	c cleaning 6809 clauses out of 13632 with flag 55189/26000
4.55/3.24	c cleaning 7903 clauses out of 15823 with flag 73194/35000
5.69/4.31	c cleaning 8953 clauses out of 17920 with flag 93197/45000
6.89/5.60	c cleaning 9977 clauses out of 19967 with flag 115200/56000
8.39/7.02	c cleaning 10995 clauses out of 21991 with flag 139421/68001
10.09/8.71	c cleaning 11995 clauses out of 23996 with flag 166492/81001
11.99/10.69	c cleaning 12999 clauses out of 26001 with flag 194687/95001
14.29/12.98	c cleaning 14001 clauses out of 28002 with flag 224714/110001
16.99/15.64	c cleaning 15001 clauses out of 30001 with flag 256754/126001
19.98/18.65	c cleaning 15998 clauses out of 31999 with flag 290760/143000
23.49/22.19	c cleaning 16996 clauses out of 34002 with flag 326764/161001
27.38/26.04	c cleaning 18003 clauses out of 36006 with flag 364766/180001
31.38/30.09	c cleaning 19001 clauses out of 38002 with flag 404764/200000
35.79/34.45	c cleaning 20000 clauses out of 40002 with flag 446768/221001
40.60/39.29	c cleaning 20994 clauses out of 42002 with flag 490769/243001
46.35/44.91	c cleaning 22003 clauses out of 44007 with flag 536772/266000
52.35/50.96	c cleaning 23003 clauses out of 46005 with flag 584781/290001
59.26/57.85	c cleaning 23996 clauses out of 48002 with flag 636051/315001
66.47/65.05	c cleaning 24999 clauses out of 50005 with flag 689803/341000
74.17/72.79	c cleaning 26003 clauses out of 52007 with flag 744624/368001
82.36/80.90	c cleaning 27002 clauses out of 54004 with flag 800664/396001
91.16/89.75	c cleaning 28000 clauses out of 56001 with flag 858722/425000
100.74/99.25	c cleaning 28999 clauses out of 58002 with flag 920195/455001
111.14/109.65	c cleaning 29998 clauses out of 60003 with flag 983606/486001
122.24/120.77	c cleaning 30993 clauses out of 62004 with flag 1047834/518000
133.55/132.02	c cleaning 32005 clauses out of 64012 with flag 1113902/551001
146.34/144.82	c cleaning 32999 clauses out of 66008 with flag 1181912/585002
159.84/158.36	c cleaning 34002 clauses out of 68007 with flag 1251971/620000
174.23/172.65	c cleaning 35003 clauses out of 70005 with flag 1323980/656000
189.33/187.73	c cleaning 36001 clauses out of 72002 with flag 1397983/693000
207.02/205.45	c cleaning 37001 clauses out of 74003 with flag 1474012/731002
224.42/222.81	c cleaning 37999 clauses out of 76001 with flag 1552051/770001
242.82/241.28	c cleaning 38994 clauses out of 78003 with flag 1632076/810002
262.02/260.36	c cleaning 40003 clauses out of 80007 with flag 1714082/851000
282.52/280.80	c cleaning 40996 clauses out of 82004 with flag 1798155/893000
303.72/302.09	c cleaning 41997 clauses out of 84008 with flag 1884349/936000
326.11/324.48	c cleaning 43003 clauses out of 86012 with flag 1972371/980001
350.11/348.47	c cleaning 43999 clauses out of 88009 with flag 2062419/1025001
376.42/374.64	c cleaning 45001 clauses out of 90009 with flag 2154460/1071000
403.61/401.82	c cleaning 46002 clauses out of 92009 with flag 2248496/1118001
430.73/429.00	c cleaning 46998 clauses out of 94006 with flag 2344504/1166000
460.44/458.67	c cleaning 48001 clauses out of 96008 with flag 2442557/1215000
492.64/490.78	c cleaning 49003 clauses out of 98007 with flag 2542593/1265000
526.24/524.36	c cleaning 50000 clauses out of 100004 with flag 2644636/1316000
562.64/560.71	c cleaning 51002 clauses out of 102005 with flag 2748679/1368001
600.27/598.27	c cleaning 51995 clauses out of 104003 with flag 2855684/1421001
642.69/640.69	c cleaning 53005 clauses out of 106009 with flag 2963711/1475002
687.09/685.03	c cleaning 54000 clauses out of 108003 with flag 3073737/1530001
733.52/731.34	c cleaning 54995 clauses out of 110002 with flag 3185772/1586000
781.72/779.52	c cleaning 56002 clauses out of 112008 with flag 3299826/1643001
830.71/828.54	c cleaning 57003 clauses out of 114007 with flag 3415914/1701002
880.62/878.32	c cleaning 58000 clauses out of 116002 with flag 3533966/1760000
930.62/928.37	c cleaning 58997 clauses out of 118003 with flag 3654120/1820001
984.41/982.12	c cleaning 60002 clauses out of 120005 with flag 3776181/1881000
1042.30/1039.96	c cleaning 61001 clauses out of 122004 with flag 3900353/1943001
1102.29/1099.98	c cleaning 61996 clauses out of 124002 with flag 4026532/2006000
1168.16/1165.79	c cleaning 63003 clauses out of 126007 with flag 4154548/2070001
1236.45/1234.05	c cleaning 63997 clauses out of 128003 with flag 4284566/2135000
1277.25/1274.89	c cleaning 64999 clauses out of 130007 with flag 4418361/2201001
1311.90/1309.44	c cleaning 66004 clauses out of 132008 with flag 4557598/2268001
1349.00/1346.54	c cleaning 67001 clauses out of 134004 with flag 4698903/2336001
1387.80/1385.36	c cleaning 67999 clauses out of 136003 with flag 4842678/2405001
1429.46/1426.99	c cleaning 68997 clauses out of 138004 with flag 4988467/2475001
1472.75/1470.29	c cleaning 69999 clauses out of 140007 with flag 5136414/2546001
1517.35/1514.81	c cleaning 70999 clauses out of 142008 with flag 5286251/2618001
1563.43/1560.87	c cleaning 72001 clauses out of 144009 with flag 5438331/2691001
1609.54/1606.98	c cleaning 73001 clauses out of 146007 with flag 5592704/2765000
1659.72/1657.01	c cleaning 74002 clauses out of 148007 with flag 5749355/2840001
1710.54/1707.84	c cleaning 74999 clauses out of 150004 with flag 5907989/2916000
1763.24/1760.59	c cleaning 76000 clauses out of 152006 with flag 6068494/2993001
1800.03/1797.20	c starts		: 19231
1800.03/1797.20	c conflicts		: 3059008
1800.03/1797.20	c decisions		: 3755623
1800.03/1797.20	c propagations		: 20615291
1800.03/1797.20	c inspects		: 37277129099
1800.03/1797.20	c shortcuts		: 0
1800.03/1797.20	c learnt literals	: 5
1800.03/1797.20	c learnt binary clauses	: 14
1800.03/1797.20	c learnt ternary clauses	: 17
1800.03/1797.20	c learnt constraints	: 3059004
1800.03/1797.20	c ignored constraints	: 0
1800.03/1797.20	c root simplifications	: 0
1800.03/1797.20	c removed literals (reason simplification)	: 0
1800.03/1797.20	c reason swapping (by a shorter reason)	: 0
1800.03/1797.20	c Calls to reduceDB	: 73
1800.03/1797.20	c Number of update (reduction) of LBD	: 29856
1800.03/1797.20	c Imported unit clauses	: 0
1800.03/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.20	c number of learned constraints concerned by reduction	: 0
1800.03/1797.20	c number of learning phase by resolution	: 0
1800.03/1797.20	c timeout
1800.03/1797.20	c number of learning phase by cutting planes	: 0
1800.03/1797.20	c speed (assignments/second)	: 11474.225243382029
1800.03/1797.20	c non guided choices	4468
1800.03/1797.23	c learnt constraints type 
1800.03/1797.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.03/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142000
1800.03/1797.23	s UNKNOWN
1800.03/1797.23	c Total wall clock time (in seconds): 1797.11

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-4103660-1466247212/watcher-4103660-1466247212 -o /tmp/evaluation-result-4103660-1466247212/solver-4103660-1466247212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103660-1466247212.opb 

pid=7784
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.21 2.29 2.22 3/194 7787
/proc/meminfo: memFree=29507724/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/7787/stat : 7787 (java) D 7784 7787 6916 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 26768056 278528 33 33554432000 1073741824 1073778376 140734989933456 140734989930632 259103223079 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 68 33 25 9 0 25 0

[startup+0.100144 s]
/proc/loadavg: 2.21 2.29 2.22 3/194 7787
/proc/meminfo: memFree=29507724/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 26768056 9787879424 6044 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2389619 6044 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200343 s]
/proc/loadavg: 2.21 2.29 2.22 3/194 7787
/proc/meminfo: memFree=29507724/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 5015 0 1 0 28 1 0 0 20 0 18 0 26768056 9787879424 6895 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2389619 6895 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300351 s]
/proc/loadavg: 2.21 2.29 2.22 3/194 7787
/proc/meminfo: memFree=29507724/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 9419 0 1 0 52 2 0 0 20 0 18 0 26768056 9787879424 11364 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2389619 11364 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700323 s]
/proc/loadavg: 2.21 2.29 2.22 3/194 7787
/proc/meminfo: memFree=29507724/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 11695 0 1 0 138 3 0 0 20 0 19 0 26768056 9856040960 29353 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2406260 29353 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.21 2.29 2.22 4/213 7806
/proc/meminfo: memFree=29369856/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 18680 0 1 0 276 5 0 0 20 0 19 0 26768056 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2406260 40532 2265 9 0 2396937 0
[pid=7787/tid=7789] ppid=7784 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) R 7784 7787 6916 0 -1 4202560 2464 0 1 0 144 2 0 0 20 0 19 0 26768057 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494182793512 140494034854511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494155246248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494154193704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494153141160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494023207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494022154408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494021101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494020049320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140494018996776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493536483944 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 6916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493535430264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493534377608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493533326352 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 6916 0 -1 4202560 10407 0 0 0 78 2 0 0 20 0 19 0 26768062 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493532272696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 6916 0 -1 4202560 4537 0 0 0 50 0 0 0 20 0 19 0 26768062 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493531220152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493530167800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493529115464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768111 9856040960 40532 33554432000 1073741824 1073778376 140734811277072 140493528061224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.21 2.29 2.22 4/213 7806
/proc/meminfo: memFree=29346404/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9625040 CPUtime=4.45 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 18700 0 1 0 440 5 0 0 20 0 19 0 26768056 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2406260 43618 2265 9 0 2396937 0
[pid=7787/tid=7789] ppid=7784 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) R 7784 7787 6916 0 -1 4202560 2470 0 1 0 303 2 0 0 20 0 19 0 26768057 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494182793480 140494034854471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494155246248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494154193704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494153141160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494023207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494022154408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494021101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494020049320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140494018996776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493536483944 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 6916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493535430264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493534377608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493533326352 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 6916 0 -1 4202560 10407 0 0 0 79 2 0 0 20 0 19 0 26768062 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493532272696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 6916 0 -1 4202560 4551 0 0 0 54 0 0 0 20 0 19 0 26768062 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493531220152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493530167800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493529115464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768111 9856040960 43618 33554432000 1073741824 1073778376 140734811277072 140493528061224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.19 2.28 2.22 3/213 7806
/proc/meminfo: memFree=29316360/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9625040 CPUtime=7.69 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 18752 0 1 0 762 7 0 0 20 0 19 0 26768056 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2406260 48003 2279 9 0 2396937 0
[pid=7787/tid=7789] ppid=7784 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) R 7784 7787 6916 0 -1 4202560 2478 0 1 0 621 2 0 0 20 0 19 0 26768057 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494182784688 140494034992728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 6916 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494155246248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494154193704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494153141160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 6916 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494023207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494022154408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 6916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494021101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494020049320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26768058 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140494018996776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493536483944 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493535430264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493534377608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493533326352 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 6916 0 -1 4202560 10407 0 0 0 79 2 0 0 20 0 19 0 26768062 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493532272696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 6916 0 -1 4202560 4551 0 0 0 54 0 0 0 20 0 19 0 26768062 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493531220152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493530167800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 6916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493529115464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768111 9856040960 48003 33554432000 1073741824 1073778376 140734811277072 140493528061224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9625040


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

[pid=7787/tid=7806] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768111 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493528061224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.02
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 8002
/proc/meminfo: memFree=29129036/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9625040 CPUtime=1725.04 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 20523 0 1 0 172428 76 0 0 20 0 19 0 26768056 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2406260 115730 2280 9 0 2396937 0
[pid=7787/tid=7789] ppid=7784 vsize=9625040 CPUtime=1716.87 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) R 7784 7787 6916 0 -1 4202560 2494 0 1 0 171655 32 0 0 20 0 19 0 26768057 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494182784784 140494034985067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 6916 0 -1 4202560 140 0 0 0 28 6 0 0 20 0 19 0 26768058 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494155246248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 6916 0 -1 4202560 249 0 0 0 19 4 0 0 20 0 19 0 26768058 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494154193704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 6916 0 -1 4202560 400 0 0 0 20 4 0 0 20 0 19 0 26768058 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494153141160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 6916 0 -1 4202560 183 0 0 0 20 4 0 0 20 0 19 0 26768058 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494023207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 6916 0 -1 4202560 97 0 0 0 15 4 0 0 20 0 19 0 26768058 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494022154408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 6916 0 -1 4202560 119 0 0 0 16 4 0 0 20 0 19 0 26768058 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494021101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 6916 0 -1 4202560 260 0 0 0 16 3 0 0 20 0 19 0 26768058 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494020049320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 6916 0 -1 4202560 181 0 0 0 15 3 0 0 20 0 19 0 26768058 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140494018996776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 6916 0 -1 4202560 80 0 0 0 0 2 0 0 20 0 19 0 26768060 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493536483944 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493535430264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493534377608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493533326352 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 6916 0 -1 4202560 10407 0 0 0 79 2 0 0 20 0 19 0 26768062 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493532272696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 6916 0 -1 4202560 4555 0 0 0 56 0 0 0 20 0 19 0 26768062 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493531220152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493530167800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 6916 0 -1 4202560 100 0 0 0 24 36 0 0 20 0 19 0 26768062 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493529115464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768111 9856040960 115730 33554432000 1073741824 1073778376 140734811277072 140493528061224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/213 8003
/proc/meminfo: memFree=29120660/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9625040 CPUtime=1785.13 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 20568 0 1 0 178435 78 0 0 20 0 19 0 26768056 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2406260 117823 2280 9 0 2396937 0
[pid=7787/tid=7789] ppid=7784 vsize=9625040 CPUtime=1776.68 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) R 7784 7787 6916 0 -1 4202560 2495 0 1 0 177635 33 0 0 20 0 19 0 26768057 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494182792528 140494034984976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 6916 0 -1 4202560 144 0 0 0 29 6 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494155246248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 6916 0 -1 4202560 249 0 0 0 21 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494154193704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 6916 0 -1 4202560 400 0 0 0 21 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494153141160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 6916 0 -1 4202560 183 0 0 0 22 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494023207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 6916 0 -1 4202560 103 0 0 0 17 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494022154408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 6916 0 -1 4202560 125 0 0 0 17 5 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494021101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 6916 0 -1 4202560 280 0 0 0 18 3 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494020049320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 6916 0 -1 4202560 183 0 0 0 15 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494018996776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 6916 0 -1 4202560 82 0 0 0 0 2 0 0 20 0 19 0 26768060 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493536483944 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493535430264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493534377608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493533326352 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 6916 0 -1 4202560 10407 0 0 0 79 2 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493532272696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 6916 0 -1 4202560 4555 0 0 0 56 0 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493531220152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493530167800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 6916 0 -1 4202560 104 0 0 0 25 37 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493529115464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768111 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493528061224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 8003
/proc/meminfo: memFree=29120660/32872528 swapFree=1497824/1644992
[pid=7787] ppid=7784 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 6916 0 -1 4202496 20568 0 1 0 179925 78 0 0 20 0 19 0 26768056 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140734811268208 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7787/statm: 2406260 117823 2280 9 0 2396937 0
[pid=7787/tid=7789] ppid=7784 vsize=9625040 CPUtime=1791.54 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) R 7784 7787 6916 0 -1 4202560 2495 0 1 0 179121 33 0 0 20 0 19 0 26768057 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494182792528 140494034992728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 6916 0 -1 4202560 144 0 0 0 29 6 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494155246248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 6916 0 -1 4202560 249 0 0 0 21 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494154193704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 6916 0 -1 4202560 400 0 0 0 21 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494153141160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 6916 0 -1 4202560 183 0 0 0 22 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494023207976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 6916 0 -1 4202560 103 0 0 0 17 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494022154408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 6916 0 -1 4202560 125 0 0 0 17 5 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494021101864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 6916 0 -1 4202560 280 0 0 0 18 3 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494020049320 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 6916 0 -1 4202560 183 0 0 0 15 4 0 0 20 0 19 0 26768058 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140494018996776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 6916 0 -1 4202560 82 0 0 0 0 2 0 0 20 0 19 0 26768060 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493536483944 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493535430264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26768060 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493534377608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493533326352 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 6916 0 -1 4202560 10407 0 0 0 79 2 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493532272696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 6916 0 -1 4202560 4555 0 0 0 56 0 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493531220152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493530167800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 6916 0 -1 4202560 104 0 0 0 26 38 0 0 20 0 19 0 26768062 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493529115464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) S 7784 7787 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26768111 9856040960 117823 33554432000 1073741824 1073778376 140734811277072 140493528061224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 7787 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7787 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=599179
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=232812
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.23
CPU time (s): 1800.03
CPU user time (s): 1799.25
CPU system time (s): 0.78
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.6
system time used= 1.23281
maximum resident set size= 475268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20606
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38483
involuntary context switches= 26904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4934 second user time and 13.5809 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 12:53:32
IDJOB=4103660
IDBENCH=2423
IDSOLVER=2546
FILE ID=node124/4103660-1466247212
RUNJOBID= node124-1466241833-6933
PBS_JOBID= 19918215
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103660-1466247212/watcher-4103660-1466247212 -o /tmp/evaluation-result-4103660-1466247212/solver-4103660-1466247212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103660-1466247212.opb

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

MD5SUM BENCH= bbee2849ae83900e79494d0f7a7c3755
RANDOM SEED=1524400488

node124.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.791
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.58
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.791
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.791
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.791
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.791
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.791
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.54
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.791
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:        29508104 kB
Buffers:          129744 kB
Cached:           162488 kB
SwapCached:         3080 kB
Active:           734336 kB
Inactive:         206368 kB
Active(anon):     647672 kB
Inactive(anon):     2880 kB
Active(file):      86664 kB
Inactive(file):   203488 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:       2277164 kB
Mapped:            17028 kB
Shmem:                 0 kB
Slab:             624592 kB
SReclaimable:      68768 kB
SUnreclaim:       555824 kB
KernelStack:        1760 kB
PageTables:         8792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2509408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    755712 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= 71724 MiB
End job on node124 at 2016-06-18 13:23:30