Trace number 3175528

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) 1300.07 1300.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1286362348-008-UNKNOWN.cnf
MD5SUM63b66954174098a654eacd27832fcf38
Bench CategoryRANDOM (random 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 variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

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-3175528-1301783659.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:       25500
0.00/0.01	c -- clauses added:            0 learnts,        25500 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.29/0.37	c asymm  cl-useful: 0/14578/25500 lits-rem:0 time: 0.35
0.29/0.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.29/0.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.29/0.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.29/0.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.29/0.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.39/0.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.39/0.47	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.49	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.39/0.49	c calculated reachability. Time: 0.00
0.39/0.49	c Calc default polars -  time:   0.00 s pos:     154 undec:       3 neg:     143
0.39/0.49	c =========================================================================================
0.39/0.49	c types(t): F = full restart, N = normal restart
0.39/0.49	c types(t): S = simplification begin/end, E = solution found
0.39/0.49	c restart types(rt): st = static, dy = dynamic
0.39/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.49	c  B st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.69/0.76	c  N dy    14      4241       300     25500         0      4158    178500    320103     66.95     71.12  --
1.00/1.03	c  N dy    31      8246       300     25500         0      5636    178500    359357     66.95     71.85  --
1.29/1.34	c  N dy    50     12408       300     25500         0      5545    178500    277566     67.29     71.16  --
1.59/1.66	c  N dy    63     16863       300     25500         0      9913    178500    610690     67.17     70.93  --
1.89/1.97	c  N dy    78     21057       300     25500         0      8516    178500    426947     66.91     71.17  --
2.19/2.28	c  F st    89     25000       300     25500         0     12384    178500    718550     66.66     63.46  --
2.29/2.31	c  N st    90     25251       300     25500         0     12629    178500    737508     66.66   no data  --
2.59/2.68	c  N dy    95     30001       300     25500         0     10602    178500    529636     66.66   no data  --
2.59/2.68	c  S st    95     30001       300     25500         0     10602    178500    529636     66.66   no data  --
2.69/2.74	c  S st    95     30504       300     25500         0     11097    178500    565662     66.66   no data  --
2.69/2.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.69/2.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.69/2.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.69/2.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
2.69/2.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.29/6.39	c lits-rem:      2133  cl-subs:      252  v-elim:      0  v-fix:    0  time:  3.61 s
6.49/6.59	c asymm  cl-useful: 0/5852/25500 lits-rem:0 time: 0.20
6.49/6.59	c calculated reachability. Time: 0.00
6.49/6.59	c  N dy    95     30504       300     25500         0     10845    178500    535522     66.66   no data  --
6.89/6.95	c  N dy   113     34724       300     25500         0     14987    178500    849166     66.80     70.33  --
7.19/7.28	c  N dy   129     38854       300     25500         0     11306    178500    505320     66.75     70.47  --
7.59/7.62	c  N dy   148     42858       300     25500         0     15235    178500    805983     66.88     70.76  --
7.78/7.88	c  S st   159     45756       300     25500         0      9283    178500    287168     66.82   no data  --
7.89/7.94	c  S st   159     46261       300     25500         0      9786    178500    324512     66.82   no data  --
7.89/7.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.89/7.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.89/7.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
7.89/7.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.89/7.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.89/7.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
7.89/7.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.90/10.94	c lits-rem:       528  cl-subs:       26  v-elim:      0  v-fix:    0  time:  2.98 s
10.90/10.94	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
10.90/10.94	c vivif2 --  cl tried     9760 cl shrink        0 lits rem          0 time: 0.00
11.09/11.11	c asymm  cl-useful: 0/5070/25500 lits-rem:0 time: 0.17
11.09/11.11	c calculated reachability. Time: 0.00
11.09/11.11	c  N dy   159     46261       300     25500         0      9760    178500    320884     66.82   no data  --
11.39/11.48	c  N dy   169     51157       300     25500         0     14570    178500    689513     66.60     70.14  --
11.79/11.86	c  N dy   181     55460       300     25500         0     18806    178500   1010260     66.47     70.50  --
12.19/12.28	c  N dy   195     60223       300     25500         0     13684    178500    556997     66.44     70.14  --
12.59/12.63	c  N dy   206     64391       300     25500         0     17785    178500    867179     66.38     70.26  --
12.99/13.05	c  N dy   233     68542       300     25500         0     11060    178500    296257     66.53     71.01  --
13.09/13.13	c  S st   238     69391       300     25500         0     11897    178500    359819     66.53     67.57  --
13.09/13.19	c  S st   238     69896       300     25500         0     12398    178500    395539     66.53   no data  --
13.09/13.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.09/13.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.09/13.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
13.19/13.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.19/13.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.19/13.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
13.19/13.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.19/16.28	c lits-rem:       770  cl-subs:       54  v-elim:      0  v-fix:    0  time:  3.06 s
16.19/16.28	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
16.19/16.28	c vivif2 --  cl tried    12344 cl shrink        0 lits rem          0 time: 0.00
16.39/16.49	c asymm  cl-useful: 0/6764/25500 lits-rem:0 time: 0.21
16.39/16.49	c calculated reachability. Time: 0.00
16.39/16.49	c  N dy   238     69896       300     25500         0     12344    178500    388921     66.53   no data  --
16.88/16.94	c  N dy   259     74881       300     25500         0     17248    178500    760372     66.53     71.20  --
17.39/17.44	c  N dy   280     79935       300     25500         0     22221    178500   1137587     66.52     70.41  --
17.89/17.93	c  N dy   303     85095       300     25500         0     15478    178500    568287     66.57     70.75  --
18.09/18.17	c  F st   321     87500       300     25500         0     17846    178500    751566     66.66   no data  --
18.39/18.49	c  N st   326     90800       300     25500         0     21074    178500    998646     66.66   no data  --
19.09/19.10	c  N dy   338     96848       300     25500         0     14257    178500    415519     66.60     71.19  --
19.59/19.69	c  N dy   369    103049       300     25500         0     20341    178500    877230     66.60     70.22  --
19.79/19.88	c  S st   378    104849       300     25500         0     22116    178500   1012004     66.61     66.99  --
19.89/19.97	c  S st   378    105351       300     25500         0     22613    178500   1048091     66.61   no data  --
19.89/19.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.89/19.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.89/19.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
19.99/20.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.99/20.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.99/20.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
19.99/20.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.30/26.32	c lits-rem:       628  cl-subs:      408  v-elim:      0  v-fix:    0  time:  6.30 s
26.30/26.32	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
26.30/26.33	c vivif2 --  cl tried    22205 cl shrink        0 lits rem          0 time: 0.01
26.49/26.55	c asymm  cl-useful: 0/4584/25500 lits-rem:0 time: 0.22
26.49/26.55	c calculated reachability. Time: 0.00
26.49/26.55	c  N dy   378    105351       300     25500         0     22205    178500   1002055     66.61   no data  --
27.19/27.26	c  N dy   399    112119       300     25500         0     15109    178500    415291     66.61     70.44  --
28.19/28.20	c  N dy   436    121901       300     25500         0     24710    178500   1148478     66.60     70.35  --
28.99/29.02	c  N dy   467    129737       300     25500         0     17679    178500    547717     66.60     71.08  --
29.79/29.89	c  N dy   497    138127       300     25500         0     25910    178500   1170942     66.58     70.52  --
30.89/30.92	c  N dy   527    147452       300     25500         0     19346    178500    610627     66.55     70.17  --
31.89/31.92	c  N dy   559    156880       300     25500         0     28605    178500   1314082     66.52     72.19  --
31.98/32.06	c  S st   569    158028       300     25500         0     29731    178500   1401686     66.55   no data  --
32.08/32.16	c  S st   569    158534       300     25500         0     30230    178500   1436283     66.55   no data  --
32.08/32.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.08/32.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.08/32.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
32.18/32.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.18/32.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.18/32.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
32.18/32.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.79/42.88	c lits-rem:      1602  cl-subs:      620  v-elim:      0  v-fix:    0  time: 10.66 s
42.79/42.88	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
42.79/42.90	c vivif2 --  cl tried    29610 cl shrink        0 lits rem          0 time: 0.01
43.09/43.13	c asymm  cl-useful: 0/3786/25500 lits-rem:0 time: 0.23
43.09/43.13	c calculated reachability. Time: 0.00
43.09/43.13	c  N dy   569    158534       300     25500         0     29610    178500   1366716     66.55   no data  --
44.19/44.21	c  N dy   595    168691       300     25500         0     22891    178500    819407     66.46     71.27  --
45.39/45.48	c  N dy   638    179521       300     25500         0     33530    178500   1622114     66.45     70.00  --
46.69/46.79	c  N dy   674    191628       300     25500         0     27761    178500   1125705     66.37     70.31  --
48.19/48.27	c  N dy   728    203988       300     25500         0     21249    178500    567148     66.41     69.98  --
49.68/49.72	c  N dy   784    217020       300     25500         0     34037    178500   1543114     66.44     71.23  --
51.29/51.31	c  N dy   836    230898       300     25500         0     28019    178500   1020350     66.42     69.99  --
52.09/52.13	c  S st   859    237803       300     25500         0     34794    178500   1533164     66.40     66.43  --
52.19/52.23	c  S st   859    238305       300     25500         0     35290    178500   1567983     66.40   no data  --
52.19/52.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.19/52.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.19/52.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
52.29/52.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.29/52.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.29/52.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
52.29/52.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.39/67.47	c lits-rem:      1136  cl-subs:      752  v-elim:      0  v-fix:    0  time: 15.17 s
67.39/67.47	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
67.39/67.49	c vivif2 --  cl tried    34538 cl shrink        0 lits rem          0 time: 0.01
67.69/67.77	c asymm  cl-useful: 0/3438/25500 lits-rem:0 time: 0.28
67.69/67.77	c calculated reachability. Time: 0.00
67.69/67.77	c  N dy   859    238305       300     25500         0     34538    178500   1485613     66.40   no data  --
69.59/69.63	c  N dy   922    253702       300     25500         0     29023    178500   1030720     66.39     70.32  --
71.69/71.77	c  N dy  1000    269906       300     25500         0     23343    178500    536138     66.44     70.24  --
74.09/74.18	c  N dy  1071    289215       300     25500         0     42289    178500   1972513     66.41     70.36  --
76.19/76.27	c  F st  1131    306251       300     25500         0     36454    178500   1469689     66.40   no data  --
76.49/76.54	c  N st  1135    308283       300     25500         0     38438    178500   1622706     66.40   no data  --
79.29/79.33	c  N dy  1208    329884       300     25500         0     36095    178500   1373126     66.38     70.43  --
81.99/82.04	c  N dy  1282    349941       300     25500         0     31228    178500    949066     66.39     69.94  --
82.89/82.99	c  S st  1298    357458       300     25500         0     38608    178500   1510262     66.35   no data  --
83.09/83.10	c  S st  1298    357966       300     25500         0     39113    178500   1545038     66.35   no data  --
83.09/83.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.09/83.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.09/83.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
83.09/83.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.09/83.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.09/83.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
83.09/83.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.89/96.96	c lits-rem:      1136  cl-subs:      687  v-elim:      0  v-fix:    0  time: 13.78 s
96.89/96.96	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
96.89/96.98	c vivif2 --  cl tried    38426 cl shrink        0 lits rem          0 time: 0.01
97.19/97.26	c asymm  cl-useful: 0/3195/25500 lits-rem:0 time: 0.28
97.19/97.26	c calculated reachability. Time: 0.00
97.19/97.26	c  N dy  1298    357966       300     25500         0     38426    178500   1470441     66.35   no data  --
100.00/100.09	c  N dy  1368    378461       300     25500         0     33067    178500   1012927     66.33     69.93  --
102.99/103.06	c  N dy  1461    398704       300     25500         0     52934    178500   2523874     66.35     70.65  --
105.79/105.83	c  N dy  1527    420037       300     25500         0     47355    178500   2033889     66.32     69.82  --
108.70/108.74	c  N dy  1622    440055       300     25500         0     39544    178500   1381300     66.35     70.22  --
111.69/111.79	c  N dy  1700    460064       300     25500         0     30721    178500    644021     66.35     70.35  --
114.50/114.59	c  N dy  1771    480351       300     25500         0     50593    178500   2150933     66.33     69.83  --
117.49/117.55	c  N dy  1846    500606       300     25500         0     41042    178500   1358907     66.31     70.39  --
120.70/120.77	c  N dy  1923    520699       300     25500         0     60769    178500   2853930     66.32     70.73  --
122.99/123.03	c  S st  1999    536949       300     25500         0     46294    178500   1699244     66.33   no data  --
123.10/123.17	c  S st  1999    537453       300     25500         0     46796    178500   1734640     66.33   no data  --
123.10/123.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
123.10/123.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.10/123.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
123.20/123.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
123.20/123.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
123.20/123.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
123.20/123.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
145.29/145.30	c lits-rem:       882  cl-subs:      644  v-elim:      0  v-fix:    0  time: 22.05 s
145.29/145.30	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
145.29/145.32	c vivif2 --  cl tried    46152 cl shrink        0 lits rem          0 time: 0.02
145.49/145.59	c asymm  cl-useful: 0/2764/25500 lits-rem:0 time: 0.27
145.49/145.59	c calculated reachability. Time: 0.00
145.49/145.59	c  N dy  1999    537453       300     25500         0     46152    178500   1661969     66.33   no data  --
148.79/148.83	c  N dy  2086    557455       300     25500         0     34387    178500    731977     66.34     70.20  --
151.70/151.79	c  N dy  2181    577475       300     25500         0     54048    178500   2221721     66.36     73.73  --
155.10/155.11	c  N dy  2266    597543       300     25500         0     41326    178500   1192407     66.37     70.42  --
158.30/158.35	c  N dy  2349    617659       300     25500         0     61098    178500   2697530     66.38     70.64  --
161.50/161.55	c  N dy  2426    637794       300     25500         0     47432    178500   1588313     66.38     70.53  --
165.09/165.17	c  N dy  2511    657986       300     25500         0     67229    178500   3093847     66.40     70.19  --
168.20/168.23	c  N dy  2591    678089       300     25500         0     52617    178500   1916025     66.40     70.63  --
171.79/171.84	c  N dy  2662    698206       300     25500         0     37047    178500    677958     66.39     70.13  --
175.00/175.05	c  N dy  2753    718774       300     25500         0     57224    178500   2210843     66.40     70.23  --
178.60/178.61	c  N dy  2813    739142       300     25500         0     40920    178500    903737     66.38     70.55  --
181.80/181.84	c  N dy  2889    759184       300     25500         0     60585    178500   2392895     66.38     72.72  --
185.30/185.39	c  N dy  2957    779185       300     25500         0     42918    178500    993636     66.36     70.76  --
188.70/188.71	c  N dy  3029    799457       300     25500         0     62813    178500   2505325     66.35     69.96  --
189.99/190.05	c  S st  3066    806179       300     25500         0     69390    178500   3006635     66.36     64.30  --
190.20/190.22	c  S st  3066    806679       300     25500         0     69887    178500   3041785     66.36   no data  --
190.20/190.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
190.20/190.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
190.20/190.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
190.30/190.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.30/190.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.30/190.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
190.30/190.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
546.91/546.91	c lits-rem:      2162  cl-subs:     1455  v-elim:      0  v-fix:    0  time: 356.57 s
546.91/546.92	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
546.91/546.95	c vivif2 --  cl tried    68432 cl shrink        0 lits rem          0 time: 0.03
547.11/547.10	c asymm  cl-useful: 0/969/25500 lits-rem:0 time: 0.15
547.11/547.10	c calculated reachability. Time: 0.00
547.11/547.10	c  N dy  3066    806679       300     25500         0     68432    178500   2880447     66.36   no data  --
550.52/550.52	c  N dy  3150    826738       300     25500         0     49878    178500   1456054     66.37     72.83  --
554.32/554.34	c  N dy  3246    847111       300     25500         0     69893    178500   2975522     66.38     70.01  --
557.81/557.85	c  N dy  3305    867238       300     25500         0     50380    178500   1424080     66.36     70.09  --
561.51/561.54	c  N dy  3383    887471       300     25500         0     70235    178500   2928509     66.36     70.59  --
565.32/565.39	c  N dy  3486    907566       300     25500         0     49710    178500   1309975     66.38     73.70  --
568.82/568.88	c  N dy  3545    927582       300     25500         0     69367    178500   2795843     66.36     70.14  --
572.71/572.74	c  N dy  3613    947595       300     25500         0     47788    178500   1104644     66.35     70.10  --
576.22/576.21	c  N dy  3689    967651       300     25500         0     67492    178500   2601535     66.36     70.79  --
580.82/580.82	c  N dy  3800    988212       300     25500         0     45459    178500    859950     66.38     70.00  --
584.22/584.24	c  N dy  3882   1008288       300     25500         0     65147    178500   2353712     66.39     70.24  --
588.52/588.52	c  N dy  3953   1028730       300     25500         0     85219    178500   3872498     66.38     70.19  --
592.02/592.02	c  N dy  4036   1049047       300     25500         0     61987    178500   2051253     66.38     69.98  --
596.22/596.23	c  N dy  4116   1069151       300     25500         0     81723    178500   3549742     66.39     70.39  --
596.82/596.89	c  F st  4130   1071875       300     25500         0     84390    178500   3752227     66.39     66.47  --
599.91/599.91	c  N dy  4181   1089273       300     25500         0     57315    178500   1637074     66.39     70.48  --
603.82/603.85	c  N dy  4258   1109278       300     25500         0     76962    178500   3127183     66.39     71.51  --
608.12/608.20	c  N dy  4345   1129340       300     25500         0     51474    178500   1121829     66.39     70.10  --
611.91/611.99	c  N dy  4451   1149342       300     25500         0     71121    178500   2616693     66.41     70.00  --
616.72/616.75	c  N dy  4528   1170081       300     25500         0     91455    178500   4160500     66.41     70.67  --
620.21/620.28	c  N dy  4600   1190337       300     25500         0     65210    178500   2096296     66.40     70.41  --
624.42/624.42	c  S st  4671   1210018       300     25500         0     84549    178500   3566120     66.40   no data  --
624.62/624.63	c  S st  4671   1210523       300     25500         0     85052    178500   3602260     66.40   no data  --
624.62/624.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
624.62/624.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
624.62/624.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
624.72/624.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
624.72/624.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
624.72/624.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
624.72/624.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1163.04/1163.09	c lits-rem:      2606  cl-subs:     1718  v-elim:      0  v-fix:    0  time: 538.33 s
1163.04/1163.10	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
1163.14/1163.13	c vivif2 --  cl tried    83334 cl shrink        0 lits rem          0 time: 0.04
1163.44/1163.43	c asymm  cl-useful: 0/2388/25500 lits-rem:0 time: 0.30
1163.44/1163.44	c calculated reachability. Time: 0.00
1163.44/1163.44	c  N dy  4671   1210523       300     25500         0     83334    178500   3411350     66.40   no data  --
1167.74/1167.72	c  N dy  4736   1231537       300     25500         0     56856    178500   1403317     66.39     70.36  --
1171.55/1171.57	c  N dy  4810   1252079       300     25500         0     77040    178500   2932451     66.39     69.91  --
1176.44/1176.42	c  N dy  4905   1272234       300     25500         0     48724    178500    714791     66.40     70.36  --
1179.84/1179.83	c  N dy  4983   1292505       300     25500         0     68622    178500   2219800     66.39     70.44  --
1184.15/1184.16	c  N dy  5064   1313059       300     25500         0     88788    178500   3747482     66.39     70.00  --
1188.24/1188.23	c  N dy  5144   1333121       300     25500         0     59388    178500   1466204     66.40     69.95  --
1192.04/1192.02	c  N dy  5214   1353192       300     25500         0     79060    178500   2965067     66.40     72.52  --
1197.04/1197.00	c  N dy  5305   1373811       300     25500         0     99336    178500   4506241     66.41     70.46  --
1200.54/1200.58	c  N dy  5370   1393841       300     25500         0     68983    178500   2117471     66.40     70.32  --
1204.94/1204.91	c  N dy  5452   1413919       300     25500         0     88659    178500   3608890     66.40     73.36  --
1209.45/1209.45	c  N dy  5519   1433999       300     25500         0     57325    178500   1170870     66.39     70.45  --
1213.14/1213.17	c  N dy  5600   1454110       300     25500         0     77053    178500   2668867     66.39     69.94  --
1218.34/1218.33	c  N dy  5659   1477644       300     25500         0    100145    178500   4427565     66.37     69.88  --
1222.44/1222.42	c  N dy  5732   1498540       300     25500         0     68633    178500   1970218     66.36     70.31  --
1227.15/1227.11	c  N dy  5808   1520897       300     25500         0     90593    178500   3633058     66.36     69.93  --
1231.95/1231.98	c  N dy  5887   1540908       300     25500         0     57212    178500   1039975     66.36     70.33  --
1235.74/1235.72	c  N dy  5947   1561345       300     25500         0     77251    178500   2572667     66.35     69.95  --
1240.35/1240.38	c  N dy  6033   1581621       300     25500         0     97124    178500   4074663     66.36     70.20  --
1244.95/1244.94	c  N dy  6113   1601719       300     25500         0     62870    178500   1404205     66.35     69.95  --
1248.94/1248.96	c  N dy  6198   1622160       300     25500         0     82938    178500   2930371     66.36     69.92  --
1253.75/1253.78	c  N dy  6268   1642351       300     25500         0    102754    178500   4432998     66.35     70.27  --
1258.15/1258.12	c  N dy  6340   1662823       300     25500         0     67932    178500   1717610     66.35     69.95  --
1262.45/1262.42	c  N dy  6430   1683049       300     25500         0     87824    178500   3233974     66.36     70.09  --
1267.44/1267.49	c  N dy  6510   1703316       300     25500         0    107676    178500   4741682     66.36     69.90  --
1269.25/1269.30	c  S st  6541   1710523       300     25500         0     58818    178500    961945     66.36     66.90  --
1269.46/1269.44	c  S st  6541   1711026       300     25500         0     59320    178500    997494     66.36   no data  --
1269.46/1269.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1269.46/1269.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1269.46/1269.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1269.55/1269.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1269.55/1269.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1269.55/1269.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
1269.55/1269.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1275.35/1275.30	c lits-rem:       101  cl-subs:      128  v-elim:      0  v-fix:    0  time:  5.79 s
1275.35/1275.30	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
1275.35/1275.31	c vivif2 --  cl tried    59192 cl shrink        0 lits rem          0 time: 0.01
1275.55/1275.57	c asymm  cl-useful: 0/2699/25500 lits-rem:0 time: 0.26
1275.55/1275.57	c calculated reachability. Time: 0.00
1275.55/1275.57	c  N dy  6541   1711026       300     25500         0     59192    178500    983459     66.36   no data  --
1279.44/1279.47	c  N dy  6631   1731202       300     25500         0     79016    178500   2491883     66.37     70.35  --
1284.25/1284.22	c  N dy  6709   1751244       300     25500         0     98684    178500   3977960     66.37     69.94  --
1289.64/1289.64	c  N dy  6794   1772061       300     25500         0     62169    178500   1152029     66.37     70.40  --
1293.45/1293.47	c  N dy  6862   1792077       300     25500         0     81807    178500   2640770     66.37     69.98  --
1298.35/1298.39	c  N dy  6941   1812374       300     25500         0    101751    178500   4158265     66.37     69.87  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175528-1301783659/watcher-3175528-1301783659 -o /tmp/evaluation-result-3175528-1301783659/solver-3175528-1301783659 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175528-1301783659.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: 0.00 0.26 2.67 3/176 19318
/proc/meminfo: memFree=22448532/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=29984 CPUtime=0 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 790 0 0 0 0 0 0 0 18 0 1 0 270781570 30703616 730 33554432000 4194304 4650387 140736837854128 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 7496 730 327 112 0 2461 0

[startup+0.0732379 s]
/proc/loadavg: 0.00 0.26 2.67 3/176 19318
/proc/meminfo: memFree=22448532/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=30900 CPUtime=0.06 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 1197 0 0 0 6 0 0 0 18 0 1 0 270781570 31641600 1137 33554432000 4194304 4650387 140736837854128 18446744073709551615 4370471 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 7725 1137 346 112 0 2690 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30900

[startup+0.100232 s]
/proc/loadavg: 0.00 0.26 2.67 3/176 19318
/proc/meminfo: memFree=22448532/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=30900 CPUtime=0.09 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 1204 0 0 0 9 0 0 0 18 0 1 0 270781570 31641600 1144 33554432000 4194304 4650387 140736837854128 18446744073709551615 4370698 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 7725 1144 346 112 0 2690 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30900

[startup+0.300176 s]
/proc/loadavg: 0.00 0.26 2.67 3/176 19318
/proc/meminfo: memFree=22448532/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=31032 CPUtime=0.29 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 1237 0 0 0 29 0 0 0 18 0 1 0 270781570 31776768 1177 33554432000 4194304 4650387 140736837854128 18446744073709551615 4370589 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 7758 1177 346 112 0 2723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31032

[startup+0.701105 s]
/proc/loadavg: 0.00 0.26 2.67 3/176 19318
/proc/meminfo: memFree=22448532/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=39220 CPUtime=0.69 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 3590 0 0 0 69 0 0 0 18 0 1 0 270781570 40161280 3165 33554432000 4194304 4650387 140736837854128 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 9805 3165 377 112 0 4770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39220

[startup+1.50094 s]
/proc/loadavg: 0.00 0.26 2.67 4/185 19335
/proc/meminfo: memFree=22387436/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=40080 CPUtime=1.49 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 5270 0 0 0 148 1 0 0 20 0 1 0 270781570 41041920 3385 33554432000 4194304 4650387 140736837854128 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 10020 3385 379 112 0 4985 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40080

[startup+3.10059 s]
/proc/loadavg: 0.24 0.31 2.67 5/187 19339
/proc/meminfo: memFree=22380892/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=54792 CPUtime=3.09 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 10952 0 0 0 307 2 0 0 25 0 1 0 270781570 56107008 7039 33554432000 4194304 4650387 140736837854128 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 13698 7039 381 112 0 8663 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54792

[startup+6.30099 s]
/proc/loadavg: 0.24 0.31 2.67 6/190 19345
/proc/meminfo: memFree=22235408/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=56308 CPUtime=6.29 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 11308 0 0 0 626 3 0 0 25 0 1 0 270781570 57659392 7395 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 14077 7395 381 112 0 9042 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56308

[startup+12.7007 s]
/proc/loadavg: 0.89 0.44 2.69 6/190 19345
/proc/meminfo: memFree=22231864/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=57092 CPUtime=12.69 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 15665 0 0 0 1265 4 0 0 25 0 1 0 270781570 58462208 7874 33554432000 4194304 4650387 140736837854128 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 14273 7874 381 112 0 9238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57092

[startup+25.5012 s]
/proc/loadavg: 1.37 0.56 2.70 6/190 19345
/proc/meminfo: memFree=22104532/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=74404 CPUtime=25.49 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 24403 0 0 0 2543 6 0 0 25 0 1 0 270781570 76189696 11994 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 18601 11994 381 112 0 13566 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74404

[startup+51.1011 s]
/proc/loadavg: 2.27 0.84 2.74 6/190 19346
/proc/meminfo: memFree=22020992/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=87200 CPUtime=51.09 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 40986 0 0 0 5100 9 0 0 25 0 1 0 270781570 89292800 14590 33554432000 4194304 4650387 140736837854128 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 21800 14590 381 112 0 16765 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 87200

[startup+102.306 s]
/proc/loadavg: 3.31 1.37 2.81 6/190 19347
/proc/meminfo: memFree=21922420/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=105100 CPUtime=102.3 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 61840 0 0 0 10217 13 0 0 25 0 1 0 270781570 107622400 19916 33554432000 4194304 4650387 140736837854128 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 26275 19916 381 112 0 21240 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 105100

[startup+162.301 s]
/proc/loadavg: 3.74 1.84 2.88 6/190 19349
/proc/meminfo: memFree=21825528/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=109972 CPUtime=162.3 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 88190 0 0 0 16210 20 0 0 25 0 1 0 270781570 112611328 20725 33554432000 4194304 4650387 140736837854128 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 27493 20725 381 112 0 22458 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 109972

[startup+222.301 s]
/proc/loadavg: 3.90 2.23 2.94 6/190 19350
/proc/meminfo: memFree=21780972/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=182224 CPUtime=222.3 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 109409 0 0 0 22204 26 0 0 25 0 1 0 270781570 186597376 27078 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 45556 27078 381 112 0 40521 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 182224

[startup+282.3 s]
/proc/loadavg: 3.96 2.53 3.00 6/190 19352
/proc/meminfo: memFree=21757524/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=182224 CPUtime=282.3 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 109477 0 0 0 28204 26 0 0 25 0 1 0 270781570 186597376 27146 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 45556 27146 381 112 0 40521 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182224

[startup+342.3 s]
/proc/loadavg: 3.98 2.81 3.07 6/190 19354
/proc/meminfo: memFree=21755856/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=182224 CPUtime=342.3 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 109478 0 0 0 34204 26 0 0 25 0 1 0 270781570 186597376 27147 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 45556 27147 381 112 0 40521 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182224

[startup+402.3 s]
/proc/loadavg: 3.99 3.01 3.12 6/190 19355
/proc/meminfo: memFree=21729012/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=182224 CPUtime=402.31 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 109478 0 0 0 40205 26 0 0 25 0 1 0 270781570 186597376 27147 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476746 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 45556 27147 381 112 0 40521 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 182224

[startup+462.3 s]
/proc/loadavg: 3.99 3.20 3.18 6/190 19357
/proc/meminfo: memFree=21727832/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=182224 CPUtime=462.31 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 109478 0 0 0 46205 26 0 0 25 0 1 0 270781570 186597376 27147 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 45556 27147 381 112 0 40521 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 182224

[startup+522.301 s]
/proc/loadavg: 4.07 3.35 3.22 6/190 19358
/proc/meminfo: memFree=21711032/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=182224 CPUtime=522.31 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 109478 0 0 0 52205 26 0 0 25 0 1 0 270781570 186597376 27147 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 45556 27147 381 112 0 40521 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 182224

[startup+582.301 s]
/proc/loadavg: 4.02 3.47 3.28 6/190 19360
/proc/meminfo: memFree=21720260/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=132480 CPUtime=582.32 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 128639 0 0 0 58200 32 0 0 25 0 1 0 270781570 135659520 25634 33554432000 4194304 4650387 140736837854128 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 33120 25634 381 112 0 28085 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 132480

[startup+642.301 s]
/proc/loadavg: 4.01 3.57 3.32 6/190 19362
/proc/meminfo: memFree=21659936/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=642.32 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153195 0 0 0 64194 38 0 0 25 0 1 0 270781570 209051648 32138 33554432000 4194304 4650387 140736837854128 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32138 381 112 0 46003 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 204152

[startup+702.301 s]
/proc/loadavg: 4.00 3.64 3.36 6/190 19363
/proc/meminfo: memFree=21644776/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=702.32 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153267 0 0 0 70194 38 0 0 25 0 1 0 270781570 209051648 32210 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32210 381 112 0 46003 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 204152

[startup+762.307 s]
/proc/loadavg: 4.00 3.71 3.39 6/190 19365
/proc/meminfo: memFree=21640124/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=762.33 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153282 0 0 0 76195 38 0 0 25 0 1 0 270781570 209051648 32225 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32225 381 112 0 46003 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 204152

[startup+822.301 s]
/proc/loadavg: 4.00 3.76 3.43 6/190 19366
/proc/meminfo: memFree=21635080/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=822.33 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153282 0 0 0 82195 38 0 0 25 0 1 0 270781570 209051648 32225 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32225 381 112 0 46003 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 204152

[startup+882.301 s]
/proc/loadavg: 4.00 3.80 3.46 6/190 19368
/proc/meminfo: memFree=21626972/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=882.33 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153282 0 0 0 88195 38 0 0 25 0 1 0 270781570 209051648 32225 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476322 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32225 381 112 0 46003 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 204152

[startup+942.3 s]
/proc/loadavg: 4.00 3.83 3.49 6/190 19370
/proc/meminfo: memFree=21636828/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=942.33 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153282 0 0 0 94195 38 0 0 25 0 1 0 270781570 209051648 32225 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32225 381 112 0 46003 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 204152

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 3.52 6/190 19371
/proc/meminfo: memFree=21603516/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=1002.33 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153282 0 0 0 100195 38 0 0 25 0 1 0 270781570 209051648 32225 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32225 381 112 0 46003 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 204152

[startup+1062.3 s]
/proc/loadavg: 4.04 3.90 3.55 6/190 19373
/proc/meminfo: memFree=21513068/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=1062.33 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153282 0 0 0 106195 38 0 0 25 0 1 0 270781570 209051648 32225 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32225 381 112 0 46003 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 204152

[startup+1122.3 s]
/proc/loadavg: 4.01 3.91 3.58 6/190 19374
/proc/meminfo: memFree=21539320/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204152 CPUtime=1122.34 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 153282 0 0 0 112196 38 0 0 25 0 1 0 270781570 209051648 32225 33554432000 4194304 4650387 140736837854128 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51038 32225 381 112 0 46003 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 204152

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 3.60 6/190 19376
/proc/meminfo: memFree=21370388/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=204656 CPUtime=1182.34 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 162512 0 0 0 118194 40 0 0 25 0 1 0 270781570 209567744 31771 33554432000 4194304 4650387 140736837854128 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51164 31771 381 112 0 46129 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 204656

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.62 6/190 19378
/proc/meminfo: memFree=21402224/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=206232 CPUtime=1242.35 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 189407 0 0 0 124188 47 0 0 25 0 1 0 270781570 211181568 33268 33554432000 4194304 4650387 140736837854128 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 51558 33268 381 112 0 46523 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 206232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.64 5/190 19379
/proc/meminfo: memFree=21401436/32951124 swapFree=67111528/67111528
[pid=19318] ppid=19316 vsize=210360 CPUtime=1300.05 cores=4,6
/proc/19318/stat : 19318 (strangenight1-s) R 19316 19318 19283 0 -1 4202496 211996 0 0 0 129953 52 0 0 25 0 1 0 270781570 215408640 33933 33554432000 4194304 4650387 140736837854128 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19318/statm: 52590 33933 381 112 0 47555 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 210360

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.01
CPU time (s): 1300.07
CPU user time (s): 1299.54
CPU system time (s): 0.530919
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 210360

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

runsolver used 2.10468 second user time and 4.17037 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-03 00:34:19
IDJOB=3175528
IDBENCH=82546
IDSOLVER=1589
FILE ID=node143/3175528-1301783659
RUNJOBID= node143-1301783648-19302
PBS_JOBID= 12841375
Free space on /tmp= 72044 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1286362348-008-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175528-1301783659/watcher-3175528-1301783659 -o /tmp/evaluation-result-3175528-1301783659/solver-3175528-1301783659 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175528-1301783659.cnf

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

MD5SUM BENCH= 63b66954174098a654eacd27832fcf38
RANDOM SEED=756970880

node143.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.846
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.69
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.846
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22449060 kB
Buffers:        357680 kB
Cached:        9818620 kB
SwapCached:          0 kB
Active:        6983884 kB
Inactive:      3257680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22449060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7252 kB
Writeback:           0 kB
AnonPages:       65032 kB
Mapped:          14748 kB
Slab:           196932 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187028 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= 72012 MiB
End job on node143 at 2011-04-03 00:56:02