Trace number 4118080

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)-3229106 1800.01 1795.54

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0077-0077.opb
MD5SUM0d88d904aa157e0679b6f88fba7dd9a1
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3229106
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints49
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 294
Biggest coefficient in the objective function 449347
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 24891216
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 449347
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 24891216
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)294
Sum of products size (including duplicates)588
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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4118080-1467221108.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c declared #vars     147
0.09/0.17	c internal #vars     441
0.09/0.17	c #constraints  686
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
0.09/0.17	c 686 constraints processed.
0.09/0.17	c objective function length is 294 literals
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.066
0.09/0.18	o -2948438
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.203
0.50/0.31	o -2950773
1.12/0.84	c cleaning 2838 clauses out of 5675 with flag 13090/5675
1.69/1.34	c cleaning 4419 clauses out of 8838 with flag 25702/11676
2.30/1.99	c cleaning 5706 clauses out of 11419 with flag 40884/18676
3.10/2.78	c cleaning 6857 clauses out of 13713 with flag 58129/26676
4.03/3.65	c cleaning 7928 clauses out of 15856 with flag 77617/35676
5.03/4.62	c cleaning 8964 clauses out of 17927 with flag 99238/45675
5.93/5.57	c cleaning 9976 clauses out of 19964 with flag 122742/56676
6.82/6.44	c cleaning 10991 clauses out of 21987 with flag 148992/68675
7.92/7.58	c cleaning 11996 clauses out of 23996 with flag 177168/81675
9.12/8.79	c cleaning 12994 clauses out of 26000 with flag 207307/95675
10.73/10.37	c cleaning 13997 clauses out of 28005 with flag 240057/110674
12.13/11.70	c cleaning 15001 clauses out of 30009 with flag 275083/126675
13.73/13.34	c cleaning 16001 clauses out of 32008 with flag 311984/143675
15.62/15.22	c cleaning 17001 clauses out of 34006 with flag 350737/161674
17.82/17.42	c cleaning 18002 clauses out of 36006 with flag 391951/180675
20.03/19.68	c cleaning 19001 clauses out of 38005 with flag 434938/200676
22.46/22.03	c cleaning 19999 clauses out of 40003 with flag 481027/221675
24.55/24.15	c cleaning 20997 clauses out of 42004 with flag 527877/243675
27.15/26.77	c cleaning 21999 clauses out of 44006 with flag 577879/266674
29.55/29.12	c cleaning 23004 clauses out of 46010 with flag 630179/290677
32.36/31.92	c cleaning 23997 clauses out of 48004 with flag 683614/315675
35.55/35.19	c cleaning 24996 clauses out of 50008 with flag 739187/341676
40.16/39.75	c cleaning 26003 clauses out of 52010 with flag 797675/368674
44.56/44.19	c cleaning 27001 clauses out of 54007 with flag 856827/396674
48.25/47.88	c cleaning 28003 clauses out of 56006 with flag 917690/425674
52.00/51.50	c cleaning 29001 clauses out of 58003 with flag 980820/455674
56.30/55.81	c cleaning 29998 clauses out of 60002 with flag 1048211/486674
61.20/60.73	c cleaning 30998 clauses out of 62004 with flag 1116604/518674
66.52/66.07	c cleaning 31996 clauses out of 64006 with flag 1186045/551674
71.91/71.43	c cleaning 32997 clauses out of 66010 with flag 1257367/585674
77.21/76.75	c cleaning 34002 clauses out of 68014 with flag 1331803/620675
83.81/83.35	c cleaning 35004 clauses out of 70012 with flag 1408078/656675
90.49/89.96	c cleaning 36000 clauses out of 72009 with flag 1487073/693676
94.80/94.20	c Got one! Elapsed wall clock time (in seconds):94.091
94.80/94.20	o -2953533
95.85/95.29	c cleaning 35182 clauses out of 70364 with flag 10716/728031
96.45/95.81	c Got one! Elapsed wall clock time (in seconds):95.693
96.45/95.81	o -2966789
96.45/95.81	c Got one! Elapsed wall clock time (in seconds):95.697
96.45/95.81	o -3036668
96.45/95.89	c Got one! Elapsed wall clock time (in seconds):95.777
96.45/95.89	o -3049904
96.88/96.11	c cleaning 20587 clauses out of 41173 with flag 2375/734022
97.48/96.77	c Got one! Elapsed wall clock time (in seconds):96.659
97.48/96.77	o -3049970
97.68/96.95	c Got one! Elapsed wall clock time (in seconds):96.834
97.68/96.95	o -3063206
98.28/97.56	c cleaning 15905 clauses out of 31813 with flag 9428/745249
98.88/98.17	c cleaning 10950 clauses out of 21908 with flag 21998/751249
99.58/98.87	c cleaning 8976 clauses out of 17960 with flag 37550/758251
100.38/99.63	c cleaning 8486 clauses out of 16982 with flag 55636/766249
101.18/100.45	c cleaning 8739 clauses out of 17496 with flag 75526/775249
102.09/101.31	c cleaning 9367 clauses out of 18757 with flag 97781/785249
102.98/102.30	c cleaning 10191 clauses out of 20392 with flag 121253/796251
104.19/103.45	c cleaning 11094 clauses out of 22201 with flag 146421/808251
105.58/104.83	c cleaning 12047 clauses out of 24105 with flag 174285/821249
106.88/106.19	c cleaning 13024 clauses out of 26060 with flag 203738/835251
108.59/107.85	c cleaning 13999 clauses out of 28034 with flag 235112/850249
110.18/109.47	c cleaning 15008 clauses out of 30036 with flag 268681/866250
111.58/110.85	c Got one! Elapsed wall clock time (in seconds):110.735
111.58/110.85	o -3077236
112.19/111.47	c cleaning 17367 clauses out of 34746 with flag 11225/885968
112.69/111.97	c cleaning 11682 clauses out of 23378 with flag 24068/891967
112.89/112.17	c Got one! Elapsed wall clock time (in seconds):112.06
112.89/112.17	o -3083949
112.89/112.17	c Got one! Elapsed wall clock time (in seconds):112.063
112.89/112.17	o -3115980
113.11/112.33	c cleaning 8500 clauses out of 17022 with flag 4709/897293
113.11/112.36	c Got one! Elapsed wall clock time (in seconds):112.253
113.11/112.36	o -3122990
113.11/112.37	c Got one! Elapsed wall clock time (in seconds):112.255
113.11/112.37	o -3127662
113.58/112.73	c cleaning 7060 clauses out of 14138 with flag 11289/902909
113.88/113.08	c cleaning 6531 clauses out of 13078 with flag 23975/908909
114.29/113.46	c cleaning 6764 clauses out of 13548 with flag 40043/915910
114.78/113.97	c cleaning 7383 clauses out of 14784 with flag 58057/923910
115.48/114.61	c cleaning 8192 clauses out of 16400 with flag 77192/932909
116.28/115.40	c cleaning 9100 clauses out of 18209 with flag 98449/942910
117.18/116.37	c cleaning 10048 clauses out of 20109 with flag 121897/953910
118.28/117.47	c cleaning 11023 clauses out of 22061 with flag 147749/965910
119.48/118.68	c cleaning 12011 clauses out of 24037 with flag 175094/978909
120.89/120.07	c cleaning 13009 clauses out of 26026 with flag 204216/992909
122.28/121.44	c cleaning 14002 clauses out of 28018 with flag 235401/1007910
123.78/122.93	c cleaning 15001 clauses out of 30020 with flag 268941/1023914
125.38/124.58	c cleaning 15998 clauses out of 32016 with flag 304247/1040911
127.18/126.40	c cleaning 17001 clauses out of 34017 with flag 341979/1058910
129.48/128.69	c cleaning 18003 clauses out of 36016 with flag 382256/1077910
131.97/131.10	c cleaning 18999 clauses out of 38012 with flag 424461/1097909
135.18/134.33	c cleaning 19991 clauses out of 40014 with flag 467542/1118910
138.72/137.81	c cleaning 21001 clauses out of 42022 with flag 512774/1140909
142.53/141.63	c cleaning 22004 clauses out of 44021 with flag 559867/1163909
146.62/145.75	c cleaning 23005 clauses out of 46020 with flag 609007/1187912
150.83/149.96	c cleaning 23998 clauses out of 48012 with flag 660399/1212909
154.83/153.97	c cleaning 25000 clauses out of 50014 with flag 714438/1238909
159.52/158.63	c cleaning 26001 clauses out of 52015 with flag 770132/1265910
164.53/163.64	c cleaning 26997 clauses out of 54013 with flag 828792/1293909
169.53/168.63	c cleaning 27999 clauses out of 56016 with flag 888915/1322909
174.83/173.90	c cleaning 29003 clauses out of 58020 with flag 951294/1352912
180.62/179.63	c cleaning 30002 clauses out of 60014 with flag 1016521/1383909
185.42/184.46	c cleaning 30997 clauses out of 62012 with flag 1084831/1415909
190.62/189.62	c cleaning 31993 clauses out of 64016 with flag 1156861/1448910
196.12/195.18	c cleaning 33003 clauses out of 66022 with flag 1230269/1482909
202.02/201.03	c cleaning 34003 clauses out of 68019 with flag 1303977/1517909
208.42/207.46	c cleaning 35000 clauses out of 70016 with flag 1378961/1553909
215.39/214.31	c cleaning 36002 clauses out of 72017 with flag 1457264/1590910
221.80/220.77	c Got one! Elapsed wall clock time (in seconds):220.66
221.80/220.77	o -3134966
222.50/221.45	c Got one! Elapsed wall clock time (in seconds):221.342
222.50/221.45	o -3151752
222.50/221.46	c Got one! Elapsed wall clock time (in seconds):221.346
222.50/221.46	o -3171707
222.50/221.46	c Got one! Elapsed wall clock time (in seconds):221.349
222.50/221.46	o -3175893
222.50/221.46	c Got one! Elapsed wall clock time (in seconds):221.352
222.50/221.46	o -3188950
223.01/221.99	c Got one! Elapsed wall clock time (in seconds):221.879
223.01/221.99	o -3189195
223.11/222.05	c Got one! Elapsed wall clock time (in seconds):221.941
223.11/222.05	o -3202252
223.71/222.67	c cleaning 39263 clauses out of 78538 with flag 2383/1633433
224.71/223.60	c cleaning 22630 clauses out of 45276 with flag 15708/1639434
225.41/224.32	c cleaning 14814 clauses out of 29644 with flag 30371/1646432
225.81/224.72	c Got one! Elapsed wall clock time (in seconds):224.605
225.81/224.72	o -3202831
225.91/224.83	c cleaning 10344 clauses out of 20703 with flag 2193/1652305
226.21/225.10	c Got one! Elapsed wall clock time (in seconds):224.989
226.21/225.10	o -3216900
226.21/225.19	c cleaning 7805 clauses out of 15632 with flag 2650/1657578
226.31/225.22	c Got one! Elapsed wall clock time (in seconds):225.109
226.31/225.22	o -3228582
226.63/225.56	c cleaning 6706 clauses out of 13430 with flag 12106/1663181
227.03/225.95	c cleaning 6355 clauses out of 12730 with flag 25162/1669187
227.03/225.99	c Got one! Elapsed wall clock time (in seconds):225.879
227.03/225.99	o -3229106
227.47/226.34	c cleaning 6021 clauses out of 12057 with flag 11371/1674869
227.78/226.69	c cleaning 6007 clauses out of 12036 with flag 23896/1680869
228.27/227.16	c cleaning 6505 clauses out of 13028 with flag 38628/1687868
228.88/227.73	c cleaning 7252 clauses out of 14523 with flag 55614/1695868
229.57/228.49	c cleaning 8129 clauses out of 16271 with flag 74234/1704868
230.47/229.38	c cleaning 9065 clauses out of 18143 with flag 94651/1714869
231.57/230.44	c cleaning 10028 clauses out of 20077 with flag 117655/1725868
232.77/231.63	c cleaning 11016 clauses out of 22051 with flag 142494/1737870
234.07/232.95	c cleaning 12011 clauses out of 24033 with flag 169491/1750868
235.58/234.45	c cleaning 13005 clauses out of 26022 with flag 198830/1764868
237.17/236.05	c cleaning 13997 clauses out of 28018 with flag 231124/1779869
238.85/237.65	c cleaning 15007 clauses out of 30022 with flag 266093/1795870
240.54/239.39	c cleaning 15999 clauses out of 32013 with flag 301874/1812868
242.74/241.54	c cleaning 16999 clauses out of 34016 with flag 339112/1830870
244.84/243.64	c cleaning 18001 clauses out of 36017 with flag 378608/1849870
246.93/245.71	c cleaning 18997 clauses out of 38016 with flag 420380/1869870
249.53/248.38	c cleaning 20007 clauses out of 40019 with flag 471024/1890870
251.73/250.59	c cleaning 20997 clauses out of 42010 with flag 522076/1912868
254.03/252.83	c cleaning 21998 clauses out of 44013 with flag 576922/1935868
256.54/255.39	c cleaning 23003 clauses out of 46016 with flag 633462/1959869
258.83/257.66	c cleaning 24003 clauses out of 48012 with flag 692981/1984868
261.08/259.86	c cleaning 24997 clauses out of 50009 with flag 753679/2010868
263.98/262.72	c cleaning 25999 clauses out of 52012 with flag 817256/2037868
266.67/265.45	c cleaning 27005 clauses out of 54014 with flag 882220/2065869
269.57/268.35	c cleaning 28004 clauses out of 56008 with flag 952283/2094868
272.27/271.09	c cleaning 28995 clauses out of 58004 with flag 1021769/2124868
275.18/273.99	c cleaning 30001 clauses out of 60009 with flag 1094701/2155868
278.37/277.14	c cleaning 31002 clauses out of 62010 with flag 1168180/2187870
282.26/280.91	c cleaning 31998 clauses out of 64006 with flag 1248246/2220868
286.06/284.78	c cleaning 32993 clauses out of 66008 with flag 1333708/2254868
290.16/288.89	c cleaning 34009 clauses out of 68017 with flag 1420396/2289870
294.76/293.48	c cleaning 35003 clauses out of 70007 with flag 1511171/2325869
299.06/297.73	c cleaning 36000 clauses out of 72003 with flag 1600648/2362868
305.33/303.94	c cleaning 36997 clauses out of 74003 with flag 1692524/2400868
310.42/309.07	c cleaning 37999 clauses out of 76006 with flag 1788528/2439868
316.04/314.61	c cleaning 38993 clauses out of 78007 with flag 1890240/2479868
322.63/321.30	c cleaning 40008 clauses out of 80018 with flag 1993004/2520872
329.43/328.03	c cleaning 40993 clauses out of 82007 with flag 2104894/2562869
335.58/334.16	c cleaning 42007 clauses out of 84013 with flag 2218864/2605868
342.38/340.93	c cleaning 42997 clauses out of 86006 with flag 2331336/2649868
349.59/348.16	c cleaning 44000 clauses out of 88009 with flag 2453246/2694868
356.99/355.54	c cleaning 45005 clauses out of 90009 with flag 2572979/2740868
365.10/363.59	c cleaning 46002 clauses out of 92005 with flag 2673578/2787869
375.30/373.74	c cleaning 47001 clauses out of 94002 with flag 2776280/2835868
384.60/383.02	c cleaning 47995 clauses out of 96005 with flag 2884075/2884872
394.31/392.75	c cleaning 48999 clauses out of 98006 with flag 3015080/2934868
404.43/402.72	c cleaning 49995 clauses out of 100008 with flag 3148578/2985869
412.42/410.75	c cleaning 51006 clauses out of 102014 with flag 3271179/3037870
422.23/420.54	c cleaning 52000 clauses out of 104006 with flag 3389977/3090868
432.53/430.88	c cleaning 52999 clauses out of 106006 with flag 3515798/3144868
443.86/442.01	c cleaning 54000 clauses out of 108011 with flag 3640917/3199872
454.86/453.06	c cleaning 54997 clauses out of 110008 with flag 3783995/3255869
464.65/462.71	c cleaning 56004 clauses out of 112012 with flag 3937792/3312870
476.56/474.60	c cleaning 57000 clauses out of 114007 with flag 4088390/3370869
487.26/485.35	c cleaning 57998 clauses out of 116006 with flag 4240781/3429868
499.30/497.21	c cleaning 58997 clauses out of 118008 with flag 4387581/3489868
514.29/512.28	c cleaning 59999 clauses out of 120012 with flag 4568247/3550869
527.79/525.75	c cleaning 61004 clauses out of 122013 with flag 4739304/3612869
542.45/540.37	c cleaning 61999 clauses out of 124008 with flag 4910232/3675868
556.16/554.05	c cleaning 63005 clauses out of 126009 with flag 5084663/3739868
571.86/569.69	c cleaning 64001 clauses out of 128004 with flag 5251929/3804868
588.75/586.55	c cleaning 65002 clauses out of 130003 with flag 5408165/3870868
606.65/604.33	c cleaning 66001 clauses out of 132004 with flag 5571701/3937871
621.76/619.44	c cleaning 67001 clauses out of 134001 with flag 5720163/4005869
639.05/636.77	c cleaning 67996 clauses out of 136000 with flag 5870225/4074869
661.30/658.84	c cleaning 69001 clauses out of 138003 with flag 6022339/4144868
678.30/675.85	c cleaning 69996 clauses out of 140003 with flag 6180957/4215869
690.84/688.37	c cleaning 71001 clauses out of 142008 with flag 6341142/4287870
704.25/701.76	c cleaning 71997 clauses out of 144008 with flag 6499775/4360871
718.40/715.80	c cleaning 73000 clauses out of 146008 with flag 6661669/4434868
738.79/736.26	c cleaning 74004 clauses out of 148009 with flag 6823383/4509869
760.33/757.74	c cleaning 74999 clauses out of 150006 with flag 6987707/4585870
784.54/781.94	c cleaning 75999 clauses out of 152005 with flag 7153533/4662868
807.29/804.60	c cleaning 76997 clauses out of 154006 with flag 7321407/4740868
827.28/824.64	c cleaning 78003 clauses out of 156010 with flag 7488853/4819869
850.04/847.35	c cleaning 78998 clauses out of 158007 with flag 7659828/4899869
875.74/872.91	c cleaning 80001 clauses out of 160008 with flag 7835536/4980868
907.54/904.74	c cleaning 80996 clauses out of 162007 with flag 8015261/5062868
948.85/945.97	c cleaning 82002 clauses out of 164011 with flag 8196453/5145868
970.66/967.79	c cleaning 83005 clauses out of 166011 with flag 8379168/5229870
995.83/992.84	c cleaning 83999 clauses out of 168006 with flag 8562978/5314870
1028.01/1024.99	c cleaning 84997 clauses out of 170005 with flag 8746024/5400868
1062.88/1059.72	c cleaning 85997 clauses out of 172008 with flag 8935754/5487868
1088.90/1085.78	c cleaning 87002 clauses out of 174011 with flag 9125690/5575868
1133.06/1129.88	c cleaning 88001 clauses out of 176012 with flag 9313595/5664871
1171.44/1168.11	c cleaning 89004 clauses out of 178009 with flag 9501737/5754869
1196.96/1193.69	c cleaning 89999 clauses out of 180005 with flag 9693758/5845869
1224.14/1220.70	c cleaning 91000 clauses out of 182005 with flag 9891351/5937868
1266.89/1263.41	c cleaning 92003 clauses out of 184006 with flag 10086281/6030869
1321.77/1318.27	c cleaning 92999 clauses out of 186004 with flag 10285027/6124870
1363.26/1359.70	c cleaning 93999 clauses out of 188005 with flag 10482795/6219870
1403.66/1399.94	c cleaning 95001 clauses out of 190007 with flag 10687560/6315871
1448.46/1444.73	c cleaning 96002 clauses out of 192003 with flag 10891404/6412868
1487.43/1483.63	c cleaning 96998 clauses out of 194003 with flag 11096432/6510870
1524.11/1520.25	c cleaning 98003 clauses out of 196006 with flag 11304645/6609871
1558.94/1555.08	c cleaning 98998 clauses out of 198001 with flag 11515620/6709869
1604.52/1600.54	c cleaning 99999 clauses out of 200002 with flag 11726774/6810868
1641.29/1637.15	c cleaning 100998 clauses out of 202004 with flag 11946410/6912869
1676.76/1672.57	c cleaning 102002 clauses out of 204005 with flag 12207446/7015868
1714.75/1710.45	c cleaning 102993 clauses out of 206003 with flag 12473018/7119868
1750.72/1746.36	c cleaning 104005 clauses out of 208010 with flag 12746985/7224868
1796.39/1791.93	c cleaning 104995 clauses out of 210006 with flag 13021566/7330869
1800.01/1795.50	c starts		: 21573
1800.01/1795.50	c conflicts		: 7348623
1800.01/1795.50	c decisions		: 9379473
1800.01/1795.50	c propagations		: 370287231
1800.01/1795.50	c inspects		: 31725905307
1800.01/1795.50	c shortcuts		: 0
1800.01/1795.50	c learnt literals	: 0
1800.01/1795.50	c learnt binary clauses	: 0
1800.01/1795.50	c learnt ternary clauses	: 0
1800.01/1795.50	c learnt constraints	: 7348623
1800.01/1795.50	c ignored constraints	: 0
1800.01/1795.50	c root simplifications	: 0
1800.01/1795.50	c removed literals (reason simplification)	: 0
1800.01/1795.50	c reason swapping (by a shorter reason)	: 0
1800.01/1795.50	c Calls to reduceDB	: 192
1800.01/1795.50	c Number of update (reduction) of LBD	: 260957
1800.01/1795.50	c Imported unit clauses	: 0
1800.01/1795.50	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.50	c number of learned constraints concerned by reduction	: 0
1800.01/1795.50	c number of learning phase by resolution	: 0
1800.01/1795.50	c number of learning phase by cutting planes	: 0
1800.01/1795.50	c speed (assignments/second)	: 206250.0038990003
1800.01/1795.50	c non guided choices	9
1800.01/1795.53	c learnt constraints type 
1800.01/1795.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122766
1800.01/1795.53	s SATISFIABLE
1800.01/1795.53	c Found 24 solution(s)
1800.01/1795.53	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 
1800.01/1795.53	c objective function=-3229106
1800.01/1795.53	c Total wall clock time (in seconds): 1795.416

