Trace number 4085707

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)122 1800.09 1795.94

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-538867.opb
MD5SUM3b75c8039d6468258a1aa0343ce1fddb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark122
Best CPU time to get the best result obtained on this benchmark22.4636
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints1170
Number of constraints which are clauses1143
Number of constraints which are cardinality constraints (but not clauses)27
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 666
Biggest coefficient in the objective function 80
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 18684
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 18684
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4085707-1465278268.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.28/0.23	c ... done. Wall clock time 0.121s.
0.28/0.23	c declared #vars     792
0.28/0.23	c #constraints  1188
0.28/0.23	c constraints type 
0.28/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1161
0.28/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 27
0.28/0.23	c 1188 constraints processed.
0.28/0.23	c objective function length is 666 literals
0.28/0.27	c SATISFIABLE
0.28/0.27	c OPTIMIZING...
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.161
0.28/0.27	o 222
0.48/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.48/0.35	o 217
0.48/0.37	c Got one! Elapsed wall clock time (in seconds):0.256
0.48/0.37	o 212
0.48/0.38	c Got one! Elapsed wall clock time (in seconds):0.273
0.48/0.38	o 207
0.77/0.41	c Got one! Elapsed wall clock time (in seconds):0.297
0.77/0.41	o 202
0.77/0.43	c Got one! Elapsed wall clock time (in seconds):0.323
0.77/0.43	o 197
0.77/0.49	c Got one! Elapsed wall clock time (in seconds):0.378
0.77/0.49	o 192
1.08/0.51	c Got one! Elapsed wall clock time (in seconds):0.397
1.08/0.51	o 182
1.49/0.72	c Got one! Elapsed wall clock time (in seconds):0.604
1.49/0.72	o 172
1.71/0.96	c cleaning 3353 clauses out of 6706 with flag 9551/6706
2.28/1.40	c cleaning 4676 clauses out of 9354 with flag 30876/12707
2.78/1.92	c cleaning 5839 clauses out of 11677 with flag 55551/19706
3.38/2.55	c cleaning 6917 clauses out of 13839 with flag 83765/27707
4.10/3.28	c cleaning 7958 clauses out of 15923 with flag 115074/36708
4.31/3.49	c Got one! Elapsed wall clock time (in seconds):3.382
4.31/3.49	o 167
4.50/3.63	c cleaning 6532 clauses out of 13082 with flag 7366/41825
4.90/4.08	c cleaning 6267 clauses out of 12549 with flag 31689/47824
5.41/4.58	c cleaning 6637 clauses out of 13282 with flag 58441/54824
6.00/5.14	c cleaning 7314 clauses out of 14645 with flag 85387/62824
6.60/5.76	c cleaning 8163 clauses out of 16331 with flag 120693/71824
7.30/6.45	c cleaning 9080 clauses out of 18168 with flag 160544/81824
8.10/7.28	c cleaning 10041 clauses out of 20091 with flag 203586/92827
9.00/8.14	c cleaning 11016 clauses out of 22047 with flag 254968/104824
9.90/9.00	c cleaning 12015 clauses out of 24032 with flag 310104/117825
10.92/10.04	c cleaning 13002 clauses out of 26017 with flag 364641/131825
12.11/11.25	c cleaning 14008 clauses out of 28015 with flag 423044/146825
13.31/12.41	c cleaning 14997 clauses out of 30007 with flag 484665/162825
14.61/13.80	c cleaning 16003 clauses out of 32009 with flag 555745/179824
16.11/15.24	c cleaning 16998 clauses out of 34006 with flag 625545/197824
17.71/16.85	c cleaning 18002 clauses out of 36008 with flag 696797/216824
19.51/18.62	c cleaning 18998 clauses out of 38007 with flag 764540/236825
21.41/20.51	c cleaning 19996 clauses out of 40008 with flag 836736/257824
23.30/22.41	c cleaning 21004 clauses out of 42012 with flag 921005/279824
25.21/24.32	c cleaning 21999 clauses out of 44008 with flag 1014626/302824
27.50/26.62	c cleaning 22990 clauses out of 46010 with flag 1119825/326825
29.10/28.28	c Got one! Elapsed wall clock time (in seconds):28.167
29.10/28.28	o 157
29.70/28.83	c cleaning 24502 clauses out of 49022 with flag 21180/352827
30.20/29.38	c cleaning 15252 clauses out of 30521 with flag 44372/358828
30.80/29.95	c cleaning 11127 clauses out of 22270 with flag 77774/365829
31.40/30.59	c cleaning 9566 clauses out of 19141 with flag 111294/373827
32.20/31.36	c cleaning 9279 clauses out of 18577 with flag 144647/382829
33.00/32.17	c cleaning 9640 clauses out of 19296 with flag 190666/392827
33.90/33.04	c cleaning 10322 clauses out of 20656 with flag 243161/403827
34.91/34.05	c cleaning 11166 clauses out of 22334 with flag 296312/415827
35.91/35.09	c cleaning 12080 clauses out of 24170 with flag 351263/428829
37.01/36.17	c cleaning 13037 clauses out of 26089 with flag 411620/442828
38.32/37.50	c cleaning 14019 clauses out of 28051 with flag 474424/457827
39.71/38.87	c cleaning 15009 clauses out of 30033 with flag 546448/473828
41.31/40.42	c cleaning 16012 clauses out of 32024 with flag 619312/490828
43.01/42.12	c cleaning 17002 clauses out of 34012 with flag 693473/508828
44.81/43.90	c cleaning 18000 clauses out of 36009 with flag 778421/527827
46.61/45.77	c cleaning 18999 clauses out of 38009 with flag 860892/547827
48.61/47.72	c cleaning 20005 clauses out of 40010 with flag 953154/568827
50.71/49.84	c cleaning 20995 clauses out of 42006 with flag 1041579/590828
53.00/52.13	c cleaning 21995 clauses out of 44010 with flag 1141191/613827
55.40/54.59	c cleaning 23002 clauses out of 46016 with flag 1237418/637828
58.00/57.17	c cleaning 23995 clauses out of 48014 with flag 1348695/662828
60.70/59.81	c cleaning 25004 clauses out of 50018 with flag 1456874/688827
63.40/62.54	c cleaning 26003 clauses out of 52014 with flag 1570680/715827
66.20/65.33	c cleaning 27000 clauses out of 54012 with flag 1687715/743828
67.80/66.94	c Got one! Elapsed wall clock time (in seconds):66.827
67.80/66.94	o 147
68.31/67.47	c cleaning 24731 clauses out of 49484 with flag 21276/766300
68.90/68.05	c cleaning 15376 clauses out of 30759 with flag 44736/772306
69.52/68.63	c cleaning 11184 clauses out of 22377 with flag 70356/779300
70.23/69.32	c cleaning 9595 clauses out of 19194 with flag 101227/787301
71.02/70.12	c cleaning 9292 clauses out of 18598 with flag 138009/796300
71.92/71.03	c cleaning 9644 clauses out of 19307 with flag 173276/806301
72.92/72.08	c cleaning 10322 clauses out of 20662 with flag 212934/817300
74.02/73.12	c cleaning 11166 clauses out of 22340 with flag 251886/829300
75.22/74.31	c cleaning 12084 clauses out of 24176 with flag 297508/842302
76.52/75.62	c cleaning 13034 clauses out of 26090 with flag 349670/856300
77.92/77.08	c cleaning 14025 clauses out of 28058 with flag 405219/871302
79.52/78.60	c cleaning 15010 clauses out of 30033 with flag 462765/887302
81.13/80.27	c cleaning 16006 clauses out of 32021 with flag 532809/904300
82.93/82.03	c cleaning 16997 clauses out of 34015 with flag 600078/922300
84.73/83.82	c cleaning 17988 clauses out of 36018 with flag 670551/941300
86.74/85.84	c cleaning 19006 clauses out of 38030 with flag 744404/961300
88.94/88.01	c cleaning 20006 clauses out of 40026 with flag 820997/982302
91.14/90.25	c cleaning 21007 clauses out of 42020 with flag 895087/1004302
93.63/92.74	c cleaning 21999 clauses out of 44011 with flag 979954/1027300
96.23/95.37	c cleaning 23003 clauses out of 46012 with flag 1061417/1051300
99.23/98.31	c cleaning 24002 clauses out of 48009 with flag 1148290/1076300
101.73/100.86	c cleaning 24992 clauses out of 50008 with flag 1247048/1102301
104.63/103.70	c cleaning 25999 clauses out of 52015 with flag 1350682/1129300
107.43/106.51	c cleaning 27003 clauses out of 54016 with flag 1461619/1157300
110.23/109.34	c cleaning 27997 clauses out of 56016 with flag 1579700/1186303
113.23/112.32	c cleaning 28999 clauses out of 58016 with flag 1700939/1216300
116.33/115.47	c cleaning 30000 clauses out of 60020 with flag 1818020/1247303
119.73/118.81	c cleaning 30996 clauses out of 62017 with flag 1935042/1279300
123.13/122.29	c cleaning 32006 clauses out of 64021 with flag 2066616/1312300
127.12/126.28	c cleaning 33000 clauses out of 66015 with flag 2195550/1346300
131.54/130.64	c cleaning 33997 clauses out of 68015 with flag 2318397/1381300
136.04/135.14	c cleaning 35007 clauses out of 70018 with flag 2465119/1417300
140.94/140.04	c cleaning 35999 clauses out of 72011 with flag 2613146/1454300
145.64/144.72	c cleaning 37004 clauses out of 74012 with flag 2766142/1492300
150.43/149.52	c cleaning 37994 clauses out of 76008 with flag 2914290/1531300
155.23/154.37	c cleaning 39003 clauses out of 78014 with flag 3061976/1571300
160.03/159.17	c cleaning 39997 clauses out of 80012 with flag 3218628/1612301
165.53/164.63	c cleaning 41005 clauses out of 82015 with flag 3355235/1654301
168.33/167.49	c Got one! Elapsed wall clock time (in seconds):167.383
168.33/167.49	o 142
169.05/168.12	c cleaning 35406 clauses out of 70825 with flag 20672/1684116
169.55/168.70	c cleaning 20701 clauses out of 41417 with flag 43595/1690114
170.25/169.35	c cleaning 13844 clauses out of 27716 with flag 69448/1697114
170.95/170.09	c cleaning 10926 clauses out of 21876 with flag 100178/1705118
171.75/170.89	c cleaning 9959 clauses out of 19948 with flag 138643/1714116
172.66/171.77	c cleaning 9982 clauses out of 19987 with flag 174251/1724114
173.66/172.80	c cleaning 10497 clauses out of 21006 with flag 214724/1735115
174.76/173.85	c cleaning 11249 clauses out of 22508 with flag 261507/1747114
175.96/175.03	c cleaning 12122 clauses out of 24259 with flag 306191/1760114
177.15/176.29	c cleaning 13065 clauses out of 26137 with flag 360301/1774114
178.55/177.65	c cleaning 14034 clauses out of 28074 with flag 420620/1789116
179.95/179.09	c cleaning 15009 clauses out of 30038 with flag 483230/1805114
181.76/180.84	c cleaning 16014 clauses out of 32030 with flag 547480/1822115
183.57/182.69	c cleaning 17002 clauses out of 34016 with flag 616319/1840115
185.46/184.56	c cleaning 18002 clauses out of 36014 with flag 690031/1859115
187.66/186.70	c cleaning 18994 clauses out of 38012 with flag 766119/1879115
189.86/188.97	c cleaning 20009 clauses out of 40019 with flag 844224/1900116
192.06/191.19	c cleaning 20996 clauses out of 42008 with flag 923258/1922114
194.36/193.50	c cleaning 21997 clauses out of 44012 with flag 1015722/1945114
196.86/195.99	c cleaning 22996 clauses out of 46015 with flag 1106950/1969114
199.46/198.54	c cleaning 23998 clauses out of 48020 with flag 1206832/1994115
202.26/201.40	c cleaning 25007 clauses out of 50022 with flag 1304876/2020115
205.15/204.20	c cleaning 26005 clauses out of 52014 with flag 1402575/2047114
208.25/207.36	c cleaning 27002 clauses out of 54010 with flag 1494994/2075115
211.75/210.81	c cleaning 28002 clauses out of 56010 with flag 1592953/2104117
215.05/214.20	c cleaning 28991 clauses out of 58005 with flag 1709778/2134114
218.65/217.77	c cleaning 29995 clauses out of 60016 with flag 1831584/2165116
222.35/221.49	c cleaning 31006 clauses out of 62019 with flag 1949572/2197114
226.05/225.19	c cleaning 31996 clauses out of 64013 with flag 2074355/2230114
230.35/229.46	c cleaning 33003 clauses out of 66017 with flag 2186127/2264114
234.27/233.36	c cleaning 34005 clauses out of 68016 with flag 2312640/2299116
238.36/237.48	c cleaning 35003 clauses out of 70011 with flag 2445186/2335116
242.56/241.68	c cleaning 35986 clauses out of 72007 with flag 2590754/2372115
246.96/246.07	c cleaning 37002 clauses out of 74022 with flag 2729310/2410116
251.46/250.56	c cleaning 38002 clauses out of 76018 with flag 2879964/2449114
256.16/255.21	c cleaning 38994 clauses out of 78016 with flag 3028952/2489114
260.96/260.07	c cleaning 40000 clauses out of 80022 with flag 3176328/2530114
265.66/264.79	c cleaning 41006 clauses out of 82025 with flag 3343843/2572117
270.75/269.86	c cleaning 42001 clauses out of 84017 with flag 3510867/2615115
273.25/272.32	c Got one! Elapsed wall clock time (in seconds):272.209
273.25/272.32	o 137
273.99/273.03	c cleaning 34388 clauses out of 68789 with flag 18124/2641888
274.59/273.67	c cleaning 20194 clauses out of 40401 with flag 42968/2647888
275.29/274.39	c cleaning 13599 clauses out of 27212 with flag 69718/2654893
276.10/275.18	c cleaning 10789 clauses out of 21608 with flag 99120/2662888
276.99/276.04	c cleaning 9895 clauses out of 19820 with flag 136394/2671889
277.89/276.98	c cleaning 9951 clauses out of 19924 with flag 174547/2681888
278.99/278.01	c cleaning 10479 clauses out of 20973 with flag 217831/2692888
280.11/279.14	c cleaning 11241 clauses out of 22494 with flag 260052/2704888
280.42/279.46	c Got one! Elapsed wall clock time (in seconds):279.347
280.42/279.46	o 127
280.63/279.65	c cleaning 8461 clauses out of 16953 with flag 7952/2710588
281.13/280.19	c cleaning 7229 clauses out of 14495 with flag 32756/2716591
281.83/280.82	c cleaning 7129 clauses out of 14265 with flag 57648/2723590
282.53/281.58	c cleaning 7561 clauses out of 15134 with flag 86808/2731588
283.43/282.42	c cleaning 8280 clauses out of 16573 with flag 116835/2740588
284.33/283.32	c cleaning 9145 clauses out of 18294 with flag 153999/2750589
285.33/284.34	c cleaning 10068 clauses out of 20148 with flag 194177/2761588
286.43/285.44	c cleaning 11037 clauses out of 22081 with flag 238181/2773589
287.63/286.65	c cleaning 12020 clauses out of 24045 with flag 287173/2786590
289.03/288.03	c cleaning 13001 clauses out of 26024 with flag 339434/2800589
290.43/289.42	c cleaning 14009 clauses out of 28022 with flag 394425/2815588
291.93/290.93	c cleaning 15008 clauses out of 30015 with flag 449496/2831590
293.63/292.61	c cleaning 15999 clauses out of 32005 with flag 515106/2848588
295.33/294.33	c cleaning 17002 clauses out of 34006 with flag 581440/2866588
297.23/296.27	c cleaning 18003 clauses out of 36005 with flag 647430/2885589
299.43/298.49	c cleaning 18998 clauses out of 38004 with flag 716795/2905591
301.63/300.64	c cleaning 19998 clauses out of 40006 with flag 804719/2926591
303.83/302.82	c cleaning 20993 clauses out of 42005 with flag 890172/2948588
306.13/305.11	c cleaning 21997 clauses out of 44014 with flag 982515/2971590
308.53/307.53	c cleaning 23001 clauses out of 46015 with flag 1071013/2995588
311.12/310.10	c cleaning 23992 clauses out of 48015 with flag 1164571/3020589
313.72/312.70	c cleaning 25000 clauses out of 50022 with flag 1260634/3046588
316.62/315.65	c cleaning 26011 clauses out of 52023 with flag 1368748/3073589
319.82/318.86	c cleaning 26997 clauses out of 54012 with flag 1468724/3101589
323.04/322.02	c cleaning 28005 clauses out of 56016 with flag 1577539/3130590
326.34/325.39	c cleaning 29000 clauses out of 58011 with flag 1693498/3160590
330.05/329.06	c cleaning 30002 clauses out of 60010 with flag 1800821/3191589
333.84/332.81	c cleaning 30995 clauses out of 62009 with flag 1902385/3223590
337.54/336.53	c cleaning 32002 clauses out of 64013 with flag 2020107/3256589
341.44/340.49	c cleaning 33006 clauses out of 66012 with flag 2137402/3290590
345.64/344.64	c cleaning 34000 clauses out of 68005 with flag 2262206/3325589
349.64/348.64	c cleaning 34999 clauses out of 70006 with flag 2393240/3361590
354.04/353.03	c cleaning 35991 clauses out of 72005 with flag 2533687/3398588
358.84/357.80	c cleaning 36994 clauses out of 74014 with flag 2673668/3436588
363.64/362.65	c cleaning 38006 clauses out of 76020 with flag 2819241/3475588
368.55/367.57	c cleaning 38997 clauses out of 78016 with flag 2962933/3515590
373.54/372.53	c cleaning 40003 clauses out of 80017 with flag 3117530/3556588
378.39/377.36	c cleaning 41007 clauses out of 82014 with flag 3279002/3598588
383.68/382.66	c cleaning 42004 clauses out of 84008 with flag 3437335/3641589
389.39/388.31	c cleaning 43002 clauses out of 86003 with flag 3601142/3685588
394.68/393.70	c cleaning 43995 clauses out of 88001 with flag 3779417/3730588
400.39/399.34	c cleaning 44998 clauses out of 90006 with flag 3951947/3776588
406.08/405.01	c cleaning 45996 clauses out of 92011 with flag 4138066/3823591
411.88/410.84	c cleaning 47002 clauses out of 94014 with flag 4339212/3871590
417.88/416.90	c cleaning 47992 clauses out of 96010 with flag 4541362/3920588
424.06/422.94	c cleaning 49010 clauses out of 98019 with flag 4736473/3970589
430.17/429.08	c cleaning 49996 clauses out of 100011 with flag 4939714/4021591
436.66/435.51	c cleaning 50994 clauses out of 102016 with flag 5136083/4073592
443.16/442.02	c cleaning 51999 clauses out of 104018 with flag 5347294/4126588
449.76/448.65	c cleaning 53004 clauses out of 106019 with flag 5556829/4180588
457.06/455.92	c cleaning 54002 clauses out of 108015 with flag 5765881/4235588
464.16/463.10	c cleaning 55001 clauses out of 110015 with flag 5973534/4291590
472.19/470.92	c cleaning 55998 clauses out of 112012 with flag 6184927/4348588
479.68/478.48	c cleaning 57008 clauses out of 114016 with flag 6408517/4406590
487.38/486.16	c cleaning 57998 clauses out of 116007 with flag 6643754/4465589
495.78/494.52	c cleaning 58995 clauses out of 118008 with flag 6879818/4525588
503.57/502.37	c cleaning 60000 clauses out of 120013 with flag 7115106/4586588
512.18/510.92	c cleaning 60995 clauses out of 122013 with flag 7361731/4648588
520.69/519.32	c cleaning 62005 clauses out of 124020 with flag 7609776/4711590
529.38/528.02	c cleaning 62992 clauses out of 126013 with flag 7869043/4775588
538.58/537.25	c cleaning 63995 clauses out of 128021 with flag 8139113/4840588
547.48/546.17	c cleaning 65013 clauses out of 130029 with flag 8394332/4906591
557.38/556.08	c cleaning 66003 clauses out of 132014 with flag 8644666/4973589
567.26/565.82	c cleaning 66995 clauses out of 134010 with flag 8904739/5041588
576.87/575.49	c cleaning 68005 clauses out of 136015 with flag 9164195/5110588
586.67/585.23	c cleaning 68990 clauses out of 138011 with flag 9429086/5180589
596.67/595.27	c cleaning 70004 clauses out of 140020 with flag 9697979/5251588
606.96/605.55	c cleaning 70991 clauses out of 142020 with flag 9994526/5323592
617.95/616.41	c cleaning 72006 clauses out of 144025 with flag 10281108/5396588
628.85/627.32	c cleaning 73000 clauses out of 146020 with flag 10572308/5470589
639.67/638.14	c cleaning 74007 clauses out of 148020 with flag 10871927/5545589
650.46/648.94	c cleaning 75002 clauses out of 150013 with flag 11181574/5621589
661.86/660.36	c cleaning 75997 clauses out of 152010 with flag 11498138/5698588
673.84/672.27	c cleaning 76997 clauses out of 154013 with flag 11818887/5776588
685.94/684.32	c cleaning 78000 clauses out of 156017 with flag 12170147/5855589
698.23/696.68	c cleaning 79001 clauses out of 158016 with flag 12498565/5935588
710.73/709.15	c cleaning 80001 clauses out of 160015 with flag 12809167/6016588
723.62/722.00	c cleaning 80992 clauses out of 162014 with flag 13149362/6098588
737.12/735.48	c cleaning 82006 clauses out of 164022 with flag 13493193/6181588
750.71/749.05	c cleaning 83006 clauses out of 166019 with flag 13805914/6265591
764.00/762.30	c cleaning 83999 clauses out of 168010 with flag 14140233/6350588
777.41/775.67	c cleaning 84995 clauses out of 170013 with flag 14488433/6436590
792.22/790.41	c cleaning 86001 clauses out of 172017 with flag 14803475/6523589
806.42/804.60	c cleaning 87002 clauses out of 174016 with flag 15156146/6611589
820.62/818.76	c cleaning 87999 clauses out of 176014 with flag 15505067/6700589
835.02/833.18	c cleaning 89002 clauses out of 178014 with flag 15853812/6790588
849.22/847.35	c cleaning 89997 clauses out of 180013 with flag 16203566/6881589
864.57/862.69	c cleaning 90996 clauses out of 182015 with flag 16587853/6973588
879.67/877.73	c cleaning 92000 clauses out of 184019 with flag 16972538/7066588
895.37/893.49	c cleaning 93004 clauses out of 186020 with flag 17363613/7160589
911.55/909.58	c cleaning 94000 clauses out of 188016 with flag 17776142/7255589
926.85/924.85	c cleaning 95004 clauses out of 190015 with flag 18161064/7351588
944.26/942.28	c cleaning 95996 clauses out of 192011 with flag 18550578/7448588
962.45/960.32	c cleaning 96998 clauses out of 194015 with flag 18943930/7546588
979.94/977.82	c cleaning 98009 clauses out of 196019 with flag 19346568/7645590
997.94/995.81	c cleaning 98993 clauses out of 198009 with flag 19734537/7745589
1016.16/1013.95	c cleaning 100006 clauses out of 200021 with flag 20117371/7846594
1034.66/1032.49	c cleaning 101001 clauses out of 202010 with flag 20509958/7948589
1054.46/1052.24	c cleaning 101997 clauses out of 204008 with flag 20975919/8051588
1073.45/1071.18	c cleaning 102999 clauses out of 206012 with flag 21414273/8155589
1093.34/1091.02	c cleaning 104005 clauses out of 208012 with flag 21888907/8260588
1113.02/1110.68	c cleaning 104992 clauses out of 210007 with flag 22291420/8366588
1134.02/1131.66	c cleaning 106006 clauses out of 212017 with flag 22730850/8473590
1154.51/1152.14	c cleaning 107002 clauses out of 214010 with flag 23164822/8581589
1175.38/1172.91	c cleaning 107996 clauses out of 216007 with flag 23638210/8690588
1196.49/1194.01	c cleaning 109001 clauses out of 218011 with flag 24074222/8800588
1218.29/1215.73	c cleaning 109997 clauses out of 220010 with flag 24532525/8911588
1238.89/1236.37	c cleaning 111005 clauses out of 222014 with flag 24963463/9023589
1261.98/1259.44	c cleaning 111993 clauses out of 224008 with flag 25394099/9136588
1284.95/1282.34	c cleaning 113004 clauses out of 226017 with flag 25829801/9250590
1308.15/1305.55	c cleaning 113997 clauses out of 228011 with flag 26272298/9365588
1332.53/1329.89	c cleaning 114993 clauses out of 230014 with flag 26735624/9481588
1357.24/1354.58	c cleaning 116009 clauses out of 232022 with flag 27277598/9598589
1381.13/1378.38	c cleaning 117003 clauses out of 234012 with flag 27773821/9716588
1404.72/1401.98	c cleaning 118000 clauses out of 236009 with flag 28219413/9835588
1428.69/1425.86	c cleaning 119002 clauses out of 238011 with flag 28691570/9955590
1452.99/1450.18	c cleaning 119999 clauses out of 240007 with flag 29256387/10076588
1480.03/1476.48	c cleaning 120992 clauses out of 242010 with flag 29757885/10198590
1506.43/1502.85	c cleaning 121996 clauses out of 244016 with flag 30251537/10321588
1532.43/1528.77	c cleaning 123003 clauses out of 246021 with flag 30747293/10445589
1559.05/1555.33	c cleaning 123989 clauses out of 248017 with flag 31234536/10570588
1585.84/1582.07	c cleaning 125009 clauses out of 250029 with flag 31759857/10696589
1610.14/1606.31	c cleaning 126004 clauses out of 252021 with flag 32237707/10823590
1637.41/1633.53	c cleaning 127000 clauses out of 254015 with flag 32741516/10951588
1642.70/1638.83	c Got one! Elapsed wall clock time (in seconds):1638.718
1642.70/1638.83	o 122
1643.85/1639.93	c cleaning 81619 clauses out of 163256 with flag 18530/10987829
1644.65/1640.76	c cleaning 43809 clauses out of 87637 with flag 43679/10993829
1645.55/1641.61	c cleaning 25409 clauses out of 50830 with flag 71796/11000831
1646.36/1642.48	c cleaning 16699 clauses out of 33419 with flag 99696/11008829
1647.36/1643.44	c cleaning 12849 clauses out of 25720 with flag 128228/11017829
1648.35/1644.42	c cleaning 11416 clauses out of 22871 with flag 154988/11027829
1649.35/1645.47	c cleaning 11224 clauses out of 22456 with flag 184155/11038830
1650.55/1646.62	c cleaning 11607 clauses out of 23232 with flag 218715/11050830
1651.86/1647.91	c cleaning 12306 clauses out of 24624 with flag 256686/11063829
1653.25/1649.37	c cleaning 13153 clauses out of 26319 with flag 294583/11077830
1654.75/1650.86	c cleaning 14076 clauses out of 28166 with flag 336241/11092830
1656.35/1652.48	c cleaning 15043 clauses out of 30090 with flag 380761/11108830
1658.32/1654.31	c cleaning 16013 clauses out of 32046 with flag 427207/11125829
1660.12/1656.13	c cleaning 17013 clauses out of 34033 with flag 477663/11143829
1662.22/1658.20	c cleaning 18009 clauses out of 36025 with flag 533729/11162834
1664.32/1660.34	c cleaning 18997 clauses out of 38012 with flag 594697/11182830
1666.52/1662.56	c cleaning 20000 clauses out of 40014 with flag 655658/11203829
1668.92/1664.96	c cleaning 20996 clauses out of 42014 with flag 724780/11225829
1671.42/1667.43	c cleaning 22006 clauses out of 44018 with flag 793529/11248829
1674.02/1670.03	c cleaning 22999 clauses out of 46013 with flag 866740/11272830
1676.82/1672.83	c cleaning 24000 clauses out of 48014 with flag 943461/11297830
1679.82/1675.83	c cleaning 25000 clauses out of 50014 with flag 1024799/11323830
1682.82/1678.83	c cleaning 25990 clauses out of 52015 with flag 1108005/11350831
1685.95/1681.97	c cleaning 27001 clauses out of 54024 with flag 1185968/11378830
1689.25/1685.21	c cleaning 28003 clauses out of 56023 with flag 1268664/11407830
1692.55/1688.50	c cleaning 29009 clauses out of 58019 with flag 1359938/11437829
1696.04/1692.06	c cleaning 29995 clauses out of 60010 with flag 1450700/11468829
1699.74/1695.76	c cleaning 31005 clauses out of 62016 with flag 1543294/11500830
1703.56/1699.56	c cleaning 31996 clauses out of 64010 with flag 1635496/11533829
1707.68/1703.67	c cleaning 33000 clauses out of 66015 with flag 1738844/11567830
1712.01/1707.95	c cleaning 33997 clauses out of 68015 with flag 1844757/11602830
1716.21/1712.15	c cleaning 34994 clauses out of 70018 with flag 1964155/11638830
1720.61/1716.53	c cleaning 36008 clauses out of 72023 with flag 2082261/11675829
1725.31/1721.26	c cleaning 36995 clauses out of 74016 with flag 2193658/11713830
1730.01/1725.94	c cleaning 38005 clauses out of 76020 with flag 2313386/11752829
1734.71/1730.69	c cleaning 39000 clauses out of 78016 with flag 2437836/11792830
1739.82/1735.78	c cleaning 39997 clauses out of 80015 with flag 2566381/11833829
1745.22/1741.10	c cleaning 41002 clauses out of 82019 with flag 2698674/11875830
1750.62/1746.52	c cleaning 41999 clauses out of 84018 with flag 2836073/11918831
1756.22/1752.13	c cleaning 42992 clauses out of 86018 with flag 2971882/11962830
1762.03/1758.00	c cleaning 44010 clauses out of 88029 with flag 3116068/12007833
1767.74/1763.68	c cleaning 45004 clauses out of 90015 with flag 3260409/12053829
1774.06/1769.97	c cleaning 45997 clauses out of 92012 with flag 3435724/12100830
1780.45/1776.32	c cleaning 46997 clauses out of 94015 with flag 3621049/12148830
1787.05/1782.97	c cleaning 48002 clauses out of 96019 with flag 3789772/12197831
1794.00/1789.82	c cleaning 49001 clauses out of 98017 with flag 3959751/12247831
1800.09/1795.90	c starts		: 20828
1800.09/1795.90	c conflicts		: 12296169
1800.09/1795.90	c decisions		: 27939255
1800.09/1795.90	c propagations		: 1646859687
1800.09/1795.90	c inspects		: 23769763872
1800.09/1795.90	c shortcuts		: 0
1800.09/1795.90	c learnt literals	: 0
1800.09/1795.90	c learnt binary clauses	: 4
1800.09/1795.90	c learnt ternary clauses	: 68
1800.09/1795.90	c learnt constraints	: 12296169
1800.09/1795.90	c ignored constraints	: 0
1800.09/1795.90	c root simplifications	: 0
1800.09/1795.90	c removed literals (reason simplification)	: 0
1800.09/1795.90	c reason swapping (by a shorter reason)	: 0
1800.09/1795.90	c Calls to reduceDB	: 304
1800.09/1795.90	c Number of update (reduction) of LBD	: 3213282
1800.09/1795.90	c Imported unit clauses	: 0
1800.09/1795.90	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.90	c number of learned constraints concerned by reduction	: 0
1800.09/1795.90	c number of learning phase by resolution	: 0
1800.09/1795.90	c number of learning phase by cutting planes	: 0
1800.09/1795.90	c speed (assignments/second)	: 917130.2942752161
1800.09/1795.90	c non guided choices	1908
1800.09/1795.92	c learnt constraints type 
1800.09/1795.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.09/1795.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97350
1800.09/1795.92	s SATISFIABLE
1800.09/1795.92	c Found 16 solution(s)
1800.09/1795.93	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 x667 x668 -x669 x670 x671 x672 x673 x674 -x675 x676 x677 -x678 x679 x680 x681 x682 x683 -x684 x685 x686 -x687 x688 x689 x690 x691 x692 -x693 x694 x695 -x696 x697 x698 x699 x700 x701 -x702 x703 x704 -x705 x706 x707 x708 x709 x710 -x711 x712 x713 -x714 x715 x716 x717 x718 x719 -x720 x721 x722 -x723 x724 x725 x726 x727 x728 -x729 x730 x731 -x732 x733 x734 x735 x736 x737 -x738 x739 x740 -x741 x742 x743 x744 x745 x746 -x747 x748 x749 -x750 x751 x752 x753 x754 x755 -x756 x757 x758 -x759 x760 x761 x762 x763 x764 -x765 x766 x767 -x768 x769 x770 x771 x772 x773 -x774 x775 x776 -x777 x778 x779 x780 x781 x782 -x783 x784 x785 -x786 x787 x788 x789 x790 x791 -x792 
1800.09/1795.93	c objective function=122
1800.09/1795.93	c Total wall clock time (in seconds): 1795.822

