Trace number 3283447

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-stUNSAT 493.407 493.399

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3283447-1303759739.cnf'
0.00/0.00	c -- header says num vars:         259616
0.00/0.00	c -- header says num clauses:     1374599
0.49/0.53	c -- clauses added:            0 learnts,      1374599 normals,            0 xors
0.49/0.53	c -- vars added     259616
0.49/0.53	c Parsing time:  0.47 s
0.49/0.53	c  N st     0         0    259616    378643    981857         0   3295723         0   no data   no data
0.89/0.91	c asymm  cl-useful: 5/3196/332664 lits-rem:20 time: 0.37
12.49/12.58	c Flit:   473 Blit:   1122 bXBeca:    0 bXProp: 1148 Bins:      0 BRemL:      0 BRemN:      0 P: 200.2M T: 11.56
12.59/12.62	c Cleaning up after failed var search:     0.04 s 
12.59/12.69	c Replacing     1148 vars Replaced    33986 lits Time:     0.07 s 
12.79/12.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.79/12.88	c bin-w-bin subsume rem        36191 bins  time:  0.06 s
12.99/13.00	c subs with bin:     5505  lits-rem:     48131  v-fix:    0  time:  0.12 s
16.09/16.11	c Subs w/ non-existent bins:    605 l-rem:      0 v-fix:  2060 done:  11418 time:  3.11 s
16.29/16.32	c Removed useless bin:     626  fixed:     0  props:  20.00M  time:  0.20 s
17.19/17.21	c lits-rem:      2562  cl-subs:     7226  v-elim:  62995  v-fix:    0  time:  0.88 s
17.69/17.71	c Finding binary XORs  T:     0.50 s  found:     706
17.69/17.78	c Replacing      706 vars Replaced    14371 lits Time:     0.06 s 
17.89/17.97	c Finding non-binary XORs:     0.11 s (found:       0, avg size: nan)
17.89/17.97	c calculated reachability. Time: 0.06
17.99/18.00	c Calc default polars -  time:   0.03 s pos:   28157 undec:  134457 neg:   97002
17.99/18.00	c =========================================================================================
17.99/18.00	c types(t): F = full restart, N = normal restart
17.99/18.00	c types(t): S = simplification begin/end, E = solution found
17.99/18.00	c restart types(rt): st = static, dy = dynamic
17.99/18.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
17.99/18.00	c  B st     0         0    132859    405958    471578         0   2422025         0   no data   no data
22.09/22.17	c  N dy    21      4136    121217    389947    425025      3473   2226710    223247      5.95      6.52
23.68/23.74	c Finding binary XORs  T:     0.39 s  found:    1149
26.79/26.80	c  N dy    49      8155    113924    372363    401771      6742   2088462    454173      6.87      7.37
26.99/27.08	c Replacing     1149 vars Replaced    34950 lits Time:     0.09 s 
30.79/30.86	c Finding binary XORs  T:     0.42 s  found:    2519
30.89/30.94	c Replacing     2519 vars Replaced   114297 lits Time:     0.08 s 
30.99/31.05	c  N dy    77     12157    106135    349741    378373      9986   1953602    759427      7.67     13.30
34.99/35.02	c  N dy   104     16174    105170    349741    378837     13482   1953602   1045014      7.97      8.72
38.89/38.96	c  N dy   128     20250    103118    343272    374553      8609   1918488    256242      8.68      9.61
41.19/41.24	c Finding binary XORs  T:     0.45 s  found:    1261
41.29/41.30	c Replacing     1261 vars Replaced    41100 lits Time:     0.06 s 
43.39/43.49	c  N dy   152     24542    100069    310207    369713     12339   1802459    602996      8.78      9.51
43.89/43.96	c  F st   155     25000     99936    310207    369741     12760   1802459    645418      8.77      6.73
48.68/48.70	c  N dy   161     30000     99453    309744    369261     17393   1799082   1384318      8.77   no data
48.68/48.71	c  S st   161     30000     99453    309744    369261     17393   1799082   1384318      8.77   no data
50.39/50.44	c  S st   161     30501     97075    276011    365565     17558   1685828   1383819      8.77   no data
50.39/50.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
62.79/62.81	c Flit:   880 Blit:   2315 bXBeca:    0 bXProp: 1416 Bins:  51066 BRemL:   4697 BRemN:     26 P: 200.0M T: 12.23
62.79/62.86	c Cleaning up after failed var search:     0.04 s 
62.89/62.94	c Replacing     1417 vars Replaced    68809 lits Time:     0.08 s 
62.99/63.05	c blocked clauses removed:        0 vars:      0 tried:       89196 T: 0.05 s
62.99/63.09	c bin-w-bin subsume rem         4858 bins  time:  0.04 s
63.09/63.18	c subs with bin:     5636  lits-rem:      2939  v-fix:    0  time:  0.08 s
67.00/67.09	c Subs w/ non-existent bins:   1746 l-rem:    120 v-fix:  1054 done:  25924 time:  3.91 s
67.19/67.27	c Removed useless bin:    1898  fixed:     0  props:  20.00M  time:  0.17 s
67.69/67.75	c lits-rem:       858  cl-subs:    13040  v-elim:   5810  v-fix:    0  time:  0.48 s
67.79/67.88	c subs with bin:      163  lits-rem:       304  v-fix:    0  time:  0.09 s
67.99/68.00	c lits-rem:       140  cl-subs:      556  v-elim:      0  v-fix:    0  time:  0.09 s
68.49/68.50	c asymm  cl-useful: 313/3425/219886 lits-rem:611 time: 0.50
68.69/68.73	c calculated reachability. Time: 0.21
68.69/68.73	c  N dy   161     30501     82332    219886    351304      8578   1412423    270647      8.77   no data
69.69/69.74	c Finding binary XORs  T:     1.01 s  found:     293
72.50/72.56	c  N dy   170     34613     82286    219886    351617     12322   1412423    555806      8.45      8.91
75.90/75.99	c  N dy   191     38634     82142    219886    351858     16052   1412422   1025926      8.48      9.03
79.39/79.50	c  N dy   213     42652     82017    219886    352046     10495   1412422    384875      8.51      9.02
81.89/81.92	c  S st   228     45751     81542    219886    352211     13389   1412422    686587      8.44   no data
83.09/83.11	c  S st   228     46252     80945    208794    344516     13557   1364048    688181      8.44   no data
83.09/83.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
95.99/96.04	c Flit:   990 Blit:   1154 bXBeca:    0 bXProp: 1246 Bins:  52394 BRemL:   6225 BRemN:     26 P: 200.0M T: 12.79
95.99/96.08	c Cleaning up after failed var search:     0.03 s 
96.09/96.15	c Replacing     1539 vars Replaced    56916 lits Time:     0.07 s 
96.19/96.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
96.19/96.24	c bin-w-bin subsume rem         3134 bins  time:  0.04 s
96.29/96.33	c subs with bin:     1973  lits-rem:      7914  v-fix:    0  time:  0.08 s
99.89/99.95	c Subs w/ non-existent bins:   1228 l-rem:    372 v-fix:   174 done:  28802 time:  3.62 s
100.10/100.16	c Removed useless bin:    2659  fixed:   175  props:  20.00M  time:  0.20 s
100.39/100.49	c lits-rem:       237  cl-subs:     6926  v-elim:   4042  v-fix:    0  time:  0.33 s
100.59/100.60	c subs with bin:       80  lits-rem:       209  v-fix:    0  time:  0.08 s
100.69/100.70	c lits-rem:        41  cl-subs:      162  v-elim:      0  v-fix:    0  time:  0.07 s
101.49/101.50	c vivif2 --  cl tried   194113 cl shrink     9528 lits rem      11143 time: 0.80
101.49/101.58	c vivif2 --  cl tried     8624 cl shrink     1294 lits rem       9411 time: 0.08
101.99/102.04	c asymm  cl-useful: 183/1734/191851 lits-rem:226 time: 0.46
102.30/102.37	c calculated reachability. Time: 0.31
102.30/102.37	c  N dy   228     46252     71975    191851    351779      8253   1238029    267575      8.44   no data
103.79/103.80	c Finding binary XORs  T:     1.43 s  found:     134
106.29/106.38	c  N dy   236     50292     71815    191851    352127     11896   1238029    503195      8.28      8.85
108.99/109.04	c  N dy   254     54318     71563    191851    352384     15608   1238029    834685      8.25      8.79
111.89/111.98	c  N dy   277     58390     71506    191851    352655     19359   1238029   1213821      8.25      8.87
114.89/114.95	c  N dy   304     62391     71292    191851    352891     23079   1238029   1659249      8.40     15.23
117.60/117.69	c  N dy   327     66395     71177    184212    350196     14329   1209264    578003      8.40      8.90
119.49/119.56	c  S st   341     69378     71151    184212    350334     17138   1209264    853903      8.39      6.07
120.39/120.43	c  S st   341     69878     71137    184212    350448     17457   1209264    870620      8.39   no data
120.39/120.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
134.10/134.15	c Flit:   812 Blit:    593 bXBeca:    0 bXProp:  735 Bins:  56306 BRemL:   1742 BRemN:     31 P: 200.0M T: 13.62
134.10/134.18	c Cleaning up after failed var search:     0.03 s 
134.20/134.26	c Replacing      870 vars Replaced    32143 lits Time:     0.07 s 
134.29/134.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
134.29/134.35	c bin-w-bin subsume rem         5163 bins  time:  0.04 s
134.39/134.44	c subs with bin:     1616  lits-rem:      2739  v-fix:    0  time:  0.08 s
137.69/137.71	c Subs w/ non-existent bins:    612 l-rem:    303 v-fix:    66 done:  32789 time:  3.27 s
137.89/137.94	c Removed useless bin:    5231  fixed:     0  props:  20.00M  time:  0.24 s
138.20/138.25	c lits-rem:       620  cl-subs:     7611  v-elim:   4104  v-fix:    0  time:  0.31 s
138.30/138.38	c subs with bin:       94  lits-rem:       265  v-fix:    0  time:  0.10 s
138.40/138.48	c lits-rem:       111  cl-subs:      197  v-elim:      0  v-fix:    0  time:  0.07 s
139.20/139.29	c vivif2 --  cl tried   172648 cl shrink     5756 lits rem       7642 time: 0.81
139.30/139.38	c vivif2 --  cl tried    10202 cl shrink      998 lits rem      10991 time: 0.09
139.90/139.98	c asymm  cl-useful: 192/796/171474 lits-rem:233 time: 0.60
140.30/140.32	c calculated reachability. Time: 0.32
140.30/140.32	c  N dy   341     69878     63540    171468    361779      9976   1105413    338257      8.39   no data
141.80/141.84	c Finding binary XORs  T:     1.52 s  found:      35
144.10/144.14	c  N dy   360     74421     63532    171468    361999     14247   1105413    691866      8.34      8.97
146.59/146.68	c  N dy   386     79227     63438    171468    362219     18768   1105413   1130643      8.36      9.05
150.09/150.19	c  N dy   414     84529     63179    171468    362488     23735   1105413   1662848      8.38      8.84
152.19/152.28	c  F st   436     87500     63096    171468    362622     13517   1105413    441797      8.43   no data
152.29/152.35	c Replacing       35 vars Replaced      951 lits Time:     0.04 s 
154.09/154.15	c  N st   441     90800     63060    168341    360142     16494   1091769    767632      8.43   no data
157.30/157.32	c  N dy   466     96678     63034    168341    360363     22089   1091769   1347062      8.45      8.90
161.09/161.15	c  N dy   515    102864     62940    168341    360623     27943   1091769   2008039      8.60     12.18
162.39/162.41	c  S st   528    104820     62091    159482    350167     28515   1052223   2098163      8.63   no data
164.39/164.46	c Finding binary XORs  T:     1.35 s  found:     124
164.69/164.77	c  S st   528    105321     61948    158641    348467     28839   1047887   2122504      8.63   no data
164.79/164.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
178.10/178.10	c Flit:   872 Blit:    276 bXBeca:    0 bXProp:  373 Bins:  45405 BRemL:   2150 BRemN:     13 P: 200.0M T: 13.26
178.10/178.14	c Cleaning up after failed var search:     0.03 s 
178.20/178.22	c Replacing      497 vars Replaced    36340 lits Time:     0.07 s 
178.20/178.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
178.29/178.31	c bin-w-bin subsume rem         2225 bins  time:  0.04 s
178.29/178.39	c subs with bin:     1430  lits-rem:      2437  v-fix:    0  time:  0.08 s
181.00/181.09	c Subs w/ non-existent bins:    324 l-rem:    270 v-fix:     5 done:  35737 time:  2.69 s
181.30/181.34	c Removed useless bin:    6066  fixed:     0  props:  20.00M  time:  0.25 s
181.50/181.59	c lits-rem:        92  cl-subs:     4325  v-elim:   2332  v-fix:    0  time:  0.26 s
181.80/181.84	c subs with bin:      123  lits-rem:       720  v-fix:    0  time:  0.21 s
181.90/181.96	c lits-rem:       218  cl-subs:      381  v-elim:      0  v-fix:    0  time:  0.09 s
182.70/182.70	c vivif2 --  cl tried   154767 cl shrink     4113 lits rem       5304 time: 0.74
182.80/182.87	c vivif2 --  cl tried    16321 cl shrink     2068 lits rem      35524 time: 0.16
183.40/183.46	c asymm  cl-useful: 192/910/153739 lits-rem:225 time: 0.59
183.70/183.77	c calculated reachability. Time: 0.30
183.70/183.77	c  N dy   528    105321     57722    153732    359498     16082    990538    523056      8.63   no data
185.19/185.23	c Finding binary XORs  T:     1.46 s  found:      15
188.99/189.06	c  N dy   564    112165     57707    153732    359766     12371    990538    464449      8.62      9.71
192.99/193.08	c  N dy   590    119439     57496    153732    360063     19243    990538    991381      8.58      9.07
197.90/197.93	c  N dy   652    127128     57228    153732    360348     26585    990538   1860662      8.81      9.42
203.29/203.38	c  N dy   719    135242     57222    153732    360671     34312    990538   2838746      9.02     16.46
208.00/208.05	c  N dy   779    144106     55379    133887    339514     24450    906096   1262210      9.16      9.68
209.60/209.60	c Finding binary XORs  T:     1.32 s  found:      26
215.20/215.27	c  N dy   839    153335     55367    133867    339726     33258    905975   2385960      9.32     13.23
218.00/218.08	c  S st   868    157983     55330    133867    339838     37750    905975   2903857      9.37   no data
218.80/218.87	c  S st   868    158483     55329    133867    339903     38164    905975   2938807      9.37   no data
218.90/218.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
231.59/231.63	c Flit:   975 Blit:    536 bXBeca:    0 bXProp:  324 Bins:  37405 BRemL:   2705 BRemN:     30 P: 200.1M T: 12.68
231.59/231.67	c Cleaning up after failed var search:     0.04 s 
231.69/231.73	c Replacing      366 vars Replaced    15630 lits Time:     0.06 s 
231.69/231.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
231.79/231.81	c bin-w-bin subsume rem         1593 bins  time:  0.04 s
231.79/231.89	c subs with bin:      586  lits-rem:       621  v-fix:    0  time:  0.07 s
234.39/234.47	c Subs w/ non-existent bins:    245 l-rem:    269 v-fix:     6 done:  40675 time:  2.58 s
234.59/234.68	c Removed useless bin:    5221  fixed:     0  props:  20.00M  time:  0.21 s
234.89/234.92	c lits-rem:        11  cl-subs:     4051  v-elim:   1727  v-fix:    0  time:  0.24 s
235.69/235.77	c subs with bin:      108  lits-rem:      1152  v-fix:    0  time:  0.79 s
235.89/235.94	c lits-rem:       837  cl-subs:      579  v-elim:      0  v-fix:    0  time:  0.14 s
236.59/236.62	c vivif2 --  cl tried   122288 cl shrink     3559 lits rem       4586 time: 0.68
236.79/236.89	c vivif2 --  cl tried    23204 cl shrink     4893 lits rem     141917 time: 0.27
237.50/237.55	c asymm  cl-useful: 157/955/121544 lits-rem:167 time: 0.66
237.79/237.86	c calculated reachability. Time: 0.29
237.79/237.86	c  N dy   868    158483     50498    121543    330733     22960    814341    752085      9.37   no data
239.29/239.36	c Finding binary XORs  T:     1.48 s  found:      32
244.69/244.72	c  N dy   919    168821     50461    121543    331114     21389    814314   1013261      9.37      9.95
250.80/250.88	c  N dy  1001    179643     50417    121543    331449     31767    814314   2138991      9.47     11.46
257.99/258.01	c  N dy  1089    191200     50318    121543    331758     22007    814314    695405      9.71     12.17
265.00/265.03	c  N dy  1167    203499     50242    121543    332080     33890    814314   1977263      9.85     11.75
273.90/273.91	c  N dy  1258    216567     50236    121543    332402     46549    814314   3472136     10.00     10.72
282.39/282.47	c  N dy  1342    230470     50170    121543    332697     36003    814314   1888002     10.08     10.73
287.39/287.48	c  S st  1381    237726     50168    121543    332830     43082    814314   2796531     10.10     10.76
288.20/288.29	c  S st  1381    238226     50103    121543    332877     43522    814314   2824601     10.10   no data
288.29/288.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
301.40/301.45	c Flit:   837 Blit:    195 bXBeca:    0 bXProp:  127 Bins:  35355 BRemL:   2881 BRemN:     21 P: 200.0M T: 13.08
301.40/301.49	c Cleaning up after failed var search:     0.04 s 
301.49/301.56	c Replacing      159 vars Replaced    11822 lits Time:     0.06 s 
301.59/301.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
301.59/301.64	c bin-w-bin subsume rem         1312 bins  time:  0.04 s
301.69/301.71	c subs with bin:      383  lits-rem:       260  v-fix:    0  time:  0.07 s
303.90/303.94	c Subs w/ non-existent bins:     61 l-rem:     40 v-fix:     1 done:  43651 time:  2.22 s
304.20/304.22	c Removed useless bin:    7252  fixed:     0  props:  20.00M  time:  0.28 s
304.40/304.44	c lits-rem:        21  cl-subs:     1775  v-elim:   1735  v-fix:    0  time:  0.22 s
306.20/306.26	c subs with bin:      173  lits-rem:      5514  v-fix:    0  time:  1.74 s
306.60/306.64	c lits-rem:      2509  cl-subs:      848  v-elim:      0  v-fix:    0  time:  0.35 s
307.30/307.31	c vivif2 --  cl tried   116215 cl shrink     2317 lits rem       2894 time: 0.68
307.70/307.70	c vivif2 --  cl tried    32216 cl shrink     8245 lits rem     341576 time: 0.39
308.30/308.33	c asymm  cl-useful: 204/1033/115480 lits-rem:221 time: 0.63
308.60/308.63	c calculated reachability. Time: 0.29
308.60/308.64	c  N dy  1381    238226     46918    115480    322844     32050    758942   1032245     10.10   no data
310.10/310.14	c Finding binary XORs  T:     1.51 s  found:      19
318.90/318.95	c  N dy  1459    253569     46882    115480    323253     29634    758942   1099472     10.13     11.08
328.30/328.36	c  N dy  1540    269834     46870    115480    323589     45422    758942   2604859     10.17     10.90
338.00/338.05	c  N dy  1638    287080     46826    115480    323913     36780    758942   1572634     10.23     10.96
349.50/349.51	c  N dy  1736    305446     46787    115480    324241     54658    758942   3307318     10.26     12.29
350.10/350.10	c  F st  1742    306250     46786    115480    324249     55446    758942   3394190     10.27   no data
350.10/350.18	c Replacing       19 vars Replaced      599 lits Time:     0.05 s 
361.59/361.70	c  N dy  1824    324984     46753    114895    323172     46552    756234   2214266     10.33     11.23
373.60/373.67	c Finding binary XORs  T:     1.36 s  found:      13
375.50/375.59	c  N dy  1935    345606     46491    113720    322018     38512    751341   1174833     10.39     11.14
381.40/381.50	c  S st  1998    357340     46301    113720    322240     49925    751341   2133453     10.42   no data
382.20/382.22	c  S st  1998    357841     46294    113720    322289     50370    751341   2157889     10.42   no data
382.20/382.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
395.40/395.44	c Flit:   306 Blit:    129 bXBeca:    0 bXProp:   60 Bins:  49907 BRemL:  12025 BRemN:     29 P: 200.0M T: 13.18
395.40/395.47	c Cleaning up after failed var search:     0.03 s 
395.50/395.54	c Replacing       73 vars Replaced     9274 lits Time:     0.06 s 
395.50/395.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
395.60/395.62	c bin-w-bin subsume rem          690 bins  time:  0.04 s
395.60/395.69	c subs with bin:      498  lits-rem:        32  v-fix:    0  time:  0.07 s
397.70/397.71	c Subs w/ non-existent bins:    143 l-rem:    106 v-fix:     1 done:  44763 time:  2.01 s
397.90/397.99	c Removed useless bin:    3709  fixed:     0  props:  18.69M  time:  0.28 s
398.10/398.19	c lits-rem:        16  cl-subs:     1236  v-elim:   1192  v-fix:    0  time:  0.21 s
399.90/399.98	c subs with bin:      313  lits-rem:      5149  v-fix:    0  time:  1.71 s
400.40/400.47	c lits-rem:      2754  cl-subs:     1084  v-elim:      0  v-fix:    0  time:  0.46 s
401.00/401.08	c vivif2 --  cl tried   111440 cl shrink     1260 lits rem       1491 time: 0.61
401.50/401.55	c vivif2 --  cl tried    42226 cl shrink    10323 lits rem     356086 time: 0.47
402.10/402.19	c asymm  cl-useful: 92/885/111038 lits-rem:107 time: 0.64
402.40/402.45	c calculated reachability. Time: 0.25
402.40/402.45	c  N dy  1998    357841     44505    111036    334177     41881    723964   1194735     10.42   no data
403.80/403.85	c Finding binary XORs  T:     1.39 s  found:      11
415.30/415.39	c  N dy  2096    377950     44467    111036    334528     36975    723964   1031626     10.42     11.40
425.60/425.61	c  N dy  2197    398081     44442    111036    334888     56540    723964   2674566     10.43     11.46
436.70/436.70	c  N dy  2297    418162     43670    107768    321080     45943    700901   1510240     10.45     24.25
443.39/443.43	c Finding binary XORs  T:     1.29 s  found:     305
449.09/449.16	c  N dy  2376    438456     43559    107693    321121     65366    700326   3028552     10.43     11.04
459.50/459.57	c  N dy  2493    458563     43090    105322    318431     53699    690185   2067772     10.49     11.08
470.00/470.05	c  N dy  2597    478802     43003    105322    318736     73390    690185   3500093     10.52     11.21
476.40/476.43	c Finding binary XORs  T:     1.27 s  found:     120
476.40/476.49	c Replacing      436 vars Replaced    20592 lits Time:     0.06 s 
480.80/480.80	c  N dy  2685    499272     39621     92179    280714     58919    628780   2131506     10.51     11.11
489.80/489.87	c  N dy  2778    519355     37849     84934    246245     47129    585302    947948     10.51     11.28
491.71/491.74	c Finding binary XORs  T:     1.26 s  found:     413
491.71/491.78	c Replacing      413 vars Replaced    13369 lits Time:     0.04 s 
493.10/493.10	c  E dy  2798    525893     37287     84718    245562     53375    582990   1268686     10.48      6.92
493.10/493.10	c num threads              : 1          
493.10/493.10	c restarts                 : 2798       
493.10/493.10	c dynamic restarts         : 2774       
493.10/493.10	c static restarts          : 24         
493.10/493.10	c full restarts            : 3          
493.10/493.10	c total simplify time      : 20.69      
493.10/493.10	c learnts DL2              : 0          
493.10/493.10	c learnts size 2           : 1536540    
493.10/493.10	c learnts size 1           : 127859      (49.25     % of vars)
493.10/493.10	c filedLit time            : 102.71      (20.86     % time)
493.10/493.10	c v-elim SatELite          : 83937       (32.33     % vars)
493.10/493.10	c SatELite time            : 26.60       (5.40      % time)
493.10/493.10	c v-elim xor               : 0           (0.00      % vars)
493.10/493.10	c xor elim time            : 0.29        (0.06      % time)
493.10/493.10	c num binary xor trees     : 7385       
493.10/493.10	c binxor trees' crown      : 12607       (1.71      leafs/tree)
493.10/493.10	c bin xor find time        : 19.41      
493.10/493.10	c OTF clause improved      : 4735        (0.01      clauses/conflict)
493.10/493.10	c OTF impr. size diff      : 15661       (3.31       lits/clause)
493.10/493.10	c OTF cl watch-shrink      : 386712      (0.74      clauses/conflict)
493.10/493.10	c OTF cl watch-sh-lit      : 4197187     (10.85      lits/clause)
493.10/493.10	c tried to recurMin cls    : 271036      (51.54      % of conflicts)
493.10/493.10	c updated cache            : 69381       (0.26       lits/tried recurMin)
493.10/493.10	c clauses over max glue    : 0           (0.00      % of all clauses)
493.10/493.10	c conflicts                : 525893      (1068.18   / sec)
493.10/493.10	c decisions                : 1906765     (0.75      % random)
493.10/493.10	c bogo-props               : 9283851179  (18857038.96 / sec)
493.10/493.10	c conflict literals        : 48190710    (38.58     % deleted)
493.10/493.10	c Memory used              : 1768.09     MB
493.10/493.10	c CPU time                 : 492.33      s
493.10/493.10	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3283447-1303759739/watcher-3283447-1303759739 -o /tmp/evaluation-result-3283447-1303759739/solver-3283447-1303759739 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3283447-1303759739.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.05 3.69 3.02 4/189 8891
/proc/meminfo: memFree=13046524/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=32100 CPUtime=0 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 1370 0 0 0 0 0 0 0 23 0 1 0 487573718 32870400 1208 33554432000 4194304 4627331 140735380190736 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 8025 1212 324 106 0 2996 0

