Trace number 3369710

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark606.272
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3369710-1305380621.cnf'
0.00/0.00	c -- header says num vars:          35000
0.00/0.00	c -- header says num clauses:      147000
0.05/0.08	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.05/0.08	c -- vars added      35000
0.05/0.08	c Parsing time:  0.08 s
0.05/0.08	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data  --
0.09/0.17	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.09
0.19/0.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.09
0.29/0.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.29/0.36	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.59/0.64	c lits-rem:         0  cl-subs:        0  v-elim:   1028  v-fix:    0  time:  0.27 s
0.59/0.64	c Finding binary XORs  T:     0.00 s  found:       0
0.69/0.71	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.69/0.71	c calculated reachability. Time: 0.00
0.69/0.72	c Calc default polars -  time:   0.01 s pos:   15443 undec:    4027 neg:   15530
0.69/0.72	c =========================================================================================
0.69/0.72	c types(t): F = full restart, N = normal restart
0.69/0.72	c types(t): S = simplification begin/end, E = solution found
0.69/0.72	c restart types(rt): st = static, dy = dynamic
0.69/0.72	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.72	c  B st     0         0     33972    145384         0         0    441840         0   no data   no data  --
1.99/2.06	c  N dy    20      4153     33972    145384         0      4153    441840   1245320    164.29    173.27  --
3.30/3.35	c  N dy    48      8205     33972    145384         0      8205    441840   2274519    166.57    175.49  --
4.59/4.64	c  N dy    75     12237     33972    145384         0     12237    441840   3276288    165.53    177.18  --
5.89/5.93	c  N dy   102     16260     33972    145384         0     16260    441840   4265502    164.76    181.51  --
7.29/7.32	c  N dy   130     20263     33972    145384         0     10265    441840    722413    164.84    208.33  --
8.70/8.74	c  N dy   160     24273     33972    145384         0     14275    441840   1755447    165.70    197.83  --
8.89/8.99	c  F st   167     25000     33972    145384         0     15000    441840   1947147    166.04    144.48  --
10.09/10.18	c  N st   172     28294     33972    145384         0     18292    441840   2973790    166.04   no data  --
10.79/10.85	c  S st   173     30000     33972    145384         0     19998    441840   3641210    166.04   no data  --
11.00/11.02	c  S st   173     30502     33972    145384         0     20500    441840   3733127    166.04   no data  --
11.00/11.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11.00/11.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.19/11.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.21
11.59/11.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.59/11.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.59/11.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
11.59/11.64	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
20.69/20.71	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  9.06 s
20.79/20.85	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.15
20.79/20.86	c calculated reachability. Time: 0.00
20.79/20.86	c  N dy   173     30502     33972    145384         0     20496    441840   3729406    166.04   no data  --
22.29/22.35	c  N dy   199     34549     33972    145384         0     24543    441840   4756133    165.85    174.63  --
23.69/23.74	c  N dy   224     38564     33972    145384         0     28558    441840   5762503    165.52    179.28  --
25.09/25.15	c  N dy   250     42593     33972    145384         0     17090    441840   1198582    165.79    179.64  --
26.19/26.22	c  S st   273     45753     33972    145384         0     20250    441840   1981356    165.90    169.06  --
26.30/26.39	c  S st   273     46258     33972    145384         0     20755    441840   2076065    165.90   no data  --
26.30/26.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
26.30/26.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.59/26.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.20
26.69/26.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
26.69/26.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
26.69/26.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
26.69/26.79	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
31.49/31.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.77 s
31.49/31.58	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.02
31.59/31.61	c vivif2 --  cl tried    20755 cl shrink        0 lits rem          0 time: 0.03
31.69/31.76	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.15
31.69/31.77	c calculated reachability. Time: 0.00
31.69/31.77	c  N dy   273     46258     33972    145384         0     20755    441840   2076065    165.90   no data  --
33.19/33.27	c  N dy   299     50277     33972    145384         0     24773    441840   3078702    165.78    177.35  --
34.69/34.76	c  N dy   324     54279     33972    145384         0     28775    441840   4079159    165.50    174.84  --
36.30/36.32	c  N dy   351     58403     33972    145384         0     32899    441840   5130129    165.62    175.53  --
38.09/38.15	c  N dy   378     63062     33972    145384         0     18813    441840    782096    165.66    176.34  --
39.60/39.65	c  N dy   407     67113     33972    145384         0     22864    441840   1826475    165.94    177.21  --
40.49/40.51	c  S st   424     69387     33972    145384         0     25138    441840   2418155    166.06   no data  --
40.60/40.70	c  S st   424     69889     33972    145384         0     25640    441840   2510022    166.06   no data  --
40.70/40.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
40.70/40.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.89/40.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.21
41.09/41.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
41.09/41.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
41.09/41.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
41.09/41.14	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
47.69/47.73	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.58 s
47.69/47.74	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.02
47.69/47.78	c vivif2 --  cl tried    25640 cl shrink        0 lits rem          0 time: 0.04
47.89/47.94	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.15
47.89/47.94	c calculated reachability. Time: 0.00
47.89/47.95	c  N dy   424     69889     33972    145384         0     25640    441840   2510020    166.06   no data  --
49.59/49.69	c  N dy   456     74491     33972    145384         0     30242    441840   3703345    166.31    175.27  --
51.49/51.50	c  N dy   490     79266     33972    145384         0     35017    441840   4904381    166.19    205.32  --
53.40/53.48	c  N dy   526     84359     33972    145384         0     40110    441840   6193177    166.37    177.69  --
54.69/54.71	c  F st   547     87501     33972    145384         0     22378    441840   1099885    166.57    170.92  --
56.00/56.03	c  N st   552     90800     33972    145384         0     25675    441840   2297318    166.57   no data  --
58.20/58.29	c  N dy   582     96628     33972    145384         0     31503    441840   4025541    166.84    251.81  --
60.59/60.64	c  N dy   624    102939     33972    145384         0     37814    441840   5616892    166.73    175.78  --
61.29/61.33	c  S st   639    104833     33972    145384         0     39708    441840   6090093    166.75   no data  --
61.50/61.52	c  S st   639    105336     33972    145384         0     40211    441840   6178223    166.75   no data  --
61.50/61.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
61.50/61.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.69/61.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.22
62.09/62.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
62.09/62.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
62.09/62.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
62.09/62.18	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
133.11/133.12	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 70.94 s
133.11/133.13	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.01
133.20/133.22	c vivif2 --  cl tried    40207 cl shrink        0 lits rem          0 time: 0.09
133.40/133.40	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.18
133.40/133.41	c calculated reachability. Time: 0.00
133.40/133.41	c  N dy   639    105336     33972    145384         0     40207    441840   6176246    166.75   no data  --
135.99/136.08	c  N dy   685    112147     33972    145384         0     24578    441840   1238989    166.88    177.40  --
138.80/138.82	c  N dy   740    119363     33972    145384         0     31793    441840   3085989    167.02    179.27  --
141.69/141.78	c  N dy   789    127064     33972    145384         0     39493    441840   5012101    166.89    181.98  --
145.00/145.05	c  N dy   841    135173     33972    145384         0     23886    441840    677513    167.04    180.65  --
148.30/148.31	c  N dy   899    143906     33972    145384         0     32619    441840   2865875    166.87    176.83  --
151.90/151.90	c  N dy   964    153093     33972    145384         0     41806    441840   5210870    166.94    178.18  --
153.79/153.86	c  S st   997    158004     33972    145384         0     46716    441840   6459396    166.98   no data  --
154.00/154.08	c  S st   997    158512     33972    145384         0     47224    441840   6565230    166.98   no data  --
154.09/154.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
154.09/154.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
154.29/154.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
154.69/154.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
154.69/154.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
154.69/154.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
154.69/154.78	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
239.49/239.55	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 84.77 s
239.49/239.56	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.01
239.60/239.66	c vivif2 --  cl tried    47216 cl shrink        0 lits rem          0 time: 0.09
239.81/239.86	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.20
239.81/239.87	c calculated reachability. Time: 0.00
239.81/239.87	c  N dy   997    158512     33972    145384         0     47216    441840   6561491    166.98   no data  --
243.79/243.85	c  N dy  1066    168680     33972    145384         0     32524    441840   2546069    167.03    181.45  --
248.10/248.14	c  N dy  1140    179538     33972    145384         0     43380    441840   5341404    167.11    195.93  --
252.60/252.69	c  N dy  1212    191074     33972    145384         0     28993    441840   1349357    166.99    207.94  --
257.41/257.44	c  N dy  1289    203312     33972    145384         0     41231    441840   4519102    167.02    191.67  --
262.70/262.77	c  N dy  1379    216394     33972    145384         0     27349    441840    639967    167.04    176.85  --
268.10/268.14	c  N dy  1478    230250     33972    145384         0     41205    441840   4200264    167.20    178.18  --
271.10/271.18	c  S st  1532    237769     33972    145384         0     48723    441840   6169942    167.33   no data  --
271.40/271.40	c  S st  1532    238273     33972    145384         0     49227    441840   6262549    167.33   no data  --
271.40/271.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
271.40/271.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
271.61/271.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
272.00/272.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
272.00/272.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
272.00/272.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
272.00/272.07	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
352.01/352.06	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 80.00 s
352.01/352.08	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.01
352.10/352.17	c vivif2 --  cl tried    49223 cl shrink        0 lits rem          0 time: 0.09
352.30/352.37	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.20
352.30/352.38	c calculated reachability. Time: 0.00
352.30/352.38	c  N dy  1532    238273     33972    145384         0     49223    441840   6259881    167.33   no data  --
358.62/358.61	c  N dy  1638    253666     33972    145384         0     36631    441840   2759030    167.58    176.76  --
365.11/365.18	c  N dy  1744    270029     33972    145384         0     52994    441840   6905256    167.48    178.67  --
372.10/372.18	c  N dy  1864    287544     33972    145384         0     41519    441840   3722805    167.57    178.03  --
379.80/379.87	c  N dy  1994    305959     33972    145384         0     59934    441840   8583610    167.85    178.28  --
380.00/380.03	c  F st  1996    306250     33972    145384         0     30234    441840    569246    167.84    176.91  --
387.90/387.95	c  N dy  2107    325487     33972    145384         0     49470    441840   6192990    168.06    185.90  --
396.20/396.26	c  N dy  2245    345579     33972    145384         0     38562    441840   2540843    168.23    227.43  --
401.00/401.02	c  S st  2325    357410     33972    145384         0     50393    441840   5603338    168.29   no data  --
401.20/401.23	c  S st  2325    357912     33972    145384         0     50895    441840   5697607    168.29   no data  --
401.20/401.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
401.20/401.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
401.41/401.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
401.80/401.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
401.80/401.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
401.80/401.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
401.80/401.87	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
469.41/469.41	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 67.54 s
469.41/469.42	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.01
469.51/469.51	c vivif2 --  cl tried    50892 cl shrink        0 lits rem          0 time: 0.08
469.72/469.71	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.20
469.72/469.72	c calculated reachability. Time: 0.00
469.72/469.72	c  N dy  2325    357912     33972    145384         0     50892    441840   5696672    168.29   no data  --
478.00/478.07	c  N dy  2465    377964     33972    145384         0     38948    441840   2285132    168.41    184.39  --
486.31/486.35	c  N dy  2606    398038     33972    145384         0     59020    441840   7487357    168.54    186.52  --
494.61/494.66	c  N dy  2734    418326     33972    145384         0     46308    441840   3915531    168.48    179.06  --
503.11/503.11	c  N dy  2875    438380     33972    145384         0     66360    441840   9060999    168.56    202.54  --
511.21/511.29	c  N dy  3009    458510     33972    145384         0     52493    441840   5260051    168.57    178.37  --
519.51/519.53	c  N dy  3150    478538     33972    145384         0     37525    441840   1151043    168.60    190.30  --
527.41/527.42	c  N dy  3280    498589     33972    145384         0     57575    441840   6351267    168.62    188.55  --
536.11/536.11	c  N dy  3408    518795     33972    145384         0     41779    441840   1978668    168.52    180.77  --
543.61/543.65	c  S st  3535    536869     33972    145384         0     59852    441840   6690941    168.59   no data  --
543.81/543.88	c  S st  3535    537372     33972    145384         0     60355    441840   6793640    168.59   no data  --
543.91/543.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
543.91/543.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
544.11/544.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.24
544.52/544.55	c bin-w-bin subsume rem            0 bins  time:  0.01 s
544.52/544.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
544.52/544.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
544.52/544.59	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
640.01/640.00	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 95.41 s
640.01/640.01	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.01
640.12/640.11	c vivif2 --  cl tried    60353 cl shrink        0 lits rem          0 time: 0.10
640.31/640.33	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.22
640.31/640.34	c calculated reachability. Time: 0.00
640.31/640.34	c  N dy  3535    537372     33972    145384         0     60353    441840   6792585    168.59   no data  --
648.92/648.94	c  N dy  3673    557408     33972    145384         0     43392    441840   2187763    168.65    179.34  --
657.41/657.43	c  N dy  3810    577580     33972    145384         0     63564    441840   7473312    168.69    179.46  --
666.11/666.14	c  N dy  3953    597626     33972    145384         0     45607    441840   2490031    168.79    187.06  --
674.61/674.62	c  N dy  4098    617765     33972    145384         0     65746    441840   7712090    168.87    179.05  --
683.31/683.37	c  N dy  4236    637828     33972    145384         0     46808    441840   2574395    168.93    280.34  --
691.82/691.81	c  N dy  4362    657848     33972    145384         0     66827    441840   7806837    168.92    189.21  --
700.62/700.62	c  N dy  4502    677872     33972    145384         0     46854    441840   2301145    169.11    278.99  --
709.01/709.07	c  N dy  4638    697880     33972    145384         0     66861    441840   7433872    169.11    185.16  --
717.91/717.97	c  N dy  4777    717882     33972    145384         0     45863    441840   1762409    169.13    180.02  --
726.41/726.44	c  N dy  4913    737941     33972    145384         0     65922    441840   7001445    169.16    184.40  --
735.11/735.15	c  N dy  5058    758056     33972    145384         0     44041    441840   1029887    169.25    179.56  --
743.32/743.37	c  N dy  5203    778097     33972    145384         0     64082    441840   6268301    169.34    181.23  --
752.51/752.55	c  N dy  5341    798112     33972    145384         0     84094    441840  11451734    169.38    222.98  --
755.92/755.90	c  S st  5395    806058     33972    145384         0     49047    441840   2069621    169.38   no data  --
756.12/756.11	c  S st  5395    806561     33972    145384         0     49550    441840   2171604    169.38   no data  --
756.12/756.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
756.12/756.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
756.32/756.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
756.52/756.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
756.52/756.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
756.52/756.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
756.52/756.56	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
762.12/762.11	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  5.55 s
762.12/762.12	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.01
762.12/762.16	c vivif2 --  cl tried    49548 cl shrink        0 lits rem          0 time: 0.03
762.33/762.35	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.19
762.33/762.36	c calculated reachability. Time: 0.00
762.33/762.36	c  N dy  5395    806561     33972    145384         0     49548    441840   2171326    169.38   no data  --
771.02/771.03	c  N dy  5538    826664     33972    145384         0     69651    441840   7447719    169.45    182.96  --
780.32/780.30	c  N dy  5679    846815     33972    145384         0     45798    441840    963513    169.49    178.69  --
788.73/788.76	c  N dy  5815    866944     33972    145384         0     65926    441840   6166927    169.49    179.07  --
797.81/797.81	c  N dy  5946    886994     33972    145384         0     85974    441840  11325433    169.48    180.24  --
806.51/806.50	c  N dy  6087    907209     33972    145384         0     61193    441840   4741800    169.52    180.16  --
815.42/815.45	c  N dy  6223    927289     33972    145384         0     81273    441840  10027989    169.56    181.86  --
824.41/824.49	c  N dy  6360    947407     33972    145384         0     55390    441840   2976314    169.60    182.42  --
833.21/833.27	c  N dy  6502    967431     33972    145384         0     75411    441840   8230388    169.62    183.27  --
842.53/842.60	c  N dy  6633    987659     33972    145384         0     48643    441840    933104    169.57    184.48  --
851.21/851.21	c  N dy  6777   1007783     33972    145384         0     68767    441840   6216893    169.64    184.00  --
860.42/860.49	c  N dy  6915   1027946     33972    145384         0     88929    441840  11521726    169.69    206.36  --
869.42/869.46	c  N dy  7056   1048037     33972    145384         0     61021    441840   3955534    169.75    210.91  --
878.42/878.44	c  N dy  7193   1068155     33972    145384         0     81137    441840   9249260    169.77    178.92  --
880.22/880.22	c  F st  7222   1071877     33972    145384         0     84859    441840  10226676    169.78    153.44  --
887.92/887.93	c  N dy  7305   1088158     33972    145384         0     52143    441840   1322796    169.77    200.84  --
896.62/896.62	c  N dy  7442   1108320     33972    145384         0     72304    441840   6588533    169.79    182.17  --
906.01/906.01	c  N dy  7587   1128417     33972    145384         0     92400    441840  11850806    169.83    180.64  --
915.01/915.04	c  N dy  7724   1148480     33972    145384         0     62461    441840   3673097    169.83    179.95  --
924.03/924.01	c  N dy  7871   1168527     33972    145384         0     82507    441840   8981557    169.89    199.43  --
933.72/933.73	c  N dy  8013   1188628     33972    145384         0     51609    441840    703335    169.93    182.74  --
942.42/942.42	c  N dy  8162   1208648     33972    145384         0     71627    441840   6006180    169.97    181.23  --
942.92/942.97	c  S st  8173   1209843     33972    145384         0     72822    441840   6322524    169.98   no data  --
943.22/943.21	c  S st  8173   1210347     33972    145384         0     73326    441840   6418654    169.98   no data  --
943.22/943.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
943.22/943.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
943.42/943.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
943.83/943.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
943.83/943.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
943.83/943.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
943.92/943.90	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
1034.82/1034.82	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 90.92 s
1034.82/1034.84	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.01
1034.92/1034.93	c vivif2 --  cl tried    73323 cl shrink        0 lits rem          0 time: 0.09
1035.13/1035.18	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.24
1035.13/1035.19	c calculated reachability. Time: 0.00
1035.13/1035.19	c  N dy  8173   1210347     33972    145384         0     73323    441840   6417042    169.98   no data  --
1044.42/1044.47	c  N dy  8312   1230410     33972    145384         0     93386    441840  11607008    169.98    179.21  --
1053.73/1053.75	c  N dy  8446   1250535     33972    145384         0     61514    441840   3033709    169.99    179.77  --
1062.73/1062.74	c  N dy  8585   1270555     33972    145384         0     81533    441840   8381614    170.05    190.90  --
1072.43/1072.49	c  N dy  8726   1290701     33972    145384         0    101679    441840  13721011    170.09    182.63  --
1081.53/1081.55	c  N dy  8864   1310804     33972    145384         0     68782    441840   4664186    170.10    179.78  --
1090.63/1090.69	c  N dy  9003   1330826     33972    145384         0     88802    441840   9929812    170.13    181.10  --
1100.53/1100.55	c  N dy  9139   1350921     33972    145384         0     54899    441840    786856    170.13    188.89  --
1109.22/1109.26	c  N dy  9269   1370967     33972    145384         0     74944    441840   6032233    170.15    180.08  --
1118.64/1118.67	c  N dy  9404   1391063     33972    145384         0     95040    441840  11182604    170.16    182.19  --
1128.22/1128.27	c  N dy  9538   1411154     33972    145384         0     60130    441840   1887728    170.14    189.58  --
1137.13/1137.14	c  N dy  9673   1431230     33972    145384         0     80206    441840   7101275    170.13    179.12  --
1146.72/1146.75	c  N dy  9811   1451352     33972    145384         0    100327    441840  12349569    170.15    183.24  --
1156.23/1156.25	c  N dy  9942   1471527     33972    145384         0     64504    441840   2772492    170.15    180.41  --
1165.22/1165.22	c  N dy 10074   1491574     33972    145384         0     84551    441840   7899126    170.12    183.73  --
1175.03/1175.02	c  N dy 10221   1511790     33972    145384         0    104765    441840  13187658    170.14    180.19  --
1184.42/1184.41	c  N dy 10360   1531847     33972    145384         0     67823    441840   3373498    170.14    183.17  --
1193.54/1193.54	c  N dy 10494   1551928     33972    145384         0     87903    441840   8639469    170.16    181.71  --
1203.34/1203.40	c  N dy 10637   1572057     33972    145384         0    108032    441840  13913729    170.17    184.95  --
1212.73/1212.72	c  N dy 10762   1592106     33972    145384         0     70081    441840   3709989    170.15    212.11  --
1221.13/1221.14	c  N dy 10902   1612153     33972    145384         0     90128    441840   9010862    170.16    182.32  --
1229.84/1229.81	c  N dy 11034   1632168     33972    145384         0    110141    441840  14140234    170.15    181.63  --
1238.12/1238.15	c  N dy 11169   1652211     33972    145384         0     71184    441840   3764603    170.17    181.82  --
1246.24/1246.28	c  N dy 11302   1672247     33972    145384         0     91220    441840   8952826    170.16    199.49  --
1255.14/1255.11	c  N dy 11444   1692332     33972    145384         0    111302    441840  14248679    170.19    187.36  --
1262.74/1262.73	c  S st 11568   1710348     33972    145384         0     69322    441840   3048758    170.20   no data  --
1262.93/1262.95	c  S st 11568   1710851     33972    145384         0     69825    441840   3153051    170.20   no data  --
1262.93/1262.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1262.93/1262.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1263.13/1263.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1263.33/1263.38	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1263.33/1263.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1263.43/1263.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33972 time:  0.01 s
1263.43/1263.42	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
1279.13/1279.12	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 15.71 s
1279.13/1279.14	c vivif2 --  cl tried   145384 cl shrink        0 lits rem          0 time: 0.01
1279.13/1279.18	c vivif2 --  cl tried    69823 cl shrink        0 lits rem          0 time: 0.04
1279.34/1279.38	c asymm  cl-useful: 0/145384/145384 lits-rem:0 time: 0.20
1279.34/1279.39	c calculated reachability. Time: 0.00
1279.34/1279.39	c  N dy 11568   1710851     33972    145384         0     69823    441840   3152827    170.20   no data  --
1287.43/1287.47	c  N dy 11703   1730879     33972    145384         0     89851    441840   8361603    170.20    196.85  --
1296.13/1296.16	c  N dy 11840   1750973     33972    145384         0    109943    441840  13672666    170.21    180.24  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369710-1305380621/watcher-3369710-1305380621 -o /tmp/evaluation-result-3369710-1305380621/solver-3369710-1305380621 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369710-1305380621.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.95 3.14 4/286 28676
/proc/meminfo: memFree=23337840/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=42708 CPUtime=0 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 4113 0 0 0 0 0 0 0 25 0 1 0 728292662 43732992 3064 33554432000 4194304 4650387 140733454420832 18446744073709551615 4319131 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 10677 3068 329 112 0 5642 0

