Trace number 4108985

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.07 1797.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-60.opb
MD5SUM3a065af206abae16cc2624cb89dfd6ff
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 variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4108985-1466293345.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
2.87/2.10	c ... done. Wall clock time 1.985s.
2.87/2.10	c declared #vars     12587
2.87/2.10	c #constraints  284398
2.87/2.10	c constraints type 
2.87/2.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
2.87/2.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
2.87/2.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
2.87/2.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
2.87/2.10	c 284398 constraints processed.
6.96/5.89	c cleaning 2497 clauses out of 5000 with flag 120354/5000
10.91/9.33	c cleaning 4209 clauses out of 8503 with flag 257256/11000
13.51/11.99	c cleaning 5530 clauses out of 11294 with flag 433211/18000
16.72/15.11	c cleaning 6683 clauses out of 13764 with flag 622290/26000
20.24/18.65	c cleaning 7962 clauses out of 16081 with flag 834124/35000
24.85/23.24	c cleaning 8941 clauses out of 18120 with flag 1046088/45001
28.97/27.30	c cleaning 10001 clauses out of 20173 with flag 1234718/56000
32.37/30.78	c cleaning 11073 clauses out of 22172 with flag 1382095/68000
35.57/33.90	c cleaning 12034 clauses out of 24099 with flag 1527960/81001
38.87/37.20	c cleaning 12928 clauses out of 26064 with flag 1683543/95000
43.48/41.83	c cleaning 13983 clauses out of 28136 with flag 1879344/110000
48.08/46.40	c cleaning 14945 clauses out of 30153 with flag 2057723/126000
52.79/51.14	c cleaning 15990 clauses out of 32208 with flag 2243411/143000
57.79/56.17	c cleaning 17043 clauses out of 34219 with flag 2434856/161001
62.19/60.55	c cleaning 18072 clauses out of 36178 with flag 2606020/180003
67.09/65.41	c cleaning 19047 clauses out of 38103 with flag 2800747/200000
71.79/70.12	c cleaning 19969 clauses out of 40057 with flag 3048587/221001
77.39/75.74	c cleaning 21006 clauses out of 42088 with flag 3265827/243001
82.09/80.42	c cleaning 22019 clauses out of 44081 with flag 3471845/266000
86.89/85.24	c cleaning 22925 clauses out of 46063 with flag 3676281/290001
91.69/90.03	c cleaning 24059 clauses out of 48137 with flag 3914789/315000
96.29/94.61	c cleaning 24964 clauses out of 50078 with flag 4135861/341000
100.48/98.82	c cleaning 26018 clauses out of 52115 with flag 4350410/368001
105.09/103.44	c cleaning 27035 clauses out of 54096 with flag 4588707/396000
111.30/109.61	c cleaning 27984 clauses out of 56061 with flag 4821061/425000
117.20/115.51	c cleaning 28991 clauses out of 58077 with flag 5067595/455000
123.29/121.67	c cleaning 29974 clauses out of 60086 with flag 5329967/486000
129.09/127.49	c cleaning 31019 clauses out of 62114 with flag 5598191/518002
135.40/133.71	c cleaning 31982 clauses out of 64094 with flag 5861584/551001
142.10/140.48	c cleaning 33053 clauses out of 66111 with flag 6151999/585000
149.31/147.63	c cleaning 33975 clauses out of 68058 with flag 6415896/620000
156.01/154.30	c cleaning 34981 clauses out of 70083 with flag 6731055/656000
163.61/161.90	c cleaning 36030 clauses out of 72102 with flag 7071335/693000
172.01/170.31	c cleaning 36982 clauses out of 74073 with flag 7350126/731001
179.11/177.46	c cleaning 38021 clauses out of 76092 with flag 7667880/770002
188.21/186.56	c cleaning 38970 clauses out of 78069 with flag 7977857/810000
197.01/195.37	c cleaning 40004 clauses out of 80101 with flag 8329986/851002
205.21/203.54	c cleaning 40993 clauses out of 82095 with flag 8678206/893000
213.70/212.01	c cleaning 41900 clauses out of 84102 with flag 9039189/936000
221.82/220.12	c cleaning 43062 clauses out of 86202 with flag 9412397/980000
231.81/230.19	c cleaning 43962 clauses out of 88140 with flag 9748752/1025000
241.62/239.91	c cleaning 45089 clauses out of 90178 with flag 10096498/1071000
250.51/248.81	c cleaning 45987 clauses out of 92090 with flag 10424400/1118001
261.21/259.57	c cleaning 47012 clauses out of 94104 with flag 10833024/1166002
273.12/271.49	c cleaning 47918 clauses out of 96090 with flag 11264988/1215000
284.01/282.32	c cleaning 49070 clauses out of 98172 with flag 11651352/1265000
296.63/294.99	c cleaning 49993 clauses out of 100102 with flag 12103318/1316000
309.32/307.69	c cleaning 50931 clauses out of 102109 with flag 12514372/1368000
322.62/320.96	c cleaning 52027 clauses out of 104178 with flag 12965241/1421000
333.33/331.61	c cleaning 53004 clauses out of 106151 with flag 13352872/1475000
346.63/344.92	c cleaning 54027 clauses out of 108147 with flag 13775298/1530000
361.63/359.96	c cleaning 55004 clauses out of 110120 with flag 14243680/1586000
374.44/372.77	c cleaning 55995 clauses out of 112118 with flag 14640739/1643002
387.03/385.36	c cleaning 57025 clauses out of 114122 with flag 15122056/1701001
401.93/400.06	c cleaning 57976 clauses out of 116097 with flag 15562286/1760001
418.23/416.39	c cleaning 58982 clauses out of 118120 with flag 16096344/1820000
430.94/429.05	c cleaning 60023 clauses out of 120140 with flag 16593961/1881002
445.34/443.42	c cleaning 60999 clauses out of 122115 with flag 17064129/1943000
461.03/459.12	c cleaning 61948 clauses out of 124116 with flag 17600094/2006000
477.33/475.43	c cleaning 63044 clauses out of 126169 with flag 18140954/2070001
492.06/490.19	c cleaning 63991 clauses out of 128124 with flag 18637975/2135000
507.97/506.02	c cleaning 64954 clauses out of 130133 with flag 19198960/2201000
522.57/520.61	c cleaning 65891 clauses out of 132179 with flag 19739921/2268000
537.68/535.74	c cleaning 67090 clauses out of 134288 with flag 20292147/2336000
554.28/552.31	c cleaning 68075 clauses out of 136198 with flag 20831464/2405000
572.47/570.51	c cleaning 69014 clauses out of 138123 with flag 21422310/2475000
588.18/586.27	c cleaning 69950 clauses out of 140109 with flag 21990788/2546000
605.09/603.11	c cleaning 71046 clauses out of 142159 with flag 22537151/2618000
624.99/623.03	c cleaning 72055 clauses out of 144114 with flag 23230702/2691001
645.80/643.85	c cleaning 72975 clauses out of 146063 with flag 23989002/2765005
665.19/663.26	c cleaning 74005 clauses out of 148084 with flag 24581275/2840001
685.20/683.25	c cleaning 74895 clauses out of 150078 with flag 25098750/2916000
705.09/703.14	c cleaning 76058 clauses out of 152183 with flag 25795069/2993000
726.71/724.76	c cleaning 77055 clauses out of 154125 with flag 26482294/3071000
748.31/746.31	c cleaning 77962 clauses out of 156070 with flag 27146630/3150000
768.01/766.06	c cleaning 78982 clauses out of 158108 with flag 27709133/3230000
790.32/788.34	c cleaning 80025 clauses out of 160127 with flag 28453097/3311001
812.72/810.72	c cleaning 80983 clauses out of 162103 with flag 29066757/3393002
833.82/831.88	c cleaning 82032 clauses out of 164119 with flag 29682063/3476001
855.02/853.00	c cleaning 83028 clauses out of 166086 with flag 30361395/3560000
876.59/874.35	c cleaning 83954 clauses out of 168058 with flag 31029129/3645000
898.19/895.90	c cleaning 85007 clauses out of 170104 with flag 31687276/3731000
922.19/919.91	c cleaning 86002 clauses out of 172097 with flag 32389911/3818000
948.31/946.07	c cleaning 86927 clauses out of 174095 with flag 33187475/3906000
973.11/970.82	c cleaning 88050 clauses out of 176169 with flag 33789722/3995001
997.82/995.60	c cleaning 89044 clauses out of 178118 with flag 34548080/4085000
1022.72/1020.49	c cleaning 90015 clauses out of 180076 with flag 35310427/4176002
1045.52/1043.23	c cleaning 91020 clauses out of 182059 with flag 36030076/4268000
1070.62/1068.34	c cleaning 91993 clauses out of 184040 with flag 36752040/4361001
1096.23/1093.94	c cleaning 92968 clauses out of 186046 with flag 37555581/4455000
1119.53/1117.25	c cleaning 94004 clauses out of 188079 with flag 38316418/4550001
1144.24/1141.95	c cleaning 94952 clauses out of 190074 with flag 39023360/4646000
1167.94/1165.63	c cleaning 96004 clauses out of 192122 with flag 39888654/4743000
1193.64/1191.32	c cleaning 96868 clauses out of 194118 with flag 40829064/4841000
1224.83/1222.54	c cleaning 98101 clauses out of 196250 with flag 41647384/4940000
1253.45/1251.12	c cleaning 99008 clauses out of 198149 with flag 42441286/5040000
1281.35/1279.09	c cleaning 100045 clauses out of 200141 with flag 43327143/5141000
1307.64/1305.31	c cleaning 101006 clauses out of 202097 with flag 44238594/5243001
1333.14/1330.83	c cleaning 102021 clauses out of 204093 with flag 45338605/5346003
1361.54/1359.22	c cleaning 102984 clauses out of 206069 with flag 46261268/5450000
1389.15/1386.85	c cleaning 103970 clauses out of 208085 with flag 47021447/5555000
1420.36/1418.09	c cleaning 104957 clauses out of 210117 with flag 47859217/5661002
1450.45/1448.17	c cleaning 106052 clauses out of 212158 with flag 48689315/5768000
1482.15/1479.83	c cleaning 107018 clauses out of 214106 with flag 49556200/5876000
1510.56/1508.24	c cleaning 107944 clauses out of 216088 with flag 50545498/5985000
1542.36/1540.04	c cleaning 108746 clauses out of 218144 with flag 51458543/6095000
1578.56/1576.30	c cleaning 110176 clauses out of 220398 with flag 52491727/6206000
1616.67/1614.30	c cleaning 111068 clauses out of 222222 with flag 53364452/6318000
1648.77/1646.46	c cleaning 111997 clauses out of 224154 with flag 54281065/6431000
1684.77/1682.44	c cleaning 113052 clauses out of 226159 with flag 55358709/6545002
1723.68/1721.39	c cleaning 114034 clauses out of 228105 with flag 56149771/6660000
1761.27/1758.42	c cleaning 115007 clauses out of 230072 with flag 57073279/6776001
1800.07/1797.20	c starts		: 24781
1800.07/1797.20	c conflicts		: 6891970
1800.07/1797.20	c decisions		: 56726558
1800.07/1797.20	c propagations		: 1246093773
1800.07/1797.20	c inspects		: 23802360749
1800.07/1797.20	c shortcuts		: 0
1800.07/1797.20	c learnt literals	: 6
1800.07/1797.20	c learnt binary clauses	: 2350
1800.07/1797.20	c learnt ternary clauses	: 5348
1800.07/1797.20	c learnt constraints	: 6891964
1800.07/1797.20	c ignored constraints	: 0
1800.07/1797.20	c root simplifications	: 0
1800.07/1797.20	c removed literals (reason simplification)	: 0
1800.07/1797.20	c reason swapping (by a shorter reason)	: 0
1800.07/1797.20	c Calls to reduceDB	: 112
1800.07/1797.20	c Number of update (reduction) of LBD	: 3981540
1800.07/1797.20	c Imported unit clauses	: 0
1800.07/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.20	c number of learned constraints concerned by reduction	: 0
1800.07/1797.20	c number of learning phase by resolution	: 0
1800.07/1797.20	c number of learning phase by cutting planes	: 0
1800.07/1797.20	c speed (assignments/second)	: 694169.0140923532
1800.07/1797.20	c non guided choices	1456137
1800.07/1797.20	c timeout
1800.07/1797.25	c learnt constraints type 
1800.07/1797.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2350
1800.07/1797.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 228684
1800.07/1797.25	s UNKNOWN
1800.07/1797.25	c Total wall clock time (in seconds): 1797.134

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-4108985-1466293345/watcher-4108985-1466293345 -o /tmp/evaluation-result-4108985-1466293345/solver-4108985-1466293345 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466291542-8235 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108985-1466293345.opb 