[startup+0.097705 s]
/proc/loadavg: 4.05 3.69 3.02 4/189 8891
/proc/meminfo: memFree=13046524/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=105060 CPUtime=0.09 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 21669 0 0 0 6 3 0 0 23 0 1 0 487573718 107581440 17419 33554432000 4194304 4627331 140735380190736 18446744073709551615 4350827 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 26265 17419 324 106 0 21236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 105060

[startup+0.1007 s]
/proc/loadavg: 4.05 3.69 3.02 4/189 8891
/proc/meminfo: memFree=13046524/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=105060 CPUtime=0.09 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 21677 0 0 0 6 3 0 0 23 0 1 0 487573718 107581440 17427 33554432000 4194304 4627331 140735380190736 18446744073709551615 274473626678 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 26265 17427 324 106 0 21236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 105060

[startup+0.300674 s]
/proc/loadavg: 4.05 3.69 3.02 4/189 8891
/proc/meminfo: memFree=13046524/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=113544 CPUtime=0.29 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 24403 0 0 0 25 4 0 0 25 0 1 0 487573718 116269056 20153 33554432000 4194304 4627331 140735380190736 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 28386 20154 324 106 0 23357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113544

[startup+0.700603 s]
/proc/loadavg: 4.05 3.69 3.02 4/189 8891
/proc/meminfo: memFree=13046524/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=177880 CPUtime=0.69 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 33613 0 0 0 64 5 0 0 25 0 1 0 487573718 182149120 29281 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 44470 29282 342 106 0 39441 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 177880

