Trace number 3368284

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-st (fixed)UNSAT 434.017 434.009

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-3368284-1305379179.cnf'
0.00/0.00	c -- header says num vars:         259616
0.00/0.00	c -- header says num clauses:     1374599
0.49/0.50	c -- clauses added:            0 learnts,      1374599 normals,            0 xors
0.49/0.50	c -- vars added     259616
0.49/0.50	c Parsing time:  0.44 s
0.49/0.50	c  N st     0         0    259616    378643    981857         0   3295723         0   no data   no data
0.78/0.82	c asymm  cl-useful: 5/3196/332664 lits-rem:20 time: 0.30
11.49/11.55	c Flit:   473 Blit:   1122 bXBeca:    0 bXProp: 1148 Bins:      0 BRemL:      0 BRemN:      0 P: 200.2M T: 10.62
11.49/11.59	c Cleaning up after failed var search:     0.03 s 
11.59/11.66	c Replacing     1148 vars Replaced    33986 lits Time:     0.06 s 
11.69/11.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.78/11.83	c bin-w-bin subsume rem        36191 bins  time:  0.05 s
11.88/11.95	c subs with bin:     5505  lits-rem:     48131  v-fix:    0  time:  0.12 s
14.79/14.86	c Subs w/ non-existent bins:    605 l-rem:      0 v-fix:  2060 done:  11418 time:  2.90 s
14.99/15.07	c Removed useless bin:     626  fixed:     0  props:  20.00M  time:  0.21 s
15.89/15.93	c lits-rem:      2562  cl-subs:     7226  v-elim:  62995  v-fix:    0  time:  0.84 s
16.40/16.43	c Finding binary XORs  T:     0.50 s  found:     706
16.40/16.49	c Replacing      706 vars Replaced    14371 lits Time:     0.06 s 
16.59/16.68	c Finding non-binary XORs:     0.11 s (found:       0, avg size: nan)
16.59/16.68	c calculated reachability. Time: 0.06
16.69/16.71	c Calc default polars -  time:   0.03 s pos:   28157 undec:  134457 neg:   97002
16.69/16.71	c =========================================================================================
16.69/16.71	c types(t): F = full restart, N = normal restart
16.69/16.71	c types(t): S = simplification begin/end, E = solution found
16.69/16.71	c restart types(rt): st = static, dy = dynamic
16.69/16.71	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
16.69/16.71	c  B st     0         0    132859    405958    471578         0   2422025         0   no data   no data
20.59/20.63	c  N dy    21      4136    121217    389947    425025      3473   2226710    223247      5.95      6.52
22.00/22.03	c Finding binary XORs  T:     0.38 s  found:    1149
24.58/24.68	c  N dy    49      8155    113924    372363    401771      6742   2088462    454173      6.87      7.37
24.88/24.92	c Replacing     1149 vars Replaced    34950 lits Time:     0.09 s 
28.18/28.27	c Finding binary XORs  T:     0.41 s  found:    2519
28.28/28.35	c Replacing     2519 vars Replaced   114297 lits Time:     0.07 s 
28.38/28.46	c  N dy    77     12157    106135    349741    378373      9986   1953602    759427      7.67     13.30
31.90/31.91	c  N dy   104     16174    105170    349741    378837     13482   1953602   1045014      7.97      8.72
35.29/35.36	c  N dy   128     20250    103118    343272    374553      8609   1918488    256242      8.68      9.61
37.29/37.40	c Finding binary XORs  T:     0.44 s  found:    1261
37.40/37.46	c Replacing     1261 vars Replaced    41100 lits Time:     0.06 s 
39.29/39.38	c  N dy   152     24542    100069    310207    369713     12339   1802459    602996      8.78      9.51
39.69/39.78	c  F st   155     25000     99936    310207    369741     12760   1802459    645418      8.77      6.73
43.79/43.89	c  N dy   161     30000     99453    309744    369261     17393   1799082   1384318      8.77   no data
43.79/43.89	c  S st   161     30000     99453    309744    369261     17393   1799082   1384318      8.77   no data
45.39/45.49	c  S st   161     30501     97075    276011    365565     17558   1685828   1383819      8.77   no data
45.49/45.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
55.39/55.40	c Flit:   880 Blit:   2315 bXBeca:    0 bXProp: 1416 Bins:  51066 BRemL:   4697 BRemN:     26 P: 200.0M T:  9.78
55.39/55.44	c Cleaning up after failed var search:     0.04 s 
55.49/55.52	c Replacing     1417 vars Replaced    68809 lits Time:     0.07 s 
55.59/55.63	c blocked clauses removed:        0 vars:      0 tried:       89196 T: 0.04 s
55.59/55.66	c bin-w-bin subsume rem         4858 bins  time:  0.03 s
55.69/55.74	c subs with bin:     5636  lits-rem:      2939  v-fix:    0  time:  0.08 s
58.99/59.03	c Subs w/ non-existent bins:   1746 l-rem:    120 v-fix:  1054 done:  25924 time:  3.29 s
59.09/59.18	c Removed useless bin:    1898  fixed:     0  props:  20.00M  time:  0.15 s
59.59/59.62	c lits-rem:       858  cl-subs:    13040  v-elim:   5810  v-fix:    0  time:  0.44 s
59.69/59.75	c subs with bin:      163  lits-rem:       304  v-fix:    0  time:  0.09 s
59.79/59.85	c lits-rem:       140  cl-subs:      556  v-elim:      0  v-fix:    0  time:  0.07 s
60.19/60.26	c asymm  cl-useful: 313/3425/219886 lits-rem:611 time: 0.41
60.40/60.48	c calculated reachability. Time: 0.20
60.40/60.48	c  N dy   161     30501     82332    219886    351304      8578   1412423    270647      8.77   no data
61.39/61.47	c Finding binary XORs  T:     0.99 s  found:     293
63.89/63.93	c  N dy   170     34613     82286    219886    351617     12322   1412423    555806      8.45      8.91
66.89/66.90	c  N dy   191     38634     82142    219886    351858     16052   1412422   1025926      8.48      9.03
69.89/69.95	c  N dy   213     42652     82017    219886    352046     10495   1412422    384875      8.51      9.02
71.99/72.06	c  S st   228     45751     81542    219886    352211     13389   1412422    686587      8.44   no data
73.09/73.15	c  S st   228     46252     80945    208794    344516     13557   1364048    688181      8.44   no data
73.09/73.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
83.50/83.51	c Flit:   990 Blit:   1154 bXBeca:    0 bXProp: 1246 Bins:  52394 BRemL:   6225 BRemN:     26 P: 200.0M T: 10.25
83.50/83.55	c Cleaning up after failed var search:     0.03 s 
83.60/83.62	c Replacing     1539 vars Replaced    56916 lits Time:     0.06 s 
83.60/83.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.69/83.70	c bin-w-bin subsume rem         3134 bins  time:  0.03 s
83.69/83.78	c subs with bin:     1973  lits-rem:      7914  v-fix:    0  time:  0.08 s
86.80/86.81	c Subs w/ non-existent bins:   1228 l-rem:    372 v-fix:   174 done:  28802 time:  3.02 s
86.90/86.98	c Removed useless bin:    2659  fixed:   175  props:  20.00M  time:  0.18 s
87.19/87.29	c lits-rem:       237  cl-subs:     6926  v-elim:   4042  v-fix:    0  time:  0.30 s
87.29/87.39	c subs with bin:       80  lits-rem:       209  v-fix:    0  time:  0.07 s
87.39/87.48	c lits-rem:        41  cl-subs:      162  v-elim:      0  v-fix:    0  time:  0.06 s
88.19/88.28	c vivif2 --  cl tried   194113 cl shrink     9528 lits rem      11143 time: 0.80
88.29/88.35	c vivif2 --  cl tried     8624 cl shrink     1294 lits rem       9411 time: 0.07
88.69/88.71	c asymm  cl-useful: 183/1734/191851 lits-rem:226 time: 0.36
89.00/89.02	c calculated reachability. Time: 0.29
89.00/89.02	c  N dy   228     46252     71975    191851    351779      8253   1238029    267575      8.44   no data
90.39/90.44	c Finding binary XORs  T:     1.42 s  found:     134
92.69/92.70	c  N dy   236     50292     71815    191851    352127     11896   1238029    503195      8.28      8.85
94.99/95.01	c  N dy   254     54318     71563    191851    352384     15608   1238029    834685      8.25      8.79
97.49/97.57	c  N dy   277     58390     71506    191851    352655     19359   1238029   1213821      8.25      8.87
100.10/100.13	c  N dy   304     62391     71292    191851    352891     23079   1238029   1659249      8.40     15.23
102.49/102.50	c  N dy   327     66395     71177    184212    350196     14329   1209264    578003      8.40      8.90
104.09/104.13	c  S st   341     69378     71151    184212    350334     17138   1209264    853903      8.39      6.07
104.89/104.92	c  S st   341     69878     71137    184212    350448     17457   1209264    870620      8.39   no data
104.89/104.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
116.19/116.23	c Flit:   812 Blit:    593 bXBeca:    0 bXProp:  735 Bins:  56306 BRemL:   1742 BRemN:     31 P: 200.0M T: 11.23
116.19/116.26	c Cleaning up after failed var search:     0.03 s 
116.29/116.33	c Replacing      870 vars Replaced    32143 lits Time:     0.06 s 
116.29/116.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
116.39/116.42	c bin-w-bin subsume rem         5163 bins  time:  0.03 s
116.50/116.51	c subs with bin:     1616  lits-rem:      2739  v-fix:    0  time:  0.08 s
119.19/119.27	c Subs w/ non-existent bins:    612 l-rem:    303 v-fix:    66 done:  32789 time:  2.77 s
119.39/119.48	c Removed useless bin:    5231  fixed:     0  props:  20.00M  time:  0.21 s
119.69/119.76	c lits-rem:       620  cl-subs:     7611  v-elim:   4104  v-fix:    0  time:  0.28 s
119.80/119.89	c subs with bin:       94  lits-rem:       265  v-fix:    0  time:  0.10 s
119.90/119.98	c lits-rem:       111  cl-subs:      197  v-elim:      0  v-fix:    0  time:  0.06 s
120.69/120.76	c vivif2 --  cl tried   172648 cl shrink     5756 lits rem       7642 time: 0.79
120.79/120.85	c vivif2 --  cl tried    10202 cl shrink      998 lits rem      10991 time: 0.09
121.29/121.36	c asymm  cl-useful: 192/796/171474 lits-rem:233 time: 0.50
121.59/121.67	c calculated reachability. Time: 0.30
121.59/121.68	c  N dy   341     69878     63540    171468    361779      9976   1105413    338257      8.39   no data
123.09/123.17	c Finding binary XORs  T:     1.49 s  found:      35
125.30/125.38	c  N dy   360     74421     63532    171468    361999     14247   1105413    691866      8.34      8.97
127.50/127.59	c  N dy   386     79227     63438    171468    362219     18768   1105413   1130643      8.36      9.05
130.59/130.62	c  N dy   414     84529     63179    171468    362488     23735   1105413   1662848      8.38      8.84
132.39/132.45	c  F st   436     87500     63096    171468    362622     13517   1105413    441797      8.43   no data
132.49/132.51	c Replacing       35 vars Replaced      951 lits Time:     0.04 s 
134.10/134.12	c  N st   441     90800     63060    168341    360142     16494   1091769    767632      8.43   no data
136.79/136.87	c  N dy   466     96678     63034    168341    360363     22089   1091769   1347062      8.45      8.90
140.09/140.19	c  N dy   515    102864     62940    168341    360623     27943   1091769   2008039      8.60     12.18
141.19/141.27	c  S st   528    104820     62091    159482    350167     28515   1052223   2098163      8.63   no data
143.09/143.19	c Finding binary XORs  T:     1.31 s  found:     124
143.39/143.47	c  S st   528    105321     61948    158641    348467     28839   1047887   2122504      8.63   no data
143.49/143.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
154.60/154.69	c Flit:   872 Blit:    276 bXBeca:    0 bXProp:  373 Bins:  45405 BRemL:   2150 BRemN:     13 P: 200.0M T: 11.16
154.69/154.73	c Cleaning up after failed var search:     0.03 s 
154.79/154.80	c Replacing      497 vars Replaced    36340 lits Time:     0.07 s 
154.79/154.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
154.79/154.88	c bin-w-bin subsume rem         2225 bins  time:  0.03 s
154.89/154.96	c subs with bin:     1430  lits-rem:      2437  v-fix:    0  time:  0.08 s
157.20/157.29	c Subs w/ non-existent bins:    324 l-rem:    270 v-fix:     5 done:  35737 time:  2.32 s
157.49/157.51	c Removed useless bin:    6066  fixed:     0  props:  20.00M  time:  0.23 s
157.69/157.75	c lits-rem:        92  cl-subs:     4325  v-elim:   2332  v-fix:    0  time:  0.24 s
157.89/157.99	c subs with bin:      123  lits-rem:       720  v-fix:    0  time:  0.20 s
157.99/158.09	c lits-rem:       218  cl-subs:      381  v-elim:      0  v-fix:    0  time:  0.08 s
158.79/158.83	c vivif2 --  cl tried   154767 cl shrink     4113 lits rem       5304 time: 0.74
158.89/158.99	c vivif2 --  cl tried    16321 cl shrink     2068 lits rem      35524 time: 0.16
159.40/159.50	c asymm  cl-useful: 192/910/153739 lits-rem:225 time: 0.51
159.69/159.79	c calculated reachability. Time: 0.28
159.69/159.79	c  N dy   528    105321     57722    153732    359498     16082    990538    523056      8.63   no data
161.19/161.22	c Finding binary XORs  T:     1.43 s  found:      15
164.39/164.49	c  N dy   564    112165     57707    153732    359766     12371    990538    464449      8.62      9.71
167.89/167.96	c  N dy   590    119439     57496    153732    360063     19243    990538    991381      8.58      9.07
172.10/172.12	c  N dy   652    127128     57228    153732    360348     26585    990538   1860662      8.81      9.42
176.80/176.85	c  N dy   719    135242     57222    153732    360671     34312    990538   2838746      9.02     16.46
181.10/181.18	c  N dy   779    144106     55379    133887    339514     24450    906096   1262210      9.16      9.68
182.61/182.67	c Finding binary XORs  T:     1.29 s  found:      26
187.50/187.53	c  N dy   839    153335     55367    133867    339726     33258    905975   2385960      9.32     13.23
189.90/189.97	c  S st   868    157983     55330    133867    339838     37750    905975   2903857      9.37   no data
190.60/190.69	c  S st   868    158483     55329    133867    339903     38164    905975   2938807      9.37   no data
190.70/190.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
201.50/201.54	c Flit:   975 Blit:    536 bXBeca:    0 bXProp:  324 Bins:  37405 BRemL:   2705 BRemN:     30 P: 200.1M T: 10.78
201.50/201.57	c Cleaning up after failed var search:     0.03 s 
201.60/201.63	c Replacing      366 vars Replaced    15630 lits Time:     0.05 s 
201.60/201.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
201.70/201.71	c bin-w-bin subsume rem         1593 bins  time:  0.03 s
201.70/201.78	c subs with bin:      586  lits-rem:       621  v-fix:    0  time:  0.07 s
203.99/204.00	c Subs w/ non-existent bins:    245 l-rem:    269 v-fix:     6 done:  40675 time:  2.22 s
204.09/204.19	c Removed useless bin:    5221  fixed:     0  props:  20.00M  time:  0.19 s
204.39/204.41	c lits-rem:        11  cl-subs:     4051  v-elim:   1727  v-fix:    0  time:  0.22 s
205.19/205.21	c subs with bin:      108  lits-rem:      1152  v-fix:    0  time:  0.75 s
205.29/205.36	c lits-rem:       837  cl-subs:      579  v-elim:      0  v-fix:    0  time:  0.12 s
205.99/206.04	c vivif2 --  cl tried   122288 cl shrink     3559 lits rem       4586 time: 0.69
206.29/206.31	c vivif2 --  cl tried    23204 cl shrink     4893 lits rem     141917 time: 0.27
206.80/206.88	c asymm  cl-useful: 157/955/121544 lits-rem:167 time: 0.57
207.09/207.18	c calculated reachability. Time: 0.28
207.09/207.18	c  N dy   868    158483     50498    121543    330733     22960    814341    752085      9.37   no data
208.59/208.66	c Finding binary XORs  T:     1.46 s  found:      32
213.19/213.21	c  N dy   919    168821     50461    121543    331114     21389    814314   1013261      9.37      9.95
218.50/218.50	c  N dy  1001    179643     50417    121543    331449     31767    814314   2138991      9.47     11.46
224.69/224.71	c  N dy  1089    191200     50318    121543    331758     22007    814314    695405      9.71     12.17
230.70/230.76	c  N dy  1167    203499     50242    121543    332080     33890    814314   1977263      9.85     11.75
238.39/238.43	c  N dy  1258    216567     50236    121543    332402     46549    814314   3472136     10.00     10.72
245.89/245.97	c  N dy  1342    230470     50170    121543    332697     36003    814314   1888002     10.08     10.73
250.80/250.87	c  S st  1381    237726     50168    121543    332830     43082    814314   2796531     10.10     10.76
251.59/251.61	c  S st  1381    238226     50103    121543    332877     43522    814314   2824601     10.10   no data
251.59/251.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
262.90/262.98	c Flit:   837 Blit:    195 bXBeca:    0 bXProp:  127 Bins:  35355 BRemL:   2881 BRemN:     21 P: 200.0M T: 11.29
262.99/263.01	c Cleaning up after failed var search:     0.03 s 
262.99/263.08	c Replacing      159 vars Replaced    11822 lits Time:     0.06 s 
263.09/263.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
263.09/263.15	c bin-w-bin subsume rem         1312 bins  time:  0.03 s
263.19/263.22	c subs with bin:      383  lits-rem:       260  v-fix:    0  time:  0.07 s
265.11/265.14	c Subs w/ non-existent bins:     61 l-rem:     40 v-fix:     1 done:  43651 time:  1.92 s
265.30/265.39	c Removed useless bin:    7252  fixed:     0  props:  20.00M  time:  0.25 s
265.50/265.59	c lits-rem:        21  cl-subs:     1775  v-elim:   1735  v-fix:    0  time:  0.20 s
267.31/267.31	c subs with bin:      173  lits-rem:      5514  v-fix:    0  time:  1.65 s
267.60/267.66	c lits-rem:      2509  cl-subs:      848  v-elim:      0  v-fix:    0  time:  0.33 s
268.31/268.36	c vivif2 --  cl tried   116215 cl shrink     2317 lits rem       2894 time: 0.69
268.70/268.74	c vivif2 --  cl tried    32216 cl shrink     8245 lits rem     341576 time: 0.38
269.20/269.29	c asymm  cl-useful: 204/1033/115480 lits-rem:221 time: 0.55
269.51/269.58	c calculated reachability. Time: 0.28
269.51/269.58	c  N dy  1381    238226     46918    115480    322844     32050    758942   1032245     10.10   no data
271.00/271.05	c Finding binary XORs  T:     1.47 s  found:      19
278.49/278.59	c  N dy  1459    253569     46882    115480    323253     29634    758942   1099472     10.13     11.08
286.59/286.67	c  N dy  1540    269834     46870    115480    323589     45422    758942   2604859     10.17     10.90
295.00/295.04	c  N dy  1638    287080     46826    115480    323913     36780    758942   1572634     10.23     10.96
304.90/304.90	c  N dy  1736    305446     46787    115480    324241     54658    758942   3307318     10.26     12.29
305.40/305.42	c  F st  1742    306250     46786    115480    324249     55446    758942   3394190     10.27   no data
305.40/305.49	c Replacing       19 vars Replaced      599 lits Time:     0.05 s 
315.49/315.50	c  N dy  1824    324984     46753    114895    323172     46552    756234   2214266     10.33     11.23
326.90/326.96	c Finding binary XORs  T:     1.33 s  found:      13
328.50/328.59	c  N dy  1935    345606     46491    113720    322018     38512    751341   1174833     10.39     11.14
333.60/333.67	c  S st  1998    357340     46301    113720    322240     49925    751341   2133453     10.42   no data
334.31/334.32	c  S st  1998    357841     46294    113720    322289     50370    751341   2157889     10.42   no data
334.31/334.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
345.70/345.77	c Flit:   306 Blit:    129 bXBeca:    0 bXProp:   60 Bins:  49907 BRemL:  12025 BRemN:     29 P: 200.0M T: 11.41
345.80/345.80	c Cleaning up after failed var search:     0.03 s 
345.80/345.86	c Replacing       73 vars Replaced     9274 lits Time:     0.06 s 
345.90/345.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
345.90/345.93	c bin-w-bin subsume rem          690 bins  time:  0.03 s
346.00/346.00	c subs with bin:      498  lits-rem:        32  v-fix:    0  time:  0.07 s
347.70/347.77	c Subs w/ non-existent bins:    143 l-rem:    106 v-fix:     1 done:  44763 time:  1.77 s
348.00/348.01	c Removed useless bin:    3709  fixed:     0  props:  18.69M  time:  0.24 s
348.20/348.20	c lits-rem:        16  cl-subs:     1236  v-elim:   1192  v-fix:    0  time:  0.18 s
349.81/349.88	c subs with bin:      313  lits-rem:      5149  v-fix:    0  time:  1.61 s
350.30/350.33	c lits-rem:      2754  cl-subs:     1084  v-elim:      0  v-fix:    0  time:  0.42 s
350.91/350.94	c vivif2 --  cl tried   111440 cl shrink     1260 lits rem       1491 time: 0.61
351.30/351.39	c vivif2 --  cl tried    42226 cl shrink    10323 lits rem     356086 time: 0.45
351.91/351.95	c asymm  cl-useful: 92/885/111038 lits-rem:107 time: 0.56
352.20/352.21	c calculated reachability. Time: 0.24
352.20/352.21	c  N dy  1998    357841     44505    111036    334177     41881    723964   1194735     10.42   no data
353.50/353.58	c Finding binary XORs  T:     1.37 s  found:      11
363.60/363.62	c  N dy  2096    377950     44467    111036    334528     36975    723964   1031626     10.42     11.40
372.49/372.51	c  N dy  2197    398081     44442    111036    334888     56540    723964   2674566     10.43     11.46
382.40/382.40	c  N dy  2297    418162     43670    107768    321080     45943    700901   1510240     10.45     24.25
388.40/388.49	c Finding binary XORs  T:     1.27 s  found:     305
393.50/393.59	c  N dy  2376    438456     43559    107693    321121     65366    700326   3028552     10.43     11.04
403.80/403.89	c  N dy  2493    458563     43090    105322    318431     53699    690185   2067772     10.49     11.08
413.10/413.15	c  N dy  2597    478802     43003    105322    318736     73390    690185   3500093     10.52     11.21
419.01/419.02	c Finding binary XORs  T:     1.25 s  found:     120
419.01/419.08	c Replacing      436 vars Replaced    20592 lits Time:     0.06 s 
422.80/422.89	c  N dy  2685    499272     39621     92179    280714     58919    628780   2131506     10.51     11.11
430.90/430.98	c  N dy  2778    519355     37849     84934    246245     47129    585302    947948     10.51     11.28
432.70/432.75	c Finding binary XORs  T:     1.23 s  found:     413
432.70/432.79	c Replacing      413 vars Replaced    13369 lits Time:     0.04 s 
433.90/433.93	c  E dy  2798    525893     37287     84718    245562     53375    582990   1268686     10.48      6.92
433.90/433.93	c num threads              : 1          
433.90/433.93	c restarts                 : 2798       
433.90/433.93	c dynamic restarts         : 2774       
433.90/433.93	c static restarts          : 24         
433.90/433.93	c full restarts            : 3          
433.90/433.93	c total simplify time      : 20.14      
433.90/433.93	c learnts DL2              : 0          
433.90/433.93	c learnts size 2           : 1536540    
433.90/433.93	c learnts size 1           : 127859      (49.25     % of vars)
433.90/433.93	c filedLit time            : 86.81       (20.03     % time)
433.90/433.93	c v-elim SatELite          : 83937       (32.33     % vars)
433.90/433.93	c SatELite time            : 23.04       (5.32      % time)
433.90/433.93	c v-elim xor               : 0           (0.00      % vars)
433.90/433.93	c xor elim time            : 0.27        (0.06      % time)
433.90/433.93	c num binary xor trees     : 7385       
433.90/433.93	c binxor trees' crown      : 12607       (1.71      leafs/tree)
433.90/433.93	c bin xor find time        : 19.03      
433.90/433.93	c OTF clause improved      : 4735        (0.01      clauses/conflict)
433.90/433.93	c OTF impr. size diff      : 15661       (3.31       lits/clause)
433.90/433.93	c OTF cl watch-shrink      : 386712      (0.74      clauses/conflict)
433.90/433.93	c OTF cl watch-sh-lit      : 4197187     (10.85      lits/clause)
433.90/433.93	c tried to recurMin cls    : 271036      (51.54      % of conflicts)
433.90/433.93	c updated cache            : 69381       (0.26       lits/tried recurMin)
433.90/433.93	c clauses over max glue    : 0           (0.00      % of all clauses)
433.90/433.93	c conflicts                : 525893      (1213.64   / sec)
433.90/433.93	c decisions                : 1906765     (0.75      % random)
433.90/433.93	c bogo-props               : 9283851179  (21425023.89 / sec)
433.90/433.93	c conflict literals        : 48190710    (38.58     % deleted)
433.90/433.93	c Memory used              : 1768.04     MB
433.90/433.93	c CPU time                 : 433.32      s
433.90/433.93	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: 961)

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

