Trace number 3273382

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-Night2-st? (TO) 1299.99 1300.01

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s40283905-sat.cnf
MD5SUM8e3c134eb643f2d9a45c884774c054a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19497
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses384
Sum of the clauses size960
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2320
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 564
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273382-1303605810.cnf'
0.00/0.00	c -- header says num vars:            160
0.00/0.00	c -- header says num clauses:         384
0.00/0.00	c -- clauses added:            0 learnts,          384 normals,            0 xors
0.00/0.00	c -- vars added        160
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       160        64       320         0       960         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:      75 undec:       0 neg:      85
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       160        64       320         0       960         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.09/0.14	c  N st     8      4914       160        64       320      4780       960    138033   no data   no data
0.39/0.42	c  N st    10     11300       160        64       320      4414       960    103195   no data   no data
0.69/0.74	c  N st    11     17043       160        64       320      9988       960    261733   no data   no data
1.19/1.30	c  F st    12     25000       160        64       320     12282       960    318315   no data   no data
1.29/1.30	c  N st    12     25000       160        64       320     12282       960    318315   no data   no data
1.59/1.63	c Decided on static restart strategy
1.59/1.63	c  N st    18     30003       160        64       320     10554       960    236400   no data   no data
1.59/1.63	c  S st    18     30003       160        64       320     10554       960    236400   no data   no data
1.59/1.68	c  S st    18     30506       160        64       320     11051       960    248249   no data   no data
1.59/1.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.59/1.68	c blocked clauses removed:        0 vars:      0 tried:         160 T: 0.00 s
1.59/1.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1.59/1.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.59/1.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.69/1.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1.69/1.79	c lits-rem:       163  cl-subs:      223  v-elim:      0  v-fix:    0  time:  0.07 s
1.69/1.79	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
1.69/1.79	c calculated reachability. Time: 0.00
1.69/1.79	c  N st    18     30506       160        64       320     10828       960    242399   no data   no data
2.29/2.30	c  N st    20     37616       160        64       320     10033       960    220350   no data   no data
2.69/2.80	c  N st    21     44017       160        64       320     16280       960    404215   no data   no data
2.89/2.95	c  S st    22     45760       160        64       320      9271       960    176599   no data   no data
3.19/3.26	c  S st    22     46263       160        64       320      9767       960    188779   no data   no data
3.19/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
3.19/3.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.19/3.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.19/3.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.19/3.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
3.19/3.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.19/3.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.19/3.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3.19/3.26	c lits-rem:        42  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.02 s
3.19/3.26	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
3.19/3.26	c vivif2 --  cl tried     9731 cl shrink        0 lits rem          0 time: 0.00
3.19/3.26	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
3.19/3.26	c calculated reachability. Time: 0.00
3.19/3.26	c  N st    22     46263       160        64       320      9731       960    187915   no data   no data
4.19/4.25	c  N st    23     60661       160        64       320     14033       960    295175   no data   no data
4.99/5.01	c  N st    24     69395       160        64       320     11852       960    221882   no data   no data
4.99/5.01	c  S st    24     69395       160        64       320     11852       960    221882   no data   no data
4.99/5.07	c  S st    24     69897       160        64       320     12348       960    234176   no data   no data
4.99/5.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.99/5.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
4.99/5.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.99/5.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.99/5.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.99/5.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
4.99/5.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.99/5.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.09/5.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
5.09/5.13	c lits-rem:        34  cl-subs:       72  v-elim:      0  v-fix:    0  time:  0.03 s
5.09/5.13	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
5.09/5.14	c vivif2 --  cl tried    12276 cl shrink        0 lits rem          0 time: 0.00
5.09/5.14	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
5.09/5.14	c calculated reachability. Time: 0.00
5.09/5.14	c  N st    24     69897       160        64       320     12276       960    232553   no data   no data
6.69/6.72	c  F st    25     87500       160        64       320     17747       960    377852   no data   no data
6.69/6.72	c  N st    25     87500       160        64       320     17747       960    377852   no data   no data
7.29/7.34	c Decided on static restart strategy
7.70/7.73	c  N st    32     95540       160        64       320     12907       960    222850   no data   no data
8.49/8.56	c  N st    34    104846       160        64       320     22007       960    467926   no data   no data
8.49/8.56	c  S st    34    104846       160        64       320     22007       960    467926   no data   no data
8.59/8.67	c  S st    34    105351       160        64       320     22506       960    480852   no data   no data
8.59/8.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.59/8.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
8.59/8.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.59/8.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.59/8.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.59/8.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
8.59/8.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.59/8.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.70/8.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
8.89/8.91	c lits-rem:       172  cl-subs:      316  v-elim:      0  v-fix:    0  time:  0.16 s
8.89/8.91	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
8.89/8.92	c vivif2 --  cl tried    22190 cl shrink        0 lits rem          0 time: 0.01
8.89/8.92	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
8.89/8.92	c calculated reachability. Time: 0.00
8.89/8.92	c  N st    34    105351       160        64       320     22190       960    472738   no data   no data
9.90/9.98	c  N st    35    114952       160        64       320     17864       960    355505   no data   no data
11.59/11.68	c  N st    36    129350       160        64       320     17270       960    323354   no data   no data
14.29/14.38	c  N st    37    150946       160        64       320     22689       960    460126   no data   no data
15.29/15.33	c  S st    38    158027       160        64       320     29581       960    648885   no data   no data
15.39/15.46	c  S st    38    158532       160        64       320     30084       960    661363   no data   no data
15.39/15.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.39/15.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
15.39/15.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.39/15.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.39/15.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.39/15.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
15.39/15.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.39/15.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.49/15.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
15.89/15.98	c lits-rem:       442  cl-subs:      736  v-elim:      0  v-fix:    0  time:  0.41 s
15.89/15.98	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
15.89/15.99	c vivif2 --  cl tried    29348 cl shrink        0 lits rem          0 time: 0.01
15.99/16.00	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
15.99/16.00	c calculated reachability. Time: 0.00
15.99/16.00	c  N st    38    158532       160        64       320     29348       960    642944   no data   no data
22.29/22.33	c  N st    39    207121       160        64       320     24091       960    459782   no data   no data
26.69/26.77	c  N st    40    237798       160        64       320     34546       960    740745   no data   no data
26.69/26.77	c  S st    40    237798       160        64       320     34546       960    740745   no data   no data
26.89/26.92	c  S st    40    238304       160        64       320     35047       960    753267   no data   no data
26.89/26.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.89/26.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
26.89/26.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.89/26.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.89/26.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.89/26.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
26.89/26.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.89/26.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.99/27.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
27.59/27.60	c lits-rem:       559  cl-subs:      740  v-elim:      0  v-fix:    0  time:  0.56 s
27.59/27.60	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
27.59/27.61	c vivif2 --  cl tried    34307 cl shrink        0 lits rem          0 time: 0.01
27.59/27.62	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
27.59/27.62	c calculated reachability. Time: 0.00
27.59/27.62	c  N st    40    238304       160        64       320     34307       960    734442   no data   no data
38.59/38.63	c  F st    41    306252       160        64       320     36268       960    742083   no data   no data
38.59/38.63	c  N st    41    306252       160        64       320     36268       960    742083   no data   no data
39.68/39.73	c Decided on static restart strategy
43.78/43.84	c  N st    51    334553       160        64       320     40545       960    838111   no data   no data
47.58/47.65	c  N st    53    357458       160        64       320     38425       960    758270   no data   no data
47.58/47.65	c  S st    53    357458       160        64       320     38425       960    758270   no data   no data
47.78/47.81	c  S st    53    357959       160        64       320     38924       960    771122   no data   no data
47.78/47.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.78/47.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.02
47.78/47.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.78/47.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.78/47.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.78/47.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
47.78/47.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.78/47.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.88/47.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
48.29/48.35	c lits-rem:       170  cl-subs:      542  v-elim:      0  v-fix:    0  time:  0.41 s
48.29/48.35	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
48.29/48.36	c vivif2 --  cl tried    38382 cl shrink        0 lits rem          0 time: 0.01
48.29/48.37	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
48.29/48.37	c calculated reachability. Time: 0.00
48.29/48.37	c  N st    53    357959       160        64       320     38382       960    759190   no data   no data
54.28/54.33	c  N st    54    390352       160        64       320     44614       960    894721   no data   no data
62.88/62.93	c  N st    55    438940       160        64       320     38305       960    714890   no data   no data
77.68/77.76	c  N st    56    511823       160        64       320     51726       960   1089849   no data   no data
82.08/82.18	c  N st    57    536941       160        64       320     46045       960    912334   no data   no data
82.08/82.18	c  S st    57    536941       160        64       320     46045       960    912334   no data   no data
82.28/82.39	c  S st    57    537444       160        64       320     46541       960    924543   no data   no data
82.28/82.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.39/82.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
82.39/82.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.39/82.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.39/82.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.39/82.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
82.39/82.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.39/82.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.49/82.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
83.19/83.27	c lits-rem:       391  cl-subs:      655  v-elim:      0  v-fix:    0  time:  0.73 s
83.19/83.27	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
83.19/83.29	c vivif2 --  cl tried    45886 cl shrink        0 lits rem          0 time: 0.01
83.29/83.30	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
83.29/83.30	c calculated reachability. Time: 0.00
83.29/83.30	c  N st    57    537444       160        64       320     45886       960    908265   no data   no data
121.68/121.72	c  N st    58    701429       160        64       320     39961       960    649898   no data   no data
149.68/149.73	c  N st    59    806166       160        64       320     69198       960   1457230   no data   no data
149.68/149.73	c  S st    59    806166       160        64       320     69198       960   1457230   no data   no data
149.98/150.03	c  S st    59    806673       160        64       320     69701       960   1469919   no data   no data
149.98/150.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
149.98/150.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.05
149.98/150.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
149.98/150.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.98/150.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.98/150.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
149.98/150.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
150.08/150.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
150.29/150.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
152.58/152.60	c lits-rem:       741  cl-subs:     1166  v-elim:      0  v-fix:    0  time:  2.29 s
152.58/152.60	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
152.58/152.62	c vivif2 --  cl tried    68535 cl shrink        0 lits rem          0 time: 0.02
152.58/152.64	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
152.58/152.64	c calculated reachability. Time: 0.00
152.58/152.64	c  N st    59    806673       160        64       320     68535       960   1440854   no data   no data
228.18/228.22	c  F st    60   1071878       160        64       320     83541       960   1712578   no data   no data
228.18/228.22	c  N st    60   1071878       160        64       320     83541       960   1712578   no data   no data
230.17/230.21	c Decided on static restart strategy
235.87/235.99	c  N st    70   1100180       160        64       320     67629       960   1268487   no data   no data
246.88/246.96	c  N st    72   1136175       160        64       320     58034       960    987294   no data   no data
257.38/257.49	c  N st    73   1168568       160        64       320     89425       960   1815765   no data   no data
270.08/270.16	c  N st    74   1210010       160        64       320     83938       960   1661058   no data   no data
270.08/270.16	c  S st    74   1210010       160        64       320     83938       960   1661058   no data   no data
270.38/270.49	c  S st    74   1210512       160        64       320     84435       960   1673325   no data   no data
270.38/270.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
270.48/270.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.07
270.48/270.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
270.48/270.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.48/270.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.48/270.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
270.48/270.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
270.48/270.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
270.77/270.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
274.47/274.58	c lits-rem:       858  cl-subs:     3037  v-elim:      0  v-fix:    0  time:  3.77 s
274.47/274.58	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
274.57/274.60	c vivif2 --  cl tried    81398 cl shrink        0 lits rem          0 time: 0.02
274.57/274.63	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
274.57/274.63	c calculated reachability. Time: 0.00
274.57/274.63	c  N st    74   1210512       160        64       320     81398       960   1618491   no data   no data
295.67/295.70	c  N st    75   1283394       160        64       320     58327       960    968789   no data   no data
330.17/330.23	c  N st    76   1392717       160        64       320     66429       960   1152437   no data   no data
389.29/389.36	c  N st    77   1556701       160        64       320     71023       960   1242291   no data   no data
444.47/444.57	c  N st    78   1710513       160        64       320     57483       960    826505   no data   no data
444.47/444.57	c  S st    78   1710513       160        64       320     57483       960    826505   no data   no data
444.77/444.83	c  S st    78   1711019       160        64       320     57981       960    839157   no data   no data
444.77/444.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
444.77/444.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.04
444.77/444.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
444.77/444.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
444.77/444.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
444.77/444.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
444.77/444.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
444.77/444.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
444.87/444.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
445.17/445.29	c lits-rem:        76  cl-subs:      238  v-elim:      0  v-fix:    0  time:  0.32 s
445.17/445.29	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
445.27/445.30	c vivif2 --  cl tried    57743 cl shrink        0 lits rem          0 time: 0.01
445.27/445.31	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
445.27/445.32	c calculated reachability. Time: 0.00
445.27/445.32	c  N st    78   1711019       160        64       320     57743       960    835117   no data   no data
581.57/581.64	c  N st    79   2079985       160        64       320     63513       960    909673   no data   no data
631.97/632.02	c  N st    80   2211021       160        64       320     65353       960    932591   no data   no data
631.97/632.02	c  S st    80   2211021       160        64       320     65353       960    932591   no data   no data
632.27/632.33	c  S st    80   2211525       160        64       320     65856       960    945096   no data   no data
632.27/632.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
632.27/632.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.05
632.27/632.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
632.27/632.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
632.27/632.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
632.27/632.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
632.27/632.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
632.27/632.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
632.38/632.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
632.77/632.86	c lits-rem:        48  cl-subs:      285  v-elim:      0  v-fix:    0  time:  0.38 s
632.77/632.86	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
632.77/632.87	c vivif2 --  cl tried    65571 cl shrink        0 lits rem          0 time: 0.01
632.77/632.89	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
632.77/632.89	c calculated reachability. Time: 0.00
632.77/632.89	c  N st    80   2211525       160        64       320     65571       960    940275   no data   no data
838.27/838.31	c  N st    81   2711525       160        64       320     81828       960   1283430   no data   no data
838.27/838.31	c  S st    81   2711525       160        64       320     81828       960   1283430   no data   no data
838.57/838.65	c  S st    81   2712025       160        64       320     82326       960   1296122   no data   no data
838.57/838.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
838.67/838.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.07
838.67/838.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
838.67/838.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
838.67/838.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
838.67/838.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
838.67/838.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
838.67/838.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
838.77/838.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
839.87/839.93	c lits-rem:       256  cl-subs:      877  v-elim:      0  v-fix:    0  time:  1.04 s
839.87/839.93	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
839.87/839.95	c vivif2 --  cl tried    81449 cl shrink        0 lits rem          0 time: 0.02
839.87/839.97	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
839.87/839.97	c calculated reachability. Time: 0.00
839.87/839.97	c  N st    81   2712025       160        64       320     81449       960   1281194   no data   no data
1071.87/1071.98	c  N st    82   3212026       160        64       320    127221       960   2391315   no data   no data
1071.87/1071.98	c  S st    82   3212026       160        64       320    127221       960   2391315   no data   no data
1072.47/1072.59	c  S st    82   3212528       160        64       320    127719       960   2403541   no data   no data
1072.57/1072.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1072.67/1072.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.0M T:  0.14
1072.67/1072.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1072.67/1072.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1072.67/1072.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1072.67/1072.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1072.67/1072.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1072.67/1072.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1073.07/1073.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.27 s
1080.08/1080.16	c lits-rem:       611  cl-subs:     6427  v-elim:      0  v-fix:    0  time:  7.05 s
1080.08/1080.16	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
1080.08/1080.19	c vivif2 --  cl tried   121292 cl shrink        0 lits rem          0 time: 0.03
1080.18/1080.24	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.04
1080.18/1080.24	c calculated reachability. Time: 0.00
1080.18/1080.24	c  N st    82   3212528       160        64       320    121292       960   2289291   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3273382-1303605810/watcher-3273382-1303605810 -o /tmp/evaluation-result-3273382-1303605810/solver-3273382-1303605810 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3273382-1303605810.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: 2.34 2.92 3.21 1/174 24185
/proc/meminfo: memFree=25119028/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=29644 CPUtime=0 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 515 0 0 0 0 0 0 0 18 0 1 0 550811490 30355456 454 33554432000 4194304 4627331 140736683270288 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 7411 454 371 106 0 2382 0

