Trace number 3273384

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s40283905-sat.cnf
MD5SUM8e3c134eb643f2d9a45c884774c054a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19497
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses384
Sum of the clauses size960
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2320
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 564
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273384-1303605830.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 bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:      75 undec:       0 neg:      85
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       160        64       320         0       960         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.09/0.14	c  N st     8      4914       160        64       320      4780       960    138033   no data   no data  --
0.39/0.41	c  N st    10     11300       160        64       320      4414       960    103195   no data   no data  --
0.69/0.73	c  N st    11     17043       160        64       320      9988       960    261733   no data   no data  --
1.19/1.27	c  F st    12     25000       160        64       320     12282       960    318315   no data   no data  --
1.19/1.27	c  N st    12     25000       160        64       320     12282       960    318315   no data   no data  --
1.59/1.60	c Decided on static restart strategy
1.59/1.60	c  N st    18     30003       160        64       320     10554       960    236400   no data   no data  --
1.59/1.60	c  S st    18     30003       160        64       320     10554       960    236400   no data   no data  --
1.59/1.65	c  S st    18     30506       160        64       320     11051       960    248249   no data   no data  --
1.59/1.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.59/1.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.69/1.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.69/1.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1.69/1.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.99/2.09	c lits-rem:       184  cl-subs:      223  v-elim:      0  v-fix:    0  time:  0.39 s
1.99/2.09	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
1.99/2.09	c calculated reachability. Time: 0.00
1.99/2.09	c  N st    18     30506       160        64       320     10828       960    242378   no data   no data  --
2.59/2.63	c  N st    20     37617       160        64       320     10042       960    217617   no data   no data  --
2.99/3.06	c  N st    21     44016       160        64       320     16257       960    397547   no data   no data  --
3.19/3.21	c  S st    22     45759       160        64       320      9236       960    175409   no data   no data  --
3.19/3.26	c  S st    22     46262       160        64       320      9733       960    187910   no data   no data  --
3.19/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.19/3.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
3.19/3.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.19/3.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3.19/3.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
3.19/3.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.29/3.34	c lits-rem:       122  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.05 s
3.29/3.34	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
3.29/3.34	c vivif2 --  cl tried     9682 cl shrink        0 lits rem          0 time: 0.00
3.29/3.34	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
3.29/3.34	c calculated reachability. Time: 0.00
3.29/3.34	c  N st    22     46262       160        64       320      9682       960    186597   no data   no data  --
4.39/4.46	c  N st    23     60661       160        64       320     14012       960    302074   no data   no data  --
5.29/5.30	c  N st    24     69393       160        64       320     11827       960    224181   no data   no data  --
5.29/5.30	c  S st    24     69393       160        64       320     11827       960    224181   no data   no data  --
5.29/5.36	c  S st    24     69897       160        64       320     12330       960    236760   no data   no data  --
5.29/5.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.29/5.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.29/5.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
5.29/5.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.40/5.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
5.40/5.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
5.40/5.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.79/5.82	c lits-rem:        84  cl-subs:       86  v-elim:      0  v-fix:    0  time:  0.42 s
5.79/5.82	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
5.79/5.82	c vivif2 --  cl tried    12244 cl shrink        0 lits rem          0 time: 0.00
5.79/5.83	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
5.79/5.83	c calculated reachability. Time: 0.00
5.79/5.83	c  N st    24     69897       160        64       320     12244       960    234565   no data   no data  --
7.39/7.41	c  F st    25     87501       160        64       320     17676       960    379581   no data   no data  --
7.39/7.41	c  N st    25     87501       160        64       320     17676       960    379581   no data   no data  --
7.89/7.98	c Decided on static restart strategy
8.29/8.35	c  N st    32     95541       160        64       320     12877       960    223246   no data   no data  --
9.19/9.24	c  N st    34    104845       160        64       320     21953       960    466605   no data   no data  --
9.19/9.24	c  S st    34    104845       160        64       320     21953       960    466605   no data   no data  --
9.29/9.34	c  S st    34    105350       160        64       320     22451       960    478897   no data   no data  --
9.29/9.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.29/9.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.29/9.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
9.29/9.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.39/9.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
9.39/9.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
9.39/9.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.29/10.39	c lits-rem:       286  cl-subs:      368  v-elim:      0  v-fix:    0  time:  0.96 s
10.29/10.39	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
10.39/10.40	c vivif2 --  cl tried    22083 cl shrink        0 lits rem          0 time: 0.01
10.39/10.40	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
10.39/10.41	c calculated reachability. Time: 0.00
10.39/10.41	c  N st    34    105350       160        64       320     22083       960    470045   no data   no data  --
11.39/11.43	c  N st    35    114949       160        64       320     17810       960    342192   no data   no data  --
13.09/13.11	c  N st    36    129346       160        64       320     17228       960    321713   no data   no data  --
15.79/15.88	c  N st    37    150943       160        64       320     22571       960    466437   no data   no data  --
16.59/16.63	c  S st    38    158025       160        64       320     29411       960    658702   no data   no data  --
16.69/16.78	c  S st    38    158527       160        64       320     29906       960    670785   no data   no data  --
16.69/16.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.69/16.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.79/16.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
16.79/16.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.89/16.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
16.89/16.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
16.89/16.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.19/18.29	c lits-rem:      1368  cl-subs:      706  v-elim:      0  v-fix:    0  time:  1.39 s
18.19/18.29	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
18.29/18.30	c vivif2 --  cl tried    29200 cl shrink        0 lits rem          0 time: 0.01
18.29/18.31	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
18.29/18.31	c calculated reachability. Time: 0.00
18.29/18.31	c  N st    38    158527       160        64       320     29200       960    651189   no data   no data  --
24.19/24.27	c  N st    39    207116       160        64       320     23973       960    457751   no data   no data  --
28.19/28.21	c  N st    40    237790       160        64       320     34314       960    729526   no data   no data  --
28.19/28.21	c  S st    40    237790       160        64       320     34314       960    729526   no data   no data  --
28.29/28.36	c  S st    40    238291       160        64       320     34809       960    741246   no data   no data  --
28.29/28.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.29/28.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.29/28.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
28.39/28.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.50/28.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
28.50/28.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
28.50/28.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.09/30.14	c lits-rem:       669  cl-subs:      697  v-elim:      0  v-fix:    0  time:  1.64 s
30.09/30.14	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
30.09/30.15	c vivif2 --  cl tried    34112 cl shrink        0 lits rem          0 time: 0.01
30.09/30.16	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
30.09/30.16	c calculated reachability. Time: 0.00
30.09/30.16	c  N st    40    238291       160        64       320     34112       960    723513   no data   no data  --
40.28/40.39	c  F st    41    306252       160        64       320     36220       960    740372   no data   no data  --
40.28/40.39	c  N st    41    306252       160        64       320     36220       960    740372   no data   no data  --
41.38/41.47	c Decided on static restart strategy
45.49/45.59	c  N st    51    334554       160        64       320     40430       960    851011   no data   no data  --
49.99/50.05	c  N st    53    357438       160        64       320     38359       960    766301   no data   no data  --
49.99/50.05	c  S st    53    357438       160        64       320     38359       960    766301   no data   no data  --
50.19/50.22	c  S st    53    357939       160        64       320     38860       960    779100   no data   no data  --
50.19/50.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.19/50.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.19/50.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
50.19/50.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.29/50.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
50.29/50.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
50.29/50.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.59/51.68	c lits-rem:       476  cl-subs:      685  v-elim:      0  v-fix:    0  time:  1.31 s
51.59/51.68	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
51.59/51.69	c vivif2 --  cl tried    38175 cl shrink        0 lits rem          0 time: 0.01
51.59/51.70	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
51.59/51.70	c calculated reachability. Time: 0.00
51.59/51.70	c  N st    53    357939       160        64       320     38175       960    764047   no data   no data  --
57.29/57.32	c  N st    54    390332       160        64       320     44330       960    932604   no data   no data  --
65.99/66.07	c  N st    55    438920       160        64       320     38088       960    713690   no data   no data  --
80.29/80.34	c  N st    56    511806       160        64       320     51389       960   1028807   no data   no data  --
85.18/85.28	c  N st    57    536909       160        64       320     45834       960    867536   no data   no data  --
85.18/85.28	c  S st    57    536909       160        64       320     45834       960    867536   no data   no data  --
85.38/85.46	c  S st    57    537411       160        64       320     46336       960    879940   no data   no data  --
85.38/85.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.38/85.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.38/85.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
85.48/85.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.59/85.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
85.59/85.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
85.59/85.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.19/87.29	c lits-rem:       357  cl-subs:      629  v-elim:      0  v-fix:    0  time:  1.68 s
87.19/87.29	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
87.29/87.30	c vivif2 --  cl tried    45707 cl shrink        0 lits rem          0 time: 0.01
87.29/87.32	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
87.29/87.32	c calculated reachability. Time: 0.00
87.29/87.32	c  N st    57    537411       160        64       320     45707       960    866208   no data   no data  --
121.19/121.26	c  N st    58    701396       160        64       320     39862       960    640915   no data   no data  --
145.89/145.98	c  N st    59    806118       160        64       320     68648       960   1442851   no data   no data  --
145.89/145.98	c  S st    59    806118       160        64       320     68648       960   1442851   no data   no data  --
146.29/146.37	c  S st    59    806621       160        64       320     69148       960   1454738   no data   no data  --
146.29/146.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
146.29/146.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.39/146.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
146.39/146.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.69/146.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
146.69/146.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
146.69/146.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
150.29/150.35	c lits-rem:       785  cl-subs:     1903  v-elim:      0  v-fix:    0  time:  3.61 s
150.29/150.35	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
150.29/150.37	c vivif2 --  cl tried    67245 cl shrink        0 lits rem          0 time: 0.02
150.29/150.39	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
150.29/150.39	c calculated reachability. Time: 0.00
150.29/150.39	c  N st    59    806621       160        64       320     67245       960   1414694   no data   no data  --
221.09/221.16	c  F st    60   1071875       160        64       320     82693       960   1717127   no data   no data  --
221.09/221.16	c  N st    60   1071875       160        64       320     82693       960   1717127   no data   no data  --
223.39/223.42	c Decided on static restart strategy
228.89/228.93	c  N st    70   1100180       160        64       320     66872       960   1269000   no data   no data  --
239.89/239.93	c  N st    72   1136173       160        64       320     57382       960   1006825   no data   no data  --
249.09/249.13	c  N st    73   1168566       160        64       320     89099       960   1868817   no data   no data  --
261.99/262.03	c  N st    74   1209933       160        64       320     83343       960   1710952   no data   no data  --
261.99/262.03	c  S st    74   1209933       160        64       320     83343       960   1710952   no data   no data  --
262.39/262.47	c  S st    74   1210435       160        64       320     83842       960   1723003   no data   no data  --
262.39/262.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
262.39/262.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.49/262.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.07
262.49/262.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.80/262.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
262.80/262.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
262.80/262.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.30/268.36	c lits-rem:       632  cl-subs:     2489  v-elim:      0  v-fix:    0  time:  5.50 s
268.30/268.36	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
268.30/268.38	c vivif2 --  cl tried    81353 cl shrink        0 lits rem          0 time: 0.02
268.40/268.41	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.03
268.40/268.41	c calculated reachability. Time: 0.00
268.40/268.41	c  N st    74   1210435       160        64       320     81353       960   1667410   no data   no data  --
291.89/291.92	c  N st    75   1283317       160        64       320     57884       960    957752   no data   no data  --
329.58/329.63	c  N st    76   1392640       160        64       320     65970       960   1164255   no data   no data  --
385.28/385.34	c  N st    77   1556624       160        64       320     70778       960   1242671   no data   no data  --
441.88/441.93	c  N st    78   1710437       160        64       320     56898       960    822516   no data   no data  --
441.88/441.93	c  S st    78   1710437       160        64       320     56898       960    822516   no data   no data  --
442.08/442.17	c  S st    78   1710942       160        64       320     57400       960    834701   no data   no data  --
442.08/442.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
442.08/442.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
442.18/442.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.04
442.18/442.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
442.28/442.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
442.28/442.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
442.28/442.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
443.88/443.94	c lits-rem:       180  cl-subs:      197  v-elim:      0  v-fix:    0  time:  1.64 s
443.88/443.94	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
443.88/443.95	c vivif2 --  cl tried    57203 cl shrink        0 lits rem          0 time: 0.01
443.88/443.97	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
443.88/443.97	c calculated reachability. Time: 0.00
443.88/443.97	c  N st    78   1710942       160        64       320     57203       960    831289   no data   no data  --
580.19/580.25	c  N st    79   2079906       160        64       320     62962       960    896506   no data   no data  --
633.79/633.84	c  N st    80   2210943       160        64       320     65235       960    926000   no data   no data  --
633.79/633.84	c  S st    80   2210943       160        64       320     65235       960    926000   no data   no data  --
634.09/634.12	c  S st    80   2211443       160        64       320     65730       960    937997   no data   no data  --
634.09/634.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
634.09/634.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
634.09/634.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.05
634.19/634.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
634.19/634.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
634.19/634.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
634.19/634.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
635.98/636.04	c lits-rem:       136  cl-subs:      191  v-elim:      0  v-fix:    0  time:  1.76 s
635.98/636.04	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
635.98/636.05	c vivif2 --  cl tried    65539 cl shrink        0 lits rem          0 time: 0.01
635.98/636.07	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
635.98/636.07	c calculated reachability. Time: 0.00
635.98/636.07	c  N st    80   2211443       160        64       320     65539       960    934461   no data   no data  --
835.28/835.38	c  N st    81   2711444       160        64       320     81569       960   1284533   no data   no data  --
835.28/835.38	c  S st    81   2711444       160        64       320     81569       960   1284533   no data   no data  --
835.68/835.72	c  S st    81   2711948       160        64       320     82071       960   1296637   no data   no data  --
835.68/835.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
835.68/835.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
835.68/835.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.07
835.78/835.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
835.88/835.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
835.88/835.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
835.88/835.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
838.78/838.82	c lits-rem:       241  cl-subs:      688  v-elim:      0  v-fix:    0  time:  2.85 s
838.78/838.82	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
838.78/838.84	c vivif2 --  cl tried    81383 cl shrink        0 lits rem          0 time: 0.02
838.78/838.87	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.03
838.78/838.87	c calculated reachability. Time: 0.00
838.78/838.87	c  N st    81   2711948       160        64       320     81383       960   1283514   no data   no data  --
1068.87/1068.97	c  N st    82   3211948       160        64       320    126991       960   2429086   no data   no data  --
1068.87/1068.97	c  S st    82   3211948       160        64       320    126991       960   2429086   no data   no data  --
1069.47/1069.57	c  S st    82   3212450       160        64       320    127486       960   2441268   no data   no data  --
1069.47/1069.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1069.47/1069.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1069.67/1069.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.13
1069.67/1069.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1070.07/1070.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
1070.07/1070.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1070.07/1070.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1084.28/1084.32	c lits-rem:       554  cl-subs:     5160  v-elim:      0  v-fix:    0  time: 14.19 s
1084.28/1084.32	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
1084.28/1084.35	c vivif2 --  cl tried   122326 cl shrink        0 lits rem          0 time: 0.03
1084.38/1084.40	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.04
1084.38/1084.40	c calculated reachability. Time: 0.00
1084.38/1084.40	c  N st    82   3212450       160        64       320    122326       960   2337544   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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: 0.85 1.00 1.67 2/174 5746
/proc/meminfo: memFree=19330136/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=29672 CPUtime=0 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 530 0 0 0 0 0 0 0 23 0 1 0 472185621 30384128 468 33554432000 4194304 4650387 140733209772688 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 7418 468 377 112 0 2383 0

