Trace number 3175524

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.03 1300.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S942666749-061-UNKNOWN.cnf
MD5SUM456ae67a44e812130272597099547869
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-3175524-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.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.29/0.37	c asymm  cl-useful: 0/14608/25500 lits-rem:0 time: 0.36
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.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.39/0.48	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:     146 undec:       5 neg:     149
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.79/0.80	c  N dy    16      4713       300     25500         0      4620    178500    359547     67.89     71.51  --
0.99/1.07	c  N dy    31      8826       300     25500         0      6205    178500    404380     67.59     71.80  --
1.29/1.35	c  N dy    36     12881       300     25500         0      6014    178500    311440     66.82     70.41  --
1.58/1.64	c  N dy    49     16930       300     25500         0      9980    178500    610370     66.51     70.14  --
1.88/1.95	c  N dy    67     21011       300     25500         0      8472    178500    424850     66.69     70.47  --
2.19/2.25	c  F st    79     25001       300     25500         0     12391    178500    720455     66.53   no data  --
2.19/2.28	c  N st    80     25252       300     25500         0     12637    178500    737596     66.53   no data  --
2.59/2.64	c  N dy    85     30000       300     25500         0     10609    178500    525054     66.53   no data  --
2.59/2.64	c  S st    85     30000       300     25500         0     10609    178500    525054     66.53   no data  --
2.59/2.69	c  S st    85     30503       300     25500         0     11106    178500    561385     66.53   no data  --
2.59/2.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.69/2.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.69/2.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
2.69/2.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.08/6.19	c lits-rem:      1711  cl-subs:      237  v-elim:      0  v-fix:    0  time:  3.46 s
6.28/6.39	c asymm  cl-useful: 0/5867/25500 lits-rem:0 time: 0.19
6.28/6.39	c calculated reachability. Time: 0.00
6.28/6.39	c  N dy    85     30503       300     25500         0     10869    178500    533005     66.53   no data  --
6.68/6.74	c  N dy    99     34667       300     25500         0     14959    178500    841540     66.44     70.11  --
6.98/7.08	c  N dy   114     38872       300     25500         0     11342    178500    507371     66.35     71.31  --
7.38/7.42	c  N dy   131     43089       300     25500         0     15478    178500    818563     66.35     70.21  --
7.58/7.67	c  S st   144     45756       300     25500         0      9312    178500    288230     66.39   no data  --
7.69/7.72	c  S st   144     46261       300     25500         0      9811    178500    323882     66.39   no data  --
7.69/7.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.69/7.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.69/7.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
7.69/7.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.69/7.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.69/7.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
7.69/7.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.78/10.80	c lits-rem:       709  cl-subs:       35  v-elim:      0  v-fix:    0  time:  3.05 s
10.78/10.80	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
10.78/10.80	c vivif2 --  cl tried     9776 cl shrink        0 lits rem          0 time: 0.00
10.89/10.96	c asymm  cl-useful: 0/5025/25500 lits-rem:0 time: 0.16
10.89/10.97	c calculated reachability. Time: 0.00
10.89/10.97	c  N dy   144     46261       300     25500         0      9776    178500    319140     66.39   no data  --
11.28/11.31	c  N dy   162     50497       300     25500         0     13920    178500    629370     66.39     70.40  --
11.58/11.65	c  N dy   169     54538       300     25500         0     17866    178500    930359     66.29     70.36  --
11.99/12.01	c  N dy   183     58674       300     25500         0     12149    178500    439364     66.22     69.89  --
12.28/12.37	c  N dy   199     62767       300     25500         0     16173    178500    744757     66.20     70.15  --
12.78/12.83	c  N dy   210     68015       300     25500         0     21314    178500   1134252     66.12     69.76  --
12.88/12.96	c  S st   221     69392       300     25500         0     11887    178500    359852     66.17   no data  --
12.98/13.02	c  S st   221     69894       300     25500         0     12385    178500    396465     66.17   no data  --
12.98/13.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.98/13.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.98/13.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.98/13.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.98/13.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.98/13.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
12.98/13.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.48/16.58	c lits-rem:       964  cl-subs:       49  v-elim:      0  v-fix:    0  time:  3.53 s
16.48/16.58	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
16.48/16.58	c vivif2 --  cl tried    12336 cl shrink        0 lits rem          0 time: 0.00
16.68/16.78	c asymm  cl-useful: 0/6840/25500 lits-rem:0 time: 0.19
16.68/16.78	c calculated reachability. Time: 0.00
16.68/16.78	c  N dy   221     69894       300     25500         0     12336    178500    389846     66.17   no data  --
17.09/17.18	c  N dy   242     74482       300     25500         0     16840    178500    729932     66.21     69.82  --
17.59/17.66	c  N dy   268     79352       300     25500         0     21610    178500   1092060     66.28     70.18  --
18.08/18.16	c  N dy   292     84803       300     25500         0     15188    178500    546458     66.33     69.87  --
18.28/18.39	c  F st   300     87502       300     25500         0     17838    178500    747414     66.32   no data  --
18.59/18.69	c  N st   305     90796       300     25500         0     21062    178500    996058     66.32   no data  --
19.18/19.28	c  N dy   324     96717       300     25500         0     14135    178500    403967     66.34     70.82  --
19.79/19.89	c  N dy   349    103620       300     25500         0     20932    178500    919230     66.33     69.87  --
19.99/20.02	c  S st   356    104843       300     25500         0     22137    178500   1011501     66.34   no data  --
19.99/20.09	c  S st   356    105344       300     25500         0     22633    178500   1047314     66.34   no data  --
19.99/20.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.99/20.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.09/20.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
20.09/20.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.09/20.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.09/20.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
20.09/20.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.88/25.97	c lits-rem:       952  cl-subs:      416  v-elim:      0  v-fix:    0  time:  5.84 s
25.88/25.98	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
25.88/25.99	c vivif2 --  cl tried    22217 cl shrink        0 lits rem          0 time: 0.01
26.08/26.19	c asymm  cl-useful: 0/4581/25500 lits-rem:0 time: 0.21
26.08/26.19	c calculated reachability. Time: 0.00
26.08/26.19	c  N dy   356    105344       300     25500         0     22217    178500   1000755     66.34   no data  --
26.78/26.89	c  N dy   382    112255       300     25500         0     15253    178500    426127     66.34     69.86  --
27.49/27.56	c  N dy   411    119460       300     25500         0     22324    178500    967227     66.39     69.96  --
28.29/28.39	c  N dy   442    127401       300     25500         0     15392    178500    374021     66.40     69.99  --
29.09/29.15	c  N dy   482    135681       300     25500         0     23508    178500    992608     66.46     70.35  --
29.99/30.08	c  N dy   511    144529       300     25500         0     16475    178500    394361     66.44     70.37  --
30.88/30.99	c  N dy   540    154314       300     25500         0     26087    178500   1123769     66.40     70.10  --
31.28/31.39	c  S st   558    158016       300     25500         0     29707    178500   1397199     66.41   no data  --
31.38/31.48	c  S st   558    158521       300     25500         0     30209    178500   1433312     66.41   no data  --
31.38/31.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.38/31.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.48/31.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
31.48/31.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.48/31.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.48/31.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
31.48/31.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.89/40.92	c lits-rem:       631  cl-subs:      620  v-elim:      0  v-fix:    0  time:  9.37 s
40.89/40.92	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
40.89/40.93	c vivif2 --  cl tried    29589 cl shrink        0 lits rem          0 time: 0.01
41.09/41.15	c asymm  cl-useful: 0/3758/25500 lits-rem:0 time: 0.22
41.09/41.15	c calculated reachability. Time: 0.00
41.09/41.15	c  N dy   558    158521       300     25500         0     29589    178500   1364402     66.41   no data  --
42.18/42.20	c  N dy   586    168802       300     25500         0     23004    178500    826896     66.37     70.14  --
43.28/43.38	c  N dy   636    179574       300     25500         0     33565    178500   1627880     66.40     72.66  --
44.48/44.59	c  N dy   664    191101       300     25500         0     27240    178500   1089036     66.35     70.62  --
45.89/45.99	c  N dy   711    203334       300     25500         0     20589    178500    515254     66.34     70.63  --
47.38/47.40	c  N dy   759    216724       300     25500         0     33717    178500   1507776     66.32     69.99  --
48.88/48.94	c  N dy   806    230892       300     25500         0     27979    178500   1016197     66.31     71.34  --
49.68/49.74	c  S st   836    237781       300     25500         0     34759    178500   1529317     66.31     65.00  --
49.78/49.83	c  S st   836    238283       300     25500         0     35258    178500   1563881     66.31   no data  --
49.78/49.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.78/49.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.78/49.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
49.88/49.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.88/49.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.88/49.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
49.88/49.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
65.68/65.73	c lits-rem:      1313  cl-subs:      713  v-elim:      0  v-fix:    0  time: 15.83 s
65.68/65.74	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
65.68/65.75	c vivif2 --  cl tried    34545 cl shrink        0 lits rem          0 time: 0.01
65.88/65.99	c asymm  cl-useful: 0/3359/25500 lits-rem:0 time: 0.23
65.88/65.99	c calculated reachability. Time: 0.00
65.88/65.99	c  N dy   836    238283       300     25500         0     34545    178500   1484234     66.31   no data  --
67.68/67.77	c  N dy   892    253566       300     25500         0     28917    178500   1024502     66.32     72.70  --
69.78/69.88	c  N dy   965    270654       300     25500         0     24117    178500    595455     66.33     70.44  --
72.09/72.13	c  N dy  1036    289924       300     25500         0     43044    178500   2030817     66.28     69.91  --
73.98/74.03	c  F st  1092    306250       300     25500         0     36477    178500   1461024     66.25   no data  --
74.38/74.42	c  N st  1097    309548       300     25500         0     39712    178500   1711655     66.25   no data  --
76.78/76.83	c  N dy  1158    329378       300     25500         0     35634    178500   1335392     66.20     70.04  --
79.39/79.43	c  N dy  1251    349430       300     25500         0     30797    178500    914644     66.24     70.11  --
80.29/80.39	c  S st  1286    357424       300     25500         0     38644    178500   1505026     66.25   no data  --
80.39/80.49	c  S st  1286    357927       300     25500         0     39143    178500   1540334     66.25   no data  --
80.49/80.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.49/80.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.49/80.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
80.49/80.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.49/80.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.49/80.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
80.49/80.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.39/96.50	c lits-rem:      1262  cl-subs:      605  v-elim:      0  v-fix:    0  time: 15.93 s
96.49/96.50	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
96.49/96.51	c vivif2 --  cl tried    38538 cl shrink        0 lits rem          0 time: 0.01
96.69/96.76	c asymm  cl-useful: 0/3175/25500 lits-rem:0 time: 0.25
96.69/96.76	c calculated reachability. Time: 0.00
96.69/96.76	c  N dy  1286    357927       300     25500         0     38538    178500   1471805     66.25   no data  --
99.48/99.50	c  N dy  1378    378298       300     25500         0     33015    178500   1013206     66.28     69.90  --
102.29/102.37	c  N dy  1481    398590       300     25500         0     52933    178500   2529285     66.33     69.83  --
104.79/104.88	c  N dy  1543    418736       300     25500         0     46185    178500   1941058     66.29     70.29  --
107.48/107.57	c  N dy  1617    438858       300     25500         0     38468    178500   1295427     66.29     69.84  --
110.39/110.49	c  N dy  1702    458937       300     25500         0     29690    178500    568768     66.31     70.09  --
112.99/113.06	c  N dy  1786    479116       300     25500         0     49522    178500   2066073     66.31     69.88  --
115.78/115.89	c  N dy  1865    499224       300     25500         0     39800    178500   1267839     66.30     70.09  --
118.89/118.90	c  N dy  1951    519434       300     25500         0     59651    178500   2766827     66.30     70.26  --
121.19/121.22	c  S st  2014    536892       300     25500         0     46379    178500   1703209     66.30   no data  --
121.29/121.34	c  S st  2014    537394       300     25500         0     46875    178500   1738449     66.30   no data  --
121.29/121.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
121.29/121.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
121.29/121.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
121.39/121.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
121.39/121.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
121.39/121.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
121.39/121.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.48/142.53	c lits-rem:      1184  cl-subs:      729  v-elim:      0  v-fix:    0  time: 21.10 s
142.48/142.53	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
142.48/142.55	c vivif2 --  cl tried    46146 cl shrink        0 lits rem          0 time: 0.02
142.78/142.80	c asymm  cl-useful: 0/2760/25500 lits-rem:0 time: 0.25
142.78/142.80	c calculated reachability. Time: 0.00
142.78/142.80	c  N dy  2014    537394       300     25500         0     46146    178500   1657888     66.30   no data  --
145.88/145.92	c  N dy  2098    557500       300     25500         0     34465    178500    735709     66.30     69.98  --
148.79/148.88	c  N dy  2184    578536       300     25500         0     55115    178500   2306102     66.32     70.48  --
151.88/151.93	c  N dy  2289    598591       300     25500         0     42439    178500   1278656     66.35     70.72  --
154.99/155.06	c  N dy  2365    618751       300     25500         0     62221    178500   2778412     66.36     70.52  --
157.99/158.04	c  N dy  2423    639768       300     25500         0     49486    178500   1742657     66.33     70.17  --
161.38/161.41	c  N dy  2504    660016       300     25500         0     34961    178500    581308     66.34     69.86  --
164.29/164.32	c  N dy  2585    680532       300     25500         0     55139    178500   2115197     66.35     70.68  --
167.58/167.62	c  N dy  2670    700548       300     25500         0     39425    178500    855741     66.36     70.17  --
170.49/170.56	c  N dy  2729    721119       300     25500         0     59612    178500   2382006     66.34     70.01  --
173.88/173.98	c  N dy  2801    742146       300     25500         0     43947    178500   1130778     66.32     69.95  --
177.19/177.20	c  N dy  2886    762453       300     25500         0     63860    178500   2644366     66.33     69.85  --
180.59/180.65	c  N dy  2969    782700       300     25500         0     46448    178500   1256585     66.34     69.95  --
183.79/183.88	c  N dy  3039    803009       300     25500         0     66344    178500   2766625     66.31     70.60  --
184.39/184.48	c  S st  3055    806091       300     25500         0     69373    178500   2998232     66.31   no data  --
184.58/184.64	c  S st  3055    806595       300     25500         0     69873    178500   3033863     66.31   no data  --
184.58/184.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
184.58/184.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
184.58/184.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
184.69/184.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.69/184.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.69/184.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
184.69/184.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
510.10/510.14	c lits-rem:      2471  cl-subs:     1491  v-elim:      0  v-fix:    0  time: 325.37 s
510.10/510.14	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
510.10/510.17	c vivif2 --  cl tried    68382 cl shrink        0 lits rem          0 time: 0.03
510.30/510.33	c asymm  cl-useful: 0/1027/25500 lits-rem:0 time: 0.16
510.30/510.34	c calculated reachability. Time: 0.00
510.30/510.34	c  N dy  3055    806595       300     25500         0     68382    178500   2869727     66.31   no data  --
513.60/513.61	c  N dy  3132    826636       300     25500         0     49825    178500   1449527     66.31     70.14  --
517.20/517.21	c  N dy  3221    846782       300     25500         0     69590    178500   2944338     66.32     69.97  --
520.80/520.80	c  N dy  3314    867424       300     25500         0     50633    178500   1447801     66.34     70.45  --
524.10/524.15	c  N dy  3391    887477       300     25500         0     70314    178500   2943551     66.34     76.90  --
527.60/527.61	c  N dy  3463    907524       300     25500         0     49739    178500   1307782     66.33     78.26  --
531.30/531.32	c  N dy  3547    929583       300     25500         0     71416    178500   2965726     66.34     69.83  --
535.10/535.19	c  N dy  3629    950717       300     25500         0     50875    178500   1331513     66.34     70.37  --
538.60/538.65	c  N dy  3699    970776       300     25500         0     70566    178500   2826075     66.33     70.13  --
542.50/542.57	c  N dy  3774    991120       300     25500         0     48331    178500   1074227     66.32     69.89  --
545.89/545.90	c  N dy  3854   1011280       300     25500         0     68106    178500   2569119     66.32     69.91  --
550.00/550.08	c  N dy  3942   1031300       300     25500         0     44578    178500    727281     66.33     70.54  --
553.39/553.42	c  N dy  4040   1051496       300     25500         0     64373    178500   2235261     66.35     70.30  --
557.39/557.49	c  N dy  4122   1071568       300     25500         0     84084    178500   3736298     66.35     70.16  --
557.49/557.57	c  F st  4124   1071875       300     25500         0     84386    178500   3759466     66.35     66.94  --
560.80/560.89	c  N dy  4194   1091605       300     25500         0     59588    178500   1800915     66.36     70.22  --
564.80/564.83	c  N dy  4298   1112053       300     25500         0     79664    178500   3332161     66.38     70.25  --
568.60/568.64	c  N dy  4370   1132120       300     25500         0     54223    178500   1327640     66.38     70.16  --
572.29/572.33	c  N dy  4469   1152551       300     25500         0     74284    178500   2857339     66.40     70.21  --
576.70/576.73	c  N dy  4547   1172611       300     25500         0     47834    178500    782550     66.40     71.41  --
579.99/580.05	c  N dy  4627   1192642       300     25500         0     67506    178500   2277891     66.40     70.36  --
583.60/583.67	c  S st  4710   1209893       300     25500         0     84434    178500   3563956     66.41   no data  --
583.80/583.87	c  S st  4710   1210395       300     25500         0     84933    178500   3600803     66.41   no data  --
583.80/583.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
583.80/583.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
583.90/583.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
584.00/584.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
584.00/584.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
584.00/584.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
584.00/584.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1163.11/1163.13	c lits-rem:      4224  cl-subs:     1631  v-elim:      0  v-fix:    0  time: 579.11 s
1163.11/1163.13	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
1163.11/1163.17	c vivif2 --  cl tried    83302 cl shrink        0 lits rem          0 time: 0.03
1163.41/1163.47	c asymm  cl-useful: 0/2343/25500 lits-rem:0 time: 0.30
1163.41/1163.47	c calculated reachability. Time: 0.00
1163.41/1163.47	c  N dy  4710   1210395       300     25500         0     83302    178500   3416524     66.41   no data  --
1167.71/1167.75	c  N dy  4807   1230440       300     25500         0     55858    178500   1321532     66.42     70.06  --
1171.61/1171.65	c  N dy  4892   1251341       300     25500         0     76361    178500   2873538     66.42     70.64  --
1176.31/1176.37	c  N dy  4978   1271407       300     25500         0     96062    178500   4378630     66.43     69.95  --
1179.81/1179.88	c  N dy  5046   1291608       300     25500         0     67850    178500   2167373     66.42     70.65  --
1184.40/1184.43	c  N dy  5122   1311770       300     25500         0     87647    178500   3671556     66.42     70.47  --
1188.81/1188.89	c  N dy  5195   1331795       300     25500         0     58190    178500   1367627     66.42     70.18  --
1193.01/1193.07	c  N dy  5272   1351938       300     25500         0     77981    178500   2864618     66.42     70.08  --
1198.11/1198.12	c  N dy  5359   1371980       300     25500         0     97657    178500   4359816     66.43     71.36  --
1202.21/1202.21	c  N dy  5439   1392143       300     25500         0     67368    178500   2003441     66.43     70.92  --
1206.61/1206.69	c  N dy  5515   1412220       300     25500         0     87062    178500   3492346     66.43     70.20  --
1211.81/1211.85	c  N dy  5602   1432582       300     25500         0     56010    178500   1071868     66.43     70.24  --
1215.81/1215.82	c  N dy  5670   1452947       300     25500         0     75992    178500   2586071     66.42     71.21  --
1220.92/1221.00	c  N dy  5752   1473924       300     25500         0     96584    178500   4154922     66.42     70.30  --
1225.51/1225.55	c  N dy  5841   1494321       300     25500         0     64601    178500   1659180     66.42     70.06  --
1229.91/1229.96	c  N dy  5921   1514333       300     25500         0     84228    178500   3147474     66.42     80.53  --
1235.51/1235.58	c  N dy  6011   1534781       300     25500         0    104325    178500   4674305     66.43     70.64  --
1239.72/1239.71	c  N dy  6094   1554787       300     25500         0     70947    178500   2074757     66.43     70.20  --
1244.41/1244.44	c  N dy  6176   1574974       300     25500         0     90732    178500   3575744     66.43     71.69  --
1250.01/1250.05	c  N dy  6262   1595373       300     25500         0     56766    178500    941661     66.44     69.95  --
1254.02/1254.07	c  N dy  6339   1615533       300     25500         0     76562    178500   2450324     66.44     70.15  --
1259.11/1259.10	c  N dy  6417   1635572       300     25500         0     96245    178500   3944831     66.44     71.32  --
1264.41/1264.44	c  N dy  6498   1655584       300     25500         0     60900    178500   1181260     66.44     70.43  --
1268.52/1268.57	c  N dy  6568   1675947       300     25500         0     80897    178500   2691299     66.44     70.30  --
1273.71/1273.79	c  N dy  6659   1696025       300     25500         0    100638    178500   4189067     66.44     70.54  --
1277.61/1277.68	c  S st  6706   1710396       300     25500         0     58785    178500    959736     66.44     67.96  --
1277.81/1277.83	c  S st  6706   1710897       300     25500         0     59279    178500    996262     66.44   no data  --
1277.81/1277.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1277.81/1277.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1277.81/1277.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1277.91/1277.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1277.91/1277.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1277.91/1277.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
1277.91/1277.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1284.51/1284.50	c lits-rem:       176  cl-subs:      128  v-elim:      0  v-fix:    0  time:  6.59 s
1284.51/1284.50	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
1284.51/1284.52	c vivif2 --  cl tried    59151 cl shrink        0 lits rem          0 time: 0.01
1284.81/1284.82	c asymm  cl-useful: 0/2600/25500 lits-rem:0 time: 0.31
1284.81/1284.82	c calculated reachability. Time: 0.00
1284.81/1284.82	c  N dy  6706   1710897       300     25500         0     59151    178500    981668     66.44   no data  --
1288.91/1288.99	c  N dy  6790   1730986       300     25500         0     78865    178500   2479846     66.44     71.26  --
1294.11/1294.10	c  N dy  6875   1751081       300     25500         0     98597    178500   3978350     66.44     70.01  --
1299.72/1299.76	c  N dy  6964   1771157       300     25500         0     61357    178500   1088715     66.45     70.63  --

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-3175524-1301783659/watcher-3175524-1301783659 -o /tmp/evaluation-result-3175524-1301783659/solver-3175524-1301783659 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175524-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.12 1.66 3/179 16490
/proc/meminfo: memFree=22310144/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=20504 CPUtime=0 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 401 0 0 0 0 0 0 0 22 0 1 0 289964688 20996096 340 33554432000 4194304 4650387 140734679981424 18446744073709551615 235594521584 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 5126 348 301 112 0 91 0

