Trace number 3175627

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
MD5SUM9c09330ef9d704e301452237c81ff9c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

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-3175627-1301784964.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:       34000
0.00/0.02	c -- clauses added:            0 learnts,        34000 normals,            0 xors
0.00/0.02	c -- vars added        400
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0       400     34000         0         0    238000         0   no data   no data  --
0.29/0.39	c asymm  cl-useful: 0/14679/34000 lits-rem:0 time: 0.37
0.39/0.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.39/0.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
0.39/0.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.49/0.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
0.49/0.54	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.56	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.49/0.56	c calculated reachability. Time: 0.00
0.49/0.56	c Calc default polars -  time:   0.00 s pos:     191 undec:       7 neg:     202
0.49/0.56	c =========================================================================================
0.49/0.56	c types(t): F = full restart, N = normal restart
0.49/0.56	c types(t): S = simplification begin/end, E = solution found
0.49/0.56	c restart types(rt): st = static, dy = dynamic
0.49/0.56	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.56	c  B st     0         0       400     34000         0         0    238000         0   no data   no data  --
0.79/0.87	c  N dy    16      4043       400     34000         0      3988    238000    384954     84.79     90.41  --
1.19/1.21	c  N dy    32      8245       400     34000         0      5355    238000    396845     83.54     88.25  --
1.59/1.64	c  N dy    50     13176       400     34000         0      5537    238000    299270     83.51     89.20  --
1.89/1.99	c  N dy    63     17219       400     34000         0      9537    238000    677329     83.02     88.26  --
2.30/2.35	c  N dy    80     21220       400     34000         0      7354    238000    362998     82.82     87.51  --
2.59/2.68	c  F st    93     25003       400     34000         0     11095    238000    717670     82.90     89.21  --
2.69/2.71	c  N st    94     25257       400     34000         0     11346    238000    741646     82.90   no data  --
3.09/3.17	c  N dy    99     30000       400     34000         0      8668    238000    400495     82.90   no data  --
3.09/3.17	c  S st    99     30000       400     34000         0      8668    238000    400495     82.90   no data  --
3.19/3.24	c  S st    99     30503       400     34000         0      9169    238000    444952     82.90   no data  --
3.19/3.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.19/3.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
3.19/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.19/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.19/3.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
3.19/3.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.09/7.11	c lits-rem:       926  cl-subs:       73  v-elim:      0  v-fix:    0  time:  3.84 s
7.29/7.32	c asymm  cl-useful: 0/6571/34000 lits-rem:0 time: 0.20
7.29/7.32	c calculated reachability. Time: 0.00
7.29/7.32	c  N dy    99     30503       400     34000         0      9096    238000    433506     82.90   no data  --
7.59/7.69	c  N dy   115     34593       400     34000         0     13134    238000    808975     82.84     87.91  --
7.99/8.09	c  N dy   130     38649       400     34000         0      8697    238000    309771     82.76     87.12  --
8.39/8.47	c  N dy   156     42753       400     34000         0     12742    238000    694506     82.98     87.77  --
8.69/8.75	c  S st   167     45755       400     34000         0     15706    238000    973635     82.87   no data  --
8.79/8.83	c  S st   167     46258       400     34000         0     16206    238000   1018195     82.87   no data  --
8.79/8.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/8.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/8.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
8.79/8.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/8.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/8.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
8.79/8.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.99/16.07	c lits-rem:       955  cl-subs:      176  v-elim:      0  v-fix:    0  time:  7.18 s
15.99/16.07	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
15.99/16.08	c vivif2 --  cl tried    16030 cl shrink        0 lits rem          0 time: 0.01
16.29/16.30	c asymm  cl-useful: 0/5398/34000 lits-rem:0 time: 0.22
16.29/16.30	c calculated reachability. Time: 0.00
16.29/16.30	c  N dy   167     46258       400     34000         0     16030    238000    990891     82.87   no data  --
16.69/16.71	c  N dy   179     50286       400     34000         0     10523    238000    393087     82.67     96.48  --
17.09/17.12	c  N dy   193     54638       400     34000         0     14823    238000    797368     82.51     87.29  --
17.49/17.52	c  N dy   212     58677       400     34000         0     18816    238000   1174757     82.55     87.01  --
17.89/17.97	c  N dy   234     62831       400     34000         0     12407    238000    490061     82.57     87.35  --
18.40/18.48	c  N dy   249     68128       400     34000         0     17635    238000    978869     82.39     86.95  --
18.59/18.61	c  S st   254     69390       400     34000         0     18884    238000   1094907     82.33     80.06  --
18.59/18.69	c  S st   254     69894       400     34000         0     19386    238000   1137604     82.33   no data  --
18.59/18.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.59/18.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.70/18.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
18.70/18.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.70/18.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.70/18.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
18.70/18.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.06/27.10	c lits-rem:       824  cl-subs:      253  v-elim:      0  v-fix:    0  time:  8.33 s
27.06/27.11	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
27.06/27.12	c vivif2 --  cl tried    19133 cl shrink        0 lits rem          0 time: 0.01
27.26/27.38	c asymm  cl-useful: 0/5011/34000 lits-rem:0 time: 0.26
27.26/27.38	c calculated reachability. Time: 0.00
27.26/27.38	c  N dy   254     69894       400     34000         0     19133    238000   1099863     82.33   no data  --
27.85/27.95	c  N dy   282     74427       400     34000         0     12098    238000    375720     82.42     87.79  --
28.35/28.44	c  N dy   303     79295       400     34000         0     16904    238000    824798     82.39     87.72  --
28.95/29.05	c  N dy   318     85080       400     34000         0     22630    238000   1362011     82.22     86.71  --
29.25/29.36	c  F st   325     87500       400     34000         0     12515    238000    333579     82.14   no data  --
29.55/29.69	c  N st   330     90799       400     34000         0     15764    238000    647216     82.14   no data  --
30.24/30.32	c  N dy   343     96649       400     34000         0     21550    238000   1196768     82.07     87.10  --
30.93/31.09	c  N dy   376    102863       400     34000         0     14197    238000    411761     82.13     87.20  --
31.23/31.31	c  S st   390    104841       400     34000         0     16150    238000    595631     82.17     80.50  --
31.23/31.39	c  S st   390    105342       400     34000         0     16650    238000    639129     82.17   no data  --
31.23/31.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.23/31.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.33/31.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
31.33/31.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.33/31.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.33/31.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
31.33/31.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.50/36.65	c lits-rem:      1261  cl-subs:       68  v-elim:      0  v-fix:    0  time:  5.19 s
36.50/36.65	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
36.50/36.66	c vivif2 --  cl tried    16582 cl shrink        0 lits rem          0 time: 0.01
36.60/36.76	c asymm  cl-useful: 0/2341/34000 lits-rem:0 time: 0.10
36.60/36.76	c calculated reachability. Time: 0.00
36.60/36.76	c  N dy   390    105342       400     34000         0     16582    238000    627749     82.17   no data  --
37.41/37.53	c  N dy   417    112508       400     34000         0     23660    238000   1293039     82.17     86.67  --
38.20/38.35	c  N dy   451    119720       400     34000         0     16304    238000    525214     82.18     86.57  --
38.99/39.19	c  N dy   484    127484       400     34000         0     23976    238000   1245094     82.18     86.96  --
40.08/40.27	c  N dy   525    135821       400     34000         0     16738    238000    485483     82.22     86.55  --
41.08/41.27	c  N dy   572    144711       400     34000         0     25514    238000   1318890     82.31     86.77  --
42.28/42.45	c  N dy   613    154054       400     34000         0     18287    238000    549814     82.32     88.86  --
42.68/42.87	c  S st   629    158013       400     34000         0     22194    238000    921373     82.33   no data  --
42.78/42.97	c  S st   629    158520       400     34000         0     22698    238000    965130     82.33   no data  --
42.78/42.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.78/42.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.78/42.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
42.88/43.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.88/43.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.88/43.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
42.88/43.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.04/49.22	c lits-rem:       867  cl-subs:      209  v-elim:      0  v-fix:    0  time:  6.17 s
49.04/49.22	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
49.04/49.23	c vivif2 --  cl tried    22489 cl shrink        0 lits rem          0 time: 0.01
49.24/49.49	c asymm  cl-useful: 0/5831/34000 lits-rem:0 time: 0.26
49.34/49.50	c calculated reachability. Time: 0.00
49.34/49.50	c  N dy   629    158520       400     34000         0     22489    238000    933189     82.33   no data  --
50.62/50.87	c  N dy   662    169047       400     34000         0     32883    238000   1913669     82.28     87.62  --
52.01/52.23	c  N dy   702    179927       400     34000         0     26201    238000   1210492     82.23     86.72  --
53.61/53.85	c  N dy   750    191557       400     34000         0     19225    238000    474499     82.23     86.78  --
55.20/55.41	c  N dy   805    203865       400     34000         0     31349    238000   1611127     82.27     87.13  --
56.89/57.13	c  N dy   853    216943       400     34000         0     24853    238000    927348     82.18     86.70  --
58.89/59.11	c  N dy   925    230824       400     34000         0     38571    238000   2214166     82.22     86.79  --
59.77/60.07	c  S st   958    237781       400     34000         0     25039    238000    854332     82.18   no data  --
59.87/60.17	c  S st   958    238283       400     34000         0     25541    238000    898623     82.18   no data  --
59.87/60.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.87/60.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.97/60.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
59.97/60.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.97/60.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.97/60.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
59.97/60.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.65/65.00	c lits-rem:       807  cl-subs:      181  v-elim:      0  v-fix:    0  time:  4.74 s
64.65/65.00	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
64.75/65.01	c vivif2 --  cl tried    25360 cl shrink        0 lits rem          0 time: 0.01
64.94/65.23	c asymm  cl-useful: 0/4864/34000 lits-rem:0 time: 0.22
64.94/65.23	c calculated reachability. Time: 0.00
64.94/65.23	c  N dy   958    238283       400     34000         0     25360    238000    872469     82.18   no data  --
66.94/67.24	c  N dy  1037    253535       400     34000         0     40412    238000   2292053     82.21     90.80  --
68.93/69.27	c  N dy  1109    269920       400     34000         0     35219    238000   1730773     82.22     87.17  --
71.22/71.58	c  N dy  1188    287211       400     34000         0     29925    238000   1149914     82.23     86.86  --
73.80/74.18	c  N dy  1260    305645       400     34000         0     24754    238000    582154     82.21     86.99  --
73.90/74.26	c  F st  1265    306251       400     34000         0     25354    238000    638301     82.21   no data  --
76.59/76.93	c  N dy  1335    325240       400     34000         0     44110    238000   2409458     82.23     88.28  --
79.57/79.91	c  N dy  1423    345563       400     34000         0     39797    238000   1919863     82.26     86.78  --
81.56/81.92	c  S st  1477    357424       400     34000         0     26154    238000    552921     82.27   no data  --
81.66/82.02	c  S st  1477    357930       400     34000         0     26653    238000    596381     82.27   no data  --
81.66/82.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.66/82.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.66/82.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
81.66/82.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.66/82.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.66/82.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
81.66/82.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.16/86.58	c lits-rem:       587  cl-subs:       20  v-elim:      0  v-fix:    0  time:  4.51 s
86.16/86.58	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
86.16/86.59	c vivif2 --  cl tried    26633 cl shrink        0 lits rem          0 time: 0.01
86.46/86.86	c asymm  cl-useful: 0/4509/34000 lits-rem:0 time: 0.28
86.46/86.87	c calculated reachability. Time: 0.00
86.46/86.87	c  N dy  1477    357930       400     34000         0     26633    238000    592796     82.27   no data  --
89.46/89.89	c  N dy  1576    377977       400     34000         0     46452    238000   2462148     82.30     86.67  --
92.56/92.96	c  N dy  1664    398065       400     34000         0     39949    238000   1766470     82.29     87.00  --
95.96/96.36	c  N dy  1769    418136       400     34000         0     32449    238000    979775     82.32     86.70  --
99.16/99.55	c  N dy  1839    438188       400     34000         0     52244    238000   2836890     82.28     86.64  --
102.37/102.75	c  N dy  1931    458571       400     34000         0     44042    238000   1984269     82.29     86.90  --
105.76/106.13	c  N dy  2012    478649       400     34000         0     34588    238000   1016941     82.29     86.81  --
108.96/109.33	c  N dy  2079    498836       400     34000         0     54536    238000   2891346     82.24     87.42  --
112.26/112.67	c  N dy  2174    518927       400     34000         0     44095    238000   1833623     82.27     86.66  --
115.66/116.00	c  S st  2262    536895       400     34000         0     61837    238000   3493199     82.28   no data  --
115.76/116.18	c  S st  2262    537400       400     34000         0     62340    238000   3537014     82.28   no data  --
115.76/116.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
115.76/116.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.86/116.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
115.96/116.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.96/116.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.96/116.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
115.96/116.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
722.93/723.32	c lits-rem:      2296  cl-subs:      908  v-elim:      0  v-fix:    0  time: 606.94 s
722.93/723.32	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
722.93/723.36	c vivif2 --  cl tried    61432 cl shrink        0 lits rem          0 time: 0.03
723.33/723.74	c asymm  cl-useful: 0/2763/34000 lits-rem:0 time: 0.39
723.33/723.75	c calculated reachability. Time: 0.00
723.33/723.75	c  N dy  2262    537400       400     34000         0     61432    238000   3401004     82.28   no data  --
726.63/727.05	c  N dy  2339    557452       400     34000         0     49937    238000   2293361     82.26     88.72  --
730.34/730.75	c  N dy  2415    577793       400     34000         0     37778    238000   1063335     82.24     86.61  --
733.93/734.30	c  N dy  2502    597903       400     34000         0     57669    238000   2927791     82.23     87.08  --
737.63/738.04	c  N dy  2587    618412       400     34000         0     44657    238000   1622897     82.21     87.14  --
741.53/741.98	c  N dy  2667    638934       400     34000         0     64939    238000   3526941     82.19     86.94  --
745.33/745.73	c  N dy  2760    659768       400     34000         0     51253    238000   2166582     82.19     86.74  --
749.43/749.87	c  N dy  2839    679802       400     34000         0     35816    238000    637994     82.18     89.14  --
752.83/753.28	c  N dy  2925    699840       400     34000         0     55617    238000   2501510     82.19     90.49  --
757.03/757.49	c  N dy  3012    720022       400     34000         0     39336    238000    878719     82.19     87.16  --
760.73/761.20	c  N dy  3117    740024       400     34000         0     59101    238000   2741846     82.22     87.40  --
765.13/765.51	c  N dy  3218    760413       400     34000         0     42029    238000   1054010     82.24     86.58  --
769.03/769.40	c  N dy  3323    780597       400     34000         0     61964    238000   2936820     82.26     86.77  --
773.13/773.57	c  N dy  3393    800724       400     34000         0     43658    238000   1121756     82.24     86.68  --
774.14/774.52	c  S st  3424    806100       400     34000         0     48974    238000   1620423     82.25   no data  --
774.23/774.67	c  S st  3424    806602       400     34000         0     49472    238000   1663808     82.25   no data  --
774.23/774.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
774.23/774.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
774.33/774.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
774.33/774.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
774.33/774.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.33/774.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
774.33/774.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
796.73/797.17	c lits-rem:      1269  cl-subs:      273  v-elim:      0  v-fix:    0  time: 22.41 s
796.73/797.18	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
796.73/797.19	c vivif2 --  cl tried    49199 cl shrink        0 lits rem          0 time: 0.02
797.14/797.55	c asymm  cl-useful: 0/3156/34000 lits-rem:0 time: 0.35
797.14/797.55	c calculated reachability. Time: 0.00
797.14/797.55	c  N dy  3424    806602       400     34000         0     49199    238000   1622373     82.25   no data  --
801.13/801.57	c  N dy  3514    826649       400     34000         0     69016    238000   3478805     82.25     87.52  --
805.23/805.66	c  N dy  3585    847639       400     34000         0     50551    238000   1701556     82.22     86.56  --
809.43/809.88	c  N dy  3677    867757       400     34000         0     70413    238000   3567839     82.23     87.60  --
813.74/814.16	c  N dy  3767    887907       400     34000         0     50153    238000   1566625     82.23     86.77  --
817.93/818.30	c  N dy  3861    907922       400     34000         0     69923    238000   3420988     82.23     87.16  --
822.33/822.72	c  N dy  3956    928151       400     34000         0     48734    238000   1353424     82.23     87.81  --
826.43/826.89	c  N dy  4048    948989       400     34000         0     69310    238000   3280150     82.23     86.74  --
831.13/831.57	c  N dy  4140    969231       400     34000         0     47152    238000   1121014     82.23     87.14  --
835.13/835.57	c  N dy  4229    989352       400     34000         0     67032    238000   2981502     82.23     86.61  --
840.14/840.57	c  N dy  4323   1009560       400     34000         0     43869    238000    730893     82.24     87.60  --
843.93/844.32	c  N dy  4395   1029757       400     34000         0     63799    238000   2609698     82.23     87.46  --
848.73/849.13	c  N dy  4479   1050155       400     34000         0     83935    238000   4509150     82.23     86.83  --
852.83/853.28	c  N dy  4565   1070207       400     34000         0     59688    238000   2133615     82.23     92.97  --
853.23/853.63	c  F st  4573   1071876       400     34000         0     61336    238000   2286371     82.22     71.77  --
857.32/857.74	c  N dy  4632   1090238       400     34000         0     79470    238000   4009273     82.22     86.60  --
861.83/862.29	c  N dy  4717   1110388       400     34000         0     54258    238000   1534010     82.22     86.69  --
866.23/866.63	c  N dy  4814   1130435       400     34000         0     74060    238000   3394691     82.23     87.13  --
871.33/871.72	c  N dy  4899   1150539       400     34000         0     47810    238000    849516     82.22     88.41  --
875.23/875.69	c  N dy  4981   1170610       400     34000         0     67630    238000   2713314     82.21     86.99  --
880.32/880.72	c  N dy  5071   1190822       400     34000         0     87577    238000   4592373     82.22     86.89  --
884.52/884.96	c  S st  5158   1209904       400     34000         0     59361    238000   1852804     82.22     82.07  --
884.72/885.14	c  S st  5158   1210407       400     34000         0     59861    238000   1897619     82.22   no data  --
884.72/885.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
884.72/885.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
884.72/885.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
884.82/885.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
884.82/885.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.82/885.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
884.82/885.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
917.73/918.10	c lits-rem:      1301  cl-subs:      336  v-elim:      0  v-fix:    0  time: 32.85 s
917.73/918.10	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
917.73/918.12	c vivif2 --  cl tried    59525 cl shrink        0 lits rem          0 time: 0.02
918.03/918.49	c asymm  cl-useful: 0/2738/34000 lits-rem:0 time: 0.37
918.03/918.49	c calculated reachability. Time: 0.00
918.03/918.49	c  N dy  5158   1210407       400     34000         0     59525    238000   1846512     82.22   no data  --
922.63/923.06	c  N dy  5248   1230638       400     34000         0     79507    238000   3727415     82.22     88.10  --
927.92/928.31	c  N dy  5330   1250737       400     34000         0     51311    238000   1011520     82.23     88.93  --
932.02/932.47	c  N dy  5421   1270833       400     34000         0     71189    238000   2888298     82.24     86.79  --
937.23/937.62	c  N dy  5502   1291233       400     34000         0     91358    238000   4774018     82.22     86.66  --
941.92/942.32	c  N dy  5595   1311446       400     34000         0     62248    238000   1958569     82.23     87.81  --
946.62/947.05	c  N dy  5693   1332036       400     34000         0     82587    238000   3867169     82.24     86.61  --
952.12/952.56	c  N dy  5793   1352091       400     34000         0     52329    238000    944939     82.25     86.68  --
956.32/956.70	c  N dy  5872   1372262       400     34000         0     72265    238000   2817262     82.25     87.19  --
961.42/961.87	c  N dy  5955   1392408       400     34000         0     92176    238000   4682930     82.25     87.69  --
966.42/966.89	c  N dy  6051   1412559       400     34000         0     60999    238000   1665630     82.25     86.66  --
971.13/971.51	c  N dy  6146   1432588       400     34000         0     80781    238000   3526135     82.25     87.03  --
976.52/976.99	c  N dy  6234   1452660       400     34000         0    100591    238000   5379560     82.25     86.84  --
981.22/981.66	c  N dy  6342   1472734       400     34000         0     68418    238000   2290092     82.27     87.21  --
986.22/986.63	c  N dy  6436   1492899       400     34000         0     88333    238000   4172638     82.28     87.21  --
992.02/992.48	c  N dy  6535   1512987       400     34000         0     55172    238000    957310     82.29     87.04  --
996.33/996.71	c  N dy  6618   1533042       400     34000         0     74979    238000   2818332     82.29     87.83  --
1001.62/1002.07	c  N dy  6707   1553410       400     34000         0     95097    238000   4717653     82.29     86.72  --
1007.12/1007.54	c  N dy  6796   1573482       400     34000         0     60948    238000   1412667     82.30     87.54  --
1011.63/1012.03	c  N dy  6885   1593620       400     34000         0     80848    238000   3288322     82.30     86.81  --
1017.02/1017.50	c  N dy  6953   1613826       400     34000         0    100806    238000   5163659     82.29     86.64  --
1022.22/1022.68	c  N dy  7045   1633892       400     34000         0     65612    238000   1769658     82.30     93.62  --
1027.03/1027.44	c  N dy  7134   1653893       400     34000         0     85397    238000   3631458     82.30     86.78  --
1033.12/1033.57	c  N dy  7229   1675519       400     34000         0    106744    238000   5638725     82.30     86.96  --
1038.13/1038.57	c  N dy  7317   1696002       400     34000         0     70990    238000   2190851     82.30     86.84  --
1041.73/1042.13	c  S st  7392   1710409       400     34000         0     85221    238000   3532167     82.30   no data  --
1041.93/1042.37	c  S st  7392   1710915       400     34000         0     85725    238000   3576306     82.30   no data  --
1041.93/1042.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1041.93/1042.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1042.03/1042.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
1042.13/1042.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1042.13/1042.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1042.13/1042.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
1042.13/1042.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 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-3175627-1301784964/watcher-3175627-1301784964 -o /tmp/evaluation-result-3175627-1301784964/solver-3175627-1301784964 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175627-1301784964.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.77 3.92 3.15 4/189 9173
/proc/meminfo: memFree=22431300/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=30108 CPUtime=0 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 870 0 0 0 0 0 0 0 22 0 1 0 290099201 30830592 809 33554432000 4194304 4650387 140737144868144 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 7527 810 328 112 0 2492 0