[startup+0.071455 s]
/proc/loadavg: 0.85 1.00 1.67 2/174 5746
/proc/meminfo: memFree=19330136/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=29948 CPUtime=0.06 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 655 0 0 0 6 0 0 0 23 0 1 0 472185621 30666752 593 33554432000 4194304 4650387 140733209772688 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 7487 593 378 112 0 2452 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29948

[startup+0.100462 s]
/proc/loadavg: 0.85 1.00 1.67 2/174 5746
/proc/meminfo: memFree=19330136/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=29948 CPUtime=0.09 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 702 0 0 0 9 0 0 0 23 0 1 0 472185621 30666752 640 33554432000 4194304 4650387 140733209772688 18446744073709551615 4330592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 7487 640 378 112 0 2452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29948

[startup+0.300427 s]
/proc/loadavg: 0.85 1.00 1.67 2/174 5746
/proc/meminfo: memFree=19330136/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=30644 CPUtime=0.29 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 997 0 0 0 29 0 0 0 25 0 1 0 472185621 31379456 782 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 7661 782 380 112 0 2626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30644

[startup+0.700343 s]
/proc/loadavg: 0.85 1.00 1.67 2/174 5746
/proc/meminfo: memFree=19330136/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=31184 CPUtime=0.69 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 1403 0 0 0 69 0 0 0 25 0 1 0 472185621 31932416 944 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 7796 945 380 112 0 2761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31184