[startup+0.0969301 s]
/proc/loadavg: 0.00 0.12 1.66 3/179 16490
/proc/meminfo: memFree=22310144/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=30908 CPUtime=0.09 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 1206 0 0 0 9 0 0 0 22 0 1 0 289964688 31649792 1145 33554432000 4194304 4650387 140734679981424 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 7727 1145 346 112 0 2692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30908

[startup+0.100926 s]
/proc/loadavg: 0.00 0.12 1.66 3/179 16490
/proc/meminfo: memFree=22310144/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=30908 CPUtime=0.09 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 1206 0 0 0 9 0 0 0 22 0 1 0 289964688 31649792 1145 33554432000 4194304 4650387 140734679981424 18446744073709551615 4369346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 7727 1145 346 112 0 2692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30908

[startup+0.30081 s]
/proc/loadavg: 0.00 0.12 1.66 3/179 16490
/proc/meminfo: memFree=22310144/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=31040 CPUtime=0.29 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 1242 0 0 0 29 0 0 0 23 0 1 0 289964688 31784960 1181 33554432000 4194304 4650387 140734679981424 18446744073709551615 4370675 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 7760 1181 346 112 0 2725 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31040

[startup+0.700778 s]
/proc/loadavg: 0.00 0.12 1.66 3/179 16490
/proc/meminfo: memFree=22310144/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=38888 CPUtime=0.69 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 3534 0 0 0 69 0 0 0 25 0 1 0 289964688 39821312 3107 33554432000 4194304 4650387 140734679981424 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 9722 3107 377 112 0 4687 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38888