[startup+0.106115 s]
/proc/loadavg: 3.77 3.92 3.15 4/189 9173
/proc/meminfo: memFree=22431300/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=31264 CPUtime=0.1 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 1445 0 0 0 10 0 0 0 23 0 1 0 290099201 32014336 1384 33554432000 4194304 4650387 140737144868144 18446744073709551615 4370509 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 7816 1384 347 112 0 2781 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 31264

[startup+0.201097 s]
/proc/loadavg: 3.77 3.92 3.15 4/189 9173
/proc/meminfo: memFree=22431300/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=31396 CPUtime=0.19 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 1469 0 0 0 19 0 0 0 23 0 1 0 290099201 32149504 1408 33554432000 4194304 4650387 140737144868144 18446744073709551615 4370698 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 7849 1408 347 112 0 2814 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31396

[startup+0.301078 s]
/proc/loadavg: 3.77 3.92 3.15 4/189 9173
/proc/meminfo: memFree=22431300/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=31528 CPUtime=0.29 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 1487 0 0 0 29 0 0 0 23 0 1 0 290099201 32284672 1426 33554432000 4194304 4650387 140737144868144 18446744073709551615 4370450 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 7882 1426 347 112 0 2847 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31528

[startup+0.701008 s]
/proc/loadavg: 3.77 3.92 3.15 4/189 9173
/proc/meminfo: memFree=22431300/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=42736 CPUtime=0.69 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 4581 0 0 0 69 0 0 0 25 0 1 0 290099201 43761664 3892 33554432000 4194304 4650387 140737144868144 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 10684 3892 377 112 0 5649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42736