[startup+1.50046 s]
/proc/loadavg: 4.05 3.69 3.02 5/190 8892
/proc/meminfo: memFree=12914836/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=205960 CPUtime=1.49 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 39263 0 0 0 143 6 0 0 25 0 1 0 487573718 210903040 34931 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308250 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 51490 34931 346 106 0 46461 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 205960

[startup+3.10018 s]
/proc/loadavg: 4.05 3.69 3.02 5/190 8893
/proc/meminfo: memFree=12872056/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=265248 CPUtime=3.09 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 50602 0 0 0 301 8 0 0 25 0 1 0 487573718 271613952 46270 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308393 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 66312 46270 346 106 0 61283 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 265248

[startup+6.30061 s]
/proc/loadavg: 4.05 3.69 3.03 5/190 8893
/proc/meminfo: memFree=12764580/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=386504 CPUtime=6.28 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 73447 0 0 0 617 11 0 0 25 0 1 0 487573718 395780096 69115 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 96626 69115 346 106 0 91597 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 386504

[startup+12.7005 s]
/proc/loadavg: 4.04 3.70 3.03 5/190 8893
/proc/meminfo: memFree=12628476/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=533200 CPUtime=12.69 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 102617 0 0 0 1253 16 0 0 25 0 1 0 487573718 545996800 98285 33554432000 4194304 4627331 140735380190736 18446744073709551615 4264998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 133300 98285 351 106 0 128271 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 533200

