Trace number 4103668

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-scrs8.opb
MD5SUMb043e07da3f326ab58c20906a4694dad
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 variables35070
Total number of constraints488
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 constraints488
Minimum length of a constraint30
Maximum length of a constraint1110
Number of terms in the objective function 24750
Biggest coefficient in the objective function 284830543390965760000
Number of bits for the biggest coefficient in the objective function 68
Sum of the numbers in the objective function 7193462013935082558288
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 284830543390965760000
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 7193462013935082558288
Number of bits of the biggest sum of numbers73
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.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4103668-1466247230.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  objective function found
1.00/0.59	c ... done. Wall clock time 0.484s.
1.00/0.59	c declared #vars     35070
1.00/0.59	c #constraints  872
1.00/0.59	c constraints type 
1.00/0.59	c org.sat4j.specs.Constr$1 => 30
1.00/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 842
1.00/0.59	c 872 constraints processed.
1.00/0.59	c objective function length is 24750 literals
2.40/1.54	c cleaning 2496 clauses out of 5001 with flag 12399/5001
2.97/2.06	c cleaning 4253 clauses out of 8506 with flag 24443/11002
3.68/2.76	c cleaning 5626 clauses out of 11251 with flag 38440/18000
4.67/3.68	c cleaning 6812 clauses out of 13626 with flag 54442/26001
5.80/4.74	c cleaning 7904 clauses out of 15813 with flag 72450/35000
7.10/6.06	c cleaning 8953 clauses out of 17910 with flag 92490/45001
8.60/7.54	c cleaning 9977 clauses out of 19956 with flag 114511/56000
10.40/9.36	c cleaning 10989 clauses out of 21979 with flag 138523/68000
12.60/11.52	c cleaning 11996 clauses out of 23991 with flag 164535/81001
14.90/13.82	c cleaning 12997 clauses out of 25994 with flag 192559/95000
17.50/16.43	c cleaning 13999 clauses out of 27998 with flag 222599/110001
20.59/19.59	c cleaning 14996 clauses out of 29998 with flag 254638/126000
24.11/23.03	c cleaning 15999 clauses out of 32003 with flag 288665/143001
27.72/26.67	c cleaning 17003 clauses out of 34005 with flag 324726/161002
31.72/30.60	c cleaning 17997 clauses out of 36001 with flag 362741/180001
36.12/35.02	c cleaning 19001 clauses out of 38005 with flag 402777/200002
41.12/40.02	c cleaning 19995 clauses out of 40003 with flag 444793/221001
46.82/45.73	c cleaning 21001 clauses out of 42007 with flag 488808/243000
53.21/52.07	c cleaning 21998 clauses out of 44006 with flag 534855/266000
59.41/58.24	c cleaning 23002 clauses out of 46009 with flag 582900/290001
66.01/64.89	c cleaning 24001 clauses out of 48007 with flag 632952/315001
73.51/72.34	c cleaning 25000 clauses out of 50005 with flag 684994/341000
81.52/80.33	c cleaning 25998 clauses out of 52006 with flag 739042/368001
90.11/89.00	c cleaning 27002 clauses out of 54009 with flag 795088/396002
99.71/98.57	c cleaning 28001 clauses out of 56005 with flag 853173/425000
110.31/109.11	c cleaning 28996 clauses out of 58004 with flag 913297/455000
121.42/120.25	c cleaning 30002 clauses out of 60008 with flag 975404/486000
133.45/132.12	c cleaning 31001 clauses out of 62006 with flag 1039529/518000
146.74/145.45	c cleaning 32003 clauses out of 64005 with flag 1105626/551000
159.94/158.63	c cleaning 33000 clauses out of 66002 with flag 1173731/585000
173.34/172.08	c cleaning 34000 clauses out of 68003 with flag 1243842/620001
187.74/186.41	c cleaning 35002 clauses out of 70003 with flag 1315962/656001
202.95/201.66	c cleaning 35995 clauses out of 72001 with flag 1390029/693001
219.75/218.43	c cleaning 37003 clauses out of 74005 with flag 1466150/731000
238.65/237.27	c cleaning 38000 clauses out of 76002 with flag 1544297/770000
257.87/256.47	c cleaning 38999 clauses out of 78002 with flag 1624365/810000
278.68/277.23	c cleaning 39999 clauses out of 80005 with flag 1706509/851002
302.47/301.02	c cleaning 40996 clauses out of 82004 with flag 1790701/893000
328.47/327.06	c cleaning 42002 clauses out of 84008 with flag 1876930/936000
354.62/353.02	c cleaning 42998 clauses out of 86006 with flag 1965142/980000
382.23/380.70	c cleaning 44005 clauses out of 88009 with flag 2055301/1025001
413.13/411.56	c cleaning 45001 clauses out of 90004 with flag 2147431/1071001
445.05/443.46	c cleaning 46001 clauses out of 92002 with flag 2241550/1118000
478.54/476.98	c cleaning 46999 clauses out of 94001 with flag 2337679/1166000
512.94/511.15	c cleaning 47998 clauses out of 96002 with flag 2435781/1215000
547.03/545.26	c cleaning 48999 clauses out of 98006 with flag 2535934/1265002
581.15/579.31	c cleaning 50003 clauses out of 100007 with flag 2638001/1316002
615.65/613.83	c cleaning 50998 clauses out of 102002 with flag 2742182/1368000
653.26/651.44	c cleaning 51998 clauses out of 104004 with flag 2848484/1421000
691.77/689.79	c cleaning 53004 clauses out of 106008 with flag 2956767/1475002
730.76/728.79	c cleaning 54001 clauses out of 108003 with flag 3066926/1530001
772.46/770.42	c cleaning 55000 clauses out of 110001 with flag 3179064/1586000
817.88/815.84	c cleaning 55998 clauses out of 112001 with flag 3293156/1643000
867.00/864.82	c cleaning 56999 clauses out of 114003 with flag 3409328/1701000
923.21/921.05	c cleaning 57997 clauses out of 116005 with flag 3527413/1760001
981.91/979.74	c cleaning 59001 clauses out of 118007 with flag 3647588/1820000
1044.15/1041.82	c cleaning 60002 clauses out of 120006 with flag 3769731/1881000
1108.46/1106.12	c cleaning 60997 clauses out of 122004 with flag 3893923/1943000
1177.37/1175.07	c cleaning 62002 clauses out of 124008 with flag 4020406/2006001
1238.48/1236.19	c cleaning 62995 clauses out of 126005 with flag 4148883/2070000
1298.03/1295.50	c cleaning 64003 clauses out of 128010 with flag 4279380/2135000
1358.14/1355.63	c cleaning 65005 clauses out of 130009 with flag 4411852/2201002
1420.64/1418.13	c cleaning 65997 clauses out of 132003 with flag 4546336/2268001
1488.26/1485.61	c cleaning 66998 clauses out of 134005 with flag 4682915/2336000
1559.69/1557.03	c cleaning 68001 clauses out of 136008 with flag 4821253/2405001
1634.42/1631.63	c cleaning 69000 clauses out of 138006 with flag 4961664/2475000
1712.11/1709.38	c cleaning 70000 clauses out of 140006 with flag 5104176/2546000
1789.63/1786.87	c cleaning 70997 clauses out of 142006 with flag 5248921/2618000
1800.03/1797.20	c starts		: 4
1800.03/1797.20	c conflicts		: 2637747
1800.03/1797.20	c decisions		: 2756759
1800.03/1797.20	c propagations		: 21088301
1800.03/1797.20	c inspects		: 33582126327
1800.03/1797.20	c shortcuts		: 0
1800.03/1797.20	c learnt literals	: 0
1800.03/1797.20	c learnt binary clauses	: 0
1800.03/1797.20	c learnt ternary clauses	: 0
1800.03/1797.20	c learnt constraints	: 2637748
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	: 68
1800.03/1797.20	c Number of update (reduction) of LBD	: 2371
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 number of learning phase by cutting planes	: 0
1800.03/1797.20	c speed (assignments/second)	: 11738.353381240502
1800.03/1797.20	c non guided choices	5
1800.03/1797.21	c timeout
1800.03/1797.23	c learnt constraints type 
1800.03/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90757
1800.03/1797.23	s UNKNOWN
1800.03/1797.23	c Total wall clock time (in seconds): 1797.122

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