running on 2 cores: 5,7

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: 0.48 0.11 0.04 4/279 23377
/proc/meminfo: memFree=19917480/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=33340 CPUtime=0 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 1644 0 0 0 0 0 0 0 20 0 1 0 649517864 34140160 1353 33554432000 4194304 4580011 140736875705920 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 8335 1358 325 95 0 3317 0

[startup+0.062369 s]
/proc/loadavg: 0.48 0.11 0.04 4/279 23377
/proc/meminfo: memFree=19917480/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=86788 CPUtime=0.05 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 16490 0 0 0 3 2 0 0 20 0 1 0 649517864 88870912 12261 33554432000 4194304 4580011 140736875705920 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 21697 12269 325 95 0 16679 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 86788

[startup+0.10036 s]
/proc/loadavg: 0.48 0.11 0.04 4/279 23377
/proc/meminfo: memFree=19917480/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=105012 CPUtime=0.09 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 21676 0 0 0 6 3 0 0 20 0 1 0 649517864 107532288 17426 33554432000 4194304 4580011 140736875705920 18446744073709551615 4353833 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 26253 17427 325 95 0 21235 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 105012

[startup+0.300324 s]
/proc/loadavg: 0.48 0.11 0.04 4/279 23377
/proc/meminfo: memFree=19917480/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=114156 CPUtime=0.29 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 24670 0 0 0 25 4 0 0 21 0 1 0 649517864 116895744 20420 33554432000 4194304 4580011 140736875705920 18446744073709551615 237278540485 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 28539 20421 325 95 0 23521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114156

