Trace number 3293615

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-Night-1-st? (TO) 1299.92 1300.09

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3293615-1303790931.cnf'
0.00/0.00	c -- header says num vars:          88289
0.00/0.00	c -- header says num clauses:     4187694
0.06/0.99	c -- clauses added:            0 learnts,      4187694 normals,            0 xors
0.06/0.99	c -- vars added      88289
0.06/0.99	c Parsing time:  0.92 s
0.06/0.99	c  N st     0         0     88289    417693   3770000         0  12410353         0   no data   no data  --
2.79/2.81	c asymm  cl-useful: 12/12/417692 lits-rem:718 time: 1.80
9.09/9.17	c Flit:  1199 Blit:     70 bXBeca:    0 bXProp:    8 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  6.14
9.19/9.23	c Cleaning up after failed var search:     0.06 s 
9.29/9.34	c Replacing       10 vars Replaced      315 lits Time:     0.10 s 
9.89/9.91	c bin-w-bin subsume rem           20 bins  time:  0.30 s
11.38/11.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.58 s
12.79/12.82	c Subs w/ non-existent bins:    102 l-rem:   2612 v-fix:    23 done:  45653 time:  1.32 s
12.99/13.06	c Removed useless bin:      98  fixed:     0  props:  20.01M  time:  0.24 s
25.68/25.73	c lits-rem:       157  cl-subs:     2948  v-elim:  10733  v-fix:    0  time: 12.66 s
26.40/26.47	c Finding binary XORs  T:     0.74 s  found:      46
26.49/26.59	c Replacing       46 vars Replaced     7907 lits Time:     0.12 s 
27.50/27.59	c Finding non-binary XORs:     0.68 s (found:       0, avg size: nan)
27.50/27.59	c calculated reachability. Time: 0.23
27.59/27.64	c Calc default polars -  time:   0.05 s pos:    3463 undec:   12123 neg:   72703
27.59/27.64	c =========================================================================================
27.59/27.64	c types(t): F = full restart, N = normal restart
27.59/27.64	c types(t): S = simplification begin/end, E = solution found
27.59/27.64	c restart types(rt): st = static, dy = dynamic
27.59/27.64	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
27.59/27.64	c  B st     0         0     76195    443134   3541591         0  11997740         0   no data   no data  --
30.18/30.21	c  N dy    19      4076     76195    443134   3541882      3708  11997704    275986     23.17     24.46  --
32.59/32.65	c  N dy    51      8106     76195    443134   3542167      7395  11997680    668600     27.96     43.87  --
35.19/35.28	c  N dy    83     12186     76194    443134   3542476     11110  11997678   1018654     28.51     36.49  --
37.89/37.92	c  N dy   118     16226     76194    443134   3542649     14880  11997671   1428070     31.33     33.41  --
40.18/40.20	c  N dy   130     21091     76194    443134   3543003     10127  11997671    639455     28.96     30.60  --
42.58/42.64	c  F st   163     25000     76194    443134   3543089     13839  11997671   1067309     30.82   no data  --
43.28/43.35	c  N st   164     25250     76194    443134   3542851     14083  11997188   1091177     30.82   no data  --
45.88/45.90	c  N dy   169     30003     76194    443134   3542954     18619  11997188   1574915     30.82   no data  --
45.88/45.90	c  S st   169     30003     76194    443134   3542954     18619  11997188   1574915     30.82   no data  --
46.38/46.43	c  S st   169     30503     76189    443134   3543111     18952  11997188   1579799     30.82   no data  --
46.48/46.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
46.48/46.52	c Cache  BProp: 34 Set: 3 BXProp: 0 T: 0.00
113.78/113.90	c Flit:  2327 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  29008 BRemL:      0 BRemN:     85 P: 200.0M T: 67.27
113.88/113.97	c Cleaning up after failed var search:     0.07 s 
114.57/114.69	c bin-w-bin subsume rem         2284 bins  time:  0.45 s
115.87/115.95	c subs with bin:      932  lits-rem:     71365  v-fix:    0  time:  1.25 s
118.67/118.70	c Subs w/ non-existent bins:    423 l-rem:    865 v-fix:     0 done:  51240 time:  2.75 s
118.87/118.97	c Removed useless bin:   10633  fixed:     0  props:  20.02M  time:  0.25 s
128.97/129.05	c lits-rem:        83  cl-subs:     1859  v-elim:      5  v-fix:    0  time: 10.08 s
129.67/129.71	c asymm  cl-useful: 209/217/441060 lits-rem:6149 time: 0.66
130.17/130.24	c calculated reachability. Time: 0.46
130.17/130.24	c  N dy   169     30503     73846    441060   3267891     17605  11251346   1552166     30.82   no data  --
131.47/131.53	c Finding binary XORs  T:     1.29 s  found:      17
134.47/134.54	c  N dy   184     34660     73845    441060   3268371     21220  11251345   2013989     29.72     31.94  --
137.27/137.37	c  N dy   203     38931     73845    441060   3268694     25082  11251344   2475872     29.30     31.06  --
140.27/140.30	c  N dy   229     43068     73844    441060   3269078     14710  11251343   1097048     29.03     30.65  --
141.67/141.76	c  S st   232     45754     73844    441060   3269249     17174  11251343   1508646     28.43     10.00  --
142.27/142.31	c  S st   232     46254     73842    441060   3269436     17475  11251342   1513389     28.43   no data  --
142.27/142.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
142.37/142.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
219.35/219.45	c Flit:  1496 Blit:      2 bXBeca:    0 bXProp:    3 Bins:  36432 BRemL:      1 BRemN:    125 P: 200.0M T: 76.96
219.45/219.52	c Cleaning up after failed var search:     0.07 s 
219.55/219.62	c Replacing       21 vars Replaced     3274 lits Time:     0.10 s 
220.15/220.29	c bin-w-bin subsume rem          383 bins  time:  0.41 s
221.45/221.55	c subs with bin:      800  lits-rem:     40139  v-fix:    0  time:  1.27 s
224.15/224.20	c Subs w/ non-existent bins:    674 l-rem:   1460 v-fix:     0 done:  40070 time:  2.64 s
224.36/224.44	c Removed useless bin:    4272  fixed:     0  props:  20.00M  time:  0.21 s
233.16/233.27	c lits-rem:        38  cl-subs:      711  v-elim:   1049  v-fix:    0  time:  8.83 s
233.95/234.09	c vivif2 --  cl tried   438196 cl shrink    14434 lits rem      95012 time: 0.82
234.16/234.29	c vivif2 --  cl tried    16857 cl shrink      553 lits rem       4075 time: 0.20
235.15/235.29	c asymm  cl-useful: 176/176/435870 lits-rem:2595 time: 0.99
235.85/235.98	c calculated reachability. Time: 0.62
235.85/235.98	c  N dy   232     46254     71242    435870   3047751     16838  10516567   1507775     28.43   no data  --
238.95/239.03	c  N dy   248     52701     71242    435870   3048107     22759  10516559   2298704     27.34     29.04  --
243.75/243.82	c Finding binary XORs  T:     1.74 s  found:      21
243.85/243.96	c  N dy   257     60109     71241    435869   3048254     29449  10516078   3248122     25.96     27.86  --
246.55/246.62	c  N dy   288     64155     71114    435869   3048356     33290  10516077   3614032     26.21     33.63  --
249.35/249.42	c  N dy   319     68361     71106    435869   3048545     20253  10516072   1642243     26.25     27.92  --
249.95/250.02	c  S st   326     69381     71105    435869   3048580     21225  10516071   1745936     26.30   no data  --
250.45/250.57	c  S st   326     69881     71072    435869   3048748     21538  10516071   1750327     26.30   no data  --
250.54/250.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
250.54/250.66	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
333.94/334.02	c Flit:  1147 Blit:      2 bXBeca:    0 bXProp:   10 Bins:  25311 BRemL:      0 BRemN:   6689 P: 200.0M T: 83.33
334.04/334.12	c Cleaning up after failed var search:     0.10 s 
334.14/334.22	c Replacing       31 vars Replaced     4811 lits Time:     0.10 s 
334.74/334.83	c bin-w-bin subsume rem         1123 bins  time:  0.36 s
336.04/336.10	c subs with bin:       30  lits-rem:       221  v-fix:    0  time:  1.27 s
337.14/337.24	c Subs w/ non-existent bins:    112 l-rem:    895 v-fix:     0 done:  12463 time:  1.13 s
337.34/337.48	c Removed useless bin:   10351  fixed:     0  props:  20.00M  time:  0.23 s
355.64/355.77	c lits-rem:         1  cl-subs:     5893  v-elim:   2513  v-fix:    0  time: 18.29 s
356.34/356.49	c vivif2 --  cl tried   434049 cl shrink     2218 lits rem      23619 time: 0.72
356.53/356.63	c vivif2 --  cl tried    13182 cl shrink      726 lits rem       7115 time: 0.14
356.83/356.97	c asymm  cl-useful: 245/246/433937 lits-rem:3580 time: 0.34
357.53/357.66	c calculated reachability. Time: 0.62
357.53/357.66	c  N dy   326     69881     67333    433935   2703659     13178   9524177    707883     26.30   no data  --
360.04/360.15	c  N dy   362     74386     67331    433935   2703910     17342   9524166   1105844     26.48     37.27  --
362.84/362.91	c  N dy   397     79154     67329    433935   2704121     21840   9524153   1589412     26.59     32.36  --
366.04/366.11	c  N dy   430     84560     67323    433935   2704569     26708   9524145   2030399     26.49     30.17  --
367.64/367.79	c  F st   452     87501     67322    433935   2704651     29504   9524144   2335690     26.54   no data  --
370.04/370.12	c  N st   457     90799     67318    433905   2702139     32633   9518790   2758625     26.54   no data  --
373.04/373.12	c Finding binary XORs  T:     1.79 s  found:      14
375.14/375.28	c  N dy   478     96626     67311    433904   2701219     20993   9516342   1022139     26.50     37.69  --
378.94/379.07	c  N dy   520    102982     67310    433904   2701569     26909   9516318   1644188     26.49     28.22  --
380.14/380.28	c  S st   529    104821     67310    433904   2701658     28638   9516316   1847935     26.43     20.05  --
380.84/380.97	c  S st   529    105322     67303    433904   2701844     28945   9516316   1853223     26.43   no data  --
380.94/381.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
380.94/381.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
405.63/405.78	c Flit:  1271 Blit:     29 bXBeca:    0 bXProp:   17 Bins:  29173 BRemL:      0 BRemN:   1615 P: 200.0M T: 24.69
405.74/405.85	c Cleaning up after failed var search:     0.07 s 
405.84/405.96	c Replacing       32 vars Replaced    12993 lits Time:     0.10 s 
406.44/406.53	c bin-w-bin subsume rem          385 bins  time:  0.32 s
407.74/407.80	c subs with bin:      128  lits-rem:      1863  v-fix:    0  time:  1.27 s
408.74/408.86	c Subs w/ non-existent bins:    183 l-rem:    687 v-fix:     0 done:  14651 time:  1.05 s
408.94/409.09	c Removed useless bin:   11791  fixed:     0  props:  20.00M  time:  0.22 s
420.14/420.26	c lits-rem:        43  cl-subs:     1064  v-elim:    398  v-fix:    0  time: 11.17 s
420.84/420.91	c vivif2 --  cl tried   432086 cl shrink     2155 lits rem       4122 time: 0.64
421.14/421.29	c vivif2 --  cl tried    27772 cl shrink     3777 lits rem      38672 time: 0.38
421.54/421.60	c asymm  cl-useful: 264/269/432006 lits-rem:4316 time: 0.31
422.13/422.27	c calculated reachability. Time: 0.61
422.13/422.27	c  N dy   529    105322     65522    432006   2482704     27759   8980004   1660833     26.43   no data  --
426.53/426.68	c  N dy   564    113196     65513    432006   2483282     34880   8979968   2245910     26.17     27.94  --
432.24/432.35	c Finding binary XORs  T:     1.83 s  found:      18
432.94/433.06	c  N dy   592    121092     65503    431993   2479972     22701   8971876    955423     25.83     28.15  --
437.83/437.94	c  N dy   639    128941     65493    431993   2480655     29745   8971875   1544023     25.82     27.54  --
442.83/442.99	c  N dy   686    137244     65490    431993   2481223     37343   8971865   2149640     25.86     27.27  --
448.33/448.42	c  N dy   723    146077     65477    431993   2482051     24281   8971859    859525     25.64     28.49  --
453.33/453.44	c  N dy   745    155494     65465    431993   2482752     32876   8971817   1480238     25.15     27.54  --
454.73/454.83	c  S st   748    157985     65464    431993   2482999     35096   8971817   1617130     24.98   no data  --
455.33/455.46	c  S st   748    158485     65463    431993   2483164     35427   8971814   1621826     24.98   no data  --
455.43/455.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
455.43/455.54	c Cache  BProp: 28 Set: 1 BXProp: 0 T: 0.01
481.13/481.22	c Flit:   349 Blit:      4 bXBeca:    0 bXProp:   19 Bins:  25188 BRemL:      1 BRemN:   2560 P: 200.0M T: 25.64
481.13/481.22	c Cleaning up after failed var search:     0.00 s 
481.23/481.39	c Replacing       37 vars Replaced     9528 lits Time:     0.16 s 
481.83/481.95	c bin-w-bin subsume rem         1220 bins  time:  0.30 s
483.23/483.35	c subs with bin:       29  lits-rem:      2969  v-fix:    0  time:  1.40 s
484.63/484.75	c Subs w/ non-existent bins:    527 l-rem:    884 v-fix:     0 done:  36180 time:  1.39 s
484.83/484.99	c Removed useless bin:   11887  fixed:     0  props:  20.00M  time:  0.24 s
496.14/496.22	c lits-rem:         2  cl-subs:     2456  v-elim:   5454  v-fix:    0  time: 11.23 s
496.74/496.89	c vivif2 --  cl tried   424096 cl shrink     5343 lits rem      11764 time: 0.67
497.43/497.50	c vivif2 --  cl tried    32656 cl shrink     7966 lits rem      57569 time: 0.61
497.73/497.85	c asymm  cl-useful: 253/267/422543 lits-rem:4873 time: 0.35
498.43/498.54	c calculated reachability. Time: 0.63
498.43/498.54	c  N dy   748    158485     59451    422541   2145545     32554   7948876   1410528     24.98   no data  --
500.34/500.40	c Finding binary XORs  T:     1.86 s  found:      24
505.33/505.41	c  N dy   770    168614     59446    422541   2146317     41769   7948871   2181706     24.43     26.44  --
511.23/511.37	c  N dy   803    179395     59444    422541   2146918     29873   7948866   1303453     24.25     29.52  --
517.53/517.65	c  N dy   838    190980     59405    422541   2147538     40655   7948851   2298008     23.99     25.36  --
523.62/523.73	c  N dy   864    204132     59405    422541   2148221     29487   7948797    928771     23.50     25.73  --
529.73/529.80	c  N dy   889    218763     59401    422541   2148764     43329   7948763   1941820     23.02     24.69  --
536.93/537.09	c  N dy   917    233271     59398    422541   2149699     31911   7948702   1036183     22.55     23.76  --
539.13/539.20	c  S st   932    237729     59398    422541   2149954     36037   7948700   1328451     22.49     12.61  --
539.63/539.77	c  S st   932    238229     59397    422541   2150091     36396   7948700   1333005     22.49   no data  --
539.73/539.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
539.73/539.85	c Cache  BProp: 78 Set: 74 BXProp: 0 T: 0.01
560.33/560.49	c Flit:    59 Blit:      3 bXBeca:    0 bXProp:   20 Bins:  39840 BRemL:   8936 BRemN:    561 P: 200.0M T: 20.63
560.53/560.64	c Replacing       44 vars Replaced     7840 lits Time:     0.14 s 
561.03/561.13	c bin-w-bin subsume rem          516 bins  time:  0.26 s
562.43/562.57	c subs with bin:       41  lits-rem:      1025  v-fix:    0  time:  1.44 s
563.83/563.95	c Subs w/ non-existent bins:     78 l-rem:    667 v-fix:     1 done:  15429 time:  1.38 s
564.03/564.14	c Removed useless bin:     460  fixed:     0  props:  20.00M  time:  0.19 s
568.72/568.85	c lits-rem:         3  cl-subs:     1848  v-elim:     62  v-fix:    0  time:  4.70 s
569.42/569.53	c vivif2 --  cl tried   421713 cl shrink     7253 lits rem      19938 time: 0.66
569.93/570.03	c vivif2 --  cl tried    34062 cl shrink     6413 lits rem      42307 time: 0.50
570.33/570.49	c asymm  cl-useful: 204/582/421124 lits-rem:1986 time: 0.45
571.03/571.15	c calculated reachability. Time: 0.61
571.03/571.15	c  N dy   932    238229     59151    421117   2148136     33953   7843851   1248399     22.49   no data  --
572.83/572.99	c Finding binary XORs  T:     1.83 s  found:       9
581.62/581.71	c  N dy  1028    253454     58949    421117   2149102     48020   7843790   2321606     22.48     24.21  --
592.03/592.14	c  N dy  1157    269664     58934    421117   2149913     37867   7843734   1535095     22.70     29.58  --
602.63/602.75	c  N dy  1285    286986     58925    421117   2150651     27550   7843689    658335     22.90     25.00  --
613.52/613.61	c  N dy  1430    305330     58920    421117   2151388     44892   7843626   2084195     23.09     36.31  --
614.02/614.16	c  F st  1437    306250     58920    421117   2151418     45755   7843625   2132951     23.10   no data  --
614.22/614.35	c Replacing        9 vars Replaced     1209 lits Time:     0.09 s 
625.12/625.28	c  N dy  1526    324852     58907    417171   2108512     33018   7714324   1134657     23.13     31.81  --
636.62/636.71	c  N dy  1662    344889     58905    417171   2109403     51916   7714270   2741025     23.25     39.18  --
643.62/643.71	c  S st  1737    357343     58900    417171   2110072     35521   7714256   1172316     23.26   no data  --
644.32/644.45	c  S st  1737    357844     58899    417171   2110175     35915   7714253   1178668     23.26   no data  --
644.43/644.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
644.43/644.54	c Cache  BProp: 2 Set: 0 BXProp: 6 T: 0.02
673.72/673.84	c Flit:    47 Blit:      1 bXBeca:    0 bXProp:   38 Bins:  28443 BRemL:     20 BRemN:   2710 P: 200.0M T: 29.30
673.92/674.00	c Replacing       44 vars Replaced    17550 lits Time:     0.15 s 
674.32/674.48	c bin-w-bin subsume rem         1670 bins  time:  0.26 s
675.72/675.88	c subs with bin:       39  lits-rem:      2152  v-fix:    0  time:  1.40 s
676.92/677.07	c Subs w/ non-existent bins:    290 l-rem:    657 v-fix:     0 done:  28981 time:  1.18 s
677.22/677.30	c Removed useless bin:    8607  fixed:     0  props:  20.00M  time:  0.24 s
683.12/683.26	c lits-rem:         4  cl-subs:     6522  v-elim:   2845  v-fix:    0  time:  5.95 s
683.72/683.88	c vivif2 --  cl tried   416259 cl shrink     3564 lits rem      12471 time: 0.62
684.02/684.13	c vivif2 --  cl tried    31561 cl shrink     2855 lits rem      25978 time: 0.25
684.31/684.49	c asymm  cl-useful: 208/1101/416224 lits-rem:948 time: 0.36
684.91/685.10	c calculated reachability. Time: 0.55
685.01/685.10	c  N dy  1737    357844     55959    416224   2013921     31493   7349733   1040954     23.26   no data  --
686.71/686.86	c Finding binary XORs  T:     1.76 s  found:      30
696.82/696.94	c  N dy  1803    377854     55953    416224   2014746     50367   7349705   2365051     23.03     35.68  --
707.92/708.00	c  N dy  1856    398011     55946    416224   2015628     39985   7349698   1514473     22.76     24.37  --
719.22/719.34	c  N dy  1939    418820     55941    416224   2016640     59441   7349683   2933281     22.66     24.26  --
730.42/730.51	c  N dy  2027    438928     55934    416224   2017726     47607   7349661   1792292     22.54     23.84  --
742.11/742.26	c  N dy  2092    459142     55924    416224   2018686     34929   7349639    997163     22.38     24.07  --
753.51/753.61	c  N dy  2142    480748     55918    416224   2019407     55546   7349607   2539550     22.13     23.35  --
764.92/765.02	c  N dy  2198    502473     55917    416224   2020167     43176   7349577   1472791     21.95     23.42  --
775.32/775.49	c  N dy  2271    522597     55913    416224   2020907     62230   7349555   2815499     21.83     22.98  --
783.02/783.19	c  S st  2314    536766     55910    416224   2021419     41773   7349544   1320338     21.72   no data  --
783.71/783.85	c  S st  2314    537266     55910    416224   2021529     42158   7349542   1327019     21.72   no data  --
783.81/783.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
783.81/783.94	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.02
806.51/806.65	c Flit:    40 Blit:      3 bXBeca:    0 bXProp:    8 Bins:  21811 BRemL:   1053 BRemN:   3116 P: 200.0M T: 22.70
806.61/806.80	c Replacing       39 vars Replaced     5286 lits Time:     0.14 s 
807.11/807.26	c bin-w-bin subsume rem         1203 bins  time:  0.24 s
808.51/808.61	c subs with bin:        9  lits-rem:      1492  v-fix:    0  time:  1.35 s
809.12/809.20	c Subs w/ non-existent bins:     25 l-rem:    332 v-fix:     0 done:   7693 time:  0.58 s
809.32/809.41	c Removed useless bin:    7399  fixed:     0  props:  20.00M  time:  0.21 s
814.02/814.14	c lits-rem:        28  cl-subs:     2124  v-elim:     32  v-fix:    0  time:  4.73 s
814.62/814.74	c vivif2 --  cl tried   415960 cl shrink     1751 lits rem       3412 time: 0.60
814.92/815.08	c vivif2 --  cl tried    39932 cl shrink     3670 lits rem      32921 time: 0.33
815.32/815.48	c asymm  cl-useful: 126/1376/415814 lits-rem:713 time: 0.40
815.92/816.06	c calculated reachability. Time: 0.52
815.92/816.06	c  N dy  2314    537266     55781    415814   2015691     39800   7286154   1209402     21.72   no data  --
817.62/817.71	c Finding binary XORs  T:     1.65 s  found:       4
827.21/827.37	c  N dy  2380    557292     55773    415814   2016529     58695   7286144   2468204     21.60     35.79  --
836.92/837.07	c  N dy  2443    577316     55769    415814   2017188     43059   7286130   1539824     21.45     27.17  --
846.71/846.88	c  N dy  2514    597416     55765    415814   2017743     62326   7286106   3030486     21.40     27.10  --
858.72/858.87	c  N dy  2589    621957     55763    415814   2018598     49614   7286086   2102572     21.28     22.57  --
868.31/868.42	c  N dy  2642    642531     55763    415814   2019041     69441   7286078   3624577     21.14     22.43  --
880.01/880.20	c  N dy  2723    663510     55762    415814   2019742     52173   7286064   1768048     21.07     22.24  --
891.11/891.22	c  N dy  2823    683582     55760    415814   2020318     71381   7286009   3129029     21.07     37.08  --
901.82/901.92	c  N dy  2902    703905     55760    415814   2020996     52811   7286005   1659391     21.01     22.47  --
914.41/914.55	c  N dy  2947    731467     55756    415814   2021340     40669   7285971    921626     20.83     22.31  --
924.62/924.72	c  N dy  3031    751526     55755    415814   2021828     60057   7285958   2418684     20.80     30.82  --
933.61/933.75	c  N dy  3056    771619     55752    415814   2022205     79469   7285955   3877202     20.63     22.04  --
945.31/945.47	c  N dy  3167    792121     55749    415814   2022727     59711   7285945   2340487     20.66     21.80  --
952.82/952.95	c  S st  3216    805899     55749    415814   2022962     73000   7285941   3181631     20.63      9.32  --
953.62/953.73	c  S st  3216    806399     55749    415814   2023060     73398   7285940   3191260     20.63   no data  --
953.72/953.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
953.72/953.83	c Cache  BProp: 14 Set: 14 BXProp: 0 T: 0.03
981.41/981.51	c Flit:    57 Blit:      2 bXBeca:    0 bXProp:   20 Bins:   1844 BRemL:   4445 BRemN:   4473 P: 200.0M T: 27.66
981.61/981.71	c Replacing       25 vars Replaced    22978 lits Time:     0.20 s 
982.12/982.26	c bin-w-bin subsume rem         1730 bins  time:  0.24 s
983.52/983.62	c subs with bin:        0  lits-rem:        39  v-fix:    0  time:  1.36 s
984.11/984.22	c Subs w/ non-existent bins:     50 l-rem:    792 v-fix:     0 done:   9847 time:  0.60 s
984.31/984.44	c Removed useless bin:    7443  fixed:     0  props:  20.00M  time:  0.21 s
1000.12/1000.22	c lits-rem:         1  cl-subs:     3626  v-elim:      1  v-fix:    0  time: 15.78 s
1000.72/1000.87	c vivif2 --  cl tried   415614 cl shrink     6325 lits rem       8887 time: 0.65
1001.71/1001.88	c vivif2 --  cl tried    69581 cl shrink    15630 lits rem     214846 time: 1.00
1002.11/1002.28	c asymm  cl-useful: 100/1084/415537 lits-rem:1069 time: 0.40
1002.71/1002.87	c calculated reachability. Time: 0.53
1002.71/1002.87	c  N dy  3216    806399     55591    415537   1986372     69402   7199611   2763235     20.63   no data  --
1012.81/1012.99	c  N dy  3287    826675     55589    415537   1986663     48946   7199603   1209249     20.58     21.67  --
1022.82/1022.90	c  N dy  3377    846718     55586    415537   1987113     68255   7199574   2630019     20.54     21.70  --
1032.61/1032.73	c  N dy  3443    866797     55582    415537   1987481     46840   7199570    992690     20.47     21.73  --
1042.60/1042.74	c  N dy  3510    886927     55581    415537   1987935     66274   7199522   2553656     20.42     22.08  --
1052.10/1052.23	c  N dy  3575    907480     55579    415537   1988247     86275   7199516   4266761     20.34     22.04  --
1062.80/1062.90	c  N dy  3624    930637     55576    415537   1988640     66707   7199508   2189078     20.22     21.84  --
1072.37/1072.53	c  N dy  3662    951694     55571    415537   1989038     87058   7199486   3735138     20.11     21.42  --
1081.66/1081.88	c  N dy  3708    971749     55564    415537   1989438     63693   7199460   2223605     20.03     23.61  --
1092.27/1092.47	c  N dy  3789    991814     55558    415537   1989876     83073   7199438   3566408     20.01     21.40  --
1101.97/1102.16	c  N dy  3865   1011818     55549    415537   1990304     58406   7199421   1398513     19.96     21.17  --
1112.06/1112.25	c  N dy  3913   1032580     55542    415537   1990576     78664   7199399   2832805     19.88     20.97  --
1122.26/1122.44	c  N dy  4014   1052589     55539    415537   1991171     97775   7199336   4117334     19.89     21.07  --
1125.17/1125.32	c Finding binary XORs  T:     1.62 s  found:       5
1133.46/1133.63	c  F st  4073   1071879     55538    415443   1986537     71010   7190131   2010401     19.83     12.24  --
1133.56/1133.79	c Replacing        5 vars Replaced     6880 lits Time:     0.10 s 
1134.46/1134.61	c  N st  4076   1073071     55533    415443   1986460     72173   7190100   2089303     19.83   no data  --
1144.16/1144.32	c  N dy  4144   1093192     55531    415443   1986747     91740   7190077   3549328     19.81     21.13  --
1154.33/1154.57	c  N dy  4199   1115319     55531    415443   1987105     66552   7190038   1660529     19.76     21.41  --
1165.72/1165.93	c  N dy  4281   1139122     55529    415443   1987533     89506   7190026   3030361     19.75     20.96  --
1176.93/1177.18	c  N dy  4347   1161724     55070    415443   1987839     64334   7190011   1564177     19.68     20.84  --
1188.02/1188.29	c  N dy  4489   1181854     55064    415443   1988208     83818   7189964   3008162     19.76     21.19  --
1198.52/1198.74	c  N dy  4602   1202791     55062    415443   1988534    104173   7189930   4514890     19.79     20.88  --
1201.12/1201.37	c  S st  4618   1209598     55061    415443   1988623     62813   7189925   1271244     19.77   no data  --
1201.82/1202.04	c  S st  4618   1210100     55060    415443   1988671     63264   7189923   1283410     19.77   no data  --
1201.92/1202.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1201.92/1202.15	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.03
1226.52/1226.71	c Flit:    65 Blit:      2 bXBeca:    0 bXProp:   13 Bins:  20212 BRemL:    306 BRemN:    859 P: 200.0M T: 24.55
1226.72/1226.95	c Replacing       15 vars Replaced    15906 lits Time:     0.09 s 
1227.22/1227.40	c bin-w-bin subsume rem         1135 bins  time:  0.23 s
1228.62/1228.88	c subs with bin:      198  lits-rem:      5653  v-fix:    0  time:  1.48 s
1229.33/1229.58	c Subs w/ non-existent bins:    332 l-rem:   1343 v-fix:     0 done:  21835 time:  0.70 s
1229.53/1229.79	c Removed useless bin:    2383  fixed:     0  props:  20.01M  time:  0.20 s
1234.72/1234.96	c lits-rem:       117  cl-subs:    11066  v-elim:   3057  v-fix:    0  time:  5.17 s
1235.32/1235.58	c vivif2 --  cl tried   408256 cl shrink     8907 lits rem      23572 time: 0.63
1235.62/1235.85	c vivif2 --  cl tried    45496 cl shrink     3465 lits rem      29928 time: 0.27
1236.02/1236.23	c asymm  cl-useful: 114/1187/408108 lits-rem:618 time: 0.38
1236.52/1236.77	c calculated reachability. Time: 0.49
1236.52/1236.77	c  N dy  4618   1210100     51883    408108   1826825     45185   6662540    849398     19.77   no data  --
1238.22/1238.42	c Finding binary XORs  T:     1.65 s  found:       7
1246.53/1246.78	c  N dy  4660   1230121     51882    408108   1827092     64699   6662536   2389864     19.69     22.77  --
1255.62/1255.87	c  N dy  4706   1252424     51881    408108   1827392     86318   6662526   3566992     19.61     20.72  --
1264.93/1265.12	c  N dy  4796   1272429     51879    408108   1827692     53577   6662504   1050964     19.58     20.75  --
1274.62/1274.84	c  N dy  4886   1292707     51879    408108   1828038     73243   6662451   2416717     19.58     20.83  --
1284.22/1284.49	c  N dy  4947   1314244     51876    408108   1828369     94186   6662441   3784409     19.51     20.78  --
1292.82/1293.04	c  N dy  5007   1334443     51872    408108   1828608     61568   6662439   1459349     19.45     21.34  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3293615-1303790931/watcher-3293615-1303790931 -o /tmp/evaluation-result-3293615-1303790931/solver-3293615-1303790931 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3293615-1303790931.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.18 3.99 3.92 5/189 1778
/proc/meminfo: memFree=10265260/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=21464 CPUtime=0 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 527 0 0 0 0 0 0 0 21 0 1 0 569323853 21979136 467 33554432000 4194304 4650387 140734977310640 18446744073709551615 256415391488 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 5366 476 312 112 0 331 0