[startup+0.068073 s]
/proc/loadavg: 3.92 3.95 3.14 4/286 28676
/proc/meminfo: memFree=23337840/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=47888 CPUtime=0.05 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 5993 0 0 0 5 0 0 0 25 0 1 0 728292662 49037312 4944 33554432000 4194304 4650387 140733454420832 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 11972 4944 329 112 0 6937 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47888

[startup+0.101065 s]
/proc/loadavg: 3.92 3.95 3.14 4/286 28676
/proc/meminfo: memFree=23337840/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=50860 CPUtime=0.09 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 6858 0 0 0 9 0 0 0 25 0 1 0 728292662 52080640 5809 33554432000 4194304 4650387 140733454420832 18446744073709551615 4536259 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 12715 5809 346 112 0 7680 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50860

[startup+0.301034 s]
/proc/loadavg: 3.92 3.95 3.14 4/286 28676
/proc/meminfo: memFree=23337840/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=65264 CPUtime=0.29 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 9781 0 0 0 29 0 0 0 25 0 1 0 728292662 66830336 7869 33554432000 4194304 4650387 140733454420832 18446744073709551615 4426977 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 16316 7869 356 112 0 11281 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65264

[startup+0.700961 s]
/proc/loadavg: 3.92 3.95 3.14 4/286 28676
/proc/meminfo: memFree=23337840/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=83096 CPUtime=0.69 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 14048 0 0 0 68 1 0 0 25 0 1 0 728292662 85090304 12136 33554432000 4194304 4650387 140733454420832 18446744073709551615 4382463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 20774 12136 372 112 0 15739 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83096