[startup+1.50087 s]
/proc/loadavg: 3.77 3.92 3.15 5/190 9174
/proc/meminfo: memFree=22395460/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=43496 CPUtime=1.49 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 6009 0 0 0 149 0 0 0 25 0 1 0 290099201 44539904 4449 33554432000 4194304 4650387 140737144868144 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 10874 4449 379 112 0 5839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43496

[startup+3.10059 s]
/proc/loadavg: 3.77 3.92 3.15 5/190 9174
/proc/meminfo: memFree=22387648/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=44116 CPUtime=3.09 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 9469 0 0 0 308 1 0 0 25 0 1 0 290099201 45174784 4074 33554432000 4194304 4650387 140737144868144 18446744073709551615 4366911 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 11029 4075 380 112 0 5994 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44116

[startup+6.30102 s]
/proc/loadavg: 3.79 3.92 3.16 5/190 9174
/proc/meminfo: memFree=22344176/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=57520 CPUtime=6.29 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 12820 0 0 0 627 2 0 0 25 0 1 0 290099201 58900480 7425 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 14380 7425 381 112 0 9345 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57520

[startup+12.7009 s]
/proc/loadavg: 3.80 3.92 3.16 5/190 9174
/proc/meminfo: memFree=22298364/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=71592 CPUtime=12.69 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 18284 0 0 0 1266 3 0 0 25 0 1 0 290099201 73310208 11356 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 17898 11356 381 112 0 12863 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71592