[startup+0.0746519 s]
/proc/loadavg: 4.18 3.99 3.92 5/189 1778
/proc/meminfo: memFree=10265260/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=38972 CPUtime=0.06 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 3424 0 0 0 6 0 0 0 21 0 1 0 569323853 39907328 3127 33554432000 4194304 4650387 140734977310640 18446744073709551615 256415057432 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 9743 3128 329 112 0 4708 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38972

[startup+1.22616 s]
/proc/loadavg: 4.18 3.99 3.92 5/189 1778
/proc/meminfo: memFree=10265260/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=186992 CPUtime=1.21 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 38160 0 0 0 114 7 0 0 25 0 1 0 569323853 191479808 35917 33554432000 4194304 4650387 140734977310640 18446744073709551615 4370626 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 46748 35917 346 112 0 41713 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 186992

[startup+1.30114 s]
/proc/loadavg: 4.18 3.99 3.92 5/189 1778
/proc/meminfo: memFree=10265260/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=187992 CPUtime=1.29 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 38413 0 0 0 122 7 0 0 25 0 1 0 569323853 192503808 36170 33554432000 4194304 4650387 140734977310640 18446744073709551615 4370601 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 46998 36170 346 112 0 41963 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 187992

[startup+1.40113 s]
/proc/loadavg: 4.18 3.99 3.92 5/189 1778
/proc/meminfo: memFree=10265260/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=188408 CPUtime=1.39 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 38504 0 0 0 132 7 0 0 25 0 1 0 569323853 192929792 36261 33554432000 4194304 4650387 140734977310640 18446744073709551615 4370586 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 47102 36261 347 112 0 42067 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 188408

