Trace number 3175604

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st? (TO) 1299.99 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1886449473-022-UNKNOWN.cnf
MD5SUM48acd8df0141c3f57a132eb6d7253d5f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.328
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-3175604-1301784960.cnf'
0.00/0.00	c -- header says num vars:          35000
0.00/0.00	c -- header says num clauses:      147000
0.00/0.09	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.00/0.09	c -- vars added      35000
0.00/0.09	c Parsing time:  0.09 s
0.00/0.09	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data  --
0.09/0.19	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.10
0.19/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.09
0.29/0.38	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.39/0.41	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.69/0.72	c lits-rem:         0  cl-subs:        0  v-elim:   1026  v-fix:    0  time:  0.31 s
0.69/0.73	c Finding binary XORs  T:     0.01 s  found:       0
0.79/0.80	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.79/0.80	c calculated reachability. Time: 0.00
0.79/0.81	c Calc default polars -  time:   0.01 s pos:   15581 undec:    3930 neg:   15489
0.79/0.81	c =========================================================================================
0.79/0.81	c types(t): F = full restart, N = normal restart
0.79/0.81	c types(t): S = simplification begin/end, E = solution found
0.79/0.81	c restart types(rt): st = static, dy = dynamic
0.79/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.79/0.81	c  B st     0         0     33974    145315         0         0    441645         0   no data   no data  --
2.09/2.19	c  N dy    18      4062     33974    145315         0      4062    441645   1121164    156.71    165.16  --
3.48/3.56	c  N dy    47      8080     33974    145315         0      8079    441645   2097121    159.87    168.35  --
4.89/4.97	c  N dy    75     12178     33974    145315         0     12177    441645   3122759    162.82    172.71  --
6.39/6.41	c  N dy   106     16208     33974    145315         0     16207    441645   4157071    165.12    190.33  --
7.78/7.88	c  N dy   137     20294     33974    145315         0     10294    441645    726425    165.76    175.27  --
9.19/9.20	c  N dy   166     24331     33974    145315         0     14330    441645   1766456    166.59    203.77  --
9.39/9.42	c  F st   171     25003     33974    145315         0     15002    441645   1941154    166.71    156.91  --
11.29/11.31	c  N dy   177     30001     33974    145315         0     20000    441645   3615958    166.71   no data  --
11.29/11.31	c  S st   177     30001     33974    145315         0     20000    441645   3615958    166.71   no data  --
11.49/11.51	c  S st   177     30502     33974    145315         0     20501    441645   3715347    166.71   no data  --
11.49/11.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11.49/11.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.69/11.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.21
12.09/12.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.09/12.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.09/12.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
12.09/12.14	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
21.18/21.24	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  9.10 s
21.28/21.39	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.15
21.38/21.40	c calculated reachability. Time: 0.00
21.38/21.40	c  N dy   177     30502     33974    145315         0     20497    441645   3714319    166.71   no data  --
22.88/22.90	c  N dy   204     34591     33974    145315         0     24586    441645   4756177    166.78    182.77  --
24.29/24.39	c  N dy   230     38681     33974    145315         0     28676    441645   5767643    166.11    177.35  --
25.89/25.98	c  N dy   262     42815     33974    145315         0     17311    441645   1249544    167.08    175.98  --
26.99/27.04	c  S st   281     45754     33974    145315         0     20250    441645   1979185    166.75    189.78  --
27.19/27.24	c  S st   281     46257     33974    145315         0     20753    441645   2062986    166.75   no data  --
27.19/27.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27.19/27.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.39/27.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.21
27.59/27.64	c bin-w-bin subsume rem            0 bins  time:  0.01 s
27.59/27.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
27.59/27.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
27.59/27.67	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
32.48/32.55	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  4.88 s
32.48/32.57	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.02
32.58/32.60	c vivif2 --  cl tried    20750 cl shrink        0 lits rem          0 time: 0.03
32.68/32.75	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.15
32.68/32.76	c calculated reachability. Time: 0.00
32.68/32.76	c  N dy   281     46257     33974    145315         0     20750    441645   2062341    166.75   no data  --
34.28/34.37	c  N dy   309     50486     33974    145315         0     24979    441645   3168906    167.25    183.42  --
35.88/35.91	c  N dy   335     54527     33974    145315         0     29020    441645   4173560    167.05    191.84  --
37.49/37.51	c  N dy   362     58572     33974    145315         0     33065    441645   5215779    167.16    176.58  --
39.08/39.10	c  N dy   389     62630     33974    145315         0     37123    441645   6252747    167.07    178.74  --
40.69/40.76	c  N dy   420     66910     33974    145315         0     22658    441645   1786849    167.46    179.18  --
41.58/41.69	c  S st   437     69386     33974    145315         0     25134    441645   2413886    167.29   no data  --
41.79/41.89	c  S st   437     69890     33974    145315         0     25638    441645   2504861    167.29   no data  --
41.88/41.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
41.88/41.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.08/42.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.22
42.28/42.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
42.28/42.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.28/42.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
42.28/42.35	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
48.78/48.84	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.49 s
48.78/48.86	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.01
48.78/48.90	c vivif2 --  cl tried    25637 cl shrink        0 lits rem          0 time: 0.03
48.98/49.05	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.16
48.98/49.06	c calculated reachability. Time: 0.00
48.98/49.06	c  N dy   437     69890     33974    145315         0     25637    441645   2504781    167.29   no data  --
50.68/50.78	c  N dy   466     74411     33974    145315         0     30158    441645   3619306    167.10    176.17  --
52.68/52.73	c  N dy   500     79355     33974    145315         0     35102    441645   4901048    167.21    176.66  --
54.78/54.82	c  N dy   536     84510     33974    145315         0     40256    441645   6241167    167.45    185.15  --
55.98/56.01	c  F st   556     87500     33974    145315         0     22373    441645   1087074    167.33   no data  --
57.38/57.40	c  N st   561     90798     33974    145315         0     25670    441645   2328334    167.33   no data  --
59.68/59.79	c  N dy   589     96766     33974    145315         0     31637    441645   4172382    167.30    176.42  --
62.17/62.29	c  N dy   630    102983     33974    145315         0     37854    441645   5731782    167.03    177.72  --
62.98/63.04	c  S st   643    104835     33974    145315         0     39705    441645   6218525    167.15   no data  --
63.18/63.24	c  S st   643    105337     33974    145315         0     40207    441645   6312671    167.15   no data  --
63.18/63.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
63.18/63.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
63.48/63.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.23
63.88/63.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
63.88/63.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
63.88/63.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
63.88/63.97	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
138.38/138.47	c lits-rem:         0  cl-subs:       10  v-elim:      0  v-fix:    0  time: 74.50 s
138.38/138.49	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.02
138.48/138.58	c vivif2 --  cl tried    40197 cl shrink        0 lits rem          0 time: 0.09
138.68/138.77	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.19
138.68/138.78	c calculated reachability. Time: 0.00
138.68/138.78	c  N dy   643    105337     33974    145315         0     40197    441645   6303740    167.15   no data  --
141.48/141.58	c  N dy   688    112133     33974    145315         0     24558    441645   1215198    167.36    178.91  --
144.28/144.36	c  N dy   734    119329     33974    145315         0     31754    441645   3047559    167.38    185.33  --
147.48/147.52	c  N dy   789    127119     33974    145315         0     39543    441645   5067177    167.71    178.08  --
150.98/151.03	c  N dy   850    135315     33974    145315         0     24019    441645    714565    167.89    176.97  --
154.38/154.42	c  N dy   909    144001     33974    145315         0     32705    441645   2951782    167.91    177.03  --
158.08/158.14	c  N dy   976    153189     33974    145315         0     41893    441645   5333879    168.10    180.11  --
160.07/160.10	c  S st  1004    158005     33974    145315         0     46709    441645   6537744    167.83   no data  --
160.27/160.33	c  S st  1004    158510     33974    145315         0     47214    441645   6641086    167.83   no data  --
160.27/160.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
160.27/160.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.48/160.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
160.98/161.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
160.98/161.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
160.98/161.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
160.98/161.06	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
248.18/248.28	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 87.21 s
248.18/248.29	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.01
248.28/248.39	c vivif2 --  cl tried    47210 cl shrink        0 lits rem          0 time: 0.09
248.48/248.57	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.19
248.48/248.58	c calculated reachability. Time: 0.00
248.48/248.59	c  N dy  1004    158510     33974    145315         0     47210    441645   6639855    167.83   no data  --
252.67/252.72	c  N dy  1069    168675     33974    145315         0     32516    441645   2494826    167.69    231.80  --
257.17/257.20	c  N dy  1141    179514     33974    145315         0     43354    441645   5377040    167.82    177.75  --
261.97/262.08	c  N dy  1227    190979     33974    145315         0     28890    441645   1359435    168.06    177.51  --
266.88/266.94	c  N dy  1303    203188     33974    145315         0     41097    441645   4461055    168.04    183.45  --
272.47/272.51	c  N dy  1391    216197     33974    145315         0     27143    441645    591253    167.96    177.00  --
278.08/278.10	c  N dy  1494    229995     33974    145315         0     40939    441645   4198274    168.38    184.16  --
281.28/281.38	c  S st  1552    237765     33974    145315         0     48709    441645   6218479    168.52    160.81  --
281.58/281.61	c  S st  1552    238267     33974    145315         0     49211    441645   6327284    168.52   no data  --
281.58/281.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
281.58/281.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
281.78/281.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
282.18/282.28	c bin-w-bin subsume rem            0 bins  time:  0.01 s
282.18/282.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
282.28/282.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
282.28/282.31	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
365.58/365.60	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time: 83.28 s
365.58/365.61	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.01
365.68/365.70	c vivif2 --  cl tried    49209 cl shrink        0 lits rem          0 time: 0.09
365.88/365.90	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.20
365.88/365.91	c calculated reachability. Time: 0.00
365.88/365.91	c  N dy  1552    238267     33974    145315         0     49209    441645   6324971    168.52   no data  --
372.08/372.10	c  N dy  1660    253552     33974    145315         0     36517    441645   2750249    168.47    178.44  --
378.57/378.67	c  N dy  1768    269812     33974    145315         0     52776    441645   6932955    168.38    239.15  --
385.57/385.64	c  N dy  1889    287127     33974    145315         0     41102    441645   3665872    168.47    180.56  --
393.18/393.25	c  N dy  2013    305546     33974    145315         0     59519    441645   8412731    168.53    180.86  --
393.48/393.59	c  F st  2019    306251     33974    145315         0     30231    441645    563493    168.53   no data  --
401.27/401.39	c  N dy  2114    325417     33974    145315         0     49397    441645   6202991    168.51    178.02  --
409.98/410.06	c  N dy  2256    345542     33974    145315         0     38522    441645   2466451    168.58    181.37  --
415.08/415.14	c  S st  2343    357403     33974    145315         0     50381    441645   5612095    168.74   no data  --
415.28/415.35	c  S st  2343    357903     33974    145315         0     50881    441645   5700797    168.74   no data  --
415.28/415.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
415.28/415.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
415.58/415.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
415.88/415.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
415.88/415.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
415.98/416.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
415.98/416.01	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
485.17/485.24	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time: 69.22 s
485.17/485.25	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.01
485.27/485.33	c vivif2 --  cl tried    50878 cl shrink        0 lits rem          0 time: 0.08
485.47/485.55	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.21
485.47/485.56	c calculated reachability. Time: 0.00
485.47/485.56	c  N dy  2343    357903     33974    145315         0     50878    441645   5700282    168.74   no data  --
494.16/494.22	c  N dy  2478    377930     33974    145315         0     38919    441645   2319144    168.72    179.22  --
502.86/502.95	c  N dy  2622    397983     33974    145315         0     58972    441645   7645626    168.94    184.28  --
511.47/511.57	c  N dy  2761    418004     33974    145315         0     45990    441645   3877585    168.94    178.81  --
520.07/520.10	c  N dy  2900    438073     33974    145315         0     66058    441645   9130667    169.05    215.22  --
528.16/528.21	c  N dy  3031    458111     33974    145315         0     52099    441645   5197098    169.01    179.28  --
536.77/536.84	c  N dy  3169    478286     33974    145315         0     37272    441645   1074535    169.08    182.04  --
545.06/545.11	c  N dy  3304    498385     33974    145315         0     57369    441645   6265807    169.08    213.20  --
553.56/553.69	c  N dy  3443    518392     33974    145315         0     41378    441645   1897222    169.16    225.04  --
561.27/561.31	c  S st  3564    536857     33974    145315         0     59842    441645   6567487    169.04    157.84  --
561.47/561.55	c  S st  3564    537362     33974    145315         0     60347    441645   6661519    169.04   no data  --
561.47/561.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
561.47/561.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
561.76/561.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.24
562.16/562.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
562.16/562.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
562.16/562.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
562.16/562.25	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
654.86/654.93	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 92.68 s
654.86/654.95	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.02
654.96/655.05	c vivif2 --  cl tried    60344 cl shrink        0 lits rem          0 time: 0.10
655.16/655.28	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.24
655.16/655.29	c calculated reachability. Time: 0.00
655.16/655.29	c  N dy  3564    537362     33974    145315         0     60344    441645   6661098    169.04   no data  --
664.06/664.18	c  N dy  3708    557404     33974    145315         0     43385    441645   2162789    169.10    186.06  --
672.57/672.66	c  N dy  3844    577503     33974    145315         0     63483    441645   7412880    169.20    181.10  --
681.17/681.29	c  N dy  3980    597562     33974    145315         0     45542    441645   2415807    169.22    180.49  --
689.67/689.77	c  N dy  4112    617635     33974    145315         0     65615    441645   7589668    169.20    195.75  --
698.37/698.42	c  N dy  4250    637731     33974    145315         0     46714    441645   2473659    169.18    178.17  --
706.86/706.96	c  N dy  4384    657790     33974    145315         0     66770    441645   7568859    169.16    189.99  --
715.67/715.73	c  N dy  4518    677859     33974    145315         0     46836    441645   2241003    169.16    179.05  --
724.17/724.28	c  N dy  4653    697933     33974    145315         0     66908    441645   7461445    169.18    180.52  --
733.17/733.22	c  N dy  4791    718062     33974    145315         0     46042    441645   1838966    169.22    194.23  --
741.67/741.74	c  N dy  4928    738105     33974    145315         0     66085    441645   7120142    169.30    197.09  --
750.66/750.76	c  N dy  5054    758182     33974    145315         0     44168    441645   1062019    169.30    182.06  --
759.27/759.35	c  N dy  5191    778224     33974    145315         0     64208    441645   6280054    169.35    179.96  --
768.77/768.88	c  N dy  5337    798248     33974    145315         0     84231    441645  11548193    169.45    185.56  --
772.26/772.35	c  S st  5389    806045     33974    145315         0     49028    441645   2057764    169.47    175.68  --
772.46/772.57	c  S st  5389    806549     33974    145315         0     49532    441645   2153579    169.47   no data  --
772.46/772.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
772.46/772.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
772.76/772.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
772.96/773.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
772.96/773.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
772.96/773.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
772.96/773.03	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
778.86/778.93	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  5.89 s
778.86/778.94	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.01
778.86/778.97	c vivif2 --  cl tried    49531 cl shrink        0 lits rem          0 time: 0.03
779.06/779.18	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.20
779.06/779.19	c calculated reachability. Time: 0.00
779.06/779.19	c  N dy  5389    806549     33974    145315         0     49531    441645   2153407    169.47   no data  --
788.06/788.11	c  N dy  5528    826644     33974    145315         0     69625    441645   7375875    169.50    183.02  --
797.57/797.61	c  N dy  5667    846647     33974    145315         0     45623    441645    942590    169.55    184.28  --
806.37/806.46	c  N dy  5806    866809     33974    145315         0     65785    441645   6261811    169.59    182.62  --
815.87/815.99	c  N dy  5942    886843     33974    145315         0     85818    441645  11549932    169.65    180.76  --
824.87/824.92	c  N dy  6075    906904     33974    145315         0     60886    441645   4608954    169.65    207.48  --
834.17/834.20	c  N dy  6207    926984     33974    145315         0     80964    441645   9835736    169.71    181.07  --
843.57/843.63	c  N dy  6343    947059     33974    145315         0     55038    441645   2886260    169.72    182.32  --
852.66/852.79	c  N dy  6485    967135     33974    145315         0     75114    441645   8135807    169.76    178.96  --
862.47/862.54	c  N dy  6614    987173     33974    145315         0     48148    441645    809663    169.73    187.00  --
871.37/871.46	c  N dy  6750   1007275     33974    145315         0     68249    441645   6078595    169.75    186.86  --
881.17/881.25	c  N dy  6890   1027299     33974    145315         0     88272    441645  11306844    169.76    187.24  --
890.16/890.28	c  N dy  7034   1047371     33974    145315         0     60346    441645   3736124    169.82    184.23  --
899.36/899.44	c  N dy  7178   1067679     33974    145315         0     80653    441645   9114871    169.90    185.62  --
901.37/901.45	c  F st  7209   1071877     33974    145315         0     84851    441645  10211074    169.90   no data  --
908.97/909.06	c  N dy  7283   1087999     33974    145315         0     51979    441645   1321448    169.91    183.93  --
917.86/917.91	c  N dy  7434   1108226     33974    145315         0     72204    441645   6800872    170.05    180.26  --
927.17/927.27	c  N dy  7569   1128258     33974    145315         0     92235    441645  12048498    170.05    182.25  --
936.27/936.35	c  N dy  7705   1148442     33974    145315         0     62421    441645   3705908    170.05    184.79  --
945.37/945.47	c  N dy  7851   1168530     33974    145315         0     82507    441645   8929906    170.06    191.68  --
955.16/955.29	c  N dy  7989   1188535     33974    145315         0     51512    441645    657521    170.09    189.36  --
963.87/963.96	c  N dy  8131   1208563     33974    145315         0     71535    441645   5957395    170.15    180.84  --
964.47/964.52	c  S st  8140   1209824     33974    145315         0     72795    441645   6286310    170.15   no data  --
964.67/964.77	c  S st  8140   1210328     33974    145315         0     73299    441645   6374635    170.15   no data  --
964.67/964.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
964.67/964.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
964.97/965.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
965.37/965.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
965.37/965.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
965.37/965.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
965.37/965.47	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
1054.17/1054.25	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time: 88.78 s
1054.17/1054.27	c vivif2 --  cl tried   145315 cl shrink        0 lits rem          0 time: 0.01
1054.27/1054.36	c vivif2 --  cl tried    73296 cl shrink        0 lits rem          0 time: 0.09
1054.57/1054.60	c asymm  cl-useful: 0/145315/145315 lits-rem:0 time: 0.24
1054.57/1054.62	c calculated reachability. Time: 0.00
1054.57/1054.62	c  N dy  8140   1210328     33974    145315         0     73296    441645   6372888    170.15   no data  --
1063.86/1063.95	c  N dy  8272   1230424     33974    145315         0     93392    441645  11648791    170.16    183.43  --
1073.07/1073.11	c  N dy  8404   1250429     33974    145315         0     61402    441645   3010098    170.17    197.31  --
1081.96/1082.06	c  N dy  8541   1270515     33974    145315         0     81486    441645   8213092    170.17    181.61  --
1091.56/1091.68	c  N dy  8676   1290598     33974    145315         0    101565    441645  13394448    170.14    180.40  --
1100.66/1100.71	c  N dy  8817   1310652     33974    145315         0     68622    441645   4685194    170.17    180.51  --
1109.87/1109.92	c  N dy  8951   1330695     33974    145315         0     88664    441645  10058561    170.24    180.73  --
1119.67/1119.78	c  N dy  9086   1350720     33974    145315         0     54692    441645    725189    170.26    179.46  --
1128.46/1128.55	c  N dy  9228   1370796     33974    145315         0     74768    441645   6113129    170.32    180.90  --
1137.96/1138.00	c  N dy  9365   1390869     33974    145315         0     94838    441645  11363687    170.32    187.58  --
1147.56/1147.61	c  N dy  9497   1410985     33974    145315         0     59962    441645   1797716    170.29    182.82  --
1156.47/1156.58	c  N dy  9631   1431258     33974    145315         0     80232    441645   7029281    170.27    179.88  --
1166.16/1166.27	c  N dy  9768   1451403     33974    145315         0    100377    441645  12279906    170.29    189.28  --
1175.77/1175.88	c  N dy  9908   1471643     33974    145315         0     64624    441645   2749596    170.30    187.12  --
1184.97/1185.04	c  N dy 10046   1491841     33974    145315         0     84819    441645   8032204    170.32    182.13  --
1194.76/1194.86	c  N dy 10187   1511916     33974    145315         0    104894    441645  13296629    170.35    181.14  --
1204.16/1204.24	c  N dy 10322   1531946     33974    145315         0     67923    441645   3428864    170.36    185.13  --
1213.36/1213.49	c  N dy 10462   1552100     33974    145315         0     88077    441645   8692691    170.37    183.95  --
1223.36/1223.46	c  N dy 10602   1572238     33974    145315         0    108214    441645  13985137    170.40    180.42  --
1232.86/1232.93	c  N dy 10743   1592300     33974    145315         0     70277    441645   3768201    170.41    182.99  --
1242.17/1242.24	c  N dy 10884   1612406     33974    145315         0     90382    441645   9050042    170.43    180.10  --
1252.26/1252.36	c  N dy 11031   1632592     33974    145315         0    110568    441645  14429038    170.47    179.91  --
1261.67/1261.78	c  N dy 11168   1652636     33974    145315         0     71612    441645   3900865    170.49    190.29  --
1271.17/1271.28	c  N dy 11310   1672789     33974    145315         0     91764    441645   9174382    170.49    189.22  --
1281.47/1281.54	c  N dy 11441   1692804     33974    145315         0    111778    441645  14382264    170.47    182.25  --
1290.07/1290.13	c  S st 11555   1710330     33974    145315         0     69305    441645   2956014    170.44    124.19  --
1290.27/1290.37	c  S st 11555   1710834     33974    145315         0     69809    441645   3044045    170.44   no data  --
1290.27/1290.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1290.27/1290.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1290.57/1290.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
1290.77/1290.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1290.77/1290.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1290.77/1290.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33974 time:  0.01 s
1290.87/1290.90	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.92 3.92 3.39 4/189 17004
/proc/meminfo: memFree=21670152/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=28152 CPUtime=0 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 2069 0 0 0 0 0 0 0 25 0 1 0 290094810 28827648 1807 33554432000 4194304 4650387 140735501887808 18446744073709551615 4361539 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 7038 1818 326 112 0 2003 0