[startup+0.0903021 s]
/proc/loadavg: 2.34 2.92 3.21 1/174 24185
/proc/meminfo: memFree=25119028/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=29908 CPUtime=0.08 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 674 0 0 0 8 0 0 0 18 0 1 0 550811490 30625792 613 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 7477 613 371 106 0 2448 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29908

[startup+0.100299 s]
/proc/loadavg: 2.34 2.92 3.21 1/174 24185
/proc/meminfo: memFree=25119028/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=30052 CPUtime=0.09 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 694 0 0 0 9 0 0 0 18 0 1 0 550811490 30773248 633 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 7513 633 371 106 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30052

[startup+0.300259 s]
/proc/loadavg: 2.34 2.92 3.21 1/174 24185
/proc/meminfo: memFree=25119028/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=30476 CPUtime=0.29 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 980 0 0 0 29 0 0 0 18 0 1 0 550811490 31207424 767 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309210 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 7619 767 372 106 0 2590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30476

[startup+0.700196 s]
/proc/loadavg: 2.34 2.92 3.21 1/174 24185
/proc/meminfo: memFree=25119028/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=31008 CPUtime=0.69 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 1368 0 0 0 69 0 0 0 18 0 1 0 550811490 31752192 912 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 7752 912 372 106 0 2723 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31008

