Trace number 3368175

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 (fixed)? (TO) 1300.06 1300.02

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-3368175-1305388811.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.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      75 undec:       0 neg:      85
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	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.41	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.29	c  F st    12     25000       160        64       320     12282       960    318315   no data   no data
1.19/1.29	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.78	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.31	c  N st    20     37616       160        64       320     10033       960    220350   no data   no data
2.79/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
2.99/3.00	c  S st    22     46263       160        64       320      9767       960    188779   no data   no data
2.99/3.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.99/3.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.99/3.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.99/3.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
2.99/3.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.99/3.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.99/3.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2.99/3.05	c lits-rem:        42  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.01 s
2.99/3.05	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
2.99/3.05	c vivif2 --  cl tried     9731 cl shrink        0 lits rem          0 time: 0.00
2.99/3.05	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
2.99/3.05	c calculated reachability. Time: 0.00
2.99/3.05	c  N st    22     46263       160        64       320      9731       960    187915   no data   no data
4.19/4.26	c  N st    23     60661       160        64       320     14033       960    295175   no data   no data
4.99/5.02	c  N st    24     69395       160        64       320     11852       960    221882   no data   no data
4.99/5.02	c  S st    24     69395       160        64       320     11852       960    221882   no data   no data
4.99/5.08	c  S st    24     69897       160        64       320     12348       960    234176   no data   no data
4.99/5.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.99/5.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
4.99/5.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.99/5.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.99/5.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.99/5.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
4.99/5.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.99/5.09	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.14	c lits-rem:        34  cl-subs:       72  v-elim:      0  v-fix:    0  time:  0.03 s
5.09/5.14	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
5.09/5.15	c vivif2 --  cl tried    12276 cl shrink        0 lits rem          0 time: 0.00
5.09/5.15	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
5.09/5.15	c calculated reachability. Time: 0.00
5.09/5.15	c  N st    24     69897       160        64       320     12276       960    232553   no data   no data
6.69/6.74	c  F st    25     87500       160        64       320     17747       960    377852   no data   no data
6.69/6.74	c  N st    25     87500       160        64       320     17747       960    377852   no data   no data
7.29/7.36	c Decided on static restart strategy
7.70/7.75	c  N st    32     95540       160        64       320     12907       960    222850   no data   no data
8.49/8.58	c  N st    34    104846       160        64       320     22007       960    467926   no data   no data
8.49/8.58	c  S st    34    104846       160        64       320     22007       960    467926   no data   no data
8.59/8.69	c  S st    34    105351       160        64       320     22506       960    480852   no data   no data
8.59/8.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.59/8.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
8.59/8.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.59/8.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.59/8.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.59/8.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
8.59/8.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.59/8.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.70/8.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
8.89/8.93	c lits-rem:       172  cl-subs:      316  v-elim:      0  v-fix:    0  time:  0.16 s
8.89/8.93	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
8.89/8.94	c vivif2 --  cl tried    22190 cl shrink        0 lits rem          0 time: 0.00
8.89/8.94	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
8.89/8.94	c calculated reachability. Time: 0.00
8.89/8.94	c  N st    34    105351       160        64       320     22190       960    472738   no data   no data
9.99/10.00	c  N st    35    114952       160        64       320     17864       960    355505   no data   no data
11.69/11.70	c  N st    36    129350       160        64       320     17270       960    323354   no data   no data
14.39/14.43	c  N st    37    150946       160        64       320     22689       960    460126   no data   no data
15.29/15.39	c  S st    38    158027       160        64       320     29581       960    648885   no data   no data
15.49/15.53	c  S st    38    158532       160        64       320     30084       960    661363   no data   no data
15.49/15.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.49/15.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
15.49/15.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.49/15.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.49/15.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.49/15.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
15.49/15.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.49/15.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.59/15.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
15.99/16.04	c lits-rem:       442  cl-subs:      736  v-elim:      0  v-fix:    0  time:  0.41 s
15.99/16.04	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
15.99/16.05	c vivif2 --  cl tried    29348 cl shrink        0 lits rem          0 time: 0.01
15.99/16.06	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
15.99/16.06	c calculated reachability. Time: 0.00
15.99/16.06	c  N st    38    158532       160        64       320     29348       960    642944   no data   no data
22.39/22.40	c  N st    39    207121       160        64       320     24091       960    459782   no data   no data
26.79/26.87	c  N st    40    237798       160        64       320     34546       960    740745   no data   no data
26.79/26.87	c  S st    40    237798       160        64       320     34546       960    740745   no data   no data
26.99/27.03	c  S st    40    238304       160        64       320     35047       960    753267   no data   no data
26.99/27.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.99/27.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
26.99/27.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.99/27.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.99/27.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.99/27.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
26.99/27.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.99/27.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.09/27.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
27.69/27.70	c lits-rem:       559  cl-subs:      740  v-elim:      0  v-fix:    0  time:  0.56 s
27.69/27.70	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
27.69/27.71	c vivif2 --  cl tried    34307 cl shrink        0 lits rem          0 time: 0.01
27.69/27.72	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
27.69/27.72	c calculated reachability. Time: 0.00
27.69/27.72	c  N st    40    238304       160        64       320     34307       960    734442   no data   no data
38.80/38.87	c  F st    41    306252       160        64       320     36268       960    742083   no data   no data
38.80/38.87	c  N st    41    306252       160        64       320     36268       960    742083   no data   no data
40.00/40.02	c Decided on static restart strategy
44.09/44.17	c  N st    51    334553       160        64       320     40545       960    838111   no data   no data
47.99/48.03	c  N st    53    357458       160        64       320     38425       960    758270   no data   no data
47.99/48.03	c  S st    53    357458       160        64       320     38425       960    758270   no data   no data
48.09/48.19	c  S st    53    357959       160        64       320     38924       960    771122   no data   no data
48.09/48.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.19/48.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
48.19/48.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.19/48.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.19/48.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.19/48.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
48.19/48.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.19/48.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.29/48.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
48.69/48.74	c lits-rem:       170  cl-subs:      542  v-elim:      0  v-fix:    0  time:  0.41 s
48.69/48.74	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
48.69/48.75	c vivif2 --  cl tried    38382 cl shrink        0 lits rem          0 time: 0.01
48.69/48.75	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
48.69/48.76	c calculated reachability. Time: 0.00
48.69/48.76	c  N st    53    357959       160        64       320     38382       960    759190   no data   no data
54.79/54.80	c  N st    54    390352       160        64       320     44614       960    894721   no data   no data
63.49/63.51	c  N st    55    438940       160        64       320     38305       960    714890   no data   no data
78.49/78.58	c  N st    56    511823       160        64       320     51726       960   1089849   no data   no data
82.99/83.04	c  N st    57    536941       160        64       320     46045       960    912334   no data   no data
82.99/83.04	c  S st    57    536941       160        64       320     46045       960    912334   no data   no data
83.19/83.26	c  S st    57    537444       160        64       320     46541       960    924543   no data   no data
83.19/83.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.19/83.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
83.19/83.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.19/83.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.19/83.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.19/83.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
83.19/83.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.29/83.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.39/83.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
84.09/84.15	c lits-rem:       391  cl-subs:      655  v-elim:      0  v-fix:    0  time:  0.74 s
84.09/84.15	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
84.09/84.17	c vivif2 --  cl tried    45886 cl shrink        0 lits rem          0 time: 0.02
84.09/84.18	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
84.09/84.18	c calculated reachability. Time: 0.00
84.09/84.18	c  N st    57    537444       160        64       320     45886       960    908265   no data   no data
123.21/123.22	c  N st    58    701429       160        64       320     39961       960    649898   no data   no data
150.99/151.00	c  N st    59    806166       160        64       320     69198       960   1457230   no data   no data
150.99/151.00	c  S st    59    806166       160        64       320     69198       960   1457230   no data   no data
151.29/151.31	c  S st    59    806673       160        64       320     69701       960   1469919   no data   no data
151.29/151.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
151.29/151.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
151.29/151.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.29/151.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.29/151.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.29/151.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
151.29/151.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
151.29/151.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
151.50/151.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
153.80/153.89	c lits-rem:       741  cl-subs:     1166  v-elim:      0  v-fix:    0  time:  2.30 s
153.80/153.89	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
153.90/153.91	c vivif2 --  cl tried    68535 cl shrink        0 lits rem          0 time: 0.02
153.90/153.94	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
153.90/153.94	c calculated reachability. Time: 0.00
153.90/153.94	c  N st    59    806673       160        64       320     68535       960   1440854   no data   no data
231.30/231.31	c  F st    60   1071878       160        64       320     83541       960   1712578   no data   no data
231.30/231.31	c  N st    60   1071878       160        64       320     83541       960   1712578   no data   no data
233.30/233.31	c Decided on static restart strategy
239.20/239.22	c  N st    70   1100180       160        64       320     67629       960   1268487   no data   no data
250.30/250.35	c  N st    72   1136175       160        64       320     58034       960    987294   no data   no data
260.89/260.98	c  N st    73   1168568       160        64       320     89425       960   1815765   no data   no data
273.20/273.26	c  N st    74   1210010       160        64       320     83938       960   1661058   no data   no data
273.20/273.26	c  S st    74   1210010       160        64       320     83938       960   1661058   no data   no data
273.60/273.60	c  S st    74   1210512       160        64       320     84435       960   1673325   no data   no data
273.60/273.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
273.60/273.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.07
273.60/273.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
273.60/273.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
273.60/273.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
273.60/273.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
273.60/273.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
273.70/273.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
273.91/273.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
277.60/277.65	c lits-rem:       858  cl-subs:     3037  v-elim:      0  v-fix:    0  time:  3.73 s
277.60/277.65	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
277.60/277.68	c vivif2 --  cl tried    81398 cl shrink        0 lits rem          0 time: 0.02
277.70/277.70	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
277.70/277.70	c calculated reachability. Time: 0.00
277.70/277.70	c  N st    74   1210512       160        64       320     81398       960   1618491   no data   no data
298.90/298.90	c  N st    75   1283394       160        64       320     58327       960    968789   no data   no data
334.60/334.65	c  N st    76   1392717       160        64       320     66429       960   1152437   no data   no data
394.70/394.76	c  N st    77   1556701       160        64       320     71023       960   1242291   no data   no data
450.51/450.59	c  N st    78   1710513       160        64       320     57483       960    826505   no data   no data
450.51/450.59	c  S st    78   1710513       160        64       320     57483       960    826505   no data   no data
450.81/450.85	c  S st    78   1711019       160        64       320     57981       960    839157   no data   no data
450.81/450.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
450.81/450.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.04
450.81/450.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
450.81/450.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
450.81/450.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.81/450.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
450.81/450.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
450.91/450.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
450.91/450.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
451.31/451.32	c lits-rem:        76  cl-subs:      238  v-elim:      0  v-fix:    0  time:  0.34 s
451.31/451.32	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
451.31/451.33	c vivif2 --  cl tried    57743 cl shrink        0 lits rem          0 time: 0.01
451.31/451.35	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
451.31/451.35	c calculated reachability. Time: 0.00
451.31/451.35	c  N st    78   1711019       160        64       320     57743       960    835117   no data   no data
589.11/589.19	c  N st    79   2079985       160        64       320     63513       960    909673   no data   no data
640.51/640.52	c  N st    80   2211021       160        64       320     65353       960    932591   no data   no data
640.51/640.52	c  S st    80   2211021       160        64       320     65353       960    932591   no data   no data
640.81/640.82	c  S st    80   2211525       160        64       320     65856       960    945096   no data   no data
640.81/640.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
640.81/640.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.05
640.81/640.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
640.81/640.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
640.81/640.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
640.81/640.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
640.81/640.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
640.81/640.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
640.91/640.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
641.32/641.35	c lits-rem:        48  cl-subs:      285  v-elim:      0  v-fix:    0  time:  0.38 s
641.32/641.35	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
641.32/641.36	c vivif2 --  cl tried    65571 cl shrink        0 lits rem          0 time: 0.01
641.32/641.38	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
641.32/641.38	c calculated reachability. Time: 0.00
641.32/641.38	c  N st    80   2211525       160        64       320     65571       960    940275   no data   no data
847.12/847.15	c  N st    81   2711525       160        64       320     81828       960   1283430   no data   no data
847.12/847.15	c  S st    81   2711525       160        64       320     81828       960   1283430   no data   no data
847.42/847.49	c  S st    81   2712025       160        64       320     82326       960   1296122   no data   no data
847.42/847.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
847.52/847.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.07
847.52/847.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
847.52/847.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
847.52/847.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
847.52/847.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
847.52/847.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
847.52/847.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
847.72/847.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
848.72/848.76	c lits-rem:       256  cl-subs:      877  v-elim:      0  v-fix:    0  time:  1.04 s
848.72/848.76	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
848.72/848.78	c vivif2 --  cl tried    81449 cl shrink        0 lits rem          0 time: 0.02
848.82/848.81	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
848.82/848.81	c calculated reachability. Time: 0.00
848.82/848.81	c  N st    81   2712025       160        64       320     81449       960   1281194   no data   no data
1085.13/1085.15	c  N st    82   3212026       160        64       320    127221       960   2391315   no data   no data
1085.13/1085.15	c  S st    82   3212026       160        64       320    127221       960   2391315   no data   no data
1085.74/1085.77	c  S st    82   3212528       160        64       320    127719       960   2403541   no data   no data
1085.74/1085.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1085.93/1085.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.0M T:  0.14
1085.93/1085.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1085.93/1085.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1085.93/1085.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1085.93/1085.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1085.93/1085.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1085.93/1085.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1086.23/1086.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
1093.13/1093.13	c lits-rem:       611  cl-subs:     6427  v-elim:      0  v-fix:    0  time:  6.86 s
1093.13/1093.13	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
1093.13/1093.17	c vivif2 --  cl tried   121292 cl shrink        0 lits rem          0 time: 0.03
1093.23/1093.21	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.05
1093.23/1093.22	c calculated reachability. Time: 0.00
1093.23/1093.22	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: 961)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.20 2.94 3.55 5/319 16153
/proc/meminfo: memFree=15712692/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=29732 CPUtime=0.01 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 544 0 0 0 1 0 0 0 22 0 1 0 729111741 30445568 484 33554432000 4194304 4580011 140735066875856 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 7433 484 363 95 0 2415 0