[startup+25.5006 s]
/proc/loadavg: 3.85 3.93 3.18 5/190 9175
/proc/meminfo: memFree=22243064/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=82516 CPUtime=25.47 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 24292 0 0 0 2543 4 0 0 25 0 1 0 290099201 84496384 13967 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/9173/statm: 20629 13967 381 112 0 15594 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 82516

[startup+51.101 s]
/proc/loadavg: 3.90 3.93 3.20 5/190 9175
/proc/meminfo: memFree=22200428/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=85936 CPUtime=50.92 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 38887 0 0 0 5085 7 0 0 25 0 1 0 290099201 87998464 15797 33554432000 4194304 4650387 140737144868144 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/9173/statm: 21484 15797 381 112 0 16449 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 85936

[startup+102.301 s]
/proc/loadavg: 3.95 3.94 3.24 5/190 9177
/proc/meminfo: memFree=22164120/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=90204 CPUtime=101.97 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 76657 0 0 0 10179 18 0 0 25 0 1 0 290099201 92368896 16436 33554432000 4194304 4650387 140737144868144 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 22551 16436 381 112 0 17516 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 90204

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.28 5/190 9178
/proc/meminfo: memFree=22040088/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=161.96 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97764 0 0 0 16175 21 0 0 25 0 1 0 290099201 196018176 29877 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29877 381 112 0 42821 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 191424

