Trace number 4084609

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1793.88

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K148.opb
MD5SUM75849fe0d0ba66aaca3a2fe3a07c685a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17612
Total number of constraints17910
Number of constraints which are clauses17762
Number of constraints which are cardinality constraints (but not clauses)148
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint148
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 149
Number of bits of the biggest sum of numbers8
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4084609-1465288647.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.91/0.55	c ... done. Wall clock time 0.428s.
0.91/0.55	c declared #vars     17612
0.91/0.55	c #constraints  17910
0.91/0.55	c constraints type 
0.91/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
0.91/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
0.91/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.91/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
0.91/0.55	c 17910 constraints processed.
3.04/2.39	c cleaning 2495 clauses out of 4993 with flag 23358/5000
5.12/4.35	c cleaning 4240 clauses out of 8494 with flag 54501/11003
7.44/6.63	c cleaning 5603 clauses out of 11247 with flag 91756/18000
10.14/9.31	c cleaning 6796 clauses out of 13640 with flag 137912/26000
13.05/12.26	c cleaning 7887 clauses out of 15841 with flag 187583/35000
16.55/15.80	c cleaning 8548 clauses out of 17954 with flag 240212/45001
20.09/19.29	c cleaning 9096 clauses out of 20406 with flag 292263/56002
23.79/22.99	c cleaning 9903 clauses out of 23307 with flag 352086/68000
28.19/27.36	c cleaning 10655 clauses out of 26402 with flag 418503/81000
32.70/31.83	c cleaning 11698 clauses out of 29745 with flag 491155/95000
37.81/36.94	c cleaning 12362 clauses out of 33044 with flag 568077/110000
43.31/42.40	c cleaning 13280 clauses out of 36679 with flag 650493/126000
48.71/47.83	c cleaning 14000 clauses out of 40397 with flag 738460/143000
54.61/53.71	c cleaning 15018 clauses out of 44399 with flag 835252/161004
61.21/60.35	c cleaning 15614 clauses out of 48375 with flag 937450/180000
68.21/67.36	c cleaning 16533 clauses out of 52761 with flag 1044089/200000
75.92/75.09	c cleaning 17247 clauses out of 57229 with flag 1153674/221002
83.62/82.76	c cleaning 18151 clauses out of 61982 with flag 1271865/243002
91.78/90.87	c cleaning 19024 clauses out of 66829 with flag 1395247/266000
100.28/99.38	c cleaning 20092 clauses out of 71805 with flag 1527212/290000
109.08/108.13	c cleaning 20923 clauses out of 76712 with flag 1666877/315000
118.69/117.73	c cleaning 21609 clauses out of 81788 with flag 1814050/341000
128.69/127.77	c cleaning 22412 clauses out of 87177 with flag 1967920/368000
139.19/138.25	c cleaning 23372 clauses out of 92764 with flag 2126327/396000
150.57/149.52	c cleaning 24169 clauses out of 98392 with flag 2284470/425000
161.98/160.92	c cleaning 25038 clauses out of 104224 with flag 2457078/455001
173.89/172.85	c cleaning 25610 clauses out of 110186 with flag 2637059/486001
186.58/185.54	c cleaning 26920 clauses out of 116575 with flag 2827055/518000
199.10/198.08	c cleaning 27838 clauses out of 122659 with flag 3021390/551004
212.89/211.62	c cleaning 28644 clauses out of 128817 with flag 3215965/585000
227.69/226.42	c cleaning 29052 clauses out of 135176 with flag 3419191/620004
242.59/241.31	c cleaning 30366 clauses out of 142122 with flag 3631293/656003
257.70/256.47	c cleaning 31429 clauses out of 148752 with flag 3850724/693001
274.50/273.25	c cleaning 32017 clauses out of 155323 with flag 4079490/731001
291.93/290.49	c cleaning 32993 clauses out of 162305 with flag 4315513/770000
310.12/308.68	c cleaning 33762 clauses out of 169315 with flag 4551996/810003
329.44/327.94	c cleaning 34739 clauses out of 176550 with flag 4808719/851000
349.24/347.73	c cleaning 35535 clauses out of 183811 with flag 5066429/893002
369.07/367.40	c cleaning 36320 clauses out of 191273 with flag 5325168/936000
390.18/388.44	c cleaning 37431 clauses out of 198952 with flag 5593882/980000
412.19/410.46	c cleaning 38294 clauses out of 206517 with flag 5875112/1025000
435.52/433.47	c cleaning 39492 clauses out of 214223 with flag 6160654/1071000
459.02/456.95	c cleaning 40123 clauses out of 221730 with flag 6462694/1118000
483.22/481.12	c cleaning 41100 clauses out of 229606 with flag 6771038/1166000
509.19/506.78	c cleaning 42111 clauses out of 237507 with flag 7089093/1215001
534.69/532.27	c cleaning 43075 clauses out of 245394 with flag 7408115/1265000
560.99/558.20	c cleaning 44014 clauses out of 253320 with flag 7736441/1316002
586.79/583.92	c cleaning 44672 clauses out of 261304 with flag 8075911/1368000
612.90/610.08	c cleaning 46044 clauses out of 269631 with flag 8415320/1421001
640.12/637.14	c cleaning 47127 clauses out of 277586 with flag 8757292/1475000
668.43/665.38	c cleaning 47946 clauses out of 285459 with flag 9128298/1530000
697.54/694.44	c cleaning 48688 clauses out of 293510 with flag 9502453/1586000
727.93/724.79	c cleaning 49910 clauses out of 301823 with flag 9890840/1643001
760.21/756.91	c cleaning 50510 clauses out of 309912 with flag 10282920/1701002
794.43/791.05	c cleaning 51983 clauses out of 318399 with flag 10707193/1760000
828.54/825.03	c cleaning 52478 clauses out of 326416 with flag 11119472/1820002
863.65/860.07	c cleaning 53157 clauses out of 334934 with flag 11530637/1881000
898.66/895.03	c cleaning 54336 clauses out of 343777 with flag 11954564/1943000
936.25/932.59	c cleaning 55115 clauses out of 352441 with flag 12411912/2006001
973.93/970.16	c cleaning 56342 clauses out of 361323 with flag 12869614/2070000
1014.02/1010.16	c cleaning 57360 clauses out of 369981 with flag 13354562/2135000
1054.12/1050.11	c cleaning 58257 clauses out of 378621 with flag 13814886/2201000
1094.04/1089.80	c cleaning 59454 clauses out of 387365 with flag 14308812/2268001
1136.24/1131.97	c cleaning 60296 clauses out of 395908 with flag 14809944/2336001
1178.89/1174.45	c cleaning 61343 clauses out of 404612 with flag 15322153/2405001
1222.50/1217.91	c cleaning 62417 clauses out of 413268 with flag 15834705/2475001
1266.47/1261.84	c cleaning 63292 clauses out of 421849 with flag 16363302/2546000
1313.21/1308.42	c cleaning 64322 clauses out of 430558 with flag 16936172/2618005
1360.79/1355.91	c cleaning 65063 clauses out of 439231 with flag 17471225/2691000
1409.50/1404.46	c cleaning 66363 clauses out of 448166 with flag 18025547/2765000
1458.18/1453.05	c cleaning 66920 clauses out of 456803 with flag 18584740/2840000
1510.61/1505.30	c cleaning 67968 clauses out of 465884 with flag 19193438/2916001
1563.52/1558.08	c cleaning 68966 clauses out of 474915 with flag 19797735/2993000
1616.39/1610.78	c cleaning 70177 clauses out of 483948 with flag 20409032/3071000
1670.18/1664.40	c cleaning 71218 clauses out of 492771 with flag 21027945/3150001
1727.87/1721.84	c cleaning 71883 clauses out of 501550 with flag 21679012/3230000
1786.06/1780.00	c cleaning 72730 clauses out of 510670 with flag 22338798/3311004
1800.03/1793.80	c starts		: 20127
1800.03/1793.80	c conflicts		: 3334061
1800.03/1793.80	c decisions		: 96339198
1800.03/1793.80	c propagations		: 2848613457
1800.03/1793.80	c inspects		: 11826984460
1800.03/1793.80	c shortcuts		: 0
1800.03/1793.80	c learnt literals	: 97
1800.03/1793.80	c learnt binary clauses	: 174882
1800.03/1793.80	c learnt ternary clauses	: 156456
1800.03/1793.80	c learnt constraints	: 3333964
1800.03/1793.80	c ignored constraints	: 0
1800.03/1793.80	c root simplifications	: 0
1800.03/1793.80	c removed literals (reason simplification)	: 0
1800.03/1793.80	c reason swapping (by a shorter reason)	: 0
1800.03/1793.80	c Calls to reduceDB	: 77
1800.03/1793.80	c Number of update (reduction) of LBD	: 2386433
1800.03/1793.80	c Imported unit clauses	: 0
1800.03/1793.80	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.80	c number of learned constraints concerned by reduction	: 0
1800.03/1793.80	c number of learning phase by resolution	: 0
1800.03/1793.80	c number of learning phase by cutting planes	: 0
1800.03/1793.80	c speed (assignments/second)	: 1588532.3833561225
1800.03/1793.80	c non guided choices	27725
1800.03/1793.80	c timeout
1800.03/1793.87	c learnt constraints type 
1800.03/1793.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 174882
1800.03/1793.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 286115
1800.03/1793.87	s UNKNOWN
1800.03/1793.87	c Total wall clock time (in seconds): 1793.748

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