[startup+1.50104 s]
/proc/loadavg: 2.34 2.92 3.21 3/180 24197
/proc/meminfo: memFree=25107440/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=31872 CPUtime=1.49 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 2139 0 0 0 149 0 0 0 20 0 1 0 550811490 32636928 994 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 7968 994 373 106 0 2939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31872

[startup+3.10074 s]
/proc/loadavg: 2.34 2.92 3.21 5/190 24217
/proc/meminfo: memFree=25074608/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=38688 CPUtime=3.09 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 4684 0 0 0 309 0 0 0 25 0 1 0 550811490 39616512 2641 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 9672 2641 377 106 0 4643 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38688

[startup+6.30014 s]
/proc/loadavg: 2.47 2.94 3.21 5/190 24217
/proc/meminfo: memFree=25046584/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=40124 CPUtime=6.29 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 6677 0 0 0 628 1 0 0 25 0 1 0 550811490 41086976 2959 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 10031 2959 377 106 0 5002 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40124

[startup+12.7009 s]
/proc/loadavg: 2.59 2.96 3.22 5/190 24217
/proc/meminfo: memFree=25010644/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=47212 CPUtime=12.69 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 10736 0 0 0 1268 1 0 0 25 0 1 0 550811490 48345088 4928 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 11803 4928 377 106 0 6774 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47212