[startup+222.307 s]
/proc/loadavg: 3.99 3.95 3.32 5/190 9180
/proc/meminfo: memFree=22040288/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=221.95 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 22174 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 191424

[startup+282.301 s]
/proc/loadavg: 4.04 3.97 3.37 5/190 9181
/proc/meminfo: memFree=22025884/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=281.94 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 28173 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 281.94
Current children cumulated vsize (KiB) 191424

[startup+342.3 s]
/proc/loadavg: 4.09 3.99 3.41 5/190 9192
/proc/meminfo: memFree=22017020/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=341.94 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 34173 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4444111 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 341.94
Current children cumulated vsize (KiB) 191424

[startup+402.301 s]
/proc/loadavg: 4.03 3.99 3.44 5/190 9194
/proc/meminfo: memFree=21989836/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=401.94 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 40173 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 401.94
Current children cumulated vsize (KiB) 191424

[startup+462.3 s]
/proc/loadavg: 4.01 3.99 3.48 5/190 9198
/proc/meminfo: memFree=21982680/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=461.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 46172 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 461.93
Current children cumulated vsize (KiB) 191424

[startup+522.301 s]
/proc/loadavg: 4.04 4.00 3.51 5/190 9200
/proc/meminfo: memFree=21982664/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=521.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 52172 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 191424

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.54 5/190 9201
/proc/meminfo: memFree=21982508/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=581.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 58172 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 191424

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.56 5/190 9203
/proc/meminfo: memFree=21987916/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=641.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 64172 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476442 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 191424

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.59 5/190 9205
/proc/meminfo: memFree=21932200/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=191424 CPUtime=701.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 97790 0 0 0 70172 21 0 0 25 0 1 0 290099201 196018176 29903 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476299 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 47856 29903 381 112 0 42821 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 191424