Verifier Data

OK	122

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-4085707-1465278268/watcher-4085707-1465278268 -o /tmp/evaluation-result-4085707-1465278268/solver-4085707-1465278268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085707-1465278268.opb 

pid=14047
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.02 2.06 2.02 3/192 14050
/proc/meminfo: memFree=31187196/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/14050/stat : 14050 (java) R 14047 14050 8435 0 -1 4202496 431 0 0 0 0 0 0 0 20 0 1 0 109761673 9379840 87 33554432000 1073741824 1073778376 140736168022064 140736168019192 235378071765 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2290 104 78 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.02 2.06 2.02 3/192 14050
/proc/meminfo: memFree=31187196/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 4380 0 1 0 8 1 0 0 20 0 18 0 109761673 9787879424 6021 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.02 2.06 2.02 3/192 14050
/proc/meminfo: memFree=31187196/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 4977 0 1 0 26 2 0 0 20 0 18 0 109761673 9787879424 6984 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2389619 6984 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.02 2.06 2.02 3/192 14050
/proc/meminfo: memFree=31187196/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 6604 0 1 0 46 2 0 0 20 0 19 0 109761673 9856040960 8795 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2406260 8795 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700147 s]
/proc/loadavg: 2.02 2.06 2.02 3/192 14050
/proc/meminfo: memFree=31187196/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 15733 0 1 0 146 3 0 0 20 0 19 0 109761673 9856040960 12730 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2406260 12730 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.02 2.06 2.02 3/211 14069
/proc/meminfo: memFree=31143068/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 15743 0 1 0 235 3 0 0 20 0 19 0 109761673 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2406260 13761 2262 9 0 2396937 0
[pid=14050/tid=14052] ppid=14047 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14050/task/14052/stat : 14052 (java) R 14047 14050 8435 0 -1 4202560 2425 0 1 0 145 1 0 0 20 0 19 0 109761673 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607889833664 140607717153907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14053] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14053/stat : 14053 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607851334440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14054] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14054/stat : 14054 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607850281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14055] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14055/stat : 14055 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607849229352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14056] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14056/stat : 14056 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607848176552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14057] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14057/stat : 14057 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607847123240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14058] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14058/stat : 14058 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607846070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14059] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14059/stat : 14059 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607845018152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14060] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14060/stat : 14060 (java) S 14047 14050 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607843965352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14061] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14061/stat : 14061 (java) S 14047 14050 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607713426152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14062] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14062/stat : 14062 (java) S 14047 14050 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607712372216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14063] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14063/stat : 14063 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607711319816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14064] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14064/stat : 14064 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761678 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607710268304 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14065] ppid=14047 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14050/task/14065/stat : 14065 (java) S 14047 14050 8435 0 -1 4202560 5556 0 0 0 45 1 0 0 20 0 19 0 109761678 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607709214904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14066] ppid=14047 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/14050/task/14066/stat : 14066 (java) S 14047 14050 8435 0 -1 4202560 6491 0 0 0 41 0 0 0 20 0 19 0 109761679 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607708162104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14067] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14067/stat : 14067 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607707110008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14068] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14068/stat : 14068 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607706057416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14069] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14069/stat : 14069 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761697 9856040960 13761 33554432000 1073741824 1073778376 140736168022064 140607705003432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.02 2.06 2.02 3/211 14069
/proc/meminfo: memFree=31138476/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 15747 0 1 0 397 3 0 0 20 0 19 0 109761673 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2406260 15297 2262 9 0 2396937 0
[pid=14050/tid=14052] ppid=14047 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/14050/task/14052/stat : 14052 (java) R 14047 14050 8435 0 -1 4202560 2429 0 1 0 304 1 0 0 20 0 19 0 109761673 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607889842440 140607717116392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14053] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14053/stat : 14053 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607851334440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14054] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14054/stat : 14054 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607850281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14055] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14055/stat : 14055 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607849229352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14056] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14056/stat : 14056 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607848176552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14057] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14057/stat : 14057 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607847123240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14058] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14058/stat : 14058 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607846070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14059] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14059/stat : 14059 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607845018152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14060] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14060/stat : 14060 (java) S 14047 14050 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607843965352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14061] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14061/stat : 14061 (java) S 14047 14050 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607713426152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14062] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14062/stat : 14062 (java) S 14047 14050 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607712372216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14063] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14063/stat : 14063 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607711319816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14064] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14064/stat : 14064 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761678 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607710268304 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14065] ppid=14047 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14050/task/14065/stat : 14065 (java) S 14047 14050 8435 0 -1 4202560 5556 0 0 0 46 1 0 0 20 0 19 0 109761678 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607709214904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14066] ppid=14047 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14050/task/14066/stat : 14066 (java) S 14047 14050 8435 0 -1 4202560 6491 0 0 0 43 0 0 0 20 0 19 0 109761679 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607708162104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14067] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14067/stat : 14067 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607707110008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14068] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14068/stat : 14068 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607706057416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14069] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14069/stat : 14069 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761697 9856040960 15297 33554432000 1073741824 1073778376 140736168022064 140607705003432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.02 2.05 2.02 3/211 14069
/proc/meminfo: memFree=31125964/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9625040 CPUtime=7.2 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 15756 0 1 0 717 3 0 0 20 0 19 0 109761673 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2406260 18350 2263 9 0 2396937 0
[pid=14050/tid=14052] ppid=14047 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/14050/task/14052/stat : 14052 (java) R 14047 14050 8435 0 -1 4202560 2437 0 1 0 623 1 0 0 20 0 19 0 109761673 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607889833648 140607717116513 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14053] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14053/stat : 14053 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607851334440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14054] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14054/stat : 14054 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607850281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14055] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14055/stat : 14055 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607849229352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14056] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14056/stat : 14056 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607848176552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14057] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14057/stat : 14057 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607847123240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14058] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14058/stat : 14058 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607846070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14059] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14059/stat : 14059 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607845018152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14060] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14060/stat : 14060 (java) S 14047 14050 8435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109761675 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607843965352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14061] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14061/stat : 14061 (java) S 14047 14050 8435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607713426152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14062] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14062/stat : 14062 (java) S 14047 14050 8435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607712372216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14063] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14063/stat : 14063 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607711319816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14064] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14064/stat : 14064 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761678 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607710268304 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14065] ppid=14047 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14050/task/14065/stat : 14065 (java) S 14047 14050 8435 0 -1 4202560 5556 0 0 0 46 1 0 0 20 0 19 0 109761678 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607709214904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14066] ppid=14047 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14050/task/14066/stat : 14066 (java) S 14047 14050 8435 0 -1 4202560 6491 0 0 0 43 0 0 0 20 0 19 0 109761679 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607708162104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14067] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14067/stat : 14067 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607707110008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14068] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14068/stat : 14068 (java) S 14047 14050 8435 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607706057416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14069] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14069/stat : 14069 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761697 9856040960 18350 33554432000 1073741824 1073778376 140736168022064 140607705003432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625040


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

