Trace number 3370576

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n300-s12830984-sat.cnf
MD5SUM8561dcfb17af254a7261755a5f31a440
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark289.739
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses720
Sum of the clauses size1800
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2600
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5120
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370576-1305389935.cnf'
0.00/0.01	c -- header says num vars:            300
0.00/0.01	c -- header says num clauses:         720
0.00/0.01	c -- clauses added:            0 learnts,          720 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       300       120       600         0      1800         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     159 undec:       0 neg:     141
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       300       120       600         0      1800         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.09/0.17	c  N st     8      4921       300       120       600      4849      1800    213962   no data   no data  --
0.49/0.52	c  N st    10     11305       300       120       600      4482      1800    155761   no data   no data  --
0.89/0.91	c  N st    11     17048       300       120       600     10042      1800    439779   no data   no data  --
1.49/1.50	c  F st    12     25002       300       120       600     12410      1800    495783   no data   no data  --
1.49/1.50	c  N st    12     25002       300       120       600     12410      1800    495783   no data   no data  --
1.79/1.85	c Decided on static restart strategy
1.79/1.85	c  N st    18     30000       300       120       600     10631      1800    364784   no data   no data  --
1.79/1.85	c  S st    18     30000       300       120       600     10631      1800    364784   no data   no data  --
1.89/1.91	c  S st    18     30502       300       120       600     11132      1800    383352   no data   no data  --
1.89/1.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.89/1.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.89/1.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.89/1.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.99/2.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
1.99/2.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
1.99/2.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.19/3.21	c lits-rem:       236  cl-subs:      101  v-elim:      0  v-fix:    0  time:  1.19 s
3.19/3.21	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.00
3.19/3.21	c calculated reachability. Time: 0.00
3.19/3.21	c  N st    18     30502       300       120       600     11031      1800    378476   no data   no data  --
3.69/3.70	c  N st    20     37616       300       120       600     10219      1800    338830   no data   no data  --
4.19/4.26	c  N st    21     44015       300       120       600     16496      1800    632253   no data   no data  --
4.39/4.42	c  S st    22     45756       300       120       600      9430      1800    259574   no data   no data  --
4.39/4.47	c  S st    22     46261       300       120       600      9932      1800    277052   no data   no data  --
4.39/4.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/4.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/4.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
4.39/4.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.49/4.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
4.49/4.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
4.49/4.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.68/4.76	c lits-rem:        41  cl-subs:       31  v-elim:      0  v-fix:    0  time:  0.22 s
4.68/4.76	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
4.68/4.76	c vivif2 --  cl tried     9901 cl shrink        0 lits rem          0 time: 0.00
4.68/4.76	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.00
4.68/4.76	c calculated reachability. Time: 0.00
4.68/4.76	c  N st    22     46261       300       120       600      9901      1800    275804   no data   no data  --
6.08/6.17	c  N st    23     60658       300       120       600     14245      1800    488783   no data   no data  --
6.98/7.01	c  N st    24     69391       300       120       600     12041      1800    338622   no data   no data  --
6.98/7.01	c  S st    24     69391       300       120       600     12041      1800    338622   no data   no data  --
6.98/7.07	c  S st    24     69893       300       120       600     12541      1800    356493   no data   no data  --
6.98/7.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.98/7.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.98/7.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
6.98/7.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.08/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
7.08/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
7.08/7.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.18/8.21	c lits-rem:       143  cl-subs:       59  v-elim:      0  v-fix:    0  time:  1.05 s
8.18/8.21	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
8.18/8.21	c vivif2 --  cl tried    12482 cl shrink        0 lits rem          0 time: 0.00
8.18/8.22	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.00
8.18/8.22	c calculated reachability. Time: 0.00
8.18/8.22	c  N st    24     69893       300       120       600     12482      1800    353846   no data   no data  --
9.89/9.95	c  F st    25     87500       300       120       600     18000      1800    586641   no data   no data  --
9.89/9.95	c  N st    25     87500       300       120       600     18000      1800    586641   no data   no data  --
10.49/10.51	c Decided on static restart strategy
10.79/10.88	c  N st    32     95537       300       120       600     13136      1800    328496   no data   no data  --
11.69/11.79	c  N st    34    104839       300       120       600     22239      1800    735832   no data   no data  --
11.69/11.79	c  S st    34    104839       300       120       600     22239      1800    735832   no data   no data  --
11.79/11.89	c  S st    34    105343       300       120       600     22741      1800    754452   no data   no data  --
11.89/11.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.89/11.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.89/11.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
11.89/11.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.09/12.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.21 s
12.09/12.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
12.09/12.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.39/14.42	c lits-rem:       566  cl-subs:      294  v-elim:      0  v-fix:    0  time:  2.27 s
14.39/14.42	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
14.39/14.43	c vivif2 --  cl tried    22447 cl shrink        0 lits rem          0 time: 0.01
14.39/14.44	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.01
14.39/14.44	c calculated reachability. Time: 0.00
14.39/14.44	c  N st    34    105343       300       120       600     22447      1800    739669   no data   no data  --
15.28/15.38	c  N st    35    114942       300       120       600     18153      1800    523806   no data   no data  --
17.29/17.39	c  N st    36    129340       300       120       600     17542      1800    483880   no data   no data  --
19.98/20.03	c  N st    37    150935       300       120       600     23048      1800    732384   no data   no data  --
20.78/20.82	c  S st    38    158014       300       120       600     30014      1800   1035365   no data   no data  --
20.88/20.95	c  S st    38    158518       300       120       600     30517      1800   1053373   no data   no data  --
20.88/20.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.88/20.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.88/20.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
20.99/21.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.18/21.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
21.18/21.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
21.18/21.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.29/22.30	c lits-rem:       143  cl-subs:      269  v-elim:      0  v-fix:    0  time:  1.05 s
22.29/22.30	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
22.29/22.32	c vivif2 --  cl tried    30248 cl shrink        0 lits rem          0 time: 0.01
22.29/22.33	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.01
22.29/22.33	c calculated reachability. Time: 0.00
22.29/22.33	c  N st    38    158518       300       120       600     30248      1800   1038985   no data   no data  --
29.38/29.49	c  N st    39    207106       300       120       600     24902      1800    721034   no data   no data  --
34.19/34.24	c  N st    40    237778       300       120       600     35482      1800   1207807   no data   no data  --
34.19/34.24	c  S st    40    237778       300       120       600     35482      1800   1207807   no data   no data  --
34.38/34.41	c  S st    40    238282       300       120       600     35978      1800   1226176   no data   no data  --
34.38/34.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.38/34.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.38/34.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
34.38/34.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.69/34.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
34.69/34.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
34.69/34.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.19/36.24	c lits-rem:       538  cl-subs:      415  v-elim:      0  v-fix:    0  time:  1.46 s
36.19/36.24	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
36.19/36.26	c vivif2 --  cl tried    35563 cl shrink        0 lits rem          0 time: 0.01
36.19/36.27	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.01
36.19/36.27	c calculated reachability. Time: 0.00
36.19/36.27	c  N st    40    238282       300       120       600     35563      1800   1204756   no data   no data  --
47.59/47.61	c  F st    41    306251       300       120       600     37441      1800   1242516   no data   no data  --
47.59/47.61	c  N st    41    306251       300       120       600     37441      1800   1242516   no data   no data  --
48.58/48.61	c Decided on static restart strategy
52.89/52.93	c  N st    51    334553       300       120       600     41670      1800   1406808   no data   no data  --
57.09/57.17	c  N st    53    357426       300       120       600     39550      1800   1248326   no data   no data  --
57.09/57.17	c  S st    53    357426       300       120       600     39550      1800   1248326   no data   no data  --
57.30/57.37	c  S st    53    357929       300       120       600     40052      1800   1266489   no data   no data  --
57.30/57.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.30/57.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.39/57.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
57.39/57.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.69/57.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.33 s
57.69/57.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
57.69/57.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.18/59.23	c lits-rem:       507  cl-subs:      382  v-elim:      0  v-fix:    0  time:  1.46 s
59.18/59.23	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
59.18/59.25	c vivif2 --  cl tried    39670 cl shrink        0 lits rem          0 time: 0.02
59.18/59.26	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.01
59.18/59.26	c calculated reachability. Time: 0.00
59.18/59.26	c  N st    53    357929       300       120       600     39670      1800   1247303   no data   no data  --
65.78/65.80	c  N st    54    390322       300       120       600     45957      1800   1569210   no data   no data  --
74.29/74.33	c  N st    55    438910       300       120       600     39635      1800   1134531   no data   no data  --
88.69/88.76	c  N st    56    511792       300       120       600     53500      1800   1705367   no data   no data  --
93.69/93.79	c  N st    57    536894       300       120       600     47644      1800   1483476   no data   no data  --
93.69/93.79	c  S st    57    536894       300       120       600     47644      1800   1483476   no data   no data  --
93.99/94.01	c  S st    57    537394       300       120       600     48144      1800   1502494   no data   no data  --
93.99/94.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
93.99/94.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.99/94.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
94.09/94.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.39/94.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.32 s
94.39/94.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
94.39/94.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.69/96.72	c lits-rem:       264  cl-subs:      476  v-elim:      0  v-fix:    0  time:  2.29 s
96.69/96.72	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
96.69/96.74	c vivif2 --  cl tried    47668 cl shrink        0 lits rem          0 time: 0.02
96.69/96.76	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.02
96.69/96.76	c calculated reachability. Time: 0.00
96.69/96.76	c  N st    57    537394       300       120       600     47668      1800   1479069   no data   no data  --
132.59/132.61	c  N st    58    701378       300       120       600     41554      1800   1044429   no data   no data  --
157.09/157.11	c  N st    59    806093       300       120       600     70688      1800   2499196   no data   no data  --
157.09/157.11	c  S st    59    806093       300       120       600     70688      1800   2499196   no data   no data  --
157.40/157.43	c  S st    59    806594       300       120       600     71188      1800   2517880   no data   no data  --
157.40/157.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.40/157.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.49/157.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.07
157.49/157.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.19/158.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.64 s
158.19/158.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
158.19/158.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
166.69/166.73	c lits-rem:       315  cl-subs:     1033  v-elim:      0  v-fix:    0  time:  8.51 s
166.69/166.73	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
166.69/166.76	c vivif2 --  cl tried    70155 cl shrink        0 lits rem          0 time: 0.03
166.69/166.79	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.03
166.69/166.79	c calculated reachability. Time: 0.00
166.69/166.79	c  N st    59    806594       300       120       600     70155      1800   2466003   no data   no data  --
238.19/238.25	c  F st    60   1071875       300       120       600     86464      1800   3006686   no data   no data  --
238.19/238.25	c  N st    60   1071875       300       120       600     86464      1800   3006686   no data   no data  --
239.90/239.92	c Decided on static restart strategy
245.69/245.75	c  N st    70   1100177       300       120       600     69962      1800   2064631   no data   no data  --
259.79/259.88	c  N st    72   1136169       300       120       600     59979      1800   1607138   no data   no data  --
270.09/270.15	c  N st    73   1168561       300       120       600     91862      1800   3119080   no data   no data  --
283.09/283.14	c  N st    74   1209892       300       120       600     86448      1800   2799787   no data   no data  --
283.09/283.14	c  S st    74   1209892       300       120       600     86448      1800   2799787   no data   no data  --
283.49/283.59	c  S st    74   1210397       300       120       600     86951      1800   2818460   no data   no data  --
283.59/283.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
283.59/283.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
283.69/283.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.10
283.69/283.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.49/284.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.72 s
284.49/284.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
284.49/284.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
292.99/293.02	c lits-rem:      5041  cl-subs:      936  v-elim:      0  v-fix:    0  time:  8.52 s
292.99/293.02	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
292.99/293.06	c vivif2 --  cl tried    86015 cl shrink        0 lits rem          0 time: 0.04
293.09/293.10	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.04
293.09/293.10	c calculated reachability. Time: 0.00
293.09/293.10	c  N st    74   1210397       300       120       600     86015      1800   2771679   no data   no data  --
314.49/314.56	c  N st    75   1283279       300       120       600     62307      1800   1727082   no data   no data  --
352.19/352.24	c  N st    76   1392604       300       120       600     70081      1800   1969257   no data   no data  --
407.60/407.63	c  N st    77   1556590       300       120       600     74871      1800   2142191   no data   no data  --
454.69/454.75	c  N st    78   1710397       300       120       600     61364      1800   1358981   no data   no data  --
454.69/454.75	c  S st    78   1710397       300       120       600     61364      1800   1358981   no data   no data  --
454.99/455.01	c  S st    78   1710898       300       120       600     61864      1800   1377567   no data   no data  --
454.99/455.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
454.99/455.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
454.99/455.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
455.09/455.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.29/455.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
455.29/455.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
455.29/455.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
456.69/456.79	c lits-rem:        48  cl-subs:      244  v-elim:      0  v-fix:    0  time:  1.44 s
456.69/456.79	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
456.79/456.80	c vivif2 --  cl tried    61620 cl shrink        0 lits rem          0 time: 0.02
456.79/456.82	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.02
456.79/456.83	c calculated reachability. Time: 0.00
456.79/456.83	c  N st    78   1710898       300       120       600     61620      1800   1369039   no data   no data  --
586.10/586.17	c  N st    79   2079864       300       120       600     67243      1800   1497857   no data   no data  --
641.20/641.29	c  N st    80   2210899       300       120       600     69450      1800   1505344   no data   no data  --
641.20/641.29	c  S st    80   2210899       300       120       600     69450      1800   1505344   no data   no data  --
641.60/641.61	c  S st    80   2211401       300       120       600     69949      1800   1524016   no data   no data  --
641.60/641.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
641.60/641.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
641.60/641.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
641.70/641.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
641.90/641.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
641.90/641.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
641.90/641.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
644.10/644.13	c lits-rem:       157  cl-subs:      243  v-elim:      0  v-fix:    0  time:  2.15 s
644.10/644.13	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
644.10/644.15	c vivif2 --  cl tried    69706 cl shrink        0 lits rem          0 time: 0.02
644.10/644.18	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.03
644.10/644.18	c calculated reachability. Time: 0.00
644.10/644.18	c  N st    80   2211401       300       120       600     69706      1800   1516097   no data   no data  --
852.50/852.57	c  N st    81   2711404       300       120       600     86575      1800   2091934   no data   no data  --
852.50/852.57	c  S st    81   2711404       300       120       600     86575      1800   2091934   no data   no data  --
852.90/852.96	c  S st    81   2711908       300       120       600     87079      1800   2110901   no data   no data  --
852.90/852.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
852.90/852.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
853.00/853.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.09
853.10/853.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
853.50/853.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.38 s
853.50/853.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
853.50/853.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
857.01/857.03	c lits-rem:        76  cl-subs:      397  v-elim:      0  v-fix:    0  time:  3.52 s
857.01/857.03	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
857.01/857.06	c vivif2 --  cl tried    86682 cl shrink        0 lits rem          0 time: 0.03
857.10/857.10	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.04
857.10/857.10	c calculated reachability. Time: 0.00
857.10/857.10	c  N st    81   2711908       300       120       600     86682      1800   2092900   no data   no data  --
1072.70/1072.76	c  N st    82   3211909       300       120       600    132397      1800   4326105   no data   no data  --
1072.70/1072.76	c  S st    82   3211909       300       120       600    132397      1800   4326105   no data   no data  --
1073.50/1073.56	c  S st    82   3212412       300       120       600    132899      1800   4344208   no data   no data  --
1073.50/1073.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1073.50/1073.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1073.71/1073.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.21
1073.91/1073.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1075.30/1075.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
1075.30/1075.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
1075.30/1075.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1167.70/1167.77	c lits-rem:       573  cl-subs:     1685  v-elim:      0  v-fix:    0  time: 92.39 s
1167.70/1167.77	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
1167.80/1167.83	c vivif2 --  cl tried   131214 cl shrink        0 lits rem          0 time: 0.06
1167.90/1167.91	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.07
1167.90/1167.91	c calculated reachability. Time: 0.00
1167.90/1167.91	c  N st    82   3212412       300       120       600    131214      1800   4271226   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-3370576-1305389935/watcher-3370576-1305389935 -o /tmp/evaluation-result-3370576-1305389935/solver-3370576-1305389935 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370576-1305389935.cnf 