[startup+0.700252 s]
/proc/loadavg: 0.48 0.11 0.04 4/279 23377
/proc/meminfo: memFree=19917480/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=177832 CPUtime=0.69 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 33626 0 0 0 64 5 0 0 22 0 1 0 649517864 182099968 29294 33554432000 4194304 4580011 140736875705920 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 44458 29294 339 95 0 39440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 177832

[startup+1.50011 s]
/proc/loadavg: 0.48 0.11 0.04 4/280 23378
/proc/meminfo: memFree=19760116/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=212344 CPUtime=1.49 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 40481 0 0 0 143 6 0 0 25 0 1 0 649517864 217440256 36149 33554432000 4194304 4580011 140736875705920 18446744073709551615 4234877 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 53086 36149 341 95 0 48068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212344

[startup+3.10082 s]
/proc/loadavg: 0.48 0.11 0.04 4/280 23380
/proc/meminfo: memFree=19695504/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=277936 CPUtime=3.09 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 53017 0 0 0 301 8 0 0 25 0 1 0 649517864 284606464 48685 33554432000 4194304 4580011 140736875705920 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 69484 48685 341 95 0 64466 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 277936

[startup+6.30025 s]
/proc/loadavg: 0.76 0.18 0.06 5/285 23388
/proc/meminfo: memFree=19342688/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=412108 CPUtime=6.28 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 78207 0 0 0 616 12 0 0 25 0 1 0 649517864 421998592 73875 33554432000 4194304 4580011 140736875705920 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 103027 73875 341 95 0 98009 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 412108