[startup+1.50057 s]
/proc/loadavg: 0.00 0.12 1.66 4/185 16501
/proc/meminfo: memFree=22244968/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=39748 CPUtime=1.48 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 5246 0 0 0 148 0 0 0 25 0 1 0 289964688 40701952 3352 33554432000 4194304 4650387 140734679981424 18446744073709551615 4360447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 9937 3352 379 112 0 4902 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39748

[startup+3.10029 s]
/proc/loadavg: 0.24 0.17 1.66 4/185 16501
/proc/meminfo: memFree=22219920/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=55200 CPUtime=3.09 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 11020 0 0 0 308 1 0 0 25 0 1 0 289964688 56524800 7103 33554432000 4194304 4650387 140734679981424 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 13800 7103 381 112 0 8765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55200

[startup+6.30077 s]
/proc/loadavg: 0.24 0.17 1.66 5/190 16511
/proc/meminfo: memFree=22167868/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=56908 CPUtime=6.28 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 11424 0 0 0 627 1 0 0 25 0 1 0 289964688 58273792 7507 33554432000 4194304 4650387 140734679981424 18446744073709551615 4370669 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 14227 7507 381 112 0 9192 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56908

[startup+12.7007 s]
/proc/loadavg: 0.82 0.29 1.69 5/190 16511
/proc/meminfo: memFree=22080344/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=58104 CPUtime=12.68 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 15883 0 0 0 1266 2 0 0 25 0 1 0 289964688 59498496 8111 33554432000 4194304 4650387 140734679981424 18446744073709551615 4365451 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 14526 8111 381 112 0 9491 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58104