running on 2 cores: 0,2

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: 4.04 4.03 3.93 4/305 1698
/proc/meminfo: memFree=15117524/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=11796 CPUtime=0 cores=0,2
/proc/1698/stat : 1698 (runsolver) R 1696 1698 1509 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 106602916 12079104 50 33554432000 4194304 5432360 140736928392096 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/1698/statm: 2949 50 30 303 0 2643 0

[startup+0.102193 s]
/proc/loadavg: 4.04 4.03 3.93 4/305 1698
/proc/meminfo: memFree=15117524/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=29956 CPUtime=0.09 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 733 0 0 0 9 0 0 0 25 0 1 0 106602916 30674944 672 33554432000 4194304 4650387 140734320028048 18446744073709551615 4315708 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 7489 672 378 112 0 2454 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29956

[startup+0.201168 s]
/proc/loadavg: 4.04 4.03 3.93 4/305 1698
/proc/meminfo: memFree=15117524/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=30624 CPUtime=0.19 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 973 0 0 0 19 0 0 0 25 0 1 0 106602916 31358976 684 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 7656 684 380 112 0 2621 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30624

[startup+0.301141 s]
/proc/loadavg: 4.04 4.03 3.93 4/305 1698
/proc/meminfo: memFree=15117524/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=30624 CPUtime=0.29 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 1086 0 0 0 29 0 0 0 25 0 1 0 106602916 31358976 797 33554432000 4194304 4650387 140734320028048 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 7656 797 380 112 0 2621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30624