[startup+12.7001 s]
/proc/loadavg: 1.02 0.24 0.08 5/285 23388
/proc/meminfo: memFree=18853796/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=590368 CPUtime=12.69 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 116200 0 0 0 1251 18 0 0 25 0 1 0 649517864 604536832 111868 33554432000 4194304 4580011 140736875705920 18446744073709551615 4515116 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 147592 111868 354 95 0 142574 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 590368

[startup+25.5008 s]
/proc/loadavg: 1.68 0.42 0.14 5/285 23415
/proc/meminfo: memFree=18987456/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=635016 CPUtime=25.48 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 133015 0 0 0 2528 20 0 0 25 0 1 0 649517864 650256384 124409 33554432000 4194304 4580011 140736875705920 18446744073709551615 4293770 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 158754 124409 366 95 0 153736 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 635016

[startup+51.1003 s]
/proc/loadavg: 2.54 0.72 0.25 5/285 23416
/proc/meminfo: memFree=18768140/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=821608 CPUtime=51.09 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 180593 0 0 0 5081 28 0 0 25 0 1 0 649517864 841326592 166525 33554432000 4194304 4580011 140736875705920 18446744073709551615 4293678 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 205402 166525 368 95 0 200384 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 821608

[startup+102.31 s]
/proc/loadavg: 3.37 1.23 0.44 5/285 23417
/proc/meminfo: memFree=18031848/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1251064 CPUtime=102.3 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 275816 0 0 0 10188 42 0 0 25 0 1 0 649517864 1281089536 253036 33554432000 4194304 4580011 140736875705920 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 312766 253036 368 95 0 307748 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1251064