[startup+25.5004 s]
/proc/loadavg: 1.31 0.42 1.71 5/190 16512
/proc/meminfo: memFree=22013480/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=74384 CPUtime=25.48 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 24394 0 0 0 2544 4 0 0 25 0 1 0 289964688 76169216 12008 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 18596 12008 381 112 0 13561 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 74384

[startup+51.1009 s]
/proc/loadavg: 2.22 0.70 1.77 5/190 16512
/proc/meminfo: memFree=21957648/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=92168 CPUtime=51.08 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 42938 0 0 0 5101 7 0 0 25 0 1 0 289964688 94380032 16586 33554432000 4194304 4650387 140734679981424 18446744073709551615 4439604 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 23042 16586 381 112 0 18007 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92168

[startup+102.307 s]
/proc/loadavg: 3.29 1.25 1.90 5/190 16514
/proc/meminfo: memFree=21831384/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=102856 CPUtime=102.29 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 61468 0 0 0 10218 11 0 0 25 0 1 0 289964688 105324544 19625 33554432000 4194304 4650387 140734679981424 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 25714 19625 381 112 0 20679 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 102856

[startup+162.3 s]
/proc/loadavg: 3.71 1.71 2.02 5/190 16515
/proc/meminfo: memFree=21771832/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=107884 CPUtime=162.28 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 90424 0 0 0 16211 17 0 0 25 0 1 0 289964688 110473216 19472 33554432000 4194304 4650387 140734679981424 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 26971 19472 381 112 0 21936 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 107884