[startup+25.5006 s]
/proc/loadavg: 2.90 3.01 3.23 5/190 24217
/proc/meminfo: memFree=24973940/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=52976 CPUtime=25.49 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 16410 0 0 0 2547 2 0 0 25 0 1 0 550811490 54247424 6176 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309071 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 13244 6176 377 106 0 8215 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52976

[startup+51.1008 s]
/proc/loadavg: 3.28 3.09 3.25 5/190 24218
/proc/meminfo: memFree=24932052/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=63744 CPUtime=51.09 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 25508 0 0 0 5105 4 0 0 25 0 1 0 550811490 65273856 8494 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309280 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 15936 8494 377 106 0 10907 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63744

[startup+102.306 s]
/proc/loadavg: 3.68 3.23 3.28 5/190 24219
/proc/meminfo: memFree=24885236/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=69576 CPUtime=102.29 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 37898 0 0 0 10223 6 0 0 25 0 1 0 550811490 71245824 10921 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 17394 10921 377 106 0 12365 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 69576

[startup+162.301 s]
/proc/loadavg: 3.94 3.38 3.33 5/190 24221
/proc/meminfo: memFree=24809448/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=88584 CPUtime=162.28 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 52404 0 0 0 16218 10 0 0 25 0 1 0 550811490 90710016 15121 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 22146 15121 377 106 0 17117 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 88584