[startup+1.5011 s]
/proc/loadavg: 4.18 3.99 3.92 5/189 1778
/proc/meminfo: memFree=10265260/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=188756 CPUtime=1.49 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 38567 0 0 0 142 7 0 0 25 0 1 0 569323853 193286144 36324 33554432000 4194304 4650387 140734977310640 18446744073709551615 4370550 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 47189 36324 347 112 0 42154 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188756

[startup+3.1008 s]
/proc/loadavg: 4.32 4.03 3.93 5/190 1779
/proc/meminfo: memFree=10117772/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=213588 CPUtime=3.09 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 50620 0 0 0 301 8 0 0 25 0 1 0 569323853 218714112 42391 33554432000 4194304 4650387 140734977310640 18446744073709551615 4241514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 53397 42392 351 112 0 48362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 213588

[startup+6.30019 s]
/proc/loadavg: 4.32 4.03 3.93 5/190 1779
/proc/meminfo: memFree=9923132/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=518876 CPUtime=6.29 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 107537 0 0 0 613 16 0 0 25 0 1 0 569323853 531329024 99308 33554432000 4194304 4650387 140734977310640 18446744073709551615 4370735 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 129719 99308 351 112 0 124684 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 518876

[startup+12.701 s]
/proc/loadavg: 4.27 4.02 3.93 5/190 1779
/proc/meminfo: memFree=9472416/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=929600 CPUtime=12.69 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 201509 0 0 0 1241 28 0 0 25 0 1 0 569323853 951910400 193280 33554432000 4194304 4650387 140734977310640 18446744073709551615 4550100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 232400 193280 366 112 0 227365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 929600