[startup+25.5002 s]
/proc/loadavg: 4.03 3.71 3.05 5/190 8893
/proc/meminfo: memFree=12511140/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=630276 CPUtime=25.49 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 131781 0 0 0 2528 21 0 0 25 0 1 0 487573718 645402624 123175 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 157569 123175 374 106 0 152540 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 630276

[startup+51.1007 s]
/proc/loadavg: 4.02 3.73 3.07 5/190 8894
/proc/meminfo: memFree=12442568/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=674036 CPUtime=51.09 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 150922 0 0 0 5084 25 0 0 25 0 1 0 487573718 690212864 136854 33554432000 4194304 4627331 140735380190736 18446744073709551615 4233409 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 168509 136854 379 106 0 163480 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 674036

[startup+102.307 s]
/proc/loadavg: 4.01 3.77 3.12 5/190 8895
/proc/meminfo: memFree=11866688/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1252288 CPUtime=102.3 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 272790 0 0 0 10185 45 0 0 25 0 1 0 487573718 1282342912 253843 33554432000 4194304 4627331 140735380190736 18446744073709551615 4298872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 313072 253843 379 106 0 308043 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1252288

[startup+162.3 s]
/proc/loadavg: 4.00 3.81 3.17 5/190 8924
/proc/meminfo: memFree=12482836/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1431804 CPUtime=162.29 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 315438 0 0 0 16174 55 0 0 25 0 1 0 487573718 1466167296 292658 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308351 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 357951 292658 379 106 0 352922 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1431804