[startup+1.50081 s]
/proc/loadavg: 3.92 3.95 3.14 5/287 28677
/proc/meminfo: memFree=23279800/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=83096 CPUtime=1.49 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 14828 0 0 0 148 1 0 0 25 0 1 0 728292662 85090304 12916 33554432000 4194304 4650387 140733454420832 18446744073709551615 4364304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 20774 12916 379 112 0 15739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83096

[startup+3.10053 s]
/proc/loadavg: 3.92 3.95 3.14 5/287 28677
/proc/meminfo: memFree=23307164/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=83096 CPUtime=3.09 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 16088 0 0 0 308 1 0 0 25 0 1 0 728292662 85090304 14176 33554432000 4194304 4650387 140733454420832 18446744073709551615 4363506 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 20774 14176 379 112 0 15739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83096

[startup+6.30094 s]
/proc/loadavg: 3.93 3.95 3.14 5/287 28677
/proc/meminfo: memFree=23257072/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=132452 CPUtime=6.29 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 18526 0 0 0 627 2 0 0 25 0 1 0 728292662 135630848 16614 33554432000 4194304 4650387 140733454420832 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 33113 16614 379 112 0 28078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132452

[startup+12.7008 s]
/proc/loadavg: 3.93 3.95 3.15 5/287 28677
/proc/meminfo: memFree=22742976/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=225892 CPUtime=12.69 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 43362 0 0 0 1263 6 0 0 25 0 1 0 728292662 231313408 35398 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 56473 35398 383 112 0 51438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 225892