pid=14204
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.32 2.21 2.19 3/194 14207
/proc/meminfo: memFree=29619412/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14207/stat : 14207 (java) D 14204 14207 9389 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 110798213 9515008 176 33554432000 1073741824 1073778376 140733874201024 140733874198152 259112387472 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14207/statm: 2323 176 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.32 2.21 2.19 3/194 14207
/proc/meminfo: memFree=29619412/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 4334 0 1 0 7 1 0 0 20 0 18 0 110798213 9787879424 5446 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2389619 5446 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.32 2.21 2.19 3/194 14207
/proc/meminfo: memFree=29619412/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 4991 0 1 0 25 1 0 0 20 0 18 0 110798213 9787879424 6997 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2389619 6997 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.32 2.21 2.19 3/194 14207
/proc/meminfo: memFree=29619412/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 7257 0 1 0 52 2 0 0 20 0 18 0 110798213 9787879424 10902 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2389619 10902 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 2.32 2.21 2.19 3/194 14207
/proc/meminfo: memFree=29619412/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 8303 0 1 0 130 3 0 0 20 0 19 0 110798213 9856040960 31961 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2406260 31961 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.32 2.21 2.19 3/213 14226
/proc/meminfo: memFree=29499356/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 8315 0 1 0 220 3 0 0 20 0 19 0 110798213 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2406260 32484 2265 9 0 2396937 0
[pid=14207/tid=14209] ppid=14204 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14204 14207 9389 0 -1 4202560 2454 0 1 0 142 3 0 0 20 0 19 0 110798214 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140328088375296 140327940523372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14210] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140328060827816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14211] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140328059775272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14212] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140328058722728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14213] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327928769064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14214] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327927716520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14215] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327926663976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14216] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327925611432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14217] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14204 14207 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327924558888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14218] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14204 14207 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327442045032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14204 14207 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327440991352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14220] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14204 14207 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327439938696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14221] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327438887440 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14222] ppid=14204 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14204 14207 9389 0 -1 4202560 2259 0 0 0 41 0 0 0 20 0 19 0 110798220 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327437834808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14223] ppid=14204 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14204 14207 9389 0 -1 4202560 2326 0 0 0 33 0 0 0 20 0 19 0 110798220 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327436782264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327435729912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14225] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327434677576 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14204 14207 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110798270 9856040960 32484 33554432000 1073741824 1073778376 140734119662240 140327433622312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.32 2.21 2.19 3/213 14226
/proc/meminfo: memFree=29496936/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 8527 0 1 0 386 3 0 0 20 0 19 0 110798213 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2406260 33003 2271 9 0 2396937 0
[pid=14207/tid=14209] ppid=14204 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14204 14207 9389 0 -1 4202560 2457 0 1 0 302 3 0 0 20 0 19 0 110798214 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140328088373800 140327940523464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14210] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140328060827816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14211] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140328059775272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14212] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140328058722728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14213] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327928769064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14214] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327927716520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14215] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327926663976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14216] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327925611432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14217] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14204 14207 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327924558888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14218] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14204 14207 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327442045032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14204 14207 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327440991352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14220] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14204 14207 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327439938696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14221] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327438887440 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14222] ppid=14204 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14204 14207 9389 0 -1 4202560 2263 0 0 0 44 0 0 0 20 0 19 0 110798220 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327437834808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14223] ppid=14204 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14204 14207 9389 0 -1 4202560 2530 0 0 0 37 0 0 0 20 0 19 0 110798220 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327436782264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327435729912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14225] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327434677576 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14204 14207 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110798270 9856040960 33003 33554432000 1073741824 1073778376 140734119662240 140327433622312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.37 2.22 2.19 3/213 14226
/proc/meminfo: memFree=29488384/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9625040 CPUtime=7.13 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 8532 0 1 0 709 4 0 0 20 0 19 0 110798213 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2406260 34470 2271 9 0 2396937 0
[pid=14207/tid=14209] ppid=14204 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14204 14207 9389 0 -1 4202560 2462 0 1 0 621 3 0 0 20 0 19 0 110798214 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140328088375528 140327940409172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14210] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140328060827816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14211] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140328059775272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14212] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140328058722728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14213] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327928769064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14214] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327927716520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14215] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327926663976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14216] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327925611432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14217] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14204 14207 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110798216 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327924558888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14218] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14204 14207 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327442045032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14204 14207 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327440991352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14220] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14204 14207 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327439938696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14221] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327438887440 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14222] ppid=14204 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14204 14207 9389 0 -1 4202560 2263 0 0 0 46 0 0 0 20 0 19 0 110798220 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327437834808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14223] ppid=14204 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14204 14207 9389 0 -1 4202560 2530 0 0 0 38 0 0 0 20 0 19 0 110798220 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327436782264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327435729912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14225] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327434677576 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14204 14207 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110798270 9856040960 34470 33554432000 1073741824 1073778376 140734119662240 140327433622312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9625040


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