[startup+0.064121 s]
/proc/loadavg: 1.20 2.94 3.55 5/319 16153
/proc/meminfo: memFree=15712692/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=29864 CPUtime=0.06 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 631 0 0 0 6 0 0 0 22 0 1 0 729111741 30580736 571 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 7466 571 364 95 0 2448 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29864

[startup+0.101117 s]
/proc/loadavg: 1.20 2.94 3.55 5/319 16153
/proc/meminfo: memFree=15712692/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=30008 CPUtime=0.09 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 687 0 0 0 9 0 0 0 22 0 1 0 729111741 30728192 627 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 7502 627 364 95 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30008

[startup+0.301085 s]
/proc/loadavg: 1.20 2.94 3.55 5/319 16153
/proc/meminfo: memFree=15712692/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=30432 CPUtime=0.29 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 971 0 0 0 29 0 0 0 23 0 1 0 729111741 31162368 759 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 7608 759 364 95 0 2590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30432

[startup+0.701011 s]
/proc/loadavg: 1.20 2.94 3.55 5/319 16153
/proc/meminfo: memFree=15712692/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=30964 CPUtime=0.69 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 1361 0 0 0 69 0 0 0 25 0 1 0 729111741 31707136 906 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 7741 906 364 95 0 2723 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30964

[startup+1.50086 s]
/proc/loadavg: 1.20 2.94 3.55 6/329 16169
/proc/meminfo: memFree=15659260/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=31828 CPUtime=1.49 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 2131 0 0 0 149 0 0 0 25 0 1 0 729111741 32591872 987 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 7957 987 365 95 0 2939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31828