[startup+0.099289 s]
/proc/loadavg: 3.92 3.92 3.39 4/189 17004
/proc/meminfo: memFree=21670152/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=50872 CPUtime=0.09 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 6861 0 0 0 9 0 0 0 25 0 1 0 290094810 52092928 5812 33554432000 4194304 4650387 140735501887808 18446744073709551615 4532726 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 12718 5812 345 112 0 7683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50872

[startup+0.10029 s]
/proc/loadavg: 3.92 3.92 3.39 4/189 17004
/proc/meminfo: memFree=21670152/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=50872 CPUtime=0.09 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 6861 0 0 0 9 0 0 0 25 0 1 0 290094810 52092928 5812 33554432000 4194304 4650387 140735501887808 18446744073709551615 4532750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 12718 5812 345 112 0 7683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50872

[startup+0.300257 s]
/proc/loadavg: 3.92 3.92 3.39 4/189 17004
/proc/meminfo: memFree=21670152/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=62424 CPUtime=0.29 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 8596 0 0 0 29 0 0 0 25 0 1 0 290094810 63922176 6684 33554432000 4194304 4650387 140735501887808 18446744073709551615 4457392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 15606 6684 354 112 0 10571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62424

[startup+0.700187 s]
/proc/loadavg: 3.92 3.92 3.39 4/189 17004
/proc/meminfo: memFree=21670152/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=83112 CPUtime=0.69 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 14049 0 0 0 68 1 0 0 25 0 1 0 290094810 85106688 12137 33554432000 4194304 4650387 140735501887808 18446744073709551615 4424535 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 20778 12137 367 112 0 15743 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83112