[startup+222.301 s]
/proc/loadavg: 3.90 2.16 2.15 6/190 16517
/proc/meminfo: memFree=21675432/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=181572 CPUtime=222.29 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 109147 0 0 0 22207 22 0 0 25 0 1 0 289964688 185929728 26909 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 45393 26909 381 112 0 40358 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 181572

[startup+282.3 s]
/proc/loadavg: 3.96 2.46 2.25 5/190 16519
/proc/meminfo: memFree=21657780/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=181572 CPUtime=282.29 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 109163 0 0 0 28207 22 0 0 25 0 1 0 289964688 185929728 26925 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 45393 26925 381 112 0 40358 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 181572

[startup+342.301 s]
/proc/loadavg: 4.10 2.79 2.38 5/190 16520
/proc/meminfo: memFree=21656764/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=181572 CPUtime=342.29 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 109163 0 0 0 34207 22 0 0 25 0 1 0 289964688 185929728 26925 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 45393 26925 381 112 0 40358 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 181572

[startup+402.301 s]
/proc/loadavg: 4.04 2.99 2.47 5/190 16522
/proc/meminfo: memFree=21640108/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=181572 CPUtime=402.29 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 109163 0 0 0 40207 22 0 0 25 0 1 0 289964688 185929728 26925 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 45393 26925 381 112 0 40358 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 181572