[startup+25.5006 s]
/proc/loadavg: 4.23 4.02 3.93 5/190 1779
/proc/meminfo: memFree=9457048/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=941740 CPUtime=25.48 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 204334 0 0 0 2520 28 0 0 25 0 1 0 569323853 964341760 196105 33554432000 4194304 4650387 140734977310640 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 235435 196105 370 112 0 230400 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 941740

[startup+51.1007 s]
/proc/loadavg: 4.15 4.02 3.93 5/190 1806
/proc/meminfo: memFree=8631096/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=1007284 CPUtime=51.08 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 208565 0 0 0 5077 31 0 0 25 0 1 0 569323853 1031458816 200336 33554432000 4194304 4650387 140734977310640 18446744073709551615 4230580 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 251821 200336 383 112 0 246786 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1007284

[startup+102.307 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 1807
/proc/meminfo: memFree=8409560/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=1039576 CPUtime=102.28 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 216824 0 0 0 10196 32 0 0 25 0 1 0 569323853 1064525824 208595 33554432000 4194304 4650387 140734977310640 18446744073709551615 4230671 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 259894 208595 383 112 0 254859 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1039576

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 1809
/proc/meminfo: memFree=6922668/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=1424396 CPUtime=162.26 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 311064 0 0 0 16183 43 0 0 25 0 1 0 569323853 1458581504 291489 33554432000 4194304 4650387 140734977310640 18446744073709551615 4230555 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 356099 291489 383 112 0 351064 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1424396

[startup+222.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 1811
/proc/meminfo: memFree=6614676/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=1756936 CPUtime=222.25 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 379786 0 0 0 22174 51 0 0 25 0 1 0 569323853 1799102464 360211 33554432000 4194304 4650387 140734977310640 18446744073709551615 4446391 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 439234 360211 383 112 0 434199 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1756936

[startup+282.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 1812
/proc/meminfo: memFree=6161124/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=1756920 CPUtime=282.24 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 389830 0 0 0 28171 53 0 0 25 0 1 0 569323853 1799086080 360165 33554432000 4194304 4650387 140734977310640 18446744073709551615 4230706 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 439230 360165 383 112 0 434195 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1756920

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 1814
/proc/meminfo: memFree=5962740/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=1890368 CPUtime=342.24 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 426480 0 0 0 34167 57 0 0 25 0 1 0 569323853 1935736832 389691 33554432000 4194304 4650387 140734977310640 18446744073709551615 4432367 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 472592 389691 383 112 0 467557 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1890368

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 1815
/proc/meminfo: memFree=5133852/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=1969084 CPUtime=402.23 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 452997 0 0 0 40161 62 0 0 25 0 1 0 569323853 2016342016 406217 33554432000 4194304 4650387 140734977310640 18446744073709551615 4370347 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 492271 406217 383 112 0 487236 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1969084

[startup+462.301 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 1817
/proc/meminfo: memFree=4636636/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2036212 CPUtime=462.23 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 484982 0 0 0 46155 68 0 0 25 0 1 0 569323853 2085081088 423206 33554432000 4194304 4650387 140734977310640 18446744073709551615 4369043 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 509053 423206 383 112 0 504018 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 2036212

[startup+522.301 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 1819
/proc/meminfo: memFree=4433360/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2170228 CPUtime=522.22 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 532604 0 0 0 52146 76 0 0 25 0 1 0 569323853 2222313472 452316 33554432000 4194304 4650387 140734977310640 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 542557 452316 383 112 0 537522 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 2170228

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 1820
/proc/meminfo: memFree=3496936/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2254884 CPUtime=582.22 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 550565 0 0 0 58142 80 0 0 25 0 1 0 569323853 2309001216 461895 33554432000 4194304 4650387 140734977310640 18446744073709551615 4310649 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 563721 461895 397 112 0 558686 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 2254884

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 1822
/proc/meminfo: memFree=2902716/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2195148 CPUtime=642.23 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 575953 0 0 0 64137 86 0 0 25 0 1 0 569323853 2247831552 458695 33554432000 4194304 4650387 140734977310640 18446744073709551615 4368052 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 548787 458695 383 112 0 543752 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 2195148

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 1823
/proc/meminfo: memFree=2474828/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2219808 CPUtime=702.22 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 590614 0 0 0 70133 89 0 0 25 0 1 0 569323853 2273083392 465087 33554432000 4194304 4650387 140734977310640 18446744073709551615 4364851 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 554952 465087 383 112 0 549917 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 2219808

[startup+762.307 s]
/proc/loadavg: 4.06 4.01 3.94 5/190 1825
/proc/meminfo: memFree=1603052/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2220004 CPUtime=762.23 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 614628 0 0 0 76127 96 0 0 25 0 1 0 569323853 2273284096 465571 33554432000 4194304 4650387 140734977310640 18446744073709551615 4364851 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 555001 465571 383 112 0 549966 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 2220004

[startup+822.301 s]
/proc/loadavg: 4.06 4.03 3.95 6/190 1827
/proc/meminfo: memFree=1449304/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2241500 CPUtime=822.22 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 632956 0 0 0 82122 100 0 0 25 0 1 0 569323853 2295296000 471826 33554432000 4194304 4650387 140734977310640 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 560375 471826 383 112 0 555340 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 2241500

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.95 5/190 1828
/proc/meminfo: memFree=1058496/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2246548 CPUtime=882.21 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 658779 0 0 0 88115 106 0 0 25 0 1 0 569323853 2300465152 472613 33554432000 4194304 4650387 140734977310640 18446744073709551615 4328924 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 561637 472613 383 112 0 556602 0
Current children cumulated CPU time (s) 882.21
Current children cumulated vsize (KiB) 2246548

[startup+942.3 s]
/proc/loadavg: 4.01 4.01 3.95 5/190 1830
/proc/meminfo: memFree=917464/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2249264 CPUtime=942.21 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 685154 0 0 0 94108 113 0 0 25 0 1 0 569323853 2303246336 472924 33554432000 4194304 4650387 140734977310640 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 562316 472924 383 112 0 557281 0
Current children cumulated CPU time (s) 942.21
Current children cumulated vsize (KiB) 2249264

[startup+1002.3 s]
/proc/loadavg: 4.11 4.04 3.96 5/190 1831
/proc/meminfo: memFree=491272/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2354144 CPUtime=1002.21 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 700943 0 0 0 100105 116 0 0 25 0 1 0 569323853 2410643456 484533 33554432000 4194304 4650387 140734977310640 18446744073709551615 4504140 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 588536 484533 383 112 0 583501 0
Current children cumulated CPU time (s) 1002.21
Current children cumulated vsize (KiB) 2354144

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.96 5/190 1833
/proc/meminfo: memFree=115020/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2289076 CPUtime=1062.2 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 726879 0 0 0 106098 122 0 0 25 0 1 0 569323853 2344013824 482107 33554432000 4194304 4650387 140734977310640 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 572269 482107 383 112 0 567234 0
Current children cumulated CPU time (s) 1062.2
Current children cumulated vsize (KiB) 2289076

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/190 1835
/proc/meminfo: memFree=118632/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2289664 CPUtime=1122.16 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 746761 0 0 0 112089 127 0 0 25 0 1 0 569323853 2344615936 484166 33554432000 4194304 4650387 140734977310640 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 572416 484166 383 112 0 567381 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 2289664

[startup+1182.3 s]
/proc/loadavg: 3.66 3.94 3.93 4/184 1854
/proc/meminfo: memFree=3903204/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2290136 CPUtime=1182.12 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 771470 0 0 0 118079 133 0 0 25 0 1 0 569323853 2345099264 482283 33554432000 4194304 4650387 140734977310640 18446744073709551615 4363552 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 572534 482283 383 112 0 567499 0
Current children cumulated CPU time (s) 1182.12
Current children cumulated vsize (KiB) 2290136

[startup+1242.3 s]
/proc/loadavg: 3.24 3.76 3.87 4/184 1856
/proc/meminfo: memFree=3848868/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2335956 CPUtime=1242.12 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 792616 0 0 0 124075 137 0 0 25 0 1 0 569323853 2392018944 494011 33554432000 4194304 4650387 140734977310640 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 583989 494011 383 112 0 578954 0
Current children cumulated CPU time (s) 1242.12
Current children cumulated vsize (KiB) 2335956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.75 3.55 3.79 3/178 1875
/proc/meminfo: memFree=6998220/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2333268 CPUtime=1299.83 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 811291 0 0 0 129840 143 0 0 25 0 1 0 569323853 2389266432 493977 33554432000 4194304 4650387 140734977310640 18446744073709551615 4363403 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 583317 493977 383 112 0 578282 0
Current children cumulated CPU time (s) 1299.83
Current children cumulated vsize (KiB) 2333268

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 2.75 3.55 3.79 3/178 1875
/proc/meminfo: memFree=6998220/32950928 swapFree=67111524/67111528
[pid=1778] ppid=1776 vsize=2333268 CPUtime=1299.83 cores=1,3
/proc/1778/stat : 1778 (strangenight1-s) R 1776 1778 32153 0 -1 4202496 811291 0 0 0 129840 143 0 0 25 0 1 0 569323853 2389266432 493977 33554432000 4194304 4650387 140734977310640 18446744073709551615 4363403 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1778/statm: 583317 493977 383 112 0 578282 0
Current children cumulated CPU time (s) 1299.83
Current children cumulated vsize (KiB) 2333268

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 1299.92
CPU user time (s): 1298.41
CPU system time (s): 1.50977
CPU usage (%): 99.9872
Max. virtual memory (cumulated for all children) (KiB): 2432304

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

runsolver used 1.9707 second user time and 5.14122 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 06:08:52
IDJOB=3293615
IDBENCH=88163
IDSOLVER=1589
FILE ID=node115/3293615-1303790931
RUNJOBID= node115-1303790779-1605
PBS_JOBID= 13157231
Free space on /tmp= 72656 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293615-1303790931/watcher-3293615-1303790931 -o /tmp/evaluation-result-3293615-1303790931/solver-3293615-1303790931 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3293615-1303790931.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=1435875111

node115.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.811
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.62
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.811
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.15
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.811
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.75
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.811
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.75
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      10265540 kB
Buffers:       2296012 kB
Cached:       17469764 kB
SwapCached:          4 kB
Active:        9904404 kB
Inactive:     12217716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      10265540 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          491716 kB
Writeback:           0 kB
AnonPages:     2355656 kB
Mapped:          16268 kB
Slab:           495036 kB
PageTables:      10340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2940012 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= 72984 MiB
End job on node115 at 2011-04-26 06:30:34