[startup+1.50104 s]
/proc/loadavg: 3.92 3.92 3.39 5/190 17005
/proc/meminfo: memFree=21616748/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=83112 CPUtime=1.49 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 14668 0 0 0 148 1 0 0 25 0 1 0 290094810 85106688 12756 33554432000 4194304 4650387 140735501887808 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 20778 12756 379 112 0 15743 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83112

[startup+3.10076 s]
/proc/loadavg: 3.92 3.92 3.39 5/190 17005
/proc/meminfo: memFree=21605464/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=83112 CPUtime=3.08 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 15808 0 0 0 307 1 0 0 25 0 1 0 290094810 85106688 13896 33554432000 4194304 4650387 140735501887808 18446744073709551615 4364418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 20778 13896 379 112 0 15743 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83112

[startup+6.30019 s]
/proc/loadavg: 3.93 3.93 3.39 5/190 17005
/proc/meminfo: memFree=21591076/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=132468 CPUtime=6.29 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 18077 0 0 0 627 2 0 0 25 0 1 0 290094810 135647232 16165 33554432000 4194304 4650387 140735501887808 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 33117 16165 379 112 0 28082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132468

[startup+12.701 s]
/proc/loadavg: 3.77 3.89 3.39 5/190 17061
/proc/meminfo: memFree=21933496/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=224860 CPUtime=12.68 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 43176 0 0 0 1262 6 0 0 25 0 1 0 290094810 230256640 35295 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 56215 35295 383 112 0 51180 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 224860