[startup+222.301 s]
/proc/loadavg: 4.00 3.84 3.22 5/190 8925
/proc/meminfo: memFree=12028844/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1612268 CPUtime=222.29 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 343256 0 0 0 22168 61 0 0 25 0 1 0 487573718 1650962432 320000 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 403067 320000 379 106 0 398038 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1612268

[startup+282.301 s]
/proc/loadavg: 4.03 3.88 3.27 5/190 8927
/proc/meminfo: memFree=11677028/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1641628 CPUtime=282.29 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 364312 0 0 0 28163 66 0 0 25 0 1 0 487573718 1681027072 338687 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 410407 338687 379 106 0 405378 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1641628

[startup+342.3 s]
/proc/loadavg: 4.01 3.90 3.31 5/190 8928
/proc/meminfo: memFree=11327084/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1764312 CPUtime=342.3 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 392462 0 0 0 34157 73 0 0 25 0 1 0 487573718 1806655488 365139 33554432000 4194304 4627331 140735380190736 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 441078 365139 379 106 0 436049 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1764312

[startup+402.301 s]
/proc/loadavg: 4.00 3.92 3.35 5/190 8930
/proc/meminfo: memFree=11248816/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1785592 CPUtime=402.3 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 400213 0 0 0 40154 76 0 0 25 0 1 0 487573718 1828446208 371477 33554432000 4194304 4627331 140735380190736 18446744073709551615 4298972 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 446398 371477 379 106 0 441369 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1785592