[startup+25.5004 s]
/proc/loadavg: 3.95 3.95 3.16 5/287 28677
/proc/meminfo: memFree=22742876/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=171676 CPUtime=25.5 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 50020 0 0 0 2542 8 0 0 25 0 1 0 728292662 175796224 34866 33554432000 4194304 4650387 140733454420832 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 42919 34866 383 112 0 37884 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 171676

[startup+51.1007 s]
/proc/loadavg: 3.96 3.96 3.18 5/287 28678
/proc/meminfo: memFree=22652912/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=257420 CPUtime=51.09 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 65548 0 0 0 5097 12 0 0 25 0 1 0 728292662 263598080 43224 33554432000 4194304 4650387 140733454420832 18446744073709551615 4364395 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 64355 43224 383 112 0 59320 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 257420

[startup+102.31 s]
/proc/loadavg: 4.03 3.97 3.23 5/287 28679
/proc/meminfo: memFree=21856864/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=311344 CPUtime=102.3 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 88576 0 0 0 10215 15 0 0 25 0 1 0 728292662 318816256 58773 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 77836 58773 383 112 0 72801 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 311344

[startup+162.3 s]
/proc/loadavg: 4.05 3.99 3.28 5/287 28681
/proc/meminfo: memFree=21023240/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=346188 CPUtime=162.29 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 106220 0 0 0 16209 20 0 0 25 0 1 0 728292662 354496512 68235 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 86547 68235 383 112 0 81512 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 346188