[startup+25.5008 s]
/proc/loadavg: 3.82 3.90 3.40 5/190 17062
/proc/meminfo: memFree=21838260/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=173364 CPUtime=25.49 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 49360 0 0 0 2541 8 0 0 25 0 1 0 290094810 177524736 34296 33554432000 4194304 4650387 140735501887808 18446744073709551615 4304272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 43341 34296 383 112 0 38306 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 173364

[startup+51.1002 s]
/proc/loadavg: 3.88 3.91 3.41 5/190 17062
/proc/meminfo: memFree=21664144/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=258708 CPUtime=51.08 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 64755 0 0 0 5097 11 0 0 25 0 1 0 290094810 264916992 42524 33554432000 4194304 4650387 140735501887808 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 64677 42524 383 112 0 59642 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 258708

[startup+102.307 s]
/proc/loadavg: 3.95 3.92 3.44 5/190 17064
/proc/meminfo: memFree=21531260/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=313932 CPUtime=102.28 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 89252 0 0 0 10212 16 0 0 25 0 1 0 290094810 321466368 59578 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 78483 59578 383 112 0 73448 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 313932

[startup+162.3 s]
/proc/loadavg: 4.03 3.94 3.48 5/190 17065
/proc/meminfo: memFree=21343972/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=347604 CPUtime=162.28 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 106831 0 0 0 16206 22 0 0 25 0 1 0 290094810 355946496 68786 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 86901 68786 383 112 0 81866 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 347604