[startup+462.3 s]
/proc/loadavg: 4.06 3.94 3.40 5/190 8932
/proc/meminfo: memFree=11144380/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1794344 CPUtime=462.3 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 404204 0 0 0 46152 78 0 0 25 0 1 0 487573718 1837408256 373520 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308567 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 448586 373520 379 106 0 443557 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1794344

Solver just ended. Dumping a history of the last processes samples

[startup+473.5 s]
/proc/loadavg: 4.05 3.94 3.40 5/190 8932
/proc/meminfo: memFree=11135700/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1795692 CPUtime=473.5 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 404873 0 0 0 47272 78 0 0 25 0 1 0 487573718 1838788608 373823 33554432000 4194304 4627331 140735380190736 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 448923 373823 379 106 0 443894 0
Current children cumulated CPU time (s) 473.5
Current children cumulated vsize (KiB) 1795692

[startup+486.301 s]
/proc/loadavg: 4.04 3.95 3.41 5/190 8932
/proc/meminfo: memFree=11129236/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1795692 CPUtime=486.3 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 404899 0 0 0 48552 78 0 0 25 0 1 0 487573718 1838788608 373849 33554432000 4194304 4627331 140735380190736 18446744073709551615 4310062 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 448923 373849 379 106 0 443894 0
Current children cumulated CPU time (s) 486.3
Current children cumulated vsize (KiB) 1795692