[startup+222.3 s]
/proc/loadavg: 4.02 3.99 3.32 5/287 28683
/proc/meminfo: memFree=20561060/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=346188 CPUtime=222.29 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 106303 0 0 0 22209 20 0 0 25 0 1 0 728292662 354496512 68318 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476101 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 86547 68318 383 112 0 81512 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 346188

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.36 5/287 28684
/proc/meminfo: memFree=19303768/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=363228 CPUtime=282.3 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 123944 0 0 0 28205 25 0 0 25 0 1 0 728292662 371945472 72621 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 90807 72621 383 112 0 85772 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 363228

[startup+342.3 s]
/proc/loadavg: 4.08 4.01 3.40 5/287 28686
/proc/meminfo: memFree=18428964/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=363228 CPUtime=342.3 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 123945 0 0 0 34205 25 0 0 25 0 1 0 728292662 371945472 72622 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 90807 72622 383 112 0 85772 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 363228

[startup+402.3 s]
/proc/loadavg: 4.03 4.00 3.44 5/287 28687
/proc/meminfo: memFree=18242928/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=378084 CPUtime=402.3 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 149796 0 0 0 40197 33 0 0 25 0 1 0 728292662 387158016 76046 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 94521 76046 383 112 0 89486 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 378084

[startup+462.3 s]
/proc/loadavg: 4.08 4.02 3.48 5/287 28689
/proc/meminfo: memFree=17612212/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=378084 CPUtime=462.3 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 149796 0 0 0 46197 33 0 0 25 0 1 0 728292662 387158016 76046 33554432000 4194304 4650387 140733454420832 18446744073709551615 4441441 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 94521 76046 383 112 0 89486 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 378084