[pid=14207/tid=14226] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14204 14207 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110798270 9856040960 116175 33554432000 1073741824 1073778376 140734119662240 140327433622312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1668.18
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.29 2.22 2.19 3/213 14356
/proc/meminfo: memFree=29354296/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9625040 CPUtime=1728.37 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 12348 0 1 0 172710 127 0 0 20 0 19 0 110798213 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2406260 113400 2293 9 0 2396937 0
[pid=14207/tid=14209] ppid=14204 vsize=9625040 CPUtime=1714.58 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14204 14207 9389 0 -1 4202560 2518 0 1 0 171429 29 0 0 20 0 19 0 110798214 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140328088366880 140327940436579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14210] ppid=14204 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14204 14207 9389 0 -1 4202560 302 0 0 0 76 11 0 0 20 0 19 0 110798216 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140328060827816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14211] ppid=14204 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14204 14207 9389 0 -1 4202560 244 0 0 0 74 9 0 0 20 0 19 0 110798216 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140328059775272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14212] ppid=14204 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14204 14207 9389 0 -1 4202560 450 0 0 0 66 17 0 0 20 0 19 0 110798216 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140328058722728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14213] ppid=14204 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14204 14207 9389 0 -1 4202560 360 0 0 0 68 9 0 0 20 0 19 0 110798216 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327928769064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14214] ppid=14204 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14204 14207 9389 0 -1 4202560 525 0 0 0 78 13 0 0 20 0 19 0 110798216 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327927716520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14215] ppid=14204 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14204 14207 9389 0 -1 4202560 409 0 0 0 71 10 0 0 20 0 19 0 110798216 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327926663976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14216] ppid=14204 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14204 14207 9389 0 -1 4202560 472 0 0 0 70 9 0 0 20 0 19 0 110798216 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327925611432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14217] ppid=14204 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14204 14207 9389 0 -1 4202560 198 0 0 0 58 8 0 0 20 0 19 0 110798216 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327924558888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14218] ppid=14204 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14204 14207 9389 0 -1 4202560 415 0 0 0 140 4 0 0 20 0 19 0 110798217 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327442045032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14204 14207 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327440991352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14220] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14204 14207 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327439938696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14221] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327438887440 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14222] ppid=14204 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14204 14207 9389 0 -1 4202560 2265 0 0 0 46 0 0 0 20 0 19 0 110798220 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327437834808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14223] ppid=14204 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14204 14207 9389 0 -1 4202560 2829 0 0 0 43 0 0 0 20 0 19 0 110798220 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327436782264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327435729912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14225] ppid=14204 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14204 14207 9389 0 -1 4202560 99 0 0 0 31 40 0 0 20 0 19 0 110798220 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327434677576 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14204 14207 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110798270 9856040960 113400 33554432000 1073741824 1073778376 140734119662240 140327433622312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.37
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 14358
/proc/meminfo: memFree=29421904/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9625040 CPUtime=1788.53 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 12359 0 1 0 178725 128 0 0 20 0 19 0 110798213 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2406260 112166 2293 9 0 2396937 0
[pid=14207/tid=14209] ppid=14204 vsize=9625040 CPUtime=1774.37 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14204 14207 9389 0 -1 4202560 2520 0 1 0 177408 29 0 0 20 0 19 0 110798214 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140328088374592 140327940437080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14210] ppid=14204 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14204 14207 9389 0 -1 4202560 302 0 0 0 79 11 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140328060827816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14211] ppid=14204 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14204 14207 9389 0 -1 4202560 244 0 0 0 75 9 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140328059775272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14212] ppid=14204 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14204 14207 9389 0 -1 4202560 450 0 0 0 69 17 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140328058722728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14213] ppid=14204 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14204 14207 9389 0 -1 4202560 360 0 0 0 70 9 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327928769064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14214] ppid=14204 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14204 14207 9389 0 -1 4202560 525 0 0 0 81 13 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327927716520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14215] ppid=14204 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14204 14207 9389 0 -1 4202560 409 0 0 0 73 10 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327926663976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14216] ppid=14204 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14204 14207 9389 0 -1 4202560 472 0 0 0 74 9 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327925611432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14217] ppid=14204 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14204 14207 9389 0 -1 4202560 198 0 0 0 60 8 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327924558888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14218] ppid=14204 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14204 14207 9389 0 -1 4202560 420 0 0 0 140 4 0 0 20 0 19 0 110798217 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327442045032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14204 14207 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327440991352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14220] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14204 14207 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327439938696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14221] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327438887440 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14222] ppid=14204 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14204 14207 9389 0 -1 4202560 2265 0 0 0 46 0 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327437834808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14223] ppid=14204 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14204 14207 9389 0 -1 4202560 2829 0 0 0 43 0 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327436782264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327435729912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14225] ppid=14204 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14204 14207 9389 0 -1 4202560 103 0 0 0 32 41 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327434677576 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14204 14207 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110798270 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327433622312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 2.23 2.21 2.18 4/213 14358
/proc/meminfo: memFree=29425012/32872528 swapFree=16700/1645768
[pid=14207] ppid=14204 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/14207/stat : 14207 (java) S 14204 14207 9389 0 -1 4202496 12359 0 1 0 179875 128 0 0 20 0 19 0 110798213 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140734119653376 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14207/statm: 2406260 112166 2293 9 0 2396937 0
[pid=14207/tid=14209] ppid=14204 vsize=9625040 CPUtime=1785.84 cores=1,3,5,7
/proc/14207/task/14209/stat : 14209 (java) R 14204 14207 9389 0 -1 4202560 2520 0 1 0 178554 30 0 0 20 0 19 0 110798214 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140328088374592 140327940523464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14210] ppid=14204 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/14207/task/14210/stat : 14210 (java) S 14204 14207 9389 0 -1 4202560 302 0 0 0 79 11 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140328060827816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14207/tid=14211] ppid=14204 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/14207/task/14211/stat : 14211 (java) S 14204 14207 9389 0 -1 4202560 244 0 0 0 75 9 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140328059775272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14212] ppid=14204 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/14207/task/14212/stat : 14212 (java) S 14204 14207 9389 0 -1 4202560 450 0 0 0 69 17 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140328058722728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14213] ppid=14204 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14207/task/14213/stat : 14213 (java) S 14204 14207 9389 0 -1 4202560 360 0 0 0 70 9 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327928769064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14214] ppid=14204 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/14207/task/14214/stat : 14214 (java) S 14204 14207 9389 0 -1 4202560 525 0 0 0 81 13 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327927716520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14215] ppid=14204 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14207/task/14215/stat : 14215 (java) S 14204 14207 9389 0 -1 4202560 409 0 0 0 73 10 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327926663976 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14216] ppid=14204 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14207/task/14216/stat : 14216 (java) S 14204 14207 9389 0 -1 4202560 472 0 0 0 74 9 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327925611432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14207/tid=14217] ppid=14204 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14207/task/14217/stat : 14217 (java) S 14204 14207 9389 0 -1 4202560 198 0 0 0 60 8 0 0 20 0 19 0 110798216 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327924558888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14218] ppid=14204 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/14207/task/14218/stat : 14218 (java) S 14204 14207 9389 0 -1 4202560 420 0 0 0 140 4 0 0 20 0 19 0 110798217 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327442045032 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14219] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14219/stat : 14219 (java) S 14204 14207 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327440991352 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14220] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14220/stat : 14220 (java) S 14204 14207 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110798217 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327439938696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14221] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14221/stat : 14221 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327438887440 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14222] ppid=14204 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14207/task/14222/stat : 14222 (java) S 14204 14207 9389 0 -1 4202560 2265 0 0 0 46 0 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327437834808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14223] ppid=14204 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14207/task/14223/stat : 14223 (java) S 14204 14207 9389 0 -1 4202560 2829 0 0 0 43 0 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327436782264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14224] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14224/stat : 14224 (java) S 14204 14207 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327435729912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14207/tid=14225] ppid=14204 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14207/task/14225/stat : 14225 (java) S 14204 14207 9389 0 -1 4202560 103 0 0 0 32 42 0 0 20 0 19 0 110798220 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327434677576 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14207/tid=14226] ppid=14204 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14207/task/14226/stat : 14226 (java) S 14204 14207 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110798270 9856040960 112166 33554432000 1073741824 1073778376 140734119662240 140327433622312 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 14207 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 14207 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=198240
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=764731
# CPU time returned by wait4() is 1795.96
# 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): 1793.88
CPU time (s): 1800.03
CPU user time (s): 1798.75
CPU system time (s): 1.28
CPU usage (%): 100.343
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 1.76473
maximum resident set size= 862260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12391
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39157
involuntary context switches= 9949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0355 second user time and 14.4198 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 10:37:28
IDJOB=4084609
IDBENCH=90209
IDSOLVER=2546
FILE ID=node124/4084609-1465288647
RUNJOBID= node124-1465261984-9406
PBS_JOBID= 19843296
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K148.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084609-1465288647/watcher-4084609-1465288647 -o /tmp/evaluation-result-4084609-1465288647/solver-4084609-1465288647 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084609-1465288647.opb

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

MD5SUM BENCH= 75849fe0d0ba66aaca3a2fe3a07c685a
RANDOM SEED=1352892486

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29619676 kB
Buffers:          116888 kB
Cached:           236320 kB
SwapCached:          824 kB
Active:           625432 kB
Inactive:         246020 kB
Active(anon):     519216 kB
Inactive(anon):     1252 kB
Active(file):     106216 kB
Inactive(file):   244768 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:       2220960 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             601168 kB
SReclaimable:      45212 kB
SUnreclaim:       555956 kB
KernelStack:        1768 kB
PageTables:         8864 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2298564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2187264 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-07 11:07:22