Trace number 3369889

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 (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1170024351-015-UNKNOWN.cnf
MD5SUM0f7796213ec78265bd44aa83c0fa283d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.855
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369889-1305383490.cnf'
0.00/0.01	c -- header says num vars:          50000
0.00/0.01	c -- header says num clauses:      210000
0.09/0.14	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.09/0.14	c -- vars added      50000
0.09/0.14	c Parsing time:  0.13 s
0.09/0.14	c  N st     0         0     50000    210000         0         0    630000         0   no data   no data  --
0.18/0.28	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.14
0.39/0.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.16
0.49/0.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.59/0.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.59/0.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50000 time:  0.01 s
0.59/0.63	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.02 s
1.00/1.08	c lits-rem:         0  cl-subs:        0  v-elim:   1460  v-fix:    0  time:  0.45 s
1.00/1.09	c Finding binary XORs  T:     0.01 s  found:       0
1.19/1.20	c Finding non-binary XORs:     0.09 s (found:       0, avg size: nan)
1.19/1.20	c calculated reachability. Time: 0.00
1.19/1.22	c Calc default polars -  time:   0.02 s pos:   22237 undec:    5656 neg:   22107
1.19/1.22	c =========================================================================================
1.19/1.22	c types(t): F = full restart, N = normal restart
1.19/1.22	c types(t): S = simplification begin/end, E = solution found
1.19/1.22	c restart types(rt): st = static, dy = dynamic
1.19/1.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.19/1.22	c  B st     0         0     48540    207547         0         0    630544         0   no data   no data  --
2.99/3.00	c  N dy    20      4022     48540    207547         0      4021    630544   1409969    200.37    213.85  --
4.69/4.75	c  N dy    48      8026     48540    207547         0      8025    630544   2579753    199.66    229.57  --
6.49/6.57	c  N dy    75     12047     48540    207547         0     12046    630544   3803896    200.24    260.84  --
8.29/8.38	c  N dy   102     16109     48540    207547         0     16108    630544   5010227    200.25    215.45  --
10.29/10.37	c  N dy   132     20235     48540    207547         0     10236    630544    815561    199.69    211.85  --
12.18/12.29	c  N dy   157     24292     48540    207547         0     14293    630544   1962782    198.52    219.17  --
12.58/12.65	c  F st   162     25001     48540    207547         0     15002    630544   2157492    198.18   no data  --
14.30/14.39	c  N st   167     28299     48540    207547         0     18300    630544   3384457    198.18   no data  --
15.30/15.33	c  S st   168     30000     48540    207547         0     20001    630544   4153503    198.18   no data  --
15.59/15.62	c  S st   168     30502     48540    207547         0     20503    630544   4273973    198.18   no data  --
15.59/15.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
15.59/15.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.99/16.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.40
16.50/16.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.50/16.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.50/16.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
16.50/16.58	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
34.79/34.88	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 18.30 s
34.99/35.10	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.22
35.10/35.11	c calculated reachability. Time: 0.00
35.10/35.11	c  N dy   168     30502     48540    207547         0     20500    630544   4269187    198.18   no data  --
37.09/37.10	c  N dy   194     34510     48540    207547         0     24508    630544   5439095    198.11    208.89  --
38.99/39.07	c  N dy   225     38619     48540    207547         0     28616    630544   6610909    197.88    214.03  --
40.98/41.03	c  N dy   254     42713     48540    207547         0     17216    630544   1390249    197.57    217.62  --
42.39/42.45	c  S st   277     45753     48540    207547         0     20256    630544   2280941    197.44   no data  --
42.59/42.69	c  S st   277     46255     48540    207547         0     20758    630544   2400533    197.44   no data  --
42.69/42.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
42.69/42.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.09/43.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.38
43.29/43.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
43.29/43.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
43.29/43.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
43.29/43.39	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
49.69/49.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.39 s
49.79/49.80	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.02
49.79/49.83	c vivif2 --  cl tried    20758 cl shrink        0 lits rem          0 time: 0.04
49.99/50.05	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.21
49.99/50.06	c calculated reachability. Time: 0.00
49.99/50.06	c  N dy   277     46255     48540    207547         0     20758    630544   2400533    197.44   no data  --
52.09/52.14	c  N dy   307     50301     48540    207547         0     24804    630544   3574864    197.43    207.99  --
54.29/54.31	c  N dy   337     54540     48540    207547         0     29043    630544   4829908    197.65    217.35  --
56.39/56.44	c  N dy   362     58746     48540    207547         0     33249    630544   6002166    197.29    224.52  --
58.49/58.57	c  N dy   392     62820     48540    207547         0     37322    630544   7221594    197.54    218.01  --
60.59/60.66	c  N dy   419     66894     48540    207547         0     22644    630544   2043929    197.67    208.90  --
61.89/61.93	c  S st   440     69383     48540    207547         0     25133    630544   2794778    198.01   no data  --
62.09/62.19	c  S st   440     69887     48540    207547         0     25637    630544   2922041    198.01   no data  --
62.19/62.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
62.19/62.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.59/62.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.39
62.79/62.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
62.79/62.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
62.89/62.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
62.89/62.93	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
71.69/71.79	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  8.86 s
71.79/71.81	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
71.79/71.86	c vivif2 --  cl tried    25636 cl shrink        0 lits rem          0 time: 0.05
71.99/72.09	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.23
72.09/72.10	c calculated reachability. Time: 0.00
72.09/72.10	c  N dy   440     69887     48540    207547         0     25636    630544   2921968    198.01   no data  --
74.29/74.38	c  N dy   470     74414     48540    207547         0     30163    630544   4242684    197.79    213.15  --
76.79/76.89	c  N dy   504     79258     48540    207547         0     35007    630544   5618717    197.49    213.09  --
79.39/79.49	c  N dy   534     84317     48540    207547         0     40066    630544   7060051    196.99    210.37  --
81.08/81.17	c  F st   555     87502     48540    207547         0     22378    630544   1208015    196.98    137.27  --
82.99/83.05	c  N st   560     90800     48540    207547         0     25676    630544   2691397    196.98   no data  --
86.09/86.19	c  N dy   591     96705     48540    207547         0     31581    630544   4796198    197.35    219.94  --
89.39/89.44	c  N dy   635    102959     48540    207547         0     37834    630544   6665626    197.64    212.88  --
90.39/90.42	c  S st   647    104830     48540    207547         0     39705    630544   7212450    197.61   no data  --
90.59/90.68	c  S st   647    105334     48540    207547         0     40209    630544   7318562    197.61   no data  --
90.69/90.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
90.69/90.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.09/91.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.41
91.69/91.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
91.69/91.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
91.69/91.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
91.69/91.79	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
194.39/194.41	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time: 102.62 s
194.39/194.44	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.02
194.49/194.55	c vivif2 --  cl tried    40207 cl shrink        0 lits rem          0 time: 0.11
194.79/194.80	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.25
194.79/194.82	c calculated reachability. Time: 0.00
194.79/194.82	c  N dy   647    105334     48540    207547         0     40207    630544   7317306    197.61   no data  --
198.20/198.29	c  N dy   696    112143     48540    207547         0     24580    630544   1393958    197.67    209.47  --
201.79/201.81	c  N dy   747    119347     48540    207547         0     31783    630544   3541849    197.95    213.86  --
205.89/205.90	c  N dy   801    127044     48540    207547         0     39479    630544   5789909    197.97    209.15  --
210.29/210.34	c  N dy   857    135222     48540    207547         0     23941    630544    761602    198.03    210.62  --
214.69/214.77	c  N dy   914    143857     48540    207547         0     32576    630544   3316053    197.95    211.94  --
219.69/219.73	c  N dy   980    153084     48540    207547         0     41802    630544   6094650    198.31    209.80  --
222.29/222.38	c  S st  1014    158002     48540    207547         0     46720    630544   7563471    198.49   no data  --
222.59/222.68	c  S st  1014    158504     48540    207547         0     47222    630544   7676317    198.49   no data  --
222.69/222.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
222.69/222.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
223.09/223.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.42
223.69/223.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
223.69/223.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
223.69/223.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.01 s
223.69/223.79	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
338.00/338.07	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 114.29 s
338.10/338.10	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
338.20/338.23	c vivif2 --  cl tried    47219 cl shrink        0 lits rem          0 time: 0.13
338.50/338.51	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.28
338.50/338.52	c calculated reachability. Time: 0.00
338.50/338.53	c  N dy  1014    158504     48540    207547         0     47219    630544   7673798    198.49   no data  --
343.70/343.71	c  N dy  1081    168675     48540    207547         0     32529    630544   2920527    198.44    209.95  --
349.09/349.19	c  N dy  1156    179525     48540    207547         0     43379    630544   6105744    198.51    215.62  --
355.00/355.09	c  N dy  1236    191077     48540    207547         0     29009    630544   1551043    198.64    217.47  --
361.19/361.23	c  N dy  1319    203363     48540    207547         0     41294    630544   5215551    198.69    216.51  --
368.00/368.05	c  N dy  1406    216569     48540    207547         0     27533    630544    756624    198.57    211.94  --
374.80/374.80	c  N dy  1497    230399     48540    207547         0     41363    630544   4775382    198.51    215.91  --
378.50/378.55	c  S st  1548    237756     48540    207547         0     48720    630544   6892739    198.48    140.40  --
378.80/378.81	c  S st  1548    238256     48540    207547         0     49220    630544   6993007    198.48   no data  --
378.80/378.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
378.80/378.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
379.20/379.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.41
379.70/379.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
379.70/379.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
379.70/379.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.02 s
379.80/379.80	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
478.60/478.64	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 98.84 s
478.60/478.67	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.02
478.70/478.78	c vivif2 --  cl tried    49216 cl shrink        0 lits rem          0 time: 0.11
479.00/479.05	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.27
479.00/479.06	c calculated reachability. Time: 0.00
479.00/479.06	c  N dy  1548    238256     48540    207547         0     49216    630544   6990722    198.48   no data  --
486.80/486.84	c  N dy  1652    253461     48540    207547         0     36440    630544   3092950    198.50    216.50  --
495.20/495.26	c  N dy  1763    269787     48540    207547         0     52765    630544   7932208    198.60    210.60  --
504.10/504.12	c  N dy  1885    287155     48540    207547         0     41143    630544   4109217    198.55    218.15  --
513.71/513.77	c  N dy  2013    305599     48540    207547         0     59587    630544   9585355    198.68    209.17  --
514.10/514.17	c  F st  2018    306250     48540    207547         0     30243    630544    619849    198.68    205.64  --
523.90/523.98	c  N dy  2118    325172     48540    207547         0     49165    630544   6959493    198.73    212.87  --
534.30/534.34	c  N dy  2257    345198     48540    207547         0     38191    630544   2697470    198.82    224.49  --
540.60/540.61	c  S st  2343    357386     48540    207547         0     50378    630544   6295365    198.86    203.06  --
540.80/540.87	c  S st  2343    357891     48540    207547         0     50883    630544   6398509    198.86   no data  --
540.90/540.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
540.90/540.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
541.30/541.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.41
541.70/541.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
541.70/541.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
541.80/541.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.02 s
541.80/541.82	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
629.22/629.22	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 87.40 s
629.22/629.24	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.02
629.31/629.34	c vivif2 --  cl tried    50881 cl shrink        0 lits rem          0 time: 0.10
629.61/629.61	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.27
629.61/629.63	c calculated reachability. Time: 0.00
629.61/629.63	c  N dy  2343    357891     48540    207547         0     50881    630544   6398220    198.86   no data  --
640.11/640.14	c  N dy  2480    377917     48540    207547         0     38907    630544   2537328    198.89    216.33  --
650.71/650.75	c  N dy  2627    398175     48540    207547         0     59163    630544   8551587    199.07    213.91  --
661.20/661.28	c  N dy  2775    418267     48540    207547         0     46262    630544   4458554    199.23    215.42  --
671.91/671.98	c  N dy  2913    438271     48540    207547         0     66266    630544  10446723    199.36    211.12  --
682.20/682.27	c  N dy  3050    458337     48540    207547         0     52330    630544   5967318    199.42    243.03  --
693.10/693.14	c  N dy  3185    478489     48540    207547         0     37484    630544   1279301    199.49    210.37  --
703.51/703.54	c  N dy  3327    498545     48540    207547         0     57537    630544   7337612    199.63    288.66  --
714.41/714.44	c  N dy  3470    518625     48540    207547         0     41624    630544   2142397    199.68    241.87  --
724.00/724.04	c  S st  3593    536838     48540    207547         0     59837    630544   7665500    199.82    186.78  --
724.30/724.33	c  S st  3593    537341     48540    207547         0     60340    630544   7795419    199.82   no data  --
724.30/724.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
724.30/724.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
724.70/724.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.42
725.30/725.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
725.30/725.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
725.30/725.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.02 s
725.30/725.39	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
850.51/850.52	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 125.14 s
850.51/850.55	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.02
850.61/850.67	c vivif2 --  cl tried    60337 cl shrink        0 lits rem          0 time: 0.12
850.91/850.97	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.29
850.91/850.98	c calculated reachability. Time: 0.00
850.91/850.98	c  N dy  3593    537341     48540    207547         0     60337    630544   7792511    199.82   no data  --
861.81/861.82	c  N dy  3732    557344     48540    207547         0     43339    630544   2410084    199.82    275.80  --
872.40/872.40	c  N dy  3869    577404     48540    207547         0     63399    630544   8367586    199.83    225.61  --
883.21/883.24	c  N dy  4005    597421     48540    207547         0     45413    630544   2742459    199.85    219.31  --
894.11/894.11	c  N dy  4149    617464     48540    207547         0     65454    630544   8860415    200.04    213.67  --
905.11/905.14	c  N dy  4287    637560     48540    207547         0     46551    630544   2747150    200.09    211.35  --
915.81/915.81	c  N dy  4421    657632     48540    207547         0     66621    630544   8719189    200.08    212.06  --
927.11/927.19	c  N dy  4567    678300     48540    207547         0     47291    630544   2710014    200.20    233.72  --
937.91/937.94	c  N dy  4706    698305     48540    207547         0     67295    630544   8689069    200.21    223.96  --
949.01/949.07	c  N dy  4841    718450     48540    207547         0     46445    630544   2111263    200.16    213.80  --
959.91/959.95	c  N dy  4990    738564     48540    207547         0     66557    630544   8125248    200.27    215.08  --
971.22/971.29	c  N dy  5132    758632     48540    207547         0     44621    630544   1299704    200.36    214.23  --
982.12/982.10	c  N dy  5276    778736     48540    207547         0     64722    630544   7276207    200.42    212.57  --
993.41/993.47	c  N dy  5417    798852     48540    207547         0     84837    630544  13250467    200.40    214.44  --
997.21/997.28	c  S st  5466    806011     48540    207547         0     48998    630544   2296619    200.38    175.52  --
997.51/997.54	c  S st  5466    806514     48540    207547         0     49501    630544   2400121    200.38   no data  --
997.51/997.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
997.51/997.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
997.91/997.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.41
998.21/998.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
998.21/998.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
998.21/998.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.02 s
998.21/998.25	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1005.71/1005.77	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  7.52 s
1005.81/1005.80	c vivif2 --  cl tried   207547 cl shrink        0 lits rem          0 time: 0.03
1005.81/1005.84	c vivif2 --  cl tried    49500 cl shrink        0 lits rem          0 time: 0.04
1006.11/1006.10	c asymm  cl-useful: 0/207547/207547 lits-rem:0 time: 0.27
1006.11/1006.12	c calculated reachability. Time: 0.00
1006.11/1006.12	c  N dy  5466    806514     48540    207547         0     49500    630544   2399422    200.38   no data  --
1017.01/1017.09	c  N dy  5605    826568     48540    207547         0     69553    630544   8491573    200.48    222.04  --
1028.61/1028.69	c  N dy  5744    846663     48540    207547         0     45649    630544   1021184    200.49    219.23  --
1039.53/1039.56	c  N dy  5886    866973     48540    207547         0     65958    630544   7038466    200.49    211.23  --
1051.02/1051.03	c  N dy  6022    887127     48540    207547         0     86110    630544  13033789    200.48    211.79  --
1061.91/1061.90	c  N dy  6160    907189     48540    207547         0     61178    630544   5356087    200.48    215.56  --
1073.21/1073.26	c  N dy  6302    927442     48540    207547         0     81431    630544  11394471    200.50    212.45  --
1084.42/1084.51	c  N dy  6446    947572     48540    207547         0     55560    630544   3393733    200.54    213.80  --
1095.63/1095.68	c  N dy  6579    967811     48540    207547         0     75798    630544   9562774    200.57    212.91  --
1107.11/1107.19	c  N dy  6709    987909     48540    207547         0     48897    630544   1182441    200.58    218.04  --
1117.82/1117.86	c  N dy  6842   1007929     48540    207547         0     68917    630544   7113231    200.53    213.52  --
1129.52/1129.55	c  N dy  6985   1028120     48540    207547         0     89106    630544  13151611    200.58    211.53  --
1140.52/1140.59	c  N dy  7116   1048182     48540    207547         0     61167    630544   4450231    200.54    213.94  --
1151.92/1151.94	c  N dy  7265   1068259     48540    207547         0     81243    630544  10511398    200.62    251.44  --
1154.01/1154.06	c  F st  7290   1071876     48540    207547         0     84860    630544  11604139    200.61   no data  --
1163.62/1163.66	c  N dy  7366   1088335     48540    207547         0     52322    630544   1535729    200.57    213.73  --
1174.42/1174.46	c  N dy  7499   1108337     48540    207547         0     72323    630544   7531994    200.57    214.78  --
1185.92/1185.98	c  N dy  7632   1128494     48540    207547         0     92477    630544  13548851    200.58    211.18  --
1197.32/1197.31	c  N dy  7770   1148674     48540    207547         0     62661    630544   4374377    200.57    213.81  --
1208.61/1208.64	c  N dy  7911   1168781     48540    207547         0     82763    630544  10530050    200.62    226.27  --
1220.52/1220.51	c  N dy  8051   1188835     48540    207547         0     51824    630544    809049    200.66    220.65  --
1231.42/1231.43	c  N dy  8194   1208892     48540    207547         0     71879    630544   6978012    200.74    211.91  --
1231.92/1231.92	c  S st  8199   1209771     48540    207547         0     72758    630544   7222417    200.73    166.22  --
1232.22/1232.21	c  S st  8199   1210274     48540    207547         0     73261    630544   7346268    200.73   no data  --
1232.22/1232.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1232.22/1232.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1232.62/1232.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.43
1233.22/1233.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1233.22/1233.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1233.22/1233.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48540 time:  0.02 s
1233.22/1233.26	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s

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: 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-3369889-1305383490/watcher-3369889-1305383490 -o /tmp/evaluation-result-3369889-1305383490/solver-3369889-1305383490 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369889-1305383490.cnf 

running on 2 cores: 4,6

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: 3.69 3.94 3.79 5/320 11327
/proc/meminfo: memFree=12285052/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=23008 CPUtime=0 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 1053 0 0 0 0 0 0 0 20 0 1 0 649947834 23560192 994 33554432000 4194304 4650387 140734766301152 18446744073709551615 235594563792 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 5881 1002 325 112 0 846 0

[startup+0.0627061 s]
/proc/loadavg: 3.69 3.94 3.79 5/320 11327
/proc/meminfo: memFree=12285052/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=49172 CPUtime=0.05 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 6395 0 0 0 5 0 0 0 20 0 1 0 649947834 50352128 5336 33554432000 4194304 4650387 140734766301152 18446744073709551615 235594527429 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 12293 5337 329 112 0 7258 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 49172

[startup+0.100673 s]
/proc/loadavg: 3.69 3.94 3.79 5/320 11327
/proc/meminfo: memFree=12285052/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=54080 CPUtime=0.09 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 7779 0 0 0 9 0 0 0 20 0 1 0 649947834 55377920 6720 33554432000 4194304 4650387 140734766301152 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 13520 6720 329 112 0 8485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54080

[startup+0.300659 s]
/proc/loadavg: 3.69 3.94 3.79 5/320 11327
/proc/meminfo: memFree=12285052/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=68520 CPUtime=0.29 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 11232 0 0 0 28 1 0 0 21 0 1 0 649947834 70164480 8941 33554432000 4194304 4650387 140734766301152 18446744073709551615 4244365 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 17130 8941 349 112 0 12095 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68520

[startup+0.700595 s]
/proc/loadavg: 3.69 3.94 3.79 5/320 11327
/proc/meminfo: memFree=12285052/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=95052 CPUtime=0.69 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 17159 0 0 0 68 1 0 0 22 0 1 0 649947834 97333248 14868 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 23763 14868 365 112 0 18728 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95052

[startup+1.50045 s]
/proc/loadavg: 3.69 3.94 3.79 5/321 11328
/proc/meminfo: memFree=12216236/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=98400 CPUtime=1.49 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 21955 0 0 0 147 2 0 0 25 0 1 0 649947834 100761600 16137 33554432000 4194304 4650387 140734766301152 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 24600 16137 379 112 0 19565 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98400

[startup+3.10017 s]
/proc/loadavg: 3.71 3.94 3.79 5/321 11328
/proc/meminfo: memFree=12193668/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=98400 CPUtime=3.09 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 23179 0 0 0 307 2 0 0 25 0 1 0 649947834 100761600 17361 33554432000 4194304 4650387 140734766301152 18446744073709551615 4364572 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 24600 17361 379 112 0 19565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98400

[startup+6.3006 s]
/proc/loadavg: 3.71 3.94 3.79 5/321 11328
/proc/meminfo: memFree=12157708/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=154844 CPUtime=6.29 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 25308 0 0 0 626 3 0 0 25 0 1 0 649947834 158560256 19490 33554432000 4194304 4650387 140734766301152 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 38711 19490 379 112 0 33676 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154844

[startup+12.7004 s]
/proc/loadavg: 3.76 3.95 3.79 5/321 11328
/proc/meminfo: memFree=12090620/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=102340 CPUtime=12.68 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 31180 0 0 0 1264 4 0 0 25 0 1 0 649947834 104796160 18015 33554432000 4194304 4650387 140734766301152 18446744073709551615 4255272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 25585 18015 382 112 0 20550 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102340

[startup+25.5002 s]
/proc/loadavg: 3.79 3.95 3.79 5/321 11329
/proc/meminfo: memFree=11952180/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=267940 CPUtime=25.49 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 57428 0 0 0 2541 8 0 0 25 0 1 0 649947834 274370560 44263 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 66985 44263 383 112 0 61950 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 267940

[startup+51.1007 s]
/proc/loadavg: 3.86 3.95 3.80 5/321 11329
/proc/meminfo: memFree=11851992/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=219520 CPUtime=51.09 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 69062 0 0 0 5099 10 0 0 25 0 1 0 649947834 224788480 47458 33554432000 4194304 4650387 140734766301152 18446744073709551615 4367252 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 54880 47458 383 112 0 49845 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 219520

[startup+102.312 s]
/proc/loadavg: 3.94 3.95 3.81 5/321 11331
/proc/meminfo: memFree=11704268/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=364512 CPUtime=102.3 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 111179 0 0 0 10211 19 0 0 25 0 1 0 649947834 373260288 72407 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 91128 72407 383 112 0 86093 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 364512

[startup+162.3 s]
/proc/loadavg: 3.98 3.96 3.82 5/321 11332
/proc/meminfo: memFree=11654876/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=365092 CPUtime=162.29 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 111300 0 0 0 16210 19 0 0 25 0 1 0 649947834 373854208 72528 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476724 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 91273 72528 383 112 0 86238 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 365092

[startup+222.301 s]
/proc/loadavg: 4.07 3.98 3.83 5/321 11334
/proc/meminfo: memFree=11587860/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=382236 CPUtime=222.29 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 126074 0 0 0 22204 25 0 0 25 0 1 0 649947834 391409664 77175 33554432000 4194304 4650387 140734766301152 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 95559 77175 383 112 0 90524 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 382236

[startup+282.301 s]
/proc/loadavg: 4.06 4.00 3.84 5/321 11335
/proc/meminfo: memFree=11542304/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=408144 CPUtime=282.3 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 132724 0 0 0 28204 26 0 0 25 0 1 0 649947834 417939456 83825 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 102036 83825 383 112 0 97001 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 408144

[startup+342.3 s]
/proc/loadavg: 4.02 4.00 3.85 5/321 11337
/proc/meminfo: memFree=11550688/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=359112 CPUtime=342.3 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 136579 0 0 0 34203 27 0 0 25 0 1 0 649947834 367730688 82515 33554432000 4194304 4650387 140734766301152 18446744073709551615 4363464 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 89778 82515 383 112 0 84743 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 359112

[startup+402.301 s]
/proc/loadavg: 4.07 4.01 3.86 5/321 11339
/proc/meminfo: memFree=11519524/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=427568 CPUtime=402.3 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 153399 0 0 0 40199 31 0 0 25 0 1 0 649947834 437829632 88141 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 106892 88141 383 112 0 101857 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 427568

[startup+462.3 s]
/proc/loadavg: 4.08 4.03 3.87 5/321 11340
/proc/meminfo: memFree=11506956/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=427992 CPUtime=462.3 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 153509 0 0 0 46199 31 0 0 25 0 1 0 649947834 438263808 88251 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 106998 88251 383 112 0 101963 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 427992

[startup+522.301 s]
/proc/loadavg: 4.03 4.02 3.88 5/321 11342
/proc/meminfo: memFree=11484316/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=444316 CPUtime=522.3 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 175509 0 0 0 52195 35 0 0 25 0 1 0 649947834 454979584 91441 33554432000 4194304 4650387 140734766301152 18446744073709551615 4364370 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 111079 91441 383 112 0 106044 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 444316

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 3.88 5/321 11343
/proc/meminfo: memFree=11481508/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=445444 CPUtime=582.3 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 183857 0 0 0 58191 39 0 0 25 0 1 0 649947834 456134656 92103 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476729 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 111361 92103 383 112 0 106326 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 445444

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.89 5/321 11345
/proc/meminfo: memFree=11433972/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=462504 CPUtime=642.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 192790 0 0 0 64190 41 0 0 25 0 1 0 649947834 473604096 93819 33554432000 4194304 4650387 140734766301152 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 115626 93819 383 112 0 110591 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 462504

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/321 11347
/proc/meminfo: memFree=11418940/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=462504 CPUtime=702.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 219256 0 0 0 70185 46 0 0 25 0 1 0 649947834 473604096 96693 33554432000 4194304 4650387 140734766301152 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 115626 96693 383 112 0 110591 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 462504

[startup+762.312 s]
/proc/loadavg: 4.00 4.00 3.90 5/321 11348
/proc/meminfo: memFree=11417916/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=462504 CPUtime=762.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 229080 0 0 0 76183 48 0 0 25 0 1 0 649947834 473604096 97929 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 115626 97929 383 112 0 110591 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 462504

[startup+822.301 s]
/proc/loadavg: 4.08 4.03 3.91 5/321 11350
/proc/meminfo: memFree=11426788/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=462504 CPUtime=822.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 229080 0 0 0 82183 48 0 0 25 0 1 0 649947834 473604096 97929 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 115626 97929 383 112 0 110591 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 462504

[startup+882.3 s]
/proc/loadavg: 4.03 4.02 3.91 5/321 11351
/proc/meminfo: memFree=11392516/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=422640 CPUtime=882.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 247826 0 0 0 88179 52 0 0 25 0 1 0 649947834 432783360 98834 33554432000 4194304 4650387 140734766301152 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 105660 98834 383 112 0 100625 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 422640

[startup+942.301 s]
/proc/loadavg: 4.01 4.02 3.91 5/321 11353
/proc/meminfo: memFree=11390132/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=488184 CPUtime=942.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 275782 0 0 0 94171 60 0 0 25 0 1 0 649947834 499900416 107528 33554432000 4194304 4650387 140734766301152 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 122046 107528 383 112 0 117011 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 488184

[startup+1002.3 s]
/proc/loadavg: 4.18 4.06 3.93 5/321 11355
/proc/meminfo: memFree=11375560/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=438644 CPUtime=1002.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 302586 0 0 0 100163 68 0 0 25 0 1 0 649947834 449171456 103600 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 109661 103600 383 112 0 104626 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 438644

[startup+1062.3 s]
/proc/loadavg: 4.13 4.06 3.93 5/321 11356
/proc/meminfo: memFree=11359880/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=504360 CPUtime=1062.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 327088 0 0 0 106157 74 0 0 25 0 1 0 649947834 516464640 106180 33554432000 4194304 4650387 140734766301152 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 126090 106180 383 112 0 121055 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 504360

[startup+1122.3 s]
/proc/loadavg: 4.05 4.05 3.93 5/321 11358
/proc/meminfo: memFree=11330440/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=504628 CPUtime=1122.31 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 354304 0 0 0 112151 80 0 0 25 0 1 0 649947834 516739072 110057 33554432000 4194304 4650387 140734766301152 18446744073709551615 4367273 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 126157 110057 383 112 0 121122 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 504628

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.93 5/321 11359
/proc/meminfo: memFree=11328888/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=504628 CPUtime=1182.32 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 381456 0 0 0 118145 87 0 0 25 0 1 0 649947834 516739072 112185 33554432000 4194304 4650387 140734766301152 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 126157 112185 383 112 0 121122 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 504628

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 3.93 5/321 11361
/proc/meminfo: memFree=11273532/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=504892 CPUtime=1242.32 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 403131 0 0 0 124140 92 0 0 25 0 1 0 649947834 517009408 108130 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 126223 108130 383 112 0 121188 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 504892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.93 2/315 11366
/proc/meminfo: memFree=11896980/32950928 swapFree=67111348/67111528
[pid=11327] ppid=11325 vsize=504892 CPUtime=1300.02 cores=4,6
/proc/11327/stat : 11327 (strangenight1-s) R 11325 11327 10553 0 -1 4202496 403131 0 0 0 129910 92 0 0 25 0 1 0 649947834 517009408 108130 33554432000 4194304 4650387 140734766301152 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11327/statm: 126223 108130 383 112 0 121188 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 504892

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.11
CPU system time (s): 0.944856
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 504892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.11
system time used= 0.944856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403131
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= 1368

runsolver used 3.76943 second user time and 9.26259 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 16:31:31
IDJOB=3369889
IDBENCH=82698
IDSOLVER=1847
FILE ID=node120/3369889-1305383490
RUNJOBID= node120-1305383490-11286
PBS_JOBID= 13324382
Free space on /tmp= 73484 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1170024351-015-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369889-1305383490/watcher-3369889-1305383490 -o /tmp/evaluation-result-3369889-1305383490/solver-3369889-1305383490 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369889-1305383490.cnf

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

MD5SUM BENCH= 0f7796213ec78265bd44aa83c0fa283d
RANDOM SEED=1293423120

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12285332 kB
Buffers:        240944 kB
Cached:        3575832 kB
SwapCached:          0 kB
Active:       17420368 kB
Inactive:      2956744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12285332 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32424 kB
Writeback:           0 kB
AnonPages:    16560272 kB
Mapped:          26132 kB
Slab:           175524 kB
PageTables:      49020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51694076 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= 73500 MiB
End job on node120 at 2011-05-14 16:53:13