[startup+222.301 s]
/proc/loadavg: 4.06 3.97 3.51 5/190 17066
/proc/meminfo: memFree=21325972/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=348492 CPUtime=222.28 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 106989 0 0 0 22206 22 0 0 25 0 1 0 290094810 356855808 68944 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 87123 68944 383 112 0 82088 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 348492

[startup+282.301 s]
/proc/loadavg: 4.02 3.97 3.54 5/190 17068
/proc/meminfo: memFree=21253884/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=362608 CPUtime=282.28 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 124080 0 0 0 28200 28 0 0 25 0 1 0 290094810 371310592 72587 33554432000 4194304 4650387 140735501887808 18446744073709551615 268272347804 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 90652 72587 383 112 0 85617 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 362608

[startup+342.3 s]
/proc/loadavg: 4.01 3.97 3.57 5/190 17079
/proc/meminfo: memFree=21251736/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=364656 CPUtime=342.28 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 124687 0 0 0 34200 28 0 0 25 0 1 0 290094810 373407744 73194 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 91164 73194 383 112 0 86129 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 364656

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.59 5/190 17081
/proc/meminfo: memFree=21229388/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=380196 CPUtime=402.28 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 144992 0 0 0 40195 33 0 0 25 0 1 0 290094810 389320704 77568 33554432000 4194304 4650387 140735501887808 18446744073709551615 4298239 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 95049 77568 383 112 0 90014 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 380196