[startup+522.3 s]
/proc/loadavg: 4.03 4.01 3.50 5/287 28691
/proc/meminfo: memFree=17315596/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=390460 CPUtime=522.3 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 176379 0 0 0 52190 40 0 0 25 0 1 0 728292662 399831040 76728 33554432000 4194304 4650387 140733454420832 18446744073709551615 4363544 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 97615 76728 383 112 0 92580 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 390460

[startup+582.3 s]
/proc/loadavg: 4.01 4.00 3.53 5/287 28692
/proc/meminfo: memFree=16793764/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=390520 CPUtime=582.31 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 187168 0 0 0 58187 44 0 0 25 0 1 0 728292662 399892480 80435 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 97630 80435 383 112 0 92595 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 390520

[startup+642.3 s]
/proc/loadavg: 4.06 4.02 3.57 5/287 28694
/proc/meminfo: memFree=16754040/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=390520 CPUtime=642.32 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 188325 0 0 0 64188 44 0 0 25 0 1 0 728292662 399892480 81592 33554432000 4194304 4650387 140733454420832 18446744073709551615 4310776 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 97630 81592 383 112 0 92595 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 390520

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 3.59 5/287 28695
/proc/meminfo: memFree=16473144/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=421160 CPUtime=702.31 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 222783 0 0 0 70176 55 0 0 25 0 1 0 728292662 431267840 84600 33554432000 4194304 4650387 140733454420832 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 105290 84600 383 112 0 100255 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 421160