[startup+489.507 s]
/proc/loadavg: 4.04 3.95 3.41 5/190 8932
/proc/meminfo: memFree=11078272/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1810516 CPUtime=489.51 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 406580 0 0 0 48873 78 0 0 25 0 1 0 487573718 1853968384 375245 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 452629 375245 379 106 0 447600 0
Current children cumulated CPU time (s) 489.51
Current children cumulated vsize (KiB) 1810516

[startup+491.1 s]
/proc/loadavg: 4.04 3.95 3.41 5/190 8932
/proc/meminfo: memFree=11068724/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1810516 CPUtime=491.1 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 406738 0 0 0 49032 78 0 0 25 0 1 0 487573718 1853968384 375403 33554432000 4194304 4627331 140735380190736 18446744073709551615 4515582 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 452629 375403 379 106 0 447600 0
Current children cumulated CPU time (s) 491.1
Current children cumulated vsize (KiB) 1810516

[startup+492.701 s]
/proc/loadavg: 4.04 3.95 3.41 5/190 8932
/proc/meminfo: memFree=11072940/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1810516 CPUtime=492.71 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 406909 0 0 0 49193 78 0 0 25 0 1 0 487573718 1853968384 375574 33554432000 4194304 4627331 140735380190736 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 452629 375574 379 106 0 447600 0
Current children cumulated CPU time (s) 492.71
Current children cumulated vsize (KiB) 1810516