[startup+462.301 s]
/proc/loadavg: 4.04 3.99 3.62 5/190 17082
/proc/meminfo: memFree=21202444/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=380660 CPUtime=462.28 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 150600 0 0 0 46193 35 0 0 25 0 1 0 290094810 389795840 76686 33554432000 4194304 4650387 140735501887808 18446744073709551615 4441871 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 95165 76686 383 112 0 90130 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 380660

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.64 5/190 17086
/proc/meminfo: memFree=21185152/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=332552 CPUtime=522.26 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 170315 0 0 0 52186 40 0 0 25 0 1 0 290094810 340533248 77149 33554432000 4194304 4650387 140735501887808 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 83138 77149 383 112 0 78103 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 332552

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.66 5/190 17088
/proc/meminfo: memFree=21176236/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=393084 CPUtime=582.26 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 188167 0 0 0 58182 44 0 0 25 0 1 0 290094810 402518016 80944 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 98271 80944 383 112 0 93236 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 393084

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.68 5/190 17090
/proc/meminfo: memFree=21157236/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=393084 CPUtime=642.27 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 188167 0 0 0 64183 44 0 0 25 0 1 0 290094810 402518016 80944 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476153 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 98271 80944 383 112 0 93236 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 393084

[startup+702.3 s]
/proc/loadavg: 4.07 4.00 3.70 5/190 17092
/proc/meminfo: memFree=21118512/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=423588 CPUtime=702.27 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 216785 0 0 0 70174 53 0 0 25 0 1 0 290094810 433754112 86731 33554432000 4194304 4650387 140735501887808 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 105897 86731 383 112 0 100862 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 423588