[startup+762.301 s]
/proc/loadavg: 4.07 4.02 3.62 5/190 9206
/proc/meminfo: memFree=21919748/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=193924 CPUtime=761.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 123324 0 0 0 76161 32 0 0 25 0 1 0 290099201 198578176 29665 33554432000 4194304 4650387 140737144868144 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 48481 29665 381 112 0 43446 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 193924

[startup+822.3 s]
/proc/loadavg: 4.09 4.03 3.64 5/190 9208
/proc/meminfo: memFree=21925540/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=146268 CPUtime=821.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 146481 0 0 0 82150 43 0 0 25 0 1 0 290099201 149778432 28557 33554432000 4194304 4650387 140737144868144 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 36567 28557 381 112 0 31532 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 146268

[startup+882.307 s]
/proc/loadavg: 4.03 4.02 3.66 5/190 9209
/proc/meminfo: memFree=21887804/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=201276 CPUtime=881.94 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 177442 0 0 0 88134 60 0 0 25 0 1 0 290099201 206106624 32618 33554432000 4194304 4650387 140737144868144 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 50319 32618 381 112 0 45284 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 201276

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.68 5/190 9211
/proc/meminfo: memFree=21906616/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=151476 CPUtime=941.92 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 192498 0 0 0 94125 67 0 0 25 0 1 0 290099201 155111424 30221 33554432000 4194304 4650387 140737144868144 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 37869 30221 381 112 0 32834 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 151476

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.70 5/190 9213
/proc/meminfo: memFree=21883128/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=207988 CPUtime=1001.92 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 220094 0 0 0 100112 80 0 0 25 0 1 0 290099201 212979712 33110 33554432000 4194304 4650387 140737144868144 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 51997 33110 381 112 0 46962 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 207988