[startup+462.301 s]
/proc/loadavg: 4.01 3.19 2.57 5/190 16523
/proc/meminfo: memFree=21623972/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=181572 CPUtime=462.29 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 109163 0 0 0 46207 22 0 0 25 0 1 0 289964688 185929728 26925 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 45393 26925 381 112 0 40358 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 181572

[startup+522.301 s]
/proc/loadavg: 4.00 3.32 2.65 5/190 16525
/proc/meminfo: memFree=21629908/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=131392 CPUtime=522.3 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 116352 0 0 0 52206 24 0 0 25 0 1 0 289964688 134545408 26040 33554432000 4194304 4650387 140734679981424 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 32848 26040 381 112 0 27813 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 131392

[startup+582.3 s]
/proc/loadavg: 4.03 3.47 2.74 5/190 16527
/proc/meminfo: memFree=21617616/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=185696 CPUtime=582.29 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 148309 0 0 0 58197 32 0 0 25 0 1 0 289964688 190152704 27312 33554432000 4194304 4650387 140734679981424 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 46424 27312 381 112 0 41389 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 185696

[startup+642.301 s]
/proc/loadavg: 4.01 3.56 2.82 5/190 16528
/proc/meminfo: memFree=21607420/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=642.3 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153437 0 0 0 64197 33 0 0 25 0 1 0 289964688 210247680 32440 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32440 381 112 0 46295 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 205320