[startup+762.306 s]
/proc/loadavg: 4.10 4.02 3.72 5/190 17093
/proc/meminfo: memFree=21142168/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=424016 CPUtime=762.27 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 245143 0 0 0 76167 60 0 0 25 0 1 0 290094810 434192384 89810 33554432000 4194304 4650387 140735501887808 18446744073709551615 4303957 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 106004 89810 383 112 0 100969 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 424016

[startup+822.301 s]
/proc/loadavg: 4.03 4.01 3.74 5/190 17094
/proc/meminfo: memFree=21127648/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=424620 CPUtime=822.27 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 268365 0 0 0 82158 69 0 0 25 0 1 0 290094810 434810880 85089 33554432000 4194304 4650387 140735501887808 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 106155 85089 383 112 0 101120 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 424620

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 3.75 5/190 17096
/proc/meminfo: memFree=21089812/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=425048 CPUtime=882.27 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 296777 0 0 0 88147 80 0 0 25 0 1 0 290094810 435249152 93815 33554432000 4194304 4650387 140735501887808 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 106262 93815 383 112 0 101227 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 425048

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 17098
/proc/meminfo: memFree=21113708/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=425844 CPUtime=942.26 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 324676 0 0 0 94140 86 0 0 25 0 1 0 290094810 436064256 89209 33554432000 4194304 4650387 140735501887808 18446744073709551615 4349662 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 106461 89209 383 112 0 101426 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 425844