[startup+1.5002 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 5777
/proc/meminfo: memFree=19299476/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=31928 CPUtime=1.49 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 2198 0 0 0 149 0 0 0 25 0 1 0 472185621 32694272 1048 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 7982 1048 381 112 0 2947 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31928

[startup+3.10092 s]
/proc/loadavg: 0.85 1.00 1.67 6/190 5777
/proc/meminfo: memFree=19282488/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=38504 CPUtime=3.09 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 4400 0 0 0 309 0 0 0 25 0 1 0 472185621 39428096 2833 33554432000 4194304 4650387 140733209772688 18446744073709551615 4363572 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 9626 2833 382 112 0 4591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38504

[startup+6.30035 s]
/proc/loadavg: 1.10 1.05 1.68 6/190 5777
/proc/meminfo: memFree=19261364/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=40476 CPUtime=6.29 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 6387 0 0 0 628 1 0 0 25 0 1 0 472185621 41447424 3256 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365293 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 10119 3256 382 112 0 5084 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40476

[startup+12.7002 s]
/proc/loadavg: 1.33 1.10 1.69 5/190 5777
/proc/meminfo: memFree=19221956/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=47996 CPUtime=12.69 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 10242 0 0 0 1268 1 0 0 25 0 1 0 472185621 49147904 5151 33554432000 4194304 4650387 140733209772688 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 11999 5151 382 112 0 6964 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47996

[startup+25.501 s]
/proc/loadavg: 1.92 1.24 1.73 6/190 5777
/proc/meminfo: memFree=19181540/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=56416 CPUtime=25.49 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 16482 0 0 0 2546 3 0 0 25 0 1 0 472185621 57769984 7162 33554432000 4194304 4650387 140733209772688 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 14104 7162 382 112 0 9069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56416

[startup+51.1005 s]
/proc/loadavg: 2.63 1.46 1.79 6/190 5778
/proc/meminfo: memFree=19141524/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=64612 CPUtime=51.09 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 24945 0 0 0 5105 4 0 0 25 0 1 0 472185621 66162688 9112 33554432000 4194304 4650387 140733209772688 18446744073709551615 4438367 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 16153 9112 382 112 0 11118 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64612

[startup+102.306 s]
/proc/loadavg: 3.48 1.88 1.91 5/190 5779
/proc/meminfo: memFree=19083488/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=72780 CPUtime=102.29 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 38207 0 0 0 10222 7 0 0 25 0 1 0 472185621 74526720 11342 33554432000 4194304 4650387 140733209772688 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 18195 11342 382 112 0 13160 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 72780

[startup+162.301 s]
/proc/loadavg: 3.81 2.26 2.04 6/190 5781
/proc/meminfo: memFree=19004228/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=91300 CPUtime=162.29 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 52642 0 0 0 16220 9 0 0 25 0 1 0 472185621 93491200 15773 33554432000 4194304 4650387 140733209772688 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 22825 15773 382 112 0 17790 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91300

[startup+222.3 s]
/proc/loadavg: 3.93 2.58 2.16 5/190 5783
/proc/meminfo: memFree=18963016/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=91668 CPUtime=222.28 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 62534 0 0 0 22217 11 0 0 25 0 1 0 472185621 93868032 16128 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 22917 16128 382 112 0 17882 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 91668

[startup+282.301 s]
/proc/loadavg: 3.97 2.83 2.27 6/190 5784
/proc/meminfo: memFree=18911524/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=104308 CPUtime=282.29 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 74007 0 0 0 28215 14 0 0 25 0 1 0 472185621 106811392 18993 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365184 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 26077 18993 382 112 0 21042 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 104308

[startup+342.301 s]
/proc/loadavg: 3.99 3.04 2.38 6/190 5786
/proc/meminfo: memFree=18883732/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=104516 CPUtime=342.28 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 81451 0 0 0 34211 17 0 0 25 0 1 0 472185621 107024384 19606 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 26129 19606 382 112 0 21094 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 104516

[startup+402.3 s]
/proc/loadavg: 3.99 3.21 2.47 6/190 5787
/proc/meminfo: memFree=18891520/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=104784 CPUtime=402.28 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 89883 0 0 0 40208 20 0 0 25 0 1 0 472185621 107298816 18286 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 26196 18286 382 112 0 21161 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 104784

[startup+462.301 s]
/proc/loadavg: 3.99 3.36 2.57 6/190 5789
/proc/meminfo: memFree=18878092/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=105348 CPUtime=462.28 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 96422 0 0 0 46206 22 0 0 25 0 1 0 472185621 107876352 19828 33554432000 4194304 4650387 140733209772688 18446744073709551615 4366015 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 26337 19828 382 112 0 21302 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 105348

[startup+522.3 s]
/proc/loadavg: 3.99 3.47 2.65 5/190 5791
/proc/meminfo: memFree=18873608/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=105560 CPUtime=522.29 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 103891 0 0 0 52204 25 0 0 25 0 1 0 472185621 108093440 19447 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365254 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 26390 19447 382 112 0 21355 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 105560

[startup+582.301 s]
/proc/loadavg: 3.99 3.56 2.74 6/190 5792
/proc/meminfo: memFree=18851272/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=105764 CPUtime=582.28 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 111342 0 0 0 58201 27 0 0 25 0 1 0 472185621 108302336 18658 33554432000 4194304 4650387 140733209772688 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 26441 18658 382 112 0 21406 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 105764

[startup+642.301 s]
/proc/loadavg: 4.10 3.67 2.82 6/190 5794
/proc/meminfo: memFree=18841316/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=109172 CPUtime=642.29 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 118423 0 0 0 64199 30 0 0 25 0 1 0 472185621 111792128 19808 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 27293 19808 382 112 0 22258 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 109172

[startup+702.301 s]
/proc/loadavg: 4.12 3.74 2.90 6/190 5795
/proc/meminfo: memFree=18828388/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=109312 CPUtime=702.28 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 124808 0 0 0 70196 32 0 0 25 0 1 0 472185621 111935488 20225 33554432000 4194304 4650387 140733209772688 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 27328 20225 382 112 0 22293 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 109312

[startup+762.307 s]
/proc/loadavg: 4.04 3.79 2.96 6/190 5797
/proc/meminfo: memFree=18824236/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=109460 CPUtime=762.29 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 131460 0 0 0 76195 34 0 0 25 0 1 0 472185621 112087040 20719 33554432000 4194304 4650387 140733209772688 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 27365 20719 382 112 0 22330 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 109460

[startup+822.3 s]
/proc/loadavg: 4.01 3.82 3.03 5/190 5799
/proc/meminfo: memFree=18800880/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=110496 CPUtime=822.28 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 137947 0 0 0 82191 37 0 0 25 0 1 0 472185621 113147904 20971 33554432000 4194304 4650387 140733209772688 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 27624 20971 382 112 0 22589 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 110496

[startup+882.301 s]
/proc/loadavg: 4.00 3.85 3.08 6/190 5800
/proc/meminfo: memFree=18791312/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=116560 CPUtime=882.28 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 145421 0 0 0 88189 39 0 0 25 0 1 0 472185621 119357440 21991 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 29140 21991 382 112 0 24105 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 116560

[startup+942.3 s]
/proc/loadavg: 4.00 3.88 3.14 5/190 5802
/proc/meminfo: memFree=18774288/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=116708 CPUtime=942.27 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 151082 0 0 0 94186 41 0 0 25 0 1 0 472185621 119508992 20986 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 29177 20986 382 112 0 24142 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 116708

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.19 6/190 5803
/proc/meminfo: memFree=18759464/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=116776 CPUtime=1002.27 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 156259 0 0 0 100183 44 0 0 25 0 1 0 472185621 119578624 22776 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 29194 22776 382 112 0 24159 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 116776

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.24 6/190 5814
/proc/meminfo: memFree=18735304/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=116916 CPUtime=1062.27 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 162318 0 0 0 106181 46 0 0 25 0 1 0 472185621 119721984 22085 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 29229 22085 382 112 0 24194 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 116916

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.28 6/190 5816
/proc/meminfo: memFree=18662356/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=141608 CPUtime=1122.27 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 171981 0 0 0 112178 49 0 0 25 0 1 0 472185621 145006592 28060 33554432000 4194304 4650387 140733209772688 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 35402 28060 382 112 0 30367 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 141608

[startup+1182.3 s]
/proc/loadavg: 4.15 3.97 3.33 6/190 5819
/proc/meminfo: memFree=18673096/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=141776 CPUtime=1182.27 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 178039 0 0 0 118176 51 0 0 25 0 1 0 472185621 145178624 26819 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 35444 26819 382 112 0 30409 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 141776

[startup+1242.3 s]
/proc/loadavg: 4.09 3.99 3.38 5/190 5822
/proc/meminfo: memFree=18674840/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=141836 CPUtime=1242.27 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 182967 0 0 0 124174 53 0 0 25 0 1 0 472185621 145240064 27986 33554432000 4194304 4650387 140733209772688 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 35459 27986 382 112 0 30424 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 141836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.00 3.42 5/190 5823
/proc/meminfo: memFree=18635004/32951124 swapFree=67111528/67111528
[pid=5746] ppid=5744 vsize=141916 CPUtime=1299.98 cores=5,7
/proc/5746/stat : 5746 (strangenight1-s) R 5744 5746 5163 0 -1 4202496 187551 0 0 0 129943 55 0 0 25 0 1 0 472185621 145321984 28818 33554432000 4194304 4650387 140733209772688 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5746/statm: 35479 28818 382 112 0 30444 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 141916

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.99
CPU user time (s): 1299.43
CPU system time (s): 0.562914
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 199688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.43
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187551
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= 16
involuntary context switches= 2263

runsolver used 1.9777 second user time and 5.13322 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-24 02:43:50
IDJOB=3273384
IDBENCH=83138
IDSOLVER=1589
FILE ID=node103/3273384-1303605830
RUNJOBID= node103-1303605829-5737
PBS_JOBID= 13150592
Free space on /tmp= 71068 MiB

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

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=2079152308

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.77
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.858
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      19330292 kB
Buffers:       2111148 kB
Cached:       10869788 kB
SwapCached:          0 kB
Active:        3733096 kB
Inactive:      9311144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19330292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6388 kB
Writeback:           0 kB
AnonPages:       62832 kB
Mapped:          14392 kB
Slab:           512320 kB
PageTables:       4584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192936 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= 71044 MiB
End job on node103 at 2011-04-24 03:05:32