[startup+1062.3 s]
/proc/loadavg: 4.06 4.02 3.72 5/190 9214
/proc/meminfo: memFree=21881256/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=216656 CPUtime=1061.92 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 240671 0 0 0 106102 90 0 0 25 0 1 0 290099201 221855744 34048 33554432000 4194304 4650387 140737144868144 18446744073709551615 4439604 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 54164 34048 381 112 0 49129 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 216656

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.73 5/190 9216
/proc/meminfo: memFree=21882968/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=216824 CPUtime=1121.92 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 240752 0 0 0 112102 90 0 0 25 0 1 0 290099201 222027776 34129 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 54206 34129 381 112 0 49171 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 216824

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.75 5/190 9217
/proc/meminfo: memFree=21862108/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=216824 CPUtime=1181.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 240758 0 0 0 118103 90 0 0 25 0 1 0 290099201 222027776 34135 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 54206 34135 381 112 0 49171 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 216824

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 9219
/proc/meminfo: memFree=21859712/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=216964 CPUtime=1241.93 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 240780 0 0 0 124103 90 0 0 25 0 1 0 290099201 222171136 34157 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 54241 34157 381 112 0 49206 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 216964



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.98 3.76 3/186 9251
/proc/meminfo: memFree=22313916/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=216964 CPUtime=1299.63 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 240780 0 0 0 129873 90 0 0 25 0 1 0 290099201 222171136 34157 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 54241 34157 381 112 0 49206 0
Current children cumulated CPU time (s) 1299.63
Current children cumulated vsize (KiB) 216964

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

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