[startup+162.3 s]
/proc/loadavg: 3.77 1.73 0.66 5/285 23446
/proc/meminfo: memFree=18734512/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1512068 CPUtime=162.29 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 332881 0 0 0 16178 51 0 0 25 0 1 0 649517864 1548357632 310101 33554432000 4194304 4580011 140736875705920 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 378017 310101 368 95 0 372999 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1512068

[startup+222.301 s]
/proc/loadavg: 3.91 2.14 0.87 5/285 23448
/proc/meminfo: memFree=18153324/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1694440 CPUtime=222.3 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 362839 0 0 0 22175 55 0 0 25 0 1 0 649517864 1735106560 338724 33554432000 4194304 4580011 140736875705920 18446744073709551615 4293219 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 423610 338724 368 95 0 418592 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1694440

[startup+282.301 s]
/proc/loadavg: 4.01 2.49 1.06 5/285 23449
/proc/meminfo: memFree=17840180/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1750080 CPUtime=282.29 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 387923 0 0 0 28170 59 0 0 25 0 1 0 649517864 1792081920 361059 33554432000 4194304 4580011 140736875705920 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 437520 361059 368 95 0 432502 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1750080

[startup+342.3 s]
/proc/loadavg: 4.00 2.76 1.25 5/285 23451
/proc/meminfo: memFree=17627448/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1778812 CPUtime=342.3 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 398231 0 0 0 34169 61 0 0 25 0 1 0 649517864 1821503488 369495 33554432000 4194304 4580011 140736875705920 18446744073709551615 4294185 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 444703 369495 368 95 0 439685 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1778812