[startup+762.311 s]
/proc/loadavg: 4.01 4.00 3.61 5/287 28697
/proc/meminfo: memFree=15799168/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=360452 CPUtime=762.33 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 248514 0 0 0 76170 63 0 0 25 0 1 0 728292662 369102848 84177 33554432000 4194304 4650387 140733454420832 18446744073709551615 4369208 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 90113 84177 383 112 0 85078 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 360452

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/287 28699
/proc/meminfo: memFree=15869436/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=360676 CPUtime=822.31 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 277071 0 0 0 82158 73 0 0 25 0 1 0 728292662 369332224 84233 33554432000 4194304 4650387 140733454420832 18446744073709551615 4303934 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 90169 84233 383 112 0 85134 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 360676

[startup+882.301 s]
/proc/loadavg: 3.56 3.89 3.62 4/281 28717
/proc/meminfo: memFree=19565476/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=422720 CPUtime=882.32 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 306336 0 0 0 88150 82 0 0 25 0 1 0 728292662 432865280 93045 33554432000 4194304 4650387 140733454420832 18446744073709551615 4314877 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 105680 93045 383 112 0 100645 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 422720

[startup+942.301 s]
/proc/loadavg: 3.24 3.74 3.58 4/281 28719
/proc/meminfo: memFree=19541772/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=423376 CPUtime=942.32 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 333762 0 0 0 94141 91 0 0 25 0 1 0 728292662 433537024 87353 33554432000 4194304 4650387 140733454420832 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 105844 87353 383 112 0 100809 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 423376