[startup+222.301 s]
/proc/loadavg: 3.98 3.49 3.37 5/190 24222
/proc/meminfo: memFree=24774308/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=88912 CPUtime=222.28 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 61809 0 0 0 22215 13 0 0 25 0 1 0 550811490 91045888 14987 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 22228 14987 377 106 0 17199 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 88912

[startup+282.301 s]
/proc/loadavg: 3.99 3.58 3.41 5/190 24224
/proc/meminfo: memFree=24726648/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=99300 CPUtime=282.28 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 72411 0 0 0 28212 16 0 0 25 0 1 0 550811490 101683200 17181 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309024 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 24825 17181 377 106 0 19796 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 99300

[startup+342.301 s]
/proc/loadavg: 3.99 3.65 3.44 5/190 24226
/proc/meminfo: memFree=24683840/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=99516 CPUtime=342.28 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 80280 0 0 0 34209 19 0 0 25 0 1 0 550811490 101904384 18214 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 24879 18214 377 106 0 19850 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 99516

[startup+402.3 s]
/proc/loadavg: 4.04 3.73 3.48 5/190 24227
/proc/meminfo: memFree=24687916/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=99728 CPUtime=402.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 87528 0 0 0 40205 22 0 0 25 0 1 0 550811490 102121472 18248 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 24932 18248 377 106 0 19903 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 99728