[startup+402.301 s]
/proc/loadavg: 4.06 3.00 1.42 5/285 23479
/proc/meminfo: memFree=19281532/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1794296 CPUtime=402.3 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 403983 0 0 0 40168 62 0 0 25 0 1 0 649517864 1837359104 373299 33554432000 4194304 4580011 140736875705920 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 448574 373299 368 95 0 443556 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1794296

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

[startup+409.5 s]
/proc/loadavg: 4.12 3.05 1.45 5/285 23480
/proc/meminfo: memFree=19276436/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1794296 CPUtime=409.5 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 403983 0 0 0 40888 62 0 0 25 0 1 0 649517864 1837359104 373299 33554432000 4194304 4580011 140736875705920 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 448574 373299 368 95 0 443556 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 1794296

[startup+422.301 s]
/proc/loadavg: 4.10 3.08 1.48 5/285 23480
/proc/meminfo: memFree=19266880/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1795644 CPUtime=422.31 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 404664 0 0 0 42169 62 0 0 25 0 1 0 649517864 1838739456 373614 33554432000 4194304 4580011 140736875705920 18446744073709551615 4316656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 448911 373614 368 95 0 443893 0
Current children cumulated CPU time (s) 422.31
Current children cumulated vsize (KiB) 1795644

[startup+428.701 s]
/proc/loadavg: 4.17 3.11 1.50 5/285 23480
/proc/meminfo: memFree=19269112/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1856568 CPUtime=428.7 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 404702 0 0 0 42808 62 0 0 25 0 1 0 649517864 1901125632 373652 33554432000 4194304 4580011 140736875705920 18446744073709551615 4293943 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 464142 373652 368 95 0 459124 0
Current children cumulated CPU time (s) 428.7
Current children cumulated vsize (KiB) 1856568