pid=7914
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.15 2.27 2.21 4/194 7917
/proc/meminfo: memFree=29981608/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/7917/stat : 7917 (java) R 7914 7917 6916 0 -1 4202496 1060 0 0 0 0 0 0 0 20 0 1 0 26769856 23793664 710 33554432000 1073741824 1073778376 140734286047776 140734286036840 259103176784 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 5809 710 525 9 0 128 0

[startup+0.100164 s]
/proc/loadavg: 2.15 2.27 2.21 4/194 7917
/proc/meminfo: memFree=29981608/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 4453 0 1 0 9 1 0 0 20 0 18 0 26769856 9787879424 6072 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2389619 6072 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200235 s]
/proc/loadavg: 2.15 2.27 2.21 4/194 7917
/proc/meminfo: memFree=29981608/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 5077 0 1 0 30 1 0 0 20 0 18 0 26769856 9787879424 7519 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2389619 7524 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.15 2.27 2.21 4/194 7917
/proc/meminfo: memFree=29981608/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 6168 0 1 0 50 2 0 0 20 0 18 0 26769856 9787879424 11817 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2389619 11817 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.15 2.27 2.21 4/194 7917
/proc/meminfo: memFree=29981608/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 10278 0 1 0 130 3 0 0 20 0 19 0 26769856 9856040960 35212 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2406260 35212 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.15 2.27 2.21 4/213 7936
/proc/meminfo: memFree=29841708/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 10457 0 1 0 237 3 0 0 20 0 19 0 26769856 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2406260 38837 2267 9 0 2396937 0
[pid=7917/tid=7919] ppid=7914 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7917/task/7919/stat : 7919 (java) R 7914 7917 6916 0 -1 4202560 2464 0 1 0 144 3 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905765731688 139905624416925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7920] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7920/stat : 7920 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905743833512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7921] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7921/stat : 7921 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905742780968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7922] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7922/stat : 7922 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905539762344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7923] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7923/stat : 7923 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905538709800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7924] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7924/stat : 7924 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905537657768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7925] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7925/stat : 7925 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905536605224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7926] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7926/stat : 7926 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905535552168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7927] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7927/stat : 7927 (java) S 7914 7917 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905534499624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7928] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7928/stat : 7928 (java) S 7914 7917 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26769858 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905522301288 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7929] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7929/stat : 7929 (java) S 7914 7917 6916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905521247608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7930] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7930/stat : 7930 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905520194440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7931] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7931/stat : 7931 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905519143184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7932] ppid=7914 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7917/task/7932/stat : 7932 (java) S 7914 7917 6916 0 -1 4202560 2834 0 0 0 52 0 0 0 20 0 19 0 26769861 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905518091064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7933] ppid=7914 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7917/task/7933/stat : 7933 (java) S 7914 7917 6916 0 -1 4202560 3887 0 0 0 38 0 0 0 20 0 19 0 26769861 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905517038520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7934] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7934/stat : 7934 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905515985656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7935] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7935/stat : 7935 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905514933320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7936] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7936/stat : 7936 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769924 9856040960 38837 33554432000 1073741824 1073778376 140734286047776 139905513878568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.15 2.27 2.21 4/213 7936
/proc/meminfo: memFree=29828800/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9625040 CPUtime=4.09 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 10467 0 1 0 405 4 0 0 20 0 19 0 26769856 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2406260 41401 2271 9 0 2396937 0
[pid=7917/tid=7919] ppid=7914 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7917/task/7919/stat : 7919 (java) R 7914 7917 6916 0 -1 4202560 2470 0 1 0 304 3 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905765723856 139905624439725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7920] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7920/stat : 7920 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905743833512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7921] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7921/stat : 7921 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905742780968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7922] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7922/stat : 7922 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905539762344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7923] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7923/stat : 7923 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905538709800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7924] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7924/stat : 7924 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905537657768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7925] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7925/stat : 7925 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905536605224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7926] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7926/stat : 7926 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905535552168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7927] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7927/stat : 7927 (java) S 7914 7917 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905534499624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7928] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7928/stat : 7928 (java) S 7914 7917 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26769858 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905522301288 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7929] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7929/stat : 7929 (java) S 7914 7917 6916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905521247608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7930] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7930/stat : 7930 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905520194440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7931] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7931/stat : 7931 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905519143184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7932] ppid=7914 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7917/task/7932/stat : 7932 (java) S 7914 7917 6916 0 -1 4202560 2838 0 0 0 55 0 0 0 20 0 19 0 26769861 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905518091064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7933] ppid=7914 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7917/task/7933/stat : 7933 (java) S 7914 7917 6916 0 -1 4202560 3887 0 0 0 43 0 0 0 20 0 19 0 26769861 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905517038520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7934] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7934/stat : 7934 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905515985656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7935] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7935/stat : 7935 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905514933320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7936] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7936/stat : 7936 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769924 9856040960 41401 33554432000 1073741824 1073778376 140734286047776 139905513878568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.14 2.26 2.21 4/213 7936
/proc/meminfo: memFree=29800564/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9625040 CPUtime=7.4 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 10605 0 1 0 734 6 0 0 20 0 19 0 26769856 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2406260 47180 2285 9 0 2396937 0
[pid=7917/tid=7919] ppid=7914 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/7917/task/7919/stat : 7919 (java) R 7914 7917 6916 0 -1 4202560 2476 0 1 0 620 3 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905765723840 139905624439725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7920] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7920/stat : 7920 (java) S 7914 7917 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905743833512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7921] ppid=7914 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7917/task/7921/stat : 7921 (java) S 7914 7917 6916 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905742780968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7922] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7922/stat : 7922 (java) S 7914 7917 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905539762344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7923] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7923/stat : 7923 (java) S 7914 7917 6916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905538709800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7924] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7924/stat : 7924 (java) S 7914 7917 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905537657768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7925] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7925/stat : 7925 (java) S 7914 7917 6916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905536605224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7926] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7926/stat : 7926 (java) S 7914 7917 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905535552168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7927] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7927/stat : 7927 (java) S 7914 7917 6916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26769857 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905534499624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7928] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7928/stat : 7928 (java) S 7914 7917 6916 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 26769858 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905522301288 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7929] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7929/stat : 7929 (java) S 7914 7917 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905521247608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7930] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7930/stat : 7930 (java) S 7914 7917 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905520194440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7931] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7931/stat : 7931 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905519143184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7932] ppid=7914 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7917/task/7932/stat : 7932 (java) S 7914 7917 6916 0 -1 4202560 2838 0 0 0 55 0 0 0 20 0 19 0 26769861 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905518091064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7933] ppid=7914 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7917/task/7933/stat : 7933 (java) S 7914 7917 6916 0 -1 4202560 3887 0 0 0 46 0 0 0 20 0 19 0 26769861 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905517038520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7934] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7934/stat : 7934 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905515985656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7935] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7935/stat : 7935 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905514933320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7936] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7936/stat : 7936 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769924 9856040960 47180 33554432000 1073741824 1073778376 140734286047776 139905513878568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9625040


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