[startup+493.101 s]
/proc/loadavg: 4.04 3.95 3.41 5/190 8932
/proc/meminfo: memFree=11072940/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1810516 CPUtime=493.1 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 406964 0 0 0 49232 78 0 0 25 0 1 0 487573718 1853968384 375629 33554432000 4194304 4627331 140735380190736 18446744073709551615 4328155 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 452629 375629 379 106 0 447600 0
Current children cumulated CPU time (s) 493.1
Current children cumulated vsize (KiB) 1810516

[startup+493.301 s]
/proc/loadavg: 4.04 3.95 3.41 5/190 8932
/proc/meminfo: memFree=11072940/32950928 swapFree=67111528/67111528
[pid=8891] ppid=8889 vsize=1771944 CPUtime=493.3 cores=1,3
/proc/8891/stat : 8891 (strangenight2-s) R 8889 8891 7713 0 -1 4202496 406974 0 0 0 49252 78 0 0 25 0 1 0 487573718 1814470656 367466 33554432000 4194304 4627331 140735380190736 18446744073709551615 274473625362 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8891/statm: 442986 367466 388 106 0 437957 0
Current children cumulated CPU time (s) 493.3
Current children cumulated vsize (KiB) 1771944

Child status: 20
Real time (s): 493.399
CPU time (s): 493.407
CPU user time (s): 492.555
CPU system time (s): 0.85187
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1856616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.555
system time used= 0.85187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 589

runsolver used 0.766883 second user time and 1.93571 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-25 21:29:01
IDJOB=3283447
IDBENCH=71037
IDSOLVER=1587
FILE ID=node125/3283447-1303759739
RUNJOBID= node125-1303759122-8646
PBS_JOBID= 13154062
Free space on /tmp= 73008 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283447-1303759739/watcher-3283447-1303759739 -o /tmp/evaluation-result-3283447-1303759739/solver-3283447-1303759739 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3283447-1303759739.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=933546630

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13046804 kB
Buffers:       2195112 kB
Cached:       13569076 kB
SwapCached:          0 kB
Active:       11403824 kB
Inactive:      7959208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13046804 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           36976 kB
Writeback:           0 kB
AnonPages:     3597868 kB
Mapped:          16288 kB
Slab:           468496 kB
PageTables:      13340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4359968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73004 MiB
End job on node125 at 2011-04-25 21:37:14