[startup+431.9 s]
/proc/loadavg: 4.16 3.13 1.51 5/285 23480
/proc/meminfo: memFree=19267004/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1810468 CPUtime=431.9 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 406519 0 0 0 43128 62 0 0 25 0 1 0 649517864 1853919232 375184 33554432000 4194304 4580011 140736875705920 18446744073709551615 4497238 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 452617 375184 368 95 0 447599 0
Current children cumulated CPU time (s) 431.9
Current children cumulated vsize (KiB) 1810468

[startup+432.7 s]
/proc/loadavg: 4.16 3.13 1.51 5/285 23480
/proc/meminfo: memFree=19263036/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1810468 CPUtime=432.7 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 406519 0 0 0 43208 62 0 0 25 0 1 0 649517864 1853919232 375184 33554432000 4194304 4580011 140736875705920 18446744073709551615 4497171 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 452617 375184 368 95 0 447599 0
Current children cumulated CPU time (s) 432.7
Current children cumulated vsize (KiB) 1810468

[startup+433.501 s]
/proc/loadavg: 4.16 3.13 1.51 5/285 23480
/proc/meminfo: memFree=19262788/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1810468 CPUtime=433.5 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 406670 0 0 0 43288 62 0 0 25 0 1 0 649517864 1853919232 375335 33554432000 4194304 4580011 140736875705920 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 452617 375335 368 95 0 447599 0
Current children cumulated CPU time (s) 433.5
Current children cumulated vsize (KiB) 1810468