[startup+702.3 s]
/proc/loadavg: 4.00 3.63 2.88 5/190 16530
/proc/meminfo: memFree=21580732/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=702.3 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153467 0 0 0 70197 33 0 0 25 0 1 0 289964688 210247680 32470 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32470 381 112 0 46295 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 205320

[startup+762.307 s]
/proc/loadavg: 4.00 3.70 2.95 5/190 16531
/proc/meminfo: memFree=21581192/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=762.3 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153467 0 0 0 76197 33 0 0 25 0 1 0 289964688 210247680 32470 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32470 381 112 0 46295 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 205320

[startup+822.301 s]
/proc/loadavg: 4.00 3.75 3.01 5/190 16533
/proc/meminfo: memFree=21573228/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=822.3 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153468 0 0 0 82197 33 0 0 25 0 1 0 289964688 210247680 32471 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32471 381 112 0 46295 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 205320

[startup+882.301 s]
/proc/loadavg: 4.06 3.81 3.08 5/190 16535
/proc/meminfo: memFree=21525680/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=882.3 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153468 0 0 0 88197 33 0 0 25 0 1 0 289964688 210247680 32471 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32471 381 112 0 46295 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 205320

[startup+942.301 s]
/proc/loadavg: 4.06 3.85 3.14 5/190 16536
/proc/meminfo: memFree=21513372/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=942.3 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153468 0 0 0 94197 33 0 0 25 0 1 0 289964688 210247680 32471 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476451 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32471 381 112 0 46295 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 205320