[startup+1300 s]
/proc/loadavg: 3.92 3.98 3.76 3/186 9251
/proc/meminfo: memFree=22313916/32951124 swapFree=67111528/67111528
[pid=9173] ppid=9171 vsize=216964 CPUtime=1299.63 cores=1,3
/proc/9173/stat : 9173 (strangenight1-s) R 9171 9173 8966 0 -1 4202496 240780 0 0 0 129873 90 0 0 25 0 1 0 290099201 222171136 34157 33554432000 4194304 4650387 140737144868144 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9173/statm: 54241 34157 381 112 0 49206 0
Current children cumulated CPU time (s) 1299.63
Current children cumulated vsize (KiB) 216964

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.65
CPU user time (s): 1298.74
CPU system time (s): 0.910861
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 216964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.74
system time used= 0.910861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240780
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= 9
involuntary context switches= 2724

runsolver used 2.04369 second user time and 5.06423 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-03 00:56:04
IDJOB=3175627
IDBENCH=82645
IDSOLVER=1589
FILE ID=node101/3175627-1301784964
RUNJOBID= node101-1301783657-8986
PBS_JOBID= 12841416
Free space on /tmp= 72316 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1163171897-095-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175627-1301784964/watcher-3175627-1301784964 -o /tmp/evaluation-result-3175627-1301784964/solver-3175627-1301784964 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175627-1301784964.cnf

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

MD5SUM BENCH= 9c09330ef9d704e301452237c81ff9c7
RANDOM SEED=1725889337

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.77
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.841
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.841
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.74
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.841
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.841
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.841
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:      22431580 kB
Buffers:        336008 kB
Cached:        9847356 kB
SwapCached:          0 kB
Active:        6707260 kB
Inactive:      3564824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22431580 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27628 kB
Writeback:           0 kB
AnonPages:       88428 kB
Mapped:          15616 kB
Slab:           185416 kB
PageTables:       5284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   296748 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= 72316 MiB
End job on node101 at 2011-04-03 01:17:46