[pid=14050/tid=14069] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14069/stat : 14069 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761697 9856040960 95016 33554432000 1073741824 1073778376 140736168022064 140607705003432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.41
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.08 1.31 1.65 2/186 14169
/proc/meminfo: memFree=31003464/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9625040 CPUtime=1786.45 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 23009 0 1 0 178587 58 0 0 20 0 19 0 109761673 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2406260 94887 2287 9 0 2396937 0
[pid=14050/tid=14052] ppid=14047 vsize=9625040 CPUtime=1776.51 cores=0,2,4,6
/proc/14050/task/14052/stat : 14052 (java) R 14047 14050 8435 0 -1 4202560 2531 0 1 0 177619 32 0 0 20 0 19 0 109761673 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607889833760 140607717116282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14053] ppid=14047 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14050/task/14053/stat : 14053 (java) S 14047 14050 8435 0 -1 4202560 408 0 0 0 42 5 0 0 20 0 19 0 109761675 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607851334440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14054] ppid=14047 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14050/task/14054/stat : 14054 (java) S 14047 14050 8435 0 -1 4202560 119 0 0 0 28 4 0 0 20 0 19 0 109761675 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607850281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14055] ppid=14047 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14050/task/14055/stat : 14055 (java) S 14047 14050 8435 0 -1 4202560 230 0 0 0 38 5 0 0 20 0 19 0 109761675 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607849229352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14056] ppid=14047 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14050/task/14056/stat : 14056 (java) S 14047 14050 8435 0 -1 4202560 84 0 0 0 32 3 0 0 20 0 19 0 109761675 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607848176552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14057] ppid=14047 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14050/task/14057/stat : 14057 (java) S 14047 14050 8435 0 -1 4202560 264 0 0 0 34 4 0 0 20 0 19 0 109761675 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607847123240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14058] ppid=14047 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/14050/task/14058/stat : 14058 (java) S 14047 14050 8435 0 -1 4202560 197 0 0 0 38 4 0 0 20 0 19 0 109761675 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607846070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14059] ppid=14047 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14050/task/14059/stat : 14059 (java) S 14047 14050 8435 0 -1 4202560 298 0 0 0 42 4 0 0 20 0 19 0 109761675 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607845018152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14060] ppid=14047 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14050/task/14060/stat : 14060 (java) S 14047 14050 8435 0 -1 4202560 79 0 0 0 38 5 0 0 20 0 19 0 109761675 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607843965352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14061] ppid=14047 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/14050/task/14061/stat : 14061 (java) S 14047 14050 8435 0 -1 4202560 126 0 0 0 8 2 0 0 20 0 19 0 109761676 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607713426152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14062] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14062/stat : 14062 (java) S 14047 14050 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607712372216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14063] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14063/stat : 14063 (java) S 14047 14050 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607711319816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14064] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14064/stat : 14064 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761678 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607710268304 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14065] ppid=14047 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/14050/task/14065/stat : 14065 (java) S 14047 14050 8435 0 -1 4202560 5571 0 0 0 59 2 0 0 20 0 19 0 109761678 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607709214904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14066] ppid=14047 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/14050/task/14066/stat : 14066 (java) S 14047 14050 8435 0 -1 4202560 11741 0 0 0 113 2 0 0 20 0 19 0 109761679 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607708162104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14067] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14067/stat : 14067 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607707110008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14068] ppid=14047 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14050/task/14068/stat : 14068 (java) S 14047 14050 8435 0 -1 4202560 104 0 0 0 20 18 0 0 20 0 19 0 109761679 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607706057416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14069] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14069/stat : 14069 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761697 9856040960 94887 33554432000 1073741824 1073778376 140736168022064 140607705003432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.06 1.29 1.64 2/186 14169
/proc/meminfo: memFree=31008308/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 23012 0 1 0 179951 58 0 0 20 0 19 0 109761673 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2406260 93716 2287 9 0 2396937 0
[pid=14050/tid=14052] ppid=14047 vsize=9625040 CPUtime=1790.06 cores=0,2,4,6
/proc/14050/task/14052/stat : 14052 (java) R 14047 14050 8435 0 -1 4202560 2532 0 1 0 178974 32 0 0 20 0 19 0 109761673 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607889833760 140607717116705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14053] ppid=14047 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/14050/task/14053/stat : 14053 (java) S 14047 14050 8435 0 -1 4202560 408 0 0 0 43 5 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607851334440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14054] ppid=14047 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14050/task/14054/stat : 14054 (java) S 14047 14050 8435 0 -1 4202560 119 0 0 0 28 4 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607850281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14055] ppid=14047 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14050/task/14055/stat : 14055 (java) S 14047 14050 8435 0 -1 4202560 230 0 0 0 40 5 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607849229352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14056] ppid=14047 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/14050/task/14056/stat : 14056 (java) S 14047 14050 8435 0 -1 4202560 84 0 0 0 33 3 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607848176552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14057] ppid=14047 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14050/task/14057/stat : 14057 (java) S 14047 14050 8435 0 -1 4202560 264 0 0 0 35 4 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607847123240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14058] ppid=14047 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/14050/task/14058/stat : 14058 (java) S 14047 14050 8435 0 -1 4202560 197 0 0 0 38 4 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607846070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14059] ppid=14047 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14050/task/14059/stat : 14059 (java) S 14047 14050 8435 0 -1 4202560 298 0 0 0 43 4 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607845018152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14060] ppid=14047 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14050/task/14060/stat : 14060 (java) S 14047 14050 8435 0 -1 4202560 79 0 0 0 38 5 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607843965352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14061] ppid=14047 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/14050/task/14061/stat : 14061 (java) S 14047 14050 8435 0 -1 4202560 128 0 0 0 8 2 0 0 20 0 19 0 109761676 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607713426152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14062] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14062/stat : 14062 (java) S 14047 14050 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607712372216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14063] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14063/stat : 14063 (java) S 14047 14050 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607711319816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14064] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14064/stat : 14064 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761678 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607710268304 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14065] ppid=14047 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/14050/task/14065/stat : 14065 (java) S 14047 14050 8435 0 -1 4202560 5571 0 0 0 59 2 0 0 20 0 19 0 109761678 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607709214904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14066] ppid=14047 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/14050/task/14066/stat : 14066 (java) S 14047 14050 8435 0 -1 4202560 11741 0 0 0 113 2 0 0 20 0 19 0 109761679 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607708162104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14067] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14067/stat : 14067 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607707110008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14068] ppid=14047 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14050/task/14068/stat : 14068 (java) S 14047 14050 8435 0 -1 4202560 104 0 0 0 20 18 0 0 20 0 19 0 109761679 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607706057416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14069] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14069/stat : 14069 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761697 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607705003432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 14050 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.9 s]
/proc/loadavg: 1.06 1.29 1.64 2/186 14169
/proc/meminfo: memFree=31008308/32872528 swapFree=13256/481332
[pid=14050] ppid=14047 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/14050/stat : 14050 (java) S 14047 14050 8435 0 -1 4202496 23012 0 1 0 179951 58 0 0 20 0 19 0 109761673 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140736168013200 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14050/statm: 2406260 93716 2287 9 0 2396937 0
[pid=14050/tid=14052] ppid=14047 vsize=9625040 CPUtime=1790.06 cores=0,2,4,6
/proc/14050/task/14052/stat : 14052 (java) R 14047 14050 8435 0 -1 4202560 2532 0 1 0 178974 32 0 0 20 0 19 0 109761673 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607889833760 140607717116705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14053] ppid=14047 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/14050/task/14053/stat : 14053 (java) S 14047 14050 8435 0 -1 4202560 408 0 0 0 43 5 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607851334440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14054] ppid=14047 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/14050/task/14054/stat : 14054 (java) S 14047 14050 8435 0 -1 4202560 119 0 0 0 28 4 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607850281640 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14055] ppid=14047 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14050/task/14055/stat : 14055 (java) S 14047 14050 8435 0 -1 4202560 230 0 0 0 40 5 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607849229352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14056] ppid=14047 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/14050/task/14056/stat : 14056 (java) S 14047 14050 8435 0 -1 4202560 84 0 0 0 33 3 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607848176552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14057] ppid=14047 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14050/task/14057/stat : 14057 (java) S 14047 14050 8435 0 -1 4202560 264 0 0 0 35 4 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607847123240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14058] ppid=14047 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/14050/task/14058/stat : 14058 (java) S 14047 14050 8435 0 -1 4202560 197 0 0 0 38 4 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607846070440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14059] ppid=14047 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14050/task/14059/stat : 14059 (java) S 14047 14050 8435 0 -1 4202560 298 0 0 0 43 4 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607845018152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14060] ppid=14047 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/14050/task/14060/stat : 14060 (java) S 14047 14050 8435 0 -1 4202560 79 0 0 0 38 5 0 0 20 0 19 0 109761675 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607843965352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14050/tid=14061] ppid=14047 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/14050/task/14061/stat : 14061 (java) S 14047 14050 8435 0 -1 4202560 128 0 0 0 8 2 0 0 20 0 19 0 109761676 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607713426152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14062] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14062/stat : 14062 (java) S 14047 14050 8435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607712372216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14050/tid=14063] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14063/stat : 14063 (java) S 14047 14050 8435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109761676 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607711319816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14064] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14064/stat : 14064 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761678 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607710268304 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14065] ppid=14047 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/14050/task/14065/stat : 14065 (java) S 14047 14050 8435 0 -1 4202560 5571 0 0 0 59 2 0 0 20 0 19 0 109761678 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607709214904 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14066] ppid=14047 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/14050/task/14066/stat : 14066 (java) S 14047 14050 8435 0 -1 4202560 11741 0 0 0 113 2 0 0 20 0 19 0 109761679 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607708162104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14067] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14067/stat : 14067 (java) S 14047 14050 8435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109761679 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607707110008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14050/tid=14068] ppid=14047 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14050/task/14068/stat : 14068 (java) S 14047 14050 8435 0 -1 4202560 104 0 0 0 20 18 0 0 20 0 19 0 109761679 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607706057416 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14050/tid=14069] ppid=14047 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14050/task/14069/stat : 14069 (java) S 14047 14050 8435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109761697 9856040960 93716 33554432000 1073741824 1073778376 140736168022064 140607705003432 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.94
CPU time (s): 1800.09
CPU user time (s): 1799.51
CPU system time (s): 0.58
CPU usage (%): 100.231
Max. virtual memory (cumulated for all children) (KiB): 9625900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.04184
maximum resident set size= 523792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23055
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39172
involuntary context switches= 21560

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1315 second user time and 12.3941 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-07 07:44:28
IDJOB=4085707
IDBENCH=89854
IDSOLVER=2546
FILE ID=node104/4085707-1465278268
RUNJOBID= node104-1465245095-8451
PBS_JOBID= 19843252
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-538867.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085707-1465278268/watcher-4085707-1465278268 -o /tmp/evaluation-result-4085707-1465278268/solver-4085707-1465278268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1465245095-8451 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085707-1465278268.opb

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

MD5SUM BENCH= 3b75c8039d6468258a1aa0343ce1fddb
RANDOM SEED=981574909

node104.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.775
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.55
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.775
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.775
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.775
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.775
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.775
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.775
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.775
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31188112 kB
Buffers:          119380 kB
Cached:           159284 kB
SwapCached:         1736 kB
Active:           277948 kB
Inactive:         194872 kB
Active(anon):     194104 kB
Inactive(anon):     2416 kB
Active(file):      83844 kB
Inactive(file):   192456 kB
Unevictable:      481332 kB
Mlocked:           13256 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:        674688 kB
Mapped:            15184 kB
Shmem:                 0 kB
Slab:             600140 kB
SReclaimable:      43980 kB
SUnreclaim:       556160 kB
KernelStack:        1560 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1161796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 71736 MiB
End job on node104 at 2016-06-07 08:14:24