[startup+462.3 s]
/proc/loadavg: 4.01 3.78 3.51 5/190 24229
/proc/meminfo: memFree=24661456/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=99956 CPUtime=462.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 95211 0 0 0 46202 25 0 0 25 0 1 0 550811490 102354944 18345 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 24989 18345 377 106 0 19960 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 99956

[startup+522.301 s]
/proc/loadavg: 4.00 3.81 3.54 5/190 24230
/proc/meminfo: memFree=24688448/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=100164 CPUtime=522.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 102920 0 0 0 52199 28 0 0 25 0 1 0 550811490 102567936 18085 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 25041 18085 377 106 0 20012 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 100164

[startup+582.301 s]
/proc/loadavg: 4.00 3.85 3.56 5/190 24232
/proc/meminfo: memFree=24671408/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=100780 CPUtime=582.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 110589 0 0 0 58197 30 0 0 25 0 1 0 550811490 103198720 17368 33554432000 4194304 4627331 140736683270288 18446744073709551615 4321456 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 25195 17368 377 106 0 20166 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 100780

[startup+642.301 s]
/proc/loadavg: 4.00 3.87 3.59 5/190 24234
/proc/meminfo: memFree=24645592/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=103336 CPUtime=642.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 117643 0 0 0 64194 33 0 0 25 0 1 0 550811490 105816064 18647 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 25834 18647 377 106 0 20805 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 103336

[startup+702.301 s]
/proc/loadavg: 4.08 3.91 3.61 5/190 24235
/proc/meminfo: memFree=24623972/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=103460 CPUtime=702.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 123981 0 0 0 70191 36 0 0 25 0 1 0 550811490 105943040 19007 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309218 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 25865 19007 377 106 0 20836 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 103460