Verifier Data

OK	-3229106

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-4118080-1467221108/watcher-4118080-1467221108 -o /tmp/evaluation-result-4118080-1467221108/solver-4118080-1467221108 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118080-1467221108.opb 

pid=3435
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.19 2.19 3/194 3438
/proc/meminfo: memFree=26136508/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3438/stat : 3438 (java) R 3435 3438 1865 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 1140052 9515008 185 33554432000 1073741824 1073778376 140736472698624 140736472687688 271778409767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2323 185 143 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 2.13 2.19 2.19 3/194 3438
/proc/meminfo: memFree=26136508/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 4438 0 1 0 8 1 0 0 20 0 18 0 1140052 9787879424 6066 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2389619 6066 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.13 2.19 2.19 3/194 3438
/proc/meminfo: memFree=26136508/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 4758 0 1 0 23 1 0 0 20 0 19 0 1140052 9856040960 7346 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 7346 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300214 s]
/proc/loadavg: 2.13 2.19 2.19 3/194 3438
/proc/meminfo: memFree=26136508/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 6903 0 1 0 49 1 0 0 20 0 19 0 1140052 9856040960 8679 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 8679 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700186 s]
/proc/loadavg: 2.13 2.19 2.19 3/194 3438
/proc/meminfo: memFree=26136508/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 7104 0 1 0 97 1 0 0 20 0 19 0 1140052 9856040960 9252 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 9252 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.13 2.19 2.19 3/213 3457
/proc/meminfo: memFree=26105668/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 7913 0 1 0 188 2 0 0 20 0 19 0 1140052 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 10836 2253 9 0 2396937 0
[pid=3438/tid=3440] ppid=3435 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/3438/task/3440/stat : 3440 (java) R 3435 3438 1865 0 -1 4202560 2454 0 1 0 144 1 0 0 20 0 19 0 1140053 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206392962784 140206265306565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3441] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3441/stat : 3441 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206236485928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3442] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3442/stat : 3442 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206235433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3443] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3443/stat : 3443 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206234380840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3444] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3444/stat : 3444 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206233328040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3445] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3445/stat : 3445 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206232275752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3446] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3446/stat : 3446 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206231222952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3447] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3447/stat : 3447 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206230170664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3448] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3448/stat : 3448 (java) S 3435 3438 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206229117864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3449] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3449/stat : 3449 (java) S 3435 3438 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206216919272 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3450] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3450/stat : 3450 (java) S 3435 3438 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206215865336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3451] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3451/stat : 3451 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206214812936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3452] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3452/stat : 3452 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206213761424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3453] ppid=3435 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/3438/task/3453/stat : 3453 (java) S 3435 3438 1865 0 -1 4202560 2002 0 0 0 18 0 0 0 20 0 19 0 1140058 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206212709048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3454] ppid=3435 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/3438/task/3454/stat : 3454 (java) S 3435 3438 1865 0 -1 4202560 2187 0 0 0 21 0 0 0 20 0 19 0 1140058 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206211656248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3455] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3455/stat : 3455 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206210604152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3456] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3456/stat : 3456 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206209551560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3457] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3457/stat : 3457 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140069 9856040960 10836 33554432000 1073741824 1073778376 140736472698624 140206208496552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.12 2.18 2.19 3/213 3457
/proc/meminfo: memFree=26097600/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 7919 0 1 0 351 2 0 0 20 0 19 0 1140052 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 13396 2253 9 0 2396937 0
[pid=3438/tid=3440] ppid=3435 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/3438/task/3440/stat : 3440 (java) R 3435 3438 1865 0 -1 4202560 2460 0 1 0 304 1 0 0 20 0 19 0 1140053 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206392971560 140206265337252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3441] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3441/stat : 3441 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206236485928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3442] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3442/stat : 3442 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206235433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3443] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3443/stat : 3443 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206234380840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3444] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3444/stat : 3444 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206233328040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3445] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3445/stat : 3445 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206232275752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3446] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3446/stat : 3446 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206231222952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3447] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3447/stat : 3447 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206230170664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3448] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3448/stat : 3448 (java) S 3435 3438 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206229117864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3449] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3449/stat : 3449 (java) S 3435 3438 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206216919272 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3450] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3450/stat : 3450 (java) S 3435 3438 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206215865336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3451] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3451/stat : 3451 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206214812936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3452] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3452/stat : 3452 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206213761424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3453] ppid=3435 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/3438/task/3453/stat : 3453 (java) S 3435 3438 1865 0 -1 4202560 2002 0 0 0 18 0 0 0 20 0 19 0 1140058 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206212709048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3454] ppid=3435 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/3438/task/3454/stat : 3454 (java) S 3435 3438 1865 0 -1 4202560 2187 0 0 0 24 0 0 0 20 0 19 0 1140058 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206211656248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3455] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3455/stat : 3455 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206210604152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3456] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3456/stat : 3456 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206209551560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3457] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3457/stat : 3457 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140069 9856040960 13396 33554432000 1073741824 1073778376 140736472698624 140206208496552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.12 2.18 2.19 3/213 3457
/proc/meminfo: memFree=26077072/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 7932 0 1 0 670 2 0 0 20 0 19 0 1140052 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 18419 2254 9 0 2396937 0
[pid=3438/tid=3440] ppid=3435 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/3438/task/3440/stat : 3440 (java) R 3435 3438 1865 0 -1 4202560 2472 0 1 0 623 1 0 0 20 0 19 0 1140053 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206392971672 140206265306591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3441] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3441/stat : 3441 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206236485928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3442] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3442/stat : 3442 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206235433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3443] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3443/stat : 3443 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206234380840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3444] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3444/stat : 3444 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206233328040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3445] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3445/stat : 3445 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206232275752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3446] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3446/stat : 3446 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206231222952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3447] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3447/stat : 3447 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206230170664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3448] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3448/stat : 3448 (java) S 3435 3438 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1140054 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206229117864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3449] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3449/stat : 3449 (java) S 3435 3438 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206216919272 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3450] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3450/stat : 3450 (java) S 3435 3438 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206215865336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3451] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3451/stat : 3451 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206214812936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3452] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3452/stat : 3452 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206213761424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3453] ppid=3435 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/3438/task/3453/stat : 3453 (java) S 3435 3438 1865 0 -1 4202560 2002 0 0 0 18 0 0 0 20 0 19 0 1140058 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206212709048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3454] ppid=3435 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/3438/task/3454/stat : 3454 (java) S 3435 3438 1865 0 -1 4202560 2187 0 0 0 25 0 0 0 20 0 19 0 1140058 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206211656248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3455] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3455/stat : 3455 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206210604152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3456] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3456/stat : 3456 (java) S 3435 3438 1865 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206209551560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3457] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3457/stat : 3457 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140069 9856040960 18419 33554432000 1073741824 1073778376 140736472698624 140206208496552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=3438/tid=3457] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3457/stat : 3457 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140069 9856040960 99686 33554432000 1073741824 1073778376 140736472698624 140206208496552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.72
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.16 2.17 3/213 3567
/proc/meminfo: memFree=28891564/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=1786.78 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 16628 0 1 0 178601 77 0 0 20 0 19 0 1140052 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 99285 2282 9 0 2396937 0
[pid=3438/tid=3440] ppid=3435 vsize=9625040 CPUtime=1775.88 cores=1,3,5,7
/proc/3438/task/3440/stat : 3440 (java) R 3435 3438 1865 0 -1 4202560 2566 0 1 0 177558 30 0 0 20 0 19 0 1140053 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206392970528 140206265346705 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3441] ppid=3435 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/3438/task/3441/stat : 3441 (java) S 3435 3438 1865 0 -1 4202560 513 0 0 0 62 6 0 0 20 0 19 0 1140054 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206236485928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3442] ppid=3435 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/3438/task/3442/stat : 3442 (java) S 3435 3438 1865 0 -1 4202560 302 0 0 0 57 5 0 0 20 0 19 0 1140054 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206235433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3443] ppid=3435 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/3438/task/3443/stat : 3443 (java) S 3435 3438 1865 0 -1 4202560 374 0 0 0 50 3 0 0 20 0 19 0 1140054 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206234380840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3444] ppid=3435 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/3438/task/3444/stat : 3444 (java) S 3435 3438 1865 0 -1 4202560 472 0 0 0 58 6 0 0 20 0 19 0 1140054 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206233328040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3445] ppid=3435 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/3438/task/3445/stat : 3445 (java) S 3435 3438 1865 0 -1 4202560 595 0 0 0 51 5 0 0 20 0 19 0 1140054 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206232275752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3446] ppid=3435 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/3438/task/3446/stat : 3446 (java) S 3435 3438 1865 0 -1 4202560 472 0 0 0 60 6 0 0 20 0 19 0 1140054 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206231222952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3447] ppid=3435 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/3438/task/3447/stat : 3447 (java) S 3435 3438 1865 0 -1 4202560 328 0 0 0 49 5 0 0 20 0 19 0 1140054 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206230170664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3448] ppid=3435 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/3438/task/3448/stat : 3448 (java) S 3435 3438 1865 0 -1 4202560 270 0 0 0 63 6 0 0 20 0 19 0 1140054 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206229117864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3449] ppid=3435 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/3438/task/3449/stat : 3449 (java) S 3435 3438 1865 0 -1 4202560 168 0 0 0 28 2 0 0 20 0 19 0 1140055 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206216919272 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3450] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3450/stat : 3450 (java) S 3435 3438 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206215865336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3451] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3451/stat : 3451 (java) S 3435 3438 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206214812936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3452] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3452/stat : 3452 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206213761424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3453] ppid=3435 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3438/task/3453/stat : 3453 (java) S 3435 3438 1865 0 -1 4202560 7018 0 0 0 47 0 0 0 20 0 19 0 1140058 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206212709048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3454] ppid=3435 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/3438/task/3454/stat : 3454 (java) S 3435 3438 1865 0 -1 4202560 2188 0 0 0 27 0 0 0 20 0 19 0 1140058 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206211656248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3455] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3455/stat : 3455 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206210604152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3456] ppid=3435 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/3438/task/3456/stat : 3456 (java) S 3435 3438 1865 0 -1 4202560 104 0 0 0 26 34 0 0 20 0 19 0 1140058 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206209551560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3457] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3457/stat : 3457 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140069 9856040960 99285 33554432000 1073741824 1073778376 140736472698624 140206208496552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.78
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.17 2.17 2.17 3/213 3568
/proc/meminfo: memFree=28890324/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 16631 0 1 0 179924 77 0 0 20 0 19 0 1140052 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 96827 2282 9 0 2396937 0
[pid=3438/tid=3440] ppid=3435 vsize=9625040 CPUtime=1788.94 cores=1,3,5,7
/proc/3438/task/3440/stat : 3440 (java) R 3435 3438 1865 0 -1 4202560 2567 0 1 0 178863 31 0 0 20 0 19 0 1140053 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206392970544 140206265346432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3441] ppid=3435 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/3438/task/3441/stat : 3441 (java) S 3435 3438 1865 0 -1 4202560 513 0 0 0 63 6 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206236485928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3442] ppid=3435 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/3438/task/3442/stat : 3442 (java) S 3435 3438 1865 0 -1 4202560 302 0 0 0 57 5 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206235433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3443] ppid=3435 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/3438/task/3443/stat : 3443 (java) S 3435 3438 1865 0 -1 4202560 374 0 0 0 50 3 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206234380840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3444] ppid=3435 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/3438/task/3444/stat : 3444 (java) S 3435 3438 1865 0 -1 4202560 472 0 0 0 58 6 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206233328040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3445] ppid=3435 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/3438/task/3445/stat : 3445 (java) S 3435 3438 1865 0 -1 4202560 595 0 0 0 52 5 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206232275752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3446] ppid=3435 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/3438/task/3446/stat : 3446 (java) S 3435 3438 1865 0 -1 4202560 472 0 0 0 61 6 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206231222952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3447] ppid=3435 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/3438/task/3447/stat : 3447 (java) S 3435 3438 1865 0 -1 4202560 328 0 0 0 49 5 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206230170664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3448] ppid=3435 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/3438/task/3448/stat : 3448 (java) S 3435 3438 1865 0 -1 4202560 270 0 0 0 64 6 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206229117864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3449] ppid=3435 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3438/task/3449/stat : 3449 (java) S 3435 3438 1865 0 -1 4202560 170 0 0 0 37 2 0 0 20 0 19 0 1140055 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206216919272 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3450] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3450/stat : 3450 (java) S 3435 3438 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206215865336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3451] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3451/stat : 3451 (java) S 3435 3438 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206214812936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3452] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3452/stat : 3452 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206213761424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3453] ppid=3435 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3438/task/3453/stat : 3453 (java) S 3435 3438 1865 0 -1 4202560 7018 0 0 0 47 0 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206212709048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3454] ppid=3435 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/3438/task/3454/stat : 3454 (java) S 3435 3438 1865 0 -1 4202560 2188 0 0 0 27 0 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206211656248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3455] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3455/stat : 3455 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206210604152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3456] ppid=3435 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/3438/task/3456/stat : 3456 (java) S 3435 3438 1865 0 -1 4202560 104 0 0 0 27 34 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206209551560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3457] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3457/stat : 3457 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140069 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206208496552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 3438 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.5 s]
/proc/loadavg: 2.17 2.17 2.17 3/213 3568
/proc/meminfo: memFree=28890324/32872528 swapFree=1099624/1181384
[pid=3438] ppid=3435 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/3438/stat : 3438 (java) S 3435 3438 1865 0 -1 4202496 16631 0 1 0 179924 77 0 0 20 0 19 0 1140052 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140736472689760 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3438/statm: 2406260 96827 2282 9 0 2396937 0
[pid=3438/tid=3440] ppid=3435 vsize=9625040 CPUtime=1788.94 cores=1,3,5,7
/proc/3438/task/3440/stat : 3440 (java) R 3435 3438 1865 0 -1 4202560 2567 0 1 0 178863 31 0 0 20 0 19 0 1140053 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206392970544 140206265346432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3441] ppid=3435 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/3438/task/3441/stat : 3441 (java) S 3435 3438 1865 0 -1 4202560 513 0 0 0 63 6 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206236485928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3442] ppid=3435 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/3438/task/3442/stat : 3442 (java) S 3435 3438 1865 0 -1 4202560 302 0 0 0 57 5 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206235433128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3443] ppid=3435 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/3438/task/3443/stat : 3443 (java) S 3435 3438 1865 0 -1 4202560 374 0 0 0 50 3 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206234380840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3444] ppid=3435 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/3438/task/3444/stat : 3444 (java) S 3435 3438 1865 0 -1 4202560 472 0 0 0 58 6 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206233328040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3445] ppid=3435 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/3438/task/3445/stat : 3445 (java) S 3435 3438 1865 0 -1 4202560 595 0 0 0 52 5 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206232275752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3446] ppid=3435 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/3438/task/3446/stat : 3446 (java) S 3435 3438 1865 0 -1 4202560 472 0 0 0 61 6 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206231222952 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3447] ppid=3435 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/3438/task/3447/stat : 3447 (java) S 3435 3438 1865 0 -1 4202560 328 0 0 0 49 5 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206230170664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3448] ppid=3435 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/3438/task/3448/stat : 3448 (java) S 3435 3438 1865 0 -1 4202560 270 0 0 0 64 6 0 0 20 0 19 0 1140054 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206229117864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3449] ppid=3435 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3438/task/3449/stat : 3449 (java) S 3435 3438 1865 0 -1 4202560 170 0 0 0 37 2 0 0 20 0 19 0 1140055 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206216919272 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3450] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3450/stat : 3450 (java) S 3435 3438 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206215865336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3451] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3451/stat : 3451 (java) S 3435 3438 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 1140055 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206214812936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3452] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3452/stat : 3452 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206213761424 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3438/tid=3453] ppid=3435 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3438/task/3453/stat : 3453 (java) S 3435 3438 1865 0 -1 4202560 7018 0 0 0 47 0 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206212709048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3454] ppid=3435 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/3438/task/3454/stat : 3454 (java) S 3435 3438 1865 0 -1 4202560 2188 0 0 0 27 0 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206211656248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3438/tid=3455] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3455/stat : 3455 (java) S 3435 3438 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206210604152 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3438/tid=3456] ppid=3435 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/3438/task/3456/stat : 3456 (java) S 3435 3438 1865 0 -1 4202560 104 0 0 0 27 34 0 0 20 0 19 0 1140058 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206209551560 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3438/tid=3457] ppid=3435 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3438/task/3457/stat : 3457 (java) S 3435 3438 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1140069 9856040960 96827 33554432000 1073741824 1073778376 140736472698624 140206208496552 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.54
CPU time (s): 1800.01
CPU user time (s): 1799.24
CPU system time (s): 0.77
CPU usage (%): 100.249
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.23081
maximum resident set size= 545912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16678
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39378
involuntary context switches= 13240

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5212 second user time and 12.3651 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-29 19:25:08
IDJOB=4118080
IDBENCH=111445
IDSOLVER=2546
FILE ID=node115/4118080-1467221108
RUNJOBID= node115-1467210312-1882
PBS_JOBID= 19997598
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0077-0077.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118080-1467221108/watcher-4118080-1467221108 -o /tmp/evaluation-result-4118080-1467221108/solver-4118080-1467221108 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118080-1467221108.opb

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

MD5SUM BENCH= 0d88d904aa157e0679b6f88fba7dd9a1
RANDOM SEED=595412634

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26137796 kB
Buffers:           73020 kB
Cached:          1163224 kB
SwapCached:            0 kB
Active:          3696540 kB
Inactive:        1143632 kB
Active(anon):    3606368 kB
Inactive(anon):        0 kB
Active(file):      90172 kB
Inactive(file):  1143632 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       4813684 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             574696 kB
SReclaimable:      19224 kB
SUnreclaim:       555472 kB
KernelStack:        1760 kB
PageTables:        13448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4900956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3637248 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= 71664 MiB
End job on node115 at 2016-06-29 19:55:04