[startup+3.10058 s]
/proc/loadavg: 1.20 2.94 3.55 6/329 16169
/proc/meminfo: memFree=15582876/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=38644 CPUtime=3.09 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 4670 0 0 0 309 0 0 0 18 0 1 0 729111741 39571456 2628 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 9661 2628 367 95 0 4643 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38644

[startup+6.30098 s]
/proc/loadavg: 1.42 2.96 3.56 6/329 16169
/proc/meminfo: memFree=15501716/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=40080 CPUtime=6.29 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 6659 0 0 0 628 1 0 0 25 0 1 0 729111741 41041920 2942 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 10020 2942 367 95 0 5002 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40080

[startup+12.7008 s]
/proc/loadavg: 1.63 2.98 3.56 6/329 16169
/proc/meminfo: memFree=15460336/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=47168 CPUtime=12.69 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 10719 0 0 0 1268 1 0 0 25 0 1 0 729111741 48300032 4912 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 11792 4912 367 95 0 6774 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47168

[startup+25.5004 s]
/proc/loadavg: 2.15 3.03 3.56 6/329 16169
/proc/meminfo: memFree=15407660/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=52932 CPUtime=25.49 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 16379 0 0 0 2547 2 0 0 25 0 1 0 729111741 54202368 6146 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 13233 6146 367 95 0 8215 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52932