[startup+1002.3 s]
/proc/loadavg: 4.06 4.01 3.78 5/190 17100
/proc/meminfo: memFree=21024032/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=425932 CPUtime=1002.27 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 334909 0 0 0 100138 89 0 0 25 0 1 0 290094810 436154368 88448 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 106483 88448 383 112 0 101448 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 425932

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.79 5/190 17101
/proc/meminfo: memFree=20988812/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=425932 CPUtime=1062.27 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 339217 0 0 0 106137 90 0 0 25 0 1 0 290094810 436154368 92756 33554432000 4194304 4650387 140735501887808 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 106483 92756 383 112 0 101448 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 425932

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 17102
/proc/meminfo: memFree=20990276/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=384492 CPUtime=1122.26 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 371030 0 0 0 112126 100 0 0 25 0 1 0 290094810 393719808 89587 33554432000 4194304 4650387 140735501887808 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 96123 89587 383 112 0 91088 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 384492

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 17104
/proc/meminfo: memFree=20964192/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=447360 CPUtime=1182.26 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 399527 0 0 0 118119 107 0 0 25 0 1 0 290094810 458096640 93683 33554432000 4194304 4650387 140735501887808 18446744073709551615 4333694 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 111840 93683 383 112 0 106805 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 447360

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 17106
/proc/meminfo: memFree=20945944/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=447976 CPUtime=1242.27 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 427658 0 0 0 124112 115 0 0 25 0 1 0 290094810 458727424 96330 33554432000 4194304 4650387 140735501887808 18446744073709551615 4363409 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 111994 96330 383 112 0 106959 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 447976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.96 4.00 3.83 4/188 17109
/proc/meminfo: memFree=21301784/32950928 swapFree=67111528/67111528
[pid=17004] ppid=17002 vsize=448600 CPUtime=1299.97 cores=1,3
/proc/17004/stat : 17004 (strangenight1-s) R 17002 17004 16853 0 -1 4202496 448382 0 0 0 129875 122 0 0 25 0 1 0 290094810 459366400 90441 33554432000 4194304 4650387 140735501887808 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17004/statm: 112150 90441 383 112 0 107115 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 448600

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.02
CPU time (s): 1299.99
CPU user time (s): 1298.76
CPU system time (s): 1.23481
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 448600

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

runsolver used 1.9847 second user time and 5.12622 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-03 00:56:00
IDJOB=3175604
IDBENCH=82622
IDSOLVER=1589
FILE ID=node122/3175604-1301784960
RUNJOBID= node122-1301783653-16873
PBS_JOBID= 12841396
Free space on /tmp= 71932 MiB

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

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

MD5SUM BENCH= 48acd8df0141c3f57a132eb6d7253d5f
RANDOM SEED=136553096

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21670308 kB
Buffers:        351780 kB
Cached:       10049644 kB
SwapCached:          0 kB
Active:        7392288 kB
Inactive:      3631556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21670308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16340 kB
Writeback:           0 kB
AnonPages:      622216 kB
Mapped:          16588 kB
Slab:           193152 kB
PageTables:       6288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   921304 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= 71924 MiB
End job on node122 at 2011-04-03 01:17:42