[startup+0.701079 s]
/proc/loadavg: 4.04 4.03 3.93 4/305 1698
/proc/meminfo: memFree=15117524/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=31432 CPUtime=0.69 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 1666 0 0 0 69 0 0 0 25 0 1 0 106602916 32186368 1000 33554432000 4194304 4650387 140734320028048 18446744073709551615 4520077 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 7858 1000 380 112 0 2823 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31432

[startup+1.50094 s]
/proc/loadavg: 4.04 4.03 3.93 5/308 1726
/proc/meminfo: memFree=15112028/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=32200 CPUtime=1.49 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 2519 0 0 0 149 0 0 0 25 0 1 0 106602916 32972800 1348 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 8050 1348 380 112 0 3015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32200

[startup+3.10066 s]
/proc/loadavg: 4.04 4.03 3.93 5/308 1726
/proc/meminfo: memFree=15094104/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=41556 CPUtime=3.09 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 5202 0 0 0 309 0 0 0 25 0 1 0 106602916 42553344 3465 33554432000 4194304 4650387 140734320028048 18446744073709551615 4440756 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 10389 3465 382 112 0 5354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41556

[startup+6.30111 s]
/proc/loadavg: 4.04 4.03 3.93 5/308 1726
/proc/meminfo: memFree=15079972/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=42924 CPUtime=6.28 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 7775 0 0 0 628 0 0 0 25 0 1 0 106602916 43954176 3891 33554432000 4194304 4650387 140734320028048 18446744073709551615 4367204 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 10731 3891 382 112 0 5696 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42924