[startup+51.1007 s]
/proc/loadavg: 2.78 3.10 3.57 6/329 16179
/proc/meminfo: memFree=15328152/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=63648 CPUtime=51.1 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 24982 0 0 0 5106 4 0 0 25 0 1 0 729111741 65175552 9199 33554432000 4194304 4580011 140735066875856 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 15912 9199 367 95 0 10894 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 63648

[startup+102.312 s]
/proc/loadavg: 3.47 3.24 3.59 6/329 16181
/proc/meminfo: memFree=15246316/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=69532 CPUtime=102.3 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 37780 0 0 0 10223 7 0 0 25 0 1 0 729111741 71200768 10804 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 17383 10804 367 95 0 12365 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69532

[startup+162.301 s]
/proc/loadavg: 3.95 3.43 3.64 6/329 16182
/proc/meminfo: memFree=15162328/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=88540 CPUtime=162.3 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 52262 0 0 0 16221 9 0 0 25 0 1 0 729111741 90664960 14980 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 22135 14980 367 95 0 17117 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 88540

[startup+222.301 s]
/proc/loadavg: 3.98 3.53 3.66 6/329 16184
/proc/meminfo: memFree=15107716/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=88868 CPUtime=222.29 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 61496 0 0 0 22218 11 0 0 25 0 1 0 729111741 91000832 14675 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 22217 14675 367 95 0 17199 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 88868