[startup+433.901 s]
/proc/loadavg: 4.16 3.13 1.51 5/285 23480
/proc/meminfo: memFree=19262788/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=1810468 CPUtime=433.9 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202496 406740 0 0 0 43328 62 0 0 25 0 1 0 649517864 1853919232 375405 33554432000 4194304 4580011 140736875705920 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23377/statm: 452617 375405 368 95 0 447599 0
Current children cumulated CPU time (s) 433.9
Current children cumulated vsize (KiB) 1810468

[startup+434.001 s]
/proc/loadavg: 4.16 3.13 1.51 5/285 23480
/proc/meminfo: memFree=19262788/32950904 swapFree=67057400/67111528
[pid=23377] ppid=23375 vsize=0 CPUtime=434 cores=5,7
/proc/23377/stat : 23377 (strangenight2-s) R 23375 23377 23326 0 -1 4202500 406756 0 0 0 43331 69 0 0 25 0 1 0 649517864 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23377/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 434
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 434.009
CPU time (s): 434.017
CPU user time (s): 433.318
CPU system time (s): 0.698893
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1856568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 433.318
system time used= 0.698893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406756
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= 7
involuntary context switches= 757

runsolver used 1.12883 second user time and 2.6096 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 15:19:41
IDJOB=3368284
IDBENCH=71037
IDSOLVER=1845
FILE ID=node121/3368284-1305379179
RUNJOBID= node121-1305379153-23347
PBS_JOBID= 13324381
Free space on /tmp= 73348 MiB

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

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=364713000

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.817
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.77
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      19917644 kB
Buffers:        286300 kB
Cached:        5997608 kB
SwapCached:       7656 kB
Active:        7476704 kB
Inactive:      5199940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19917644 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           94044 kB
Writeback:           0 kB
AnonPages:     6390144 kB
Mapped:          22408 kB
Slab:           266604 kB
PageTables:      26672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31834300 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= 73384 MiB
End job on node121 at 2011-05-14 15:26:55