[startup+12.701 s]
/proc/loadavg: 4.03 4.03 3.93 5/308 1726
/proc/meminfo: memFree=15071668/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=54416 CPUtime=12.68 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 13379 0 0 0 1267 1 0 0 25 0 1 0 106602916 55721984 6726 33554432000 4194304 4650387 140734320028048 18446744073709551615 4439152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 13604 6726 382 112 0 8569 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54416

[startup+25.5008 s]
/proc/loadavg: 4.02 4.02 3.93 5/308 1727
/proc/meminfo: memFree=15044144/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=67116 CPUtime=25.49 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 21336 0 0 0 2546 3 0 0 25 0 1 0 106602916 68726784 10009 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 16779 10009 382 112 0 11744 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67116

[startup+51.1003 s]
/proc/loadavg: 4.02 4.02 3.93 5/308 1728
/proc/meminfo: memFree=15023208/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=78600 CPUtime=51.08 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 34667 0 0 0 5103 5 0 0 25 0 1 0 106602916 80486400 12323 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 19650 12323 382 112 0 14615 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 78600

[startup+102.3 s]
/proc/loadavg: 4.17 4.06 3.94 5/308 1729
/proc/meminfo: memFree=14974064/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=100504 CPUtime=102.29 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 56466 0 0 0 10218 11 0 0 25 0 1 0 106602916 102916096 17567 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 25126 17567 382 112 0 20091 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 100504