[startup+762.306 s]
/proc/loadavg: 4.03 3.92 3.64 5/190 24237
/proc/meminfo: memFree=24623064/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=103596 CPUtime=762.28 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 130393 0 0 0 76189 39 0 0 25 0 1 0 550811490 106082304 19291 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309328 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 25899 19291 377 106 0 20870 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 103596

[startup+822.3 s]
/proc/loadavg: 4.01 3.93 3.66 5/190 24238
/proc/meminfo: memFree=24594988/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=104380 CPUtime=822.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 136953 0 0 0 82186 41 0 0 25 0 1 0 550811490 106885120 19528 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309280 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 26095 19528 377 106 0 21066 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 104380

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.67 5/190 24240
/proc/meminfo: memFree=24590192/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=109756 CPUtime=882.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 144055 0 0 0 88182 45 0 0 25 0 1 0 550811490 112390144 20158 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309202 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 27439 20158 377 106 0 22410 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 109756

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.69 5/190 24242
/proc/meminfo: memFree=24583456/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=109880 CPUtime=942.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 149870 0 0 0 94180 47 0 0 25 0 1 0 550811490 112517120 19327 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 27470 19327 377 106 0 22441 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 109880

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.71 5/190 24243
/proc/meminfo: memFree=24572636/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=109960 CPUtime=1002.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 155132 0 0 0 100177 50 0 0 25 0 1 0 550811490 112599040 21194 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 27490 21194 377 106 0 22461 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 109960

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.73 5/191 24246
/proc/meminfo: memFree=24591316/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=110108 CPUtime=1062.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 161174 0 0 0 106175 52 0 0 25 0 1 0 550811490 112750592 20346 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 27527 20346 377 106 0 22498 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 110108

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 24255
/proc/meminfo: memFree=24483608/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=129868 CPUtime=1122.26 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 170267 0 0 0 112172 54 0 0 25 0 1 0 550811490 132984832 25785 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 32467 25785 377 106 0 27438 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 129868

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 24257
/proc/meminfo: memFree=24474152/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=130028 CPUtime=1182.26 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 176182 0 0 0 118169 57 0 0 25 0 1 0 550811490 133148672 24481 33554432000 4194304 4627331 140736683270288 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 32507 24481 377 106 0 27478 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 130028

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.77 5/190 24259
/proc/meminfo: memFree=24480688/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=130088 CPUtime=1242.27 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 181111 0 0 0 124168 59 0 0 25 0 1 0 550811490 133210112 25798 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 32522 25798 377 106 0 27493 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 130088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.78 5/190 24260
/proc/meminfo: memFree=24489596/32951124 swapFree=67111348/67111528
[pid=24185] ppid=24183 vsize=130168 CPUtime=1299.97 cores=1,3
/proc/24185/stat : 24185 (strangenight2-s) R 24183 24185 23589 0 -1 4202496 185404 0 0 0 129936 61 0 0 25 0 1 0 550811490 133292032 26396 33554432000 4194304 4627331 140736683270288 18446744073709551615 4309292 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24185/statm: 32542 26396 377 106 0 27513 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 130168

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.99
CPU user time (s): 1299.37
CPU system time (s): 0.621905
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 187712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.37
system time used= 0.621905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 4137

runsolver used 2.10268 second user time and 4.98124 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-24 02:43:30
IDJOB=3273382
IDBENCH=83138
IDSOLVER=1587
FILE ID=node111/3273382-1303605810
RUNJOBID= node111-1303605809-24175
PBS_JOBID= 13150581
Free space on /tmp= 70736 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s40283905-sat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273382-1303605810/watcher-3273382-1303605810 -o /tmp/evaluation-result-3273382-1303605810/solver-3273382-1303605810 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3273382-1303605810.cnf

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=1417879524

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      25119184 kB
Buffers:       1171660 kB
Cached:        6128732 kB
SwapCached:        132 kB
Active:        1978496 kB
Inactive:      5385472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25119184 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5584 kB
Writeback:           0 kB
AnonPages:       63624 kB
Mapped:          14424 kB
Slab:           403300 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191684 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= 70712 MiB
End job on node111 at 2011-04-24 03:05:12