pid=8493
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.32 2.27 2.21 2/172 8496
/proc/meminfo: memFree=29357476/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/8496/stat : 8496 (java) R 8493 8496 8058 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 31383204 3653632 47 33554432000 1073741824 1073778376 140733757803184 140733757800312 270320889642 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 892 49 38 9 0 30 0

[startup+0.100112 s]
/proc/loadavg: 2.32 2.27 2.21 2/172 8496
/proc/meminfo: memFree=29357476/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 31383204 9787879424 6037 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 2.32 2.27 2.21 2/172 8496
/proc/meminfo: memFree=29357476/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 4772 0 1 0 24 1 0 0 20 0 18 0 31383204 9787879424 6845 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2389619 6845 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 2.32 2.27 2.21 2/172 8496
/proc/meminfo: memFree=29357476/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 6065 0 1 0 45 2 0 0 20 0 18 0 31383204 9787879424 9167 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2389619 9167 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70026 s]
/proc/loadavg: 2.32 2.27 2.21 2/172 8496
/proc/meminfo: memFree=29357476/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9558476 CPUtime=1.13 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 7194 0 1 0 108 5 0 0 20 0 18 0 31383204 9787879424 40069 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2389619 40069 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.45 2.30 2.22 3/190 8514
/proc/meminfo: memFree=29196076/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9558476 CPUtime=2.18 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 8757 0 1 0 207 11 0 0 20 0 18 0 31383204 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2389619 78405 2263 9 0 2380296 0
[pid=8496/tid=8498] ppid=8493 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/8496/task/8498/stat : 8498 (java) R 8493 8496 8058 0 -1 4202560 2520 0 1 0 134 6 0 0 20 0 18 0 31383205 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708252118960 139708122681606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8499] ppid=8493 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8496/task/8499/stat : 8499 (java) S 8493 8496 8058 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 31383206 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708241189928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8500] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8500/stat : 8500 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 31383206 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708094692264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8501] ppid=8493 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8496/task/8501/stat : 8501 (java) S 8493 8496 8058 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 31383206 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708093639464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8502] ppid=8493 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8496/task/8502/stat : 8502 (java) S 8493 8496 8058 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 31383206 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708092586664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8503] ppid=8493 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/8496/task/8503/stat : 8503 (java) S 8493 8496 8058 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 31383206 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708091533864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8504] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8504/stat : 8504 (java) S 8493 8496 8058 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 31383206 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708090481064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8505] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8505/stat : 8505 (java) S 8493 8496 8058 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 31383206 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708089428264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8506] ppid=8493 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/8496/task/8506/stat : 8506 (java) S 8493 8496 8058 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 31383206 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708088375464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8507] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8507/stat : 8507 (java) S 8493 8496 8058 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 31383208 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708076178408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8508] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8508/stat : 8508 (java) S 8493 8496 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31383208 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708075124472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8509] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8509/stat : 8509 (java) S 8493 8496 8058 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31383208 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708074071560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8510] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8510/stat : 8510 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383210 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708073020048 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8511] ppid=8493 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8496/task/8511/stat : 8511 (java) S 8493 8496 8058 0 -1 4202560 2292 0 0 0 25 0 0 0 20 0 18 0 31383210 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708071967160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8512] ppid=8493 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/8496/task/8512/stat : 8512 (java) S 8493 8496 8058 0 -1 4202560 2417 0 0 0 30 0 0 0 20 0 18 0 31383210 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708070914360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8513] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8513/stat : 8513 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383210 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708069861752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8514] ppid=8493 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8514/stat : 8514 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31383210 9787879424 78405 33554432000 1073741824 1073778376 140733757803184 139708068809160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.45 2.30 2.22 5/191 8515
/proc/meminfo: memFree=28969364/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 11015 0 1 0 408 14 0 0 20 0 19 0 31383204 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2406260 85676 2280 9 0 2396937 0
[pid=8496/tid=8498] ppid=8493 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/8496/task/8498/stat : 8498 (java) R 8493 8496 8058 0 -1 4202560 2534 0 1 0 290 6 0 0 20 0 19 0 31383205 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708252127656 139708123046140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8499] ppid=8493 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8496/task/8499/stat : 8499 (java) S 8493 8496 8058 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 31383206 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708241189928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8500] ppid=8493 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8496/task/8500/stat : 8500 (java) S 8493 8496 8058 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 31383206 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708094692264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8501] ppid=8493 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8496/task/8501/stat : 8501 (java) S 8493 8496 8058 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 31383206 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708093639464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8502] ppid=8493 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8496/task/8502/stat : 8502 (java) S 8493 8496 8058 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 31383206 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708092586664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8503] ppid=8493 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8496/task/8503/stat : 8503 (java) S 8493 8496 8058 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 31383206 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708091533864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8504] ppid=8493 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8496/task/8504/stat : 8504 (java) S 8493 8496 8058 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 31383206 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708090481064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8505] ppid=8493 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8496/task/8505/stat : 8505 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 31383206 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708089428264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8506] ppid=8493 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/8496/task/8506/stat : 8506 (java) S 8493 8496 8058 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 19 0 31383206 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708088375464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8507] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8507/stat : 8507 (java) S 8493 8496 8058 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708076178408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8508] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8508/stat : 8508 (java) S 8493 8496 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708075124472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8509] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8509/stat : 8509 (java) S 8493 8496 8058 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708074071560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8510] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8510/stat : 8510 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708073020048 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8511] ppid=8493 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/8496/task/8511/stat : 8511 (java) S 8493 8496 8058 0 -1 4202560 3583 0 0 0 43 2 0 0 20 0 19 0 31383210 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708071967160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8512] ppid=8493 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/8496/task/8512/stat : 8512 (java) S 8493 8496 8058 0 -1 4202560 3265 0 0 0 47 0 0 0 20 0 19 0 31383210 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708070914360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8513] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8513/stat : 8513 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708069861752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8514] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8514/stat : 8514 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708068809160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8515] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8515/stat : 8515 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31383416 9856040960 85676 33554432000 1073741824 1073778376 140733757803184 139708067755688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.45 2.30 2.22 4/212 8543
/proc/meminfo: memFree=28576364/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9625040 CPUtime=7.89 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 18081 0 1 0 772 17 0 0 20 0 19 0 31383204 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2406260 89659 2284 9 0 2396937 0
[pid=8496/tid=8498] ppid=8493 vsize=9625040 CPUtime=6.12 cores=0,2,4,6
/proc/8496/task/8498/stat : 8498 (java) R 8493 8496 8058 0 -1 4202560 2537 0 1 0 606 6 0 0 20 0 19 0 31383205 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708252118736 139708123118687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8499] ppid=8493 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8496/task/8499/stat : 8499 (java) S 8493 8496 8058 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 31383206 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708241189928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8500] ppid=8493 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8496/task/8500/stat : 8500 (java) S 8493 8496 8058 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 31383206 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708094692264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8501] ppid=8493 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8496/task/8501/stat : 8501 (java) S 8493 8496 8058 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 31383206 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708093639464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8502] ppid=8493 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8496/task/8502/stat : 8502 (java) S 8493 8496 8058 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 31383206 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708092586664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8503] ppid=8493 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8496/task/8503/stat : 8503 (java) S 8493 8496 8058 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 31383206 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708091533864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8504] ppid=8493 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8496/task/8504/stat : 8504 (java) S 8493 8496 8058 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 31383206 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708090481064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8505] ppid=8493 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8496/task/8505/stat : 8505 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 31383206 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708089428264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8506] ppid=8493 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/8496/task/8506/stat : 8506 (java) S 8493 8496 8058 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 19 0 31383206 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708088375464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8507] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8507/stat : 8507 (java) S 8493 8496 8058 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708076178408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8508] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8508/stat : 8508 (java) S 8493 8496 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708075124472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8509] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8509/stat : 8509 (java) S 8493 8496 8058 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708074071560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8510] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8510/stat : 8510 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708073020048 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8511] ppid=8493 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8496/task/8511/stat : 8511 (java) S 8493 8496 8058 0 -1 4202560 3601 0 0 0 46 2 0 0 20 0 19 0 31383210 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708071967160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8512] ppid=8493 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/8496/task/8512/stat : 8512 (java) S 8493 8496 8058 0 -1 4202560 10310 0 0 0 89 3 0 0 20 0 19 0 31383210 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708070914360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8513] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8513/stat : 8513 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708069861752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8514] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8514/stat : 8514 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708068809160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8515] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8515/stat : 8515 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31383416 9856040960 89659 33554432000 1073741824 1073778376 140733757803184 139708067755688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.45 2.31 2.22 3/212 8543

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