[startup+162.301 s]
/proc/loadavg: 4.06 4.05 3.94 5/308 1758
/proc/meminfo: memFree=15515524/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=131800 CPUtime=162.29 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 81137 0 0 0 16214 15 0 0 25 0 1 0 106602916 134963200 26162 33554432000 4194304 4650387 140734320028048 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 32950 26162 382 112 0 27915 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131800

[startup+222.312 s]
/proc/loadavg: 4.09 4.05 3.95 5/308 1760
/proc/meminfo: memFree=15426736/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=136036 CPUtime=222.3 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 97161 0 0 0 22210 20 0 0 25 0 1 0 106602916 139300864 26936 33554432000 4194304 4650387 140734320028048 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 34009 26936 382 112 0 28974 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 136036

[startup+282.301 s]
/proc/loadavg: 4.03 4.04 3.95 5/308 1762
/proc/meminfo: memFree=15403772/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=136380 CPUtime=282.29 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 110624 0 0 0 28206 23 0 0 25 0 1 0 106602916 139653120 27243 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 34095 27243 382 112 0 29060 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 136380

[startup+342.301 s]
/proc/loadavg: 4.01 4.03 3.95 5/308 1764
/proc/meminfo: memFree=15332556/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=162904 CPUtime=342.3 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 127689 0 0 0 34203 27 0 0 25 0 1 0 106602916 166813696 33617 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 40726 33617 382 112 0 35691 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 162904