[startup+282.301 s]
/proc/loadavg: 3.99 3.61 3.67 6/329 16185
/proc/meminfo: memFree=15067100/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=99256 CPUtime=282.3 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 72007 0 0 0 28217 13 0 0 25 0 1 0 729111741 101638144 16778 33554432000 4194304 4580011 140735066875856 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 24814 16778 367 95 0 19796 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 99256

[startup+342.301 s]
/proc/loadavg: 3.99 3.68 3.69 6/329 16187
/proc/meminfo: memFree=14997232/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=99472 CPUtime=342.3 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 79941 0 0 0 34215 15 0 0 25 0 1 0 729111741 101859328 17876 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 24868 17876 367 95 0 19850 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99472

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.71 6/329 16189
/proc/meminfo: memFree=14958628/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=99684 CPUtime=402.3 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 87184 0 0 0 40213 17 0 0 25 0 1 0 729111741 102076416 17905 33554432000 4194304 4580011 140735066875856 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 24921 17905 367 95 0 19903 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 99684

[startup+462.301 s]
/proc/loadavg: 4.03 3.80 3.73 6/329 16190
/proc/meminfo: memFree=14906628/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=99912 CPUtime=462.3 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 94807 0 0 0 46212 18 0 0 25 0 1 0 729111741 102309888 17942 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 24978 17942 367 95 0 19960 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 99912

[startup+522.3 s]
/proc/loadavg: 4.01 3.83 3.74 6/329 16192
/proc/meminfo: memFree=14967720/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=100120 CPUtime=522.31 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 102330 0 0 0 52211 20 0 0 25 0 1 0 729111741 102522880 17496 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 25030 17496 367 95 0 20012 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 100120

[startup+582.301 s]
/proc/loadavg: 4.00 3.86 3.75 6/329 16193
/proc/meminfo: memFree=14916712/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=100656 CPUtime=582.31 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 109066 0 0 0 58209 22 0 0 25 0 1 0 729111741 103071744 18720 33554432000 4194304 4580011 140735066875856 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 25164 18720 367 95 0 20146 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 100656

[startup+642.301 s]
/proc/loadavg: 4.06 3.90 3.77 6/329 16195
/proc/meminfo: memFree=14863564/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=103292 CPUtime=642.32 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 116934 0 0 0 64208 24 0 0 19 0 1 0 729111741 105771008 17939 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 25823 17939 367 95 0 20805 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 103292

[startup+702.301 s]
/proc/loadavg: 4.12 3.94 3.79 6/329 16197
/proc/meminfo: memFree=14849756/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=103416 CPUtime=702.31 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 123345 0 0 0 70206 25 0 0 25 0 1 0 729111741 105897984 18372 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 25854 18372 367 95 0 20836 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 103416