[startup+1002.3 s]
/proc/loadavg: 4.02 3.88 3.19 5/190 16538
/proc/meminfo: memFree=21511964/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=1002.3 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153468 0 0 0 100197 33 0 0 25 0 1 0 289964688 210247680 32471 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32471 381 112 0 46295 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 205320

[startup+1062.3 s]
/proc/loadavg: 4.01 3.90 3.24 5/190 16539
/proc/meminfo: memFree=21496804/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=1062.31 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153468 0 0 0 106197 34 0 0 25 0 1 0 289964688 210247680 32471 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32471 381 112 0 46295 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 205320

[startup+1122.3 s]
/proc/loadavg: 4.09 3.94 3.29 5/190 16541
/proc/meminfo: memFree=21508792/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205320 CPUtime=1122.31 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 153468 0 0 0 112197 34 0 0 25 0 1 0 289964688 210247680 32471 33554432000 4194304 4650387 140734679981424 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51330 32471 381 112 0 46295 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 205320

[startup+1182.3 s]
/proc/loadavg: 4.03 3.95 3.33 5/190 16543
/proc/meminfo: memFree=21495248/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=205808 CPUtime=1182.31 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 162541 0 0 0 118195 36 0 0 25 0 1 0 289964688 210747392 31863 33554432000 4194304 4650387 140734679981424 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 51452 31863 381 112 0 46417 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 205808

[startup+1242.3 s]
/proc/loadavg: 4.01 3.96 3.37 5/190 16544
/proc/meminfo: memFree=21453192/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=153268 CPUtime=1242.31 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 187910 0 0 0 124185 46 0 0 25 0 1 0 289964688 156946432 31829 33554432000 4194304 4650387 140734679981424 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 38317 31829 381 112 0 33282 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 153268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.41 4/188 16547
/proc/meminfo: memFree=21640684/32950928 swapFree=67111528/67111528
[pid=16490] ppid=16488 vsize=156988 CPUtime=1300.02 cores=4,6
/proc/16490/stat : 16490 (strangenight1-s) R 16488 16490 16450 0 -1 4202496 208665 0 0 0 129948 54 0 0 25 0 1 0 289964688 160755712 30671 33554432000 4194304 4650387 140734679981424 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16490/statm: 39247 30671 381 112 0 34212 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 156988

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.03
CPU user time (s): 1299.49
CPU system time (s): 0.548916
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 221268

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

runsolver used 1.9807 second user time and 5.11422 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-03 00:34:19
IDJOB=3175524
IDBENCH=82542
IDSOLVER=1589
FILE ID=node120/3175524-1301783659
RUNJOBID= node120-1301783655-16469
PBS_JOBID= 12841398
Free space on /tmp= 71756 MiB

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

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

MD5SUM BENCH= 456ae67a44e812130272597099547869
RANDOM SEED=286920949

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:      22310424 kB
Buffers:        356892 kB
Cached:        9938836 kB
SwapCached:          0 kB
Active:        7377672 kB
Inactive:      2990544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22310424 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13860 kB
Writeback:           0 kB
AnonPages:       72156 kB
Mapped:          15524 kB
Slab:           209064 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   225972 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= 71732 MiB
End job on node120 at 2011-04-03 00:56:01