[startup+402.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/308 1765
/proc/meminfo: memFree=15327332/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=163292 CPUtime=402.3 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 140987 0 0 0 40200 30 0 0 25 0 1 0 106602916 167211008 31763 33554432000 4194304 4650387 140734320028048 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 40823 31763 382 112 0 35788 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 163292

[startup+462.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/308 1766
/proc/meminfo: memFree=15304868/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=163608 CPUtime=462.3 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 154498 0 0 0 46197 33 0 0 25 0 1 0 106602916 167534592 33110 33554432000 4194304 4650387 140734320028048 18446744073709551615 4366813 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 40902 33110 382 112 0 35867 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 163608

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/308 1768
/proc/meminfo: memFree=15302580/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=163884 CPUtime=522.29 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 166757 0 0 0 52194 35 0 0 25 0 1 0 106602916 167817216 32573 33554432000 4194304 4650387 140734320028048 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 40971 32573 382 112 0 35936 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 163884

[startup+582.301 s]
/proc/loadavg: 4.04 4.02 3.96 5/308 1825
/proc/meminfo: memFree=15355652/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=222904 CPUtime=582.29 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 178310 0 0 0 58191 38 0 0 25 0 1 0 106602916 228253696 35075 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 55726 35075 382 112 0 50691 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 222904

[startup+642.301 s]
/proc/loadavg: 4.09 4.03 3.96 5/308 1827
/proc/meminfo: memFree=15324416/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=164412 CPUtime=642.3 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 188970 0 0 0 64189 41 0 0 25 0 1 0 106602916 168357888 32303 33554432000 4194304 4650387 140734320028048 18446744073709551615 4438912 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 41103 32303 382 112 0 36068 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 164412

[startup+702.301 s]
/proc/loadavg: 4.03 4.03 3.96 5/308 1828
/proc/meminfo: memFree=15293644/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=169152 CPUtime=702.29 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 199687 0 0 0 70184 45 0 0 25 0 1 0 106602916 173211648 33886 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 42288 33886 382 112 0 37253 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 169152

[startup+762.301 s]
/proc/loadavg: 4.04 4.03 3.97 5/308 1829
/proc/meminfo: memFree=15271776/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=230320 CPUtime=762.3 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 206812 0 0 0 76180 50 0 0 25 0 1 0 106602916 235847680 36279 33554432000 4194304 4650387 140734320028048 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 57580 36279 382 112 0 52545 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 230320

[startup+822.3 s]
/proc/loadavg: 4.05 4.04 3.97 5/308 1831
/proc/meminfo: memFree=15228324/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=170080 CPUtime=822.3 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 218736 0 0 0 82177 53 0 0 25 0 1 0 106602916 174161920 33810 33554432000 4194304 4650387 140734320028048 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 42520 33810 382 112 0 37485 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 170080

[startup+882.311 s]
/proc/loadavg: 4.02 4.03 3.97 5/308 1833
/proc/meminfo: memFree=15218868/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=178804 CPUtime=882.31 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 230475 0 0 0 88175 56 0 0 25 0 1 0 106602916 183095296 35719 33554432000 4194304 4650387 140734320028048 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 44701 35719 382 112 0 39666 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 178804

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.97 5/308 1835
/proc/meminfo: memFree=15191324/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=178996 CPUtime=942.31 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 241060 0 0 0 94171 60 0 0 25 0 1 0 106602916 183291904 36037 33554432000 4194304 4650387 140734320028048 18446744073709551615 4366847 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 44749 36037 382 112 0 39714 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 178996

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.97 5/308 1836
/proc/meminfo: memFree=15159540/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=179232 CPUtime=1002.31 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 251790 0 0 0 100169 62 0 0 25 0 1 0 106602916 183533568 35980 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 44808 35980 382 112 0 39773 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 179232

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/308 1837
/proc/meminfo: memFree=15139048/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=179312 CPUtime=1062.31 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 259185 0 0 0 106165 66 0 0 25 0 1 0 106602916 183615488 37608 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 44828 37608 382 112 0 39793 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 179312

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/308 1839
/proc/meminfo: memFree=15097596/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=287508 CPUtime=1122.3 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 270341 0 0 0 112163 67 0 0 25 0 1 0 106602916 294408192 48764 33554432000 4194304 4650387 140734320028048 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 71877 48764 382 112 0 66842 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 287508

[startup+1182.3 s]
/proc/loadavg: 4.05 4.01 3.98 5/308 1841
/proc/meminfo: memFree=15053184/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=222660 CPUtime=1182.31 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 273316 0 0 0 118163 68 0 0 25 0 1 0 106602916 228003840 45929 33554432000 4194304 4650387 140734320028048 18446744073709551615 4315121 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 55665 45929 382 112 0 50630 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 222660

[startup+1242.3 s]
/proc/loadavg: 4.05 4.02 3.98 5/308 1843
/proc/meminfo: memFree=15064300/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=222764 CPUtime=1242.31 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 280234 0 0 0 124160 71 0 0 25 0 1 0 106602916 228110336 47259 33554432000 4194304 4650387 140734320028048 18446744073709551615 4366899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 55691 47259 382 112 0 50656 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 222764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.05 3.99 5/308 1844
/proc/meminfo: memFree=15039712/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=288424 CPUtime=1300.01 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 287582 0 0 0 129926 75 0 0 25 0 1 0 106602916 295346176 48739 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365184 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 72106 48739 382 112 0 67071 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 288424

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

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

[startup+1300 s]
/proc/loadavg: 4.11 4.05 3.99 5/308 1844
/proc/meminfo: memFree=15039712/32950928 swapFree=67111364/67111528
[pid=1698] ppid=1696 vsize=288424 CPUtime=1300.01 cores=0,2
/proc/1698/stat : 1698 (strangenight1-s) R 1696 1698 1509 0 -1 4202496 287582 0 0 0 129926 75 0 0 25 0 1 0 106602916 295346176 48739 33554432000 4194304 4650387 140734320028048 18446744073709551615 4365184 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1698/statm: 72106 48739 382 112 0 67071 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 288424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.27
CPU system time (s): 0.768883
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 304904

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

runsolver used 3.90541 second user time and 8.36673 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 18:18:55
IDJOB=3370576
IDBENCH=83139
IDSOLVER=1847
FILE ID=node112/3370576-1305389935
RUNJOBID= node112-1305388633-1527
PBS_JOBID= 13324408
Free space on /tmp= 73540 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n300-s12830984-sat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370576-1305389935/watcher-3370576-1305389935 -o /tmp/evaluation-result-3370576-1305389935/solver-3370576-1305389935 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370576-1305389935.cnf

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

MD5SUM BENCH= 8561dcfb17af254a7261755a5f31a440
RANDOM SEED=786173400

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:      15117928 kB
Buffers:        280848 kB
Cached:        2706576 kB
SwapCached:          0 kB
Active:       15919840 kB
Inactive:      1672540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15117928 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:    14605216 kB
Mapped:          22236 kB
Slab:           132168 kB
PageTables:      44636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 36062852 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= 73532 MiB
End job on node112 at 2011-05-14 18:40:37