[startup+762.313 s]
/proc/loadavg: 4.04 3.95 3.81 6/329 16198
/proc/meminfo: memFree=14836832/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=103552 CPUtime=762.33 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 129819 0 0 0 76206 27 0 0 25 0 1 0 729111741 106037248 18718 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 25888 18718 367 95 0 20870 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 103552

[startup+822.3 s]
/proc/loadavg: 4.01 3.95 3.82 6/329 16200
/proc/meminfo: memFree=14794360/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=104336 CPUtime=822.32 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 136389 0 0 0 82203 29 0 0 25 0 1 0 729111741 106840064 18965 33554432000 4194304 4580011 140735066875856 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 26084 18965 367 95 0 21066 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 104336

[startup+882.301 s]
/proc/loadavg: 4.00 3.96 3.82 6/329 16201
/proc/meminfo: memFree=14637340/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=109712 CPUtime=882.32 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 143175 0 0 0 88202 30 0 0 25 0 1 0 729111741 112345088 19279 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 27428 19279 367 95 0 22410 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 109712

[startup+942.301 s]
/proc/loadavg: 4.05 3.98 3.83 6/329 16203
/proc/meminfo: memFree=14588312/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=109776 CPUtime=942.32 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 148016 0 0 0 94200 32 0 0 25 0 1 0 729111741 112410624 20786 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 27444 20786 367 95 0 22426 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 109776

[startup+1002.3 s]
/proc/loadavg: 4.06 4.00 3.85 6/329 16205
/proc/meminfo: memFree=14603392/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=109916 CPUtime=1002.32 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 154349 0 0 0 100199 33 0 0 25 0 1 0 729111741 112553984 20412 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 27479 20412 367 95 0 22461 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 109916

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.85 6/329 16206
/proc/meminfo: memFree=14600992/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=109996 CPUtime=1062.33 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 158938 0 0 0 106198 35 0 0 25 0 1 0 729111741 112635904 21594 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 27499 21594 367 95 0 22481 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 109996

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.86 6/329 16208
/proc/meminfo: memFree=14567224/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=129824 CPUtime=1122.33 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 169479 0 0 0 112197 36 0 0 25 0 1 0 729111741 132939776 24998 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 32456 24998 367 95 0 27438 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 129824

[startup+1182.3 s]
/proc/loadavg: 4.15 4.03 3.87 6/329 16209
/proc/meminfo: memFree=14539788/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=129904 CPUtime=1182.33 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 174144 0 0 0 118196 37 0 0 25 0 1 0 729111741 133021696 26119 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 32476 26119 367 95 0 27458 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 129904

[startup+1242.3 s]
/proc/loadavg: 4.15 4.05 3.89 6/329 16211
/proc/meminfo: memFree=14525460/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=130044 CPUtime=1242.34 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 180337 0 0 0 124195 39 0 0 25 0 1 0 729111741 133165056 25025 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 32511 25025 367 95 0 27493 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 130044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.04 3.90 6/329 16212
/proc/meminfo: memFree=14518836/32950928 swapFree=67085488/67111528
[pid=16153] ppid=16151 vsize=130124 CPUtime=1300.04 cores=4,6
/proc/16153/stat : 16153 (strangenight2-s) R 16151 16153 16108 0 -1 4202496 184467 0 0 0 129964 40 0 0 25 0 1 0 729111741 133246976 25460 33554432000 4194304 4580011 140735066875856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 32531 25460 367 95 0 27513 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 130124

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.65
CPU system time (s): 0.410937
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 187668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.65
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 728

runsolver used 4.18136 second user time and 9.12661 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 18:00:11
IDJOB=3368175
IDBENCH=83138
IDSOLVER=1845
FILE ID=node114/3368175-1305388811
RUNJOBID= node114-1305388810-16127
PBS_JOBID= 13324419
Free space on /tmp= 72980 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3368175-1305388811/watcher-3368175-1305388811 -o /tmp/evaluation-result-3368175-1305388811/solver-3368175-1305388811 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368175-1305388811.cnf

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=1468128784

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15713016 kB
Buffers:        264280 kB
Cached:        6205704 kB
SwapCached:         96 kB
Active:       11875556 kB
Inactive:      4951540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15713016 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           12560 kB
Writeback:           0 kB
AnonPages:    10356264 kB
Mapped:          26196 kB
Slab:           306904 kB
PageTables:      37224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52447852 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= 72956 MiB
End job on node114 at 2011-05-14 18:21:53