[pid=8496/tid=8515] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8515/stat : 8515 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31383416 9856040960 284957 33554432000 1073741824 1073778376 140733757803184 139708067755688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.68
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.21 2.20 3/213 8609
/proc/meminfo: memFree=24494412/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9625040 CPUtime=1724.68 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 19449 0 1 0 172397 71 0 0 20 0 19 0 31383204 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2406260 299293 2285 9 0 2396937 0
[pid=8496/tid=8498] ppid=8493 vsize=9625040 CPUtime=1717.55 cores=0,2,4,6
/proc/8496/task/8498/stat : 8498 (java) R 8493 8496 8058 0 -1 4202560 2863 0 1 0 171712 43 0 0 20 0 19 0 31383205 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708252118816 139708122979705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8499] ppid=8493 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8496/task/8499/stat : 8499 (java) S 8493 8496 8058 0 -1 4202560 89 0 0 0 7 4 0 0 20 0 19 0 31383206 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708241189928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8500] ppid=8493 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/8496/task/8500/stat : 8500 (java) S 8493 8496 8058 0 -1 4202560 72 0 0 0 4 3 0 0 20 0 19 0 31383206 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708094692264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8501] ppid=8493 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/8496/task/8501/stat : 8501 (java) S 8493 8496 8058 0 -1 4202560 60 0 0 0 5 3 0 0 20 0 19 0 31383206 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708093639464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8502] ppid=8493 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/8496/task/8502/stat : 8502 (java) S 8493 8496 8058 0 -1 4202560 96 0 0 0 8 5 0 0 20 0 19 0 31383206 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708092586664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8503] ppid=8493 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8496/task/8503/stat : 8503 (java) S 8493 8496 8058 0 -1 4202560 106 0 0 0 6 3 0 0 20 0 19 0 31383206 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708091533864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8504] ppid=8493 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/8496/task/8504/stat : 8504 (java) S 8493 8496 8058 0 -1 4202560 92 0 0 0 10 4 0 0 20 0 19 0 31383206 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708090481064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8505] ppid=8493 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/8496/task/8505/stat : 8505 (java) S 8493 8496 8058 0 -1 4202560 62 0 0 0 5 2 0 0 20 0 19 0 31383206 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708089428264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8506] ppid=8493 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8496/task/8506/stat : 8506 (java) S 8493 8496 8058 0 -1 4202560 91 0 0 0 7 4 0 0 20 0 19 0 31383206 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708088375464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8507] ppid=8493 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8496/task/8507/stat : 8507 (java) S 8493 8496 8058 0 -1 4202560 533 0 0 0 1 1 0 0 20 0 19 0 31383208 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708076178408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8508] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8508/stat : 8508 (java) S 8493 8496 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708075124472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8509] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8509/stat : 8509 (java) S 8493 8496 8058 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708074071560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8510] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8510/stat : 8510 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708073020048 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8511] ppid=8493 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8496/task/8511/stat : 8511 (java) S 8493 8496 8058 0 -1 4202560 3719 0 0 0 54 2 0 0 20 0 19 0 31383210 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708071967160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8512] ppid=8493 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/8496/task/8512/stat : 8512 (java) S 8493 8496 8058 0 -1 4202560 10310 0 0 0 94 3 0 0 20 0 19 0 31383210 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708070914360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8513] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8513/stat : 8513 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708069861752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8514] ppid=8493 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/8496/task/8514/stat : 8514 (java) S 8493 8496 8058 0 -1 4202560 99 0 0 0 35 33 0 0 20 0 19 0 31383210 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708068809160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8515] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8515/stat : 8515 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31383416 9856040960 299293 33554432000 1073741824 1073778376 140733757803184 139708067755688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.68
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.20 2.19 4/213 8610
/proc/meminfo: memFree=24257860/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9625040 CPUtime=1785.16 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 20439 0 1 0 178421 95 0 0 20 0 19 0 31383204 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2406260 357712 2285 9 0 2396937 0
[pid=8496/tid=8498] ppid=8493 vsize=9625040 CPUtime=1777.21 cores=0,2,4,6
/proc/8496/task/8498/stat : 8498 (java) R 8493 8496 8058 0 -1 4202560 2867 0 1 0 177677 44 0 0 20 0 19 0 31383205 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708252118816 139708123040320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8499] ppid=8493 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8496/task/8499/stat : 8499 (java) S 8493 8496 8058 0 -1 4202560 184 0 0 0 15 8 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708241189928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8500] ppid=8493 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8496/task/8500/stat : 8500 (java) S 8493 8496 8058 0 -1 4202560 102 0 0 0 7 4 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708094692264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8501] ppid=8493 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/8496/task/8501/stat : 8501 (java) S 8493 8496 8058 0 -1 4202560 88 0 0 0 8 4 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708093639464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8502] ppid=8493 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8496/task/8502/stat : 8502 (java) S 8493 8496 8058 0 -1 4202560 204 0 0 0 19 11 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708092586664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8503] ppid=8493 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8496/task/8503/stat : 8503 (java) S 8493 8496 8058 0 -1 4202560 153 0 0 0 11 6 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708091533864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8504] ppid=8493 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8496/task/8504/stat : 8504 (java) S 8493 8496 8058 0 -1 4202560 136 0 0 0 15 7 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708090481064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8505] ppid=8493 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8496/task/8505/stat : 8505 (java) S 8493 8496 8058 0 -1 4202560 88 0 0 0 7 4 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708089428264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8506] ppid=8493 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8496/task/8506/stat : 8506 (java) S 8493 8496 8058 0 -1 4202560 150 0 0 0 13 7 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708088375464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8507] ppid=8493 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8496/task/8507/stat : 8507 (java) S 8493 8496 8058 0 -1 4202560 1078 0 0 0 1 2 0 0 20 0 19 0 31383208 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708076178408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8508] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8508/stat : 8508 (java) S 8493 8496 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708075124472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8509] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8509/stat : 8509 (java) S 8493 8496 8058 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708074071560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8510] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8510/stat : 8510 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708073020048 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8511] ppid=8493 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8496/task/8511/stat : 8511 (java) S 8493 8496 8058 0 -1 4202560 3719 0 0 0 54 2 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708071967160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8512] ppid=8493 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/8496/task/8512/stat : 8512 (java) S 8493 8496 8058 0 -1 4202560 10310 0 0 0 94 3 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708070914360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8513] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8513/stat : 8513 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708069861752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8514] ppid=8493 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8496/task/8514/stat : 8514 (java) S 8493 8496 8058 0 -1 4202560 103 0 0 0 36 34 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708068809160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8515] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8515/stat : 8515 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31383416 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708067755688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.13 2.19 2.18 3/188 8643
/proc/meminfo: memFree=28195040/32872528 swapFree=1556504/1720024
[pid=8496] ppid=8493 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/8496/stat : 8496 (java) S 8493 8496 8058 0 -1 4202496 20439 0 1 0 179911 96 0 0 20 0 19 0 31383204 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 140733757794320 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8496/statm: 2406260 357712 2285 9 0 2396937 0
[pid=8496/tid=8498] ppid=8493 vsize=9625040 CPUtime=1792.07 cores=0,2,4,6
/proc/8496/task/8498/stat : 8498 (java) R 8493 8496 8058 0 -1 4202560 2867 0 1 0 179163 44 0 0 20 0 19 0 31383205 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708252118816 139708123011046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8499] ppid=8493 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8496/task/8499/stat : 8499 (java) S 8493 8496 8058 0 -1 4202560 184 0 0 0 15 8 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708241189928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8500] ppid=8493 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8496/task/8500/stat : 8500 (java) S 8493 8496 8058 0 -1 4202560 102 0 0 0 7 4 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708094692264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8496/tid=8501] ppid=8493 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/8496/task/8501/stat : 8501 (java) S 8493 8496 8058 0 -1 4202560 88 0 0 0 8 4 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708093639464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8502] ppid=8493 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/8496/task/8502/stat : 8502 (java) S 8493 8496 8058 0 -1 4202560 204 0 0 0 19 11 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708092586664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8503] ppid=8493 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8496/task/8503/stat : 8503 (java) S 8493 8496 8058 0 -1 4202560 153 0 0 0 11 6 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708091533864 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8504] ppid=8493 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8496/task/8504/stat : 8504 (java) S 8493 8496 8058 0 -1 4202560 136 0 0 0 15 7 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708090481064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8505] ppid=8493 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8496/task/8505/stat : 8505 (java) S 8493 8496 8058 0 -1 4202560 88 0 0 0 7 4 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708089428264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8506] ppid=8493 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8496/task/8506/stat : 8506 (java) S 8493 8496 8058 0 -1 4202560 150 0 0 0 13 7 0 0 20 0 19 0 31383206 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708088375464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8507] ppid=8493 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8496/task/8507/stat : 8507 (java) S 8493 8496 8058 0 -1 4202560 1078 0 0 0 1 2 0 0 20 0 19 0 31383208 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708076178408 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8496/tid=8508] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8508/stat : 8508 (java) S 8493 8496 8058 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708075124472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8509] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8509/stat : 8509 (java) S 8493 8496 8058 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31383208 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708074071560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8510] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8510/stat : 8510 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708073020048 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8511] ppid=8493 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/8496/task/8511/stat : 8511 (java) S 8493 8496 8058 0 -1 4202560 3719 0 0 0 54 2 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708071967160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8512] ppid=8493 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/8496/task/8512/stat : 8512 (java) S 8493 8496 8058 0 -1 4202560 10310 0 0 0 94 3 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708070914360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8513] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8513/stat : 8513 (java) S 8493 8496 8058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708069861752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8496/tid=8514] ppid=8493 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8496/task/8514/stat : 8514 (java) S 8493 8496 8058 0 -1 4202560 103 0 0 0 36 34 0 0 20 0 19 0 31383210 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708068809160 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8496/tid=8515] ppid=8493 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8496/task/8515/stat : 8515 (java) S 8493 8496 8058 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31383416 9856040960 357712 33554432000 1073741824 1073778376 140733757803184 139708067755688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 8496 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 8496 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=640173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=511770
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.26
CPU time (s): 1800.07
CPU user time (s): 1799.11
CPU system time (s): 0.96
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9626600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.51177
maximum resident set size= 1430964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20474
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38278
involuntary context switches= 3808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5824 second user time and 13.344 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 01:42:26
IDJOB=4108985
IDBENCH=89783
IDSOLVER=2546
FILE ID=node117/4108985-1466293345
RUNJOBID= node117-1466291542-8235
PBS_JOBID= 19918277
Free space on /tmp= 71484 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-60.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108985-1466293345/watcher-4108985-1466293345 -o /tmp/evaluation-result-4108985-1466293345/solver-4108985-1466293345 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466291542-8235 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108985-1466293345.opb

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

MD5SUM BENCH= 3a065af206abae16cc2624cb89dfd6ff
RANDOM SEED=1169390155

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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:        29358112 kB
Buffers:          159760 kB
Cached:           840428 kB
SwapCached:            0 kB
Active:           168192 kB
Inactive:         846868 kB
Active(anon):       7224 kB
Inactive(anon):    10636 kB
Active(file):     160968 kB
Inactive(file):   836232 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            264400 kB
Writeback:             0 kB
AnonPages:       1735104 kB
Mapped:            12788 kB
Shmem:               204 kB
Slab:             644604 kB
SReclaimable:      84316 kB
SUnreclaim:       560288 kB
KernelStack:        1392 kB
PageTables:         7652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1820776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node117 at 2016-06-19 02:12:23