[pid=7917/tid=7936] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7936/stat : 7936 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769924 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905513878568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.12
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/213 8002
/proc/meminfo: memFree=29129160/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9625040 CPUtime=1725.11 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 12759 0 1 0 172435 76 0 0 20 0 19 0 26769856 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2406260 146106 2286 9 0 2396937 0
[pid=7917/tid=7919] ppid=7914 vsize=9625040 CPUtime=1717.25 cores=0,2,4,6
/proc/7917/task/7919/stat : 7919 (java) R 7914 7917 6916 0 -1 4202560 2487 0 1 0 171696 29 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905765723840 139905624439725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7920] ppid=7914 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7917/task/7920/stat : 7920 (java) S 7914 7917 6916 0 -1 4202560 171 0 0 0 13 5 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905743833512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7921] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7921/stat : 7921 (java) S 7914 7917 6916 0 -1 4202560 239 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905742780968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7922] ppid=7914 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7917/task/7922/stat : 7922 (java) S 7914 7917 6916 0 -1 4202560 343 0 0 0 22 7 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905539762344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7923] ppid=7914 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/7917/task/7923/stat : 7923 (java) S 7914 7917 6916 0 -1 4202560 349 0 0 0 24 7 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905538709800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7924] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7924/stat : 7924 (java) S 7914 7917 6916 0 -1 4202560 358 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905537657768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7925] ppid=7914 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7917/task/7925/stat : 7925 (java) S 7914 7917 6916 0 -1 4202560 238 0 0 0 22 8 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905536605224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7926] ppid=7914 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7917/task/7926/stat : 7926 (java) S 7914 7917 6916 0 -1 4202560 103 0 0 0 13 4 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905535552168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7927] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7927/stat : 7927 (java) S 7914 7917 6916 0 -1 4202560 277 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905534499624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7928] ppid=7914 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7917/task/7928/stat : 7928 (java) S 7914 7917 6916 0 -1 4202560 109 0 0 0 0 2 0 0 20 0 19 0 26769858 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905522301288 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7929] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7929/stat : 7929 (java) S 7914 7917 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905521247608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7930] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7930/stat : 7930 (java) S 7914 7917 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905520194440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7931] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7931/stat : 7931 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905519143184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7932] ppid=7914 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7917/task/7932/stat : 7932 (java) S 7914 7917 6916 0 -1 4202560 2838 0 0 0 55 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905518091064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7933] ppid=7914 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7917/task/7933/stat : 7933 (java) S 7914 7917 6916 0 -1 4202560 3889 0 0 0 49 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905517038520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7934] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7934/stat : 7934 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905515985656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7935] ppid=7914 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/7917/task/7935/stat : 7935 (java) S 7914 7917 6916 0 -1 4202560 99 0 0 0 36 32 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905514933320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7936] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7936/stat : 7936 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769924 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905513878568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.11
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.75 2.31 2.22 7/212 8132
/proc/meminfo: memFree=29413316/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9625040 CPUtime=1785.13 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 12763 0 1 0 178436 77 0 0 20 0 19 0 26769856 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2406260 146106 2286 9 0 2396937 0
[pid=7917/tid=7919] ppid=7914 vsize=9625040 CPUtime=1777.1 cores=0,2,4,6
/proc/7917/task/7919/stat : 7919 (java) R 7914 7917 6916 0 -1 4202560 2487 0 1 0 177680 30 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905765723840 139905624439725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7920] ppid=7914 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7917/task/7920/stat : 7920 (java) S 7914 7917 6916 0 -1 4202560 171 0 0 0 13 5 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905743833512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7921] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7921/stat : 7921 (java) S 7914 7917 6916 0 -1 4202560 239 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905742780968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7922] ppid=7914 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7917/task/7922/stat : 7922 (java) S 7914 7917 6916 0 -1 4202560 343 0 0 0 22 7 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905539762344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7923] ppid=7914 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/7917/task/7923/stat : 7923 (java) S 7914 7917 6916 0 -1 4202560 349 0 0 0 24 7 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905538709800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7924] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7924/stat : 7924 (java) S 7914 7917 6916 0 -1 4202560 358 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905537657768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7925] ppid=7914 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7917/task/7925/stat : 7925 (java) S 7914 7917 6916 0 -1 4202560 238 0 0 0 22 8 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905536605224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7926] ppid=7914 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7917/task/7926/stat : 7926 (java) S 7914 7917 6916 0 -1 4202560 103 0 0 0 13 4 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905535552168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7927] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7927/stat : 7927 (java) S 7914 7917 6916 0 -1 4202560 277 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905534499624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7928] ppid=7914 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7917/task/7928/stat : 7928 (java) S 7914 7917 6916 0 -1 4202560 109 0 0 0 0 2 0 0 20 0 19 0 26769858 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905522301288 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7929] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7929/stat : 7929 (java) S 7914 7917 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905521247608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7930] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7930/stat : 7930 (java) S 7914 7917 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905520194440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7931] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7931/stat : 7931 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905519143184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7932] ppid=7914 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7917/task/7932/stat : 7932 (java) S 7914 7917 6916 0 -1 4202560 2838 0 0 0 55 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905518091064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7933] ppid=7914 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7917/task/7933/stat : 7933 (java) S 7914 7917 6916 0 -1 4202560 3889 0 0 0 49 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905517038520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7934] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7934/stat : 7934 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905515985656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7935] ppid=7914 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/7917/task/7935/stat : 7935 (java) S 7914 7917 6916 0 -1 4202560 103 0 0 0 37 33 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905514933320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7936] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7936/stat : 7936 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769924 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905513878568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 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.59 2.30 2.21 3/213 8133
/proc/meminfo: memFree=29022816/32872528 swapFree=1497824/1644992
[pid=7917] ppid=7914 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/7917/stat : 7917 (java) S 7914 7917 6916 0 -1 4202496 12763 0 1 0 179926 77 0 0 20 0 19 0 26769856 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 140734286038912 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7917/statm: 2406260 146106 2286 9 0 2396937 0
[pid=7917/tid=7919] ppid=7914 vsize=9625040 CPUtime=1791.96 cores=0,2,4,6
/proc/7917/task/7919/stat : 7919 (java) R 7914 7917 6916 0 -1 4202560 2487 0 1 0 179166 30 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905765723840 139905624417037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7920] ppid=7914 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7917/task/7920/stat : 7920 (java) S 7914 7917 6916 0 -1 4202560 171 0 0 0 13 5 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905743833512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7921] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7921/stat : 7921 (java) S 7914 7917 6916 0 -1 4202560 239 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905742780968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7922] ppid=7914 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7917/task/7922/stat : 7922 (java) S 7914 7917 6916 0 -1 4202560 343 0 0 0 22 7 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905539762344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7923] ppid=7914 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/7917/task/7923/stat : 7923 (java) S 7914 7917 6916 0 -1 4202560 349 0 0 0 24 7 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905538709800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7924] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7924/stat : 7924 (java) S 7914 7917 6916 0 -1 4202560 358 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905537657768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7925] ppid=7914 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7917/task/7925/stat : 7925 (java) S 7914 7917 6916 0 -1 4202560 238 0 0 0 22 8 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905536605224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7926] ppid=7914 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7917/task/7926/stat : 7926 (java) S 7914 7917 6916 0 -1 4202560 103 0 0 0 13 4 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905535552168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7917/tid=7927] ppid=7914 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7917/task/7927/stat : 7927 (java) S 7914 7917 6916 0 -1 4202560 277 0 0 0 19 6 0 0 20 0 19 0 26769857 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905534499624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7928] ppid=7914 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7917/task/7928/stat : 7928 (java) S 7914 7917 6916 0 -1 4202560 109 0 0 0 0 2 0 0 20 0 19 0 26769858 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905522301288 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7929] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7929/stat : 7929 (java) S 7914 7917 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905521247608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7930] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7930/stat : 7930 (java) S 7914 7917 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26769859 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905520194440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7931] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7931/stat : 7931 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905519143184 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7932] ppid=7914 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7917/task/7932/stat : 7932 (java) S 7914 7917 6916 0 -1 4202560 2838 0 0 0 55 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905518091064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7917/tid=7933] ppid=7914 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7917/task/7933/stat : 7933 (java) S 7914 7917 6916 0 -1 4202560 3889 0 0 0 49 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905517038520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7934] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7934/stat : 7934 (java) S 7914 7917 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905515985656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7917/tid=7935] ppid=7914 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/7917/task/7935/stat : 7935 (java) S 7914 7917 6916 0 -1 4202560 103 0 0 0 37 34 0 0 20 0 19 0 26769861 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905514933320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7917/tid=7936] ppid=7914 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7917/task/7936/stat : 7936 (java) S 7914 7917 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26769924 9856040960 146106 33554432000 1073741824 1073778376 140734286047776 139905513878568 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 7917 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 7917 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=761154
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=290803
# CPU time returned by wait4() is 1796.05
# 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.26
CPU system time (s): 0.77
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 1.2908
maximum resident set size= 584540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12798
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38336
involuntary context switches= 6001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93249 second user time and 14.0939 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 12:53:50
IDJOB=4103668
IDBENCH=2425
IDSOLVER=2546
FILE ID=node124/4103668-1466247230
RUNJOBID= node124-1466241833-6932
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-scrs8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103668-1466247230/watcher-4103668-1466247230 -o /tmp/evaluation-result-4103668-1466247230/solver-4103668-1466247230 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103668-1466247230.opb

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

MD5SUM BENCH= b043e07da3f326ab58c20906a4694dad
RANDOM SEED=2102556122

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:        29982368 kB
Buffers:          129852 kB
Cached:           164504 kB
SwapCached:         3080 kB
Active:           277412 kB
Inactive:         207432 kB
Active(anon):     189980 kB
Inactive(anon):     2880 kB
Active(file):      87432 kB
Inactive(file):   204552 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:              5280 kB
Writeback:             0 kB
AnonPages:       1655500 kB
Mapped:            16996 kB
Shmem:                 0 kB
Slab:             625268 kB
SReclaimable:      68932 kB
SUnreclaim:       556336 kB
KernelStack:        1752 kB
PageTables:         7588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2333144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node124 at 2016-06-18 13:23:48