[startup+1002.3 s]
/proc/loadavg: 3.09 3.60 3.54 4/281 28720
/proc/meminfo: memFree=19387116/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=423376 CPUtime=1002.32 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 334266 0 0 0 100141 91 0 0 25 0 1 0 728292662 433537024 87857 33554432000 4194304 4650387 140733454420832 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 105844 87857 383 112 0 100809 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 423376

[startup+1062.3 s]
/proc/loadavg: 3.03 3.49 3.51 4/281 28731
/proc/meminfo: memFree=18982608/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=423544 CPUtime=1062.33 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 347297 0 0 0 106138 95 0 0 25 0 1 0 728292662 433709056 89528 33554432000 4194304 4650387 140733454420832 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 105886 89528 383 112 0 100851 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 423544

[startup+1122.3 s]
/proc/loadavg: 3.01 3.40 3.47 4/281 28733
/proc/meminfo: memFree=18968556/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=445836 CPUtime=1122.32 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 381348 0 0 0 112127 105 0 0 25 0 1 0 728292662 456536064 99957 33554432000 4194304 4650387 140733454420832 18446744073709551615 4360399 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 111459 99958 383 112 0 106424 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 445836

[startup+1182.3 s]
/proc/loadavg: 2.66 3.24 3.41 3/275 28752
/proc/meminfo: memFree=24860168/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=383592 CPUtime=1182.32 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 408067 0 0 0 118118 114 0 0 25 0 1 0 728292662 392798208 89906 33554432000 4194304 4650387 140733454420832 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 95898 89906 383 112 0 90863 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 383592

[startup+1242.3 s]
/proc/loadavg: 1.93 2.95 3.30 2/269 28772
/proc/meminfo: memFree=25370048/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=446860 CPUtime=1242.33 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 437610 0 0 0 124109 124 0 0 25 0 1 0 728292662 457584640 93458 33554432000 4194304 4650387 140733454420832 18446744073709551615 4363530 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 111715 93458 383 112 0 106680 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 446860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.34 2.59 3.15 2/269 28773
/proc/meminfo: memFree=25331192/32951124 swapFree=67083432/67111528
[pid=28676] ppid=28674 vsize=447364 CPUtime=1300.04 cores=5,7
/proc/28676/stat : 28676 (strangenight1-s) R 28674 28676 28380 0 -1 4202496 460301 0 0 0 129875 129 0 0 25 0 1 0 728292662 458100736 102809 33554432000 4194304 4650387 140733454420832 18446744073709551615 4363437 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28676/statm: 111841 102809 383 112 0 106806 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 447364

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.75
CPU system time (s): 1.3178
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 447364

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

runsolver used 3.36549 second user time and 7.8798 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 15:43:41
IDJOB=3369710
IDBENCH=82519
IDSOLVER=1847
FILE ID=node110/3369710-1305380621
RUNJOBID= node110-1305379155-28401
PBS_JOBID= 13324392
Free space on /tmp= 73428 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369710-1305380621/watcher-3369710-1305380621 -o /tmp/evaluation-result-3369710-1305380621/solver-3369710-1305380621 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369710-1305380621.cnf

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

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=2030016229

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.76
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.830
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.830
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.830
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:      23337996 kB
Buffers:        261136 kB
Cached:        3635000 kB
SwapCached:       1440 kB
Active:        6629720 kB
Inactive:      2648236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23337996 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:          103316 kB
Writeback:           0 kB
AnonPages:     5380360 kB
Mapped:          24172 kB
Slab:           246452 kB
PageTables:      26384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 48833808 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= 73584 MiB
End job on node110 at 2011-05-14 16:05:23