Trace number 3370575

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.06 1300.02

General information on the benchmark

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

Solver Data

0.00/0.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-3370575-1305389873.cnf'
0.00/0.01	c -- header says num vars:            160
0.00/0.01	c -- header says num clauses:         384
0.00/0.01	c -- clauses added:            0 learnts,          384 normals,            0 xors
0.00/0.01	c -- vars added        160
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       160        64       320         0       960         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/64/64 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:    160 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:      75 undec:       0 neg:      85
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       160        64       320         0       960         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.10/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.20/1.28	c  F st    12     25000       160        64       320     12282       960    318315   no data   no data  --
1.20/1.28	c  N st    12     25000       160        64       320     12282       960    318315   no data   no data  --
1.59/1.61	c Decided on static restart strategy
1.59/1.61	c  N st    18     30003       160        64       320     10554       960    236400   no data   no data  --
1.59/1.61	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.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.59/1.67	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
2.09/2.10	c lits-rem:       184  cl-subs:      223  v-elim:      0  v-fix:    0  time:  0.39 s
2.09/2.10	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
2.09/2.10	c calculated reachability. Time: 0.00
2.09/2.10	c  N st    18     30506       160        64       320     10828       960    242378   no data   no data  --
2.59/2.64	c  N st    20     37617       160        64       320     10042       960    217617   no data   no data  --
2.99/3.07	c  N st    21     44016       160        64       320     16257       960    397547   no data   no data  --
3.18/3.22	c  S st    22     45759       160        64       320      9236       960    175409   no data   no data  --
3.18/3.27	c  S st    22     46262       160        64       320      9733       960    187910   no data   no data  --
3.18/3.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.18/3.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.18/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
3.18/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.29/3.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3.29/3.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
3.29/3.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.29/3.35	c lits-rem:       122  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.05 s
3.29/3.35	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
3.29/3.35	c vivif2 --  cl tried     9682 cl shrink        0 lits rem          0 time: 0.00
3.29/3.36	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
3.29/3.36	c calculated reachability. Time: 0.00
3.29/3.36	c  N st    22     46262       160        64       320      9682       960    186597   no data   no data  --
4.39/4.48	c  N st    23     60661       160        64       320     14012       960    302074   no data   no data  --
5.28/5.33	c  N st    24     69393       160        64       320     11827       960    224181   no data   no data  --
5.28/5.33	c  S st    24     69393       160        64       320     11827       960    224181   no data   no data  --
5.28/5.39	c  S st    24     69897       160        64       320     12330       960    236760   no data   no data  --
5.28/5.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.28/5.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.28/5.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
5.38/5.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.38/5.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
5.38/5.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
5.38/5.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.78/5.85	c lits-rem:        84  cl-subs:       86  v-elim:      0  v-fix:    0  time:  0.42 s
5.78/5.85	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
5.78/5.85	c vivif2 --  cl tried    12244 cl shrink        0 lits rem          0 time: 0.00
5.78/5.85	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
5.78/5.85	c calculated reachability. Time: 0.00
5.78/5.85	c  N st    24     69897       160        64       320     12244       960    234565   no data   no data  --
7.38/7.44	c  F st    25     87501       160        64       320     17676       960    379581   no data   no data  --
7.38/7.44	c  N st    25     87501       160        64       320     17676       960    379581   no data   no data  --
7.98/8.01	c Decided on static restart strategy
8.28/8.38	c  N st    32     95541       160        64       320     12877       960    223246   no data   no data  --
9.18/9.27	c  N st    34    104845       160        64       320     21953       960    466605   no data   no data  --
9.18/9.27	c  S st    34    104845       160        64       320     21953       960    466605   no data   no data  --
9.28/9.37	c  S st    34    105350       160        64       320     22451       960    478897   no data   no data  --
9.28/9.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.28/9.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.28/9.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
9.28/9.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.39/9.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
9.39/9.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
9.39/9.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.39/10.41	c lits-rem:       286  cl-subs:      368  v-elim:      0  v-fix:    0  time:  0.95 s
10.39/10.41	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
10.39/10.41	c vivif2 --  cl tried    22083 cl shrink        0 lits rem          0 time: 0.00
10.39/10.42	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.00
10.39/10.42	c calculated reachability. Time: 0.00
10.39/10.42	c  N st    34    105350       160        64       320     22083       960    470045   no data   no data  --
11.39/11.44	c  N st    35    114949       160        64       320     17810       960    342192   no data   no data  --
13.09/13.12	c  N st    36    129346       160        64       320     17228       960    321713   no data   no data  --
15.78/15.89	c  N st    37    150943       160        64       320     22571       960    466437   no data   no data  --
16.59/16.64	c  S st    38    158025       160        64       320     29411       960    658702   no data   no data  --
16.68/16.79	c  S st    38    158527       160        64       320     29906       960    670785   no data   no data  --
16.68/16.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.68/16.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.78/16.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
16.78/16.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.88/16.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
16.88/16.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
16.88/16.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.08/18.17	c lits-rem:      1368  cl-subs:      706  v-elim:      0  v-fix:    0  time:  1.25 s
18.08/18.17	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
18.08/18.18	c vivif2 --  cl tried    29200 cl shrink        0 lits rem          0 time: 0.01
18.08/18.18	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
18.08/18.18	c calculated reachability. Time: 0.00
18.08/18.18	c  N st    38    158527       160        64       320     29200       960    651189   no data   no data  --
24.09/24.15	c  N st    39    207116       160        64       320     23973       960    457751   no data   no data  --
28.09/28.13	c  N st    40    237790       160        64       320     34314       960    729526   no data   no data  --
28.09/28.13	c  S st    40    237790       160        64       320     34314       960    729526   no data   no data  --
28.19/28.28	c  S st    40    238291       160        64       320     34809       960    741246   no data   no data  --
28.19/28.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.19/28.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.29/28.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
28.29/28.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.39/28.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
28.39/28.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
28.39/28.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.80/29.86	c lits-rem:       669  cl-subs:      697  v-elim:      0  v-fix:    0  time:  1.44 s
29.80/29.86	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
29.80/29.86	c vivif2 --  cl tried    34112 cl shrink        0 lits rem          0 time: 0.01
29.80/29.87	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
29.80/29.87	c calculated reachability. Time: 0.00
29.80/29.87	c  N st    40    238291       160        64       320     34112       960    723513   no data   no data  --
40.18/40.21	c  F st    41    306252       160        64       320     36220       960    740372   no data   no data  --
40.18/40.21	c  N st    41    306252       160        64       320     36220       960    740372   no data   no data  --
41.39/41.45	c Decided on static restart strategy
45.69/45.73	c  N st    51    334554       160        64       320     40430       960    851011   no data   no data  --
50.09/50.12	c  N st    53    357438       160        64       320     38359       960    766301   no data   no data  --
50.09/50.12	c  S st    53    357438       160        64       320     38359       960    766301   no data   no data  --
50.19/50.28	c  S st    53    357939       160        64       320     38860       960    779100   no data   no data  --
50.19/50.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.19/50.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.29/50.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
50.29/50.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.39/50.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
50.39/50.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
50.39/50.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.69/51.77	c lits-rem:       476  cl-subs:      685  v-elim:      0  v-fix:    0  time:  1.32 s
51.69/51.77	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
51.69/51.78	c vivif2 --  cl tried    38175 cl shrink        0 lits rem          0 time: 0.01
51.69/51.79	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
51.69/51.79	c calculated reachability. Time: 0.00
51.69/51.79	c  N st    53    357939       160        64       320     38175       960    764047   no data   no data  --
57.49/57.51	c  N st    54    390332       160        64       320     44330       960    932604   no data   no data  --
66.29/66.39	c  N st    55    438920       160        64       320     38088       960    713690   no data   no data  --
80.79/80.82	c  N st    56    511806       160        64       320     51389       960   1028807   no data   no data  --
85.59/85.69	c  N st    57    536909       160        64       320     45834       960    867536   no data   no data  --
85.59/85.69	c  S st    57    536909       160        64       320     45834       960    867536   no data   no data  --
85.79/85.87	c  S st    57    537411       160        64       320     46336       960    879940   no data   no data  --
85.79/85.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.79/85.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.79/85.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
85.90/85.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.99/86.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
85.99/86.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
85.99/86.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.69/87.71	c lits-rem:       357  cl-subs:      629  v-elim:      0  v-fix:    0  time:  1.68 s
87.69/87.71	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
87.69/87.72	c vivif2 --  cl tried    45707 cl shrink        0 lits rem          0 time: 0.01
87.69/87.73	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
87.69/87.73	c calculated reachability. Time: 0.00
87.69/87.73	c  N st    57    537411       160        64       320     45707       960    866208   no data   no data  --
121.99/122.06	c  N st    58    701396       160        64       320     39862       960    640915   no data   no data  --
146.49/146.53	c  N st    59    806118       160        64       320     68648       960   1442851   no data   no data  --
146.49/146.53	c  S st    59    806118       160        64       320     68648       960   1442851   no data   no data  --
146.79/146.84	c  S st    59    806621       160        64       320     69148       960   1454738   no data   no data  --
146.79/146.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.79/146.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.89/146.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
146.89/146.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.10/147.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
147.10/147.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
147.10/147.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
150.60/150.64	c lits-rem:       785  cl-subs:     1903  v-elim:      0  v-fix:    0  time:  3.47 s
150.60/150.64	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
150.60/150.66	c vivif2 --  cl tried    67245 cl shrink        0 lits rem          0 time: 0.02
150.60/150.68	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
150.60/150.68	c calculated reachability. Time: 0.00
150.60/150.68	c  N st    59    806621       160        64       320     67245       960   1414694   no data   no data  --
222.69/222.79	c  F st    60   1071875       160        64       320     82693       960   1717127   no data   no data  --
222.69/222.79	c  N st    60   1071875       160        64       320     82693       960   1717127   no data   no data  --
224.99/225.01	c Decided on static restart strategy
230.50/230.52	c  N st    70   1100180       160        64       320     66872       960   1269000   no data   no data  --
241.59/241.65	c  N st    72   1136173       160        64       320     57382       960   1006825   no data   no data  --
250.91/250.96	c  N st    73   1168566       160        64       320     89099       960   1868817   no data   no data  --
263.01/263.08	c  N st    74   1209933       160        64       320     83343       960   1710952   no data   no data  --
263.01/263.08	c  S st    74   1209933       160        64       320     83343       960   1710952   no data   no data  --
263.49/263.53	c  S st    74   1210435       160        64       320     83842       960   1723003   no data   no data  --
263.49/263.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
263.49/263.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
263.59/263.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.07
263.59/263.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
263.89/263.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
263.89/263.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
263.89/263.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
269.50/269.52	c lits-rem:       632  cl-subs:     2489  v-elim:      0  v-fix:    0  time:  5.61 s
269.50/269.52	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
269.50/269.55	c vivif2 --  cl tried    81353 cl shrink        0 lits rem          0 time: 0.02
269.50/269.57	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.03
269.50/269.58	c calculated reachability. Time: 0.00
269.50/269.58	c  N st    74   1210435       160        64       320     81353       960   1667410   no data   no data  --
293.09/293.13	c  N st    75   1283317       160        64       320     57884       960    957752   no data   no data  --
331.50/331.52	c  N st    76   1392640       160        64       320     65970       960   1164255   no data   no data  --
387.70/387.72	c  N st    77   1556624       160        64       320     70778       960   1242671   no data   no data  --
444.30/444.30	c  N st    78   1710437       160        64       320     56898       960    822516   no data   no data  --
444.30/444.30	c  S st    78   1710437       160        64       320     56898       960    822516   no data   no data  --
444.52/444.54	c  S st    78   1710942       160        64       320     57400       960    834701   no data   no data  --
444.52/444.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
444.52/444.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
444.52/444.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.04
444.60/444.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
444.60/444.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
444.60/444.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
444.60/444.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
446.30/446.40	c lits-rem:       180  cl-subs:      197  v-elim:      0  v-fix:    0  time:  1.72 s
446.30/446.40	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
446.40/446.41	c vivif2 --  cl tried    57203 cl shrink        0 lits rem          0 time: 0.01
446.40/446.42	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.01
446.40/446.42	c calculated reachability. Time: 0.00
446.40/446.42	c  N st    78   1710942       160        64       320     57203       960    831289   no data   no data  --
584.81/584.80	c  N st    79   2079906       160        64       320     62962       960    896506   no data   no data  --
639.11/639.20	c  N st    80   2210943       160        64       320     65235       960    926000   no data   no data  --
639.11/639.20	c  S st    80   2210943       160        64       320     65235       960    926000   no data   no data  --
639.41/639.48	c  S st    80   2211443       160        64       320     65730       960    937997   no data   no data  --
639.41/639.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
639.41/639.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
639.51/639.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.05
639.51/639.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
639.61/639.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
639.61/639.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
639.61/639.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
641.42/641.43	c lits-rem:       136  cl-subs:      191  v-elim:      0  v-fix:    0  time:  1.80 s
641.42/641.43	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
641.42/641.45	c vivif2 --  cl tried    65539 cl shrink        0 lits rem          0 time: 0.01
641.42/641.46	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.02
641.42/641.46	c calculated reachability. Time: 0.00
641.42/641.46	c  N st    80   2211443       160        64       320     65539       960    934461   no data   no data  --
841.53/841.53	c  N st    81   2711444       160        64       320     81569       960   1284533   no data   no data  --
841.53/841.53	c  S st    81   2711444       160        64       320     81569       960   1284533   no data   no data  --
841.82/841.87	c  S st    81   2711948       160        64       320     82071       960   1296637   no data   no data  --
841.82/841.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
841.82/841.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
841.92/841.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.06
841.92/841.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
842.12/842.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
842.12/842.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
842.12/842.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
845.02/845.04	c lits-rem:       241  cl-subs:      688  v-elim:      0  v-fix:    0  time:  2.94 s
845.02/845.04	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
845.02/845.06	c vivif2 --  cl tried    81383 cl shrink        0 lits rem          0 time: 0.02
845.02/845.09	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.03
845.02/845.09	c calculated reachability. Time: 0.00
845.02/845.09	c  N st    81   2711948       160        64       320     81383       960   1283514   no data   no data  --
1075.43/1075.42	c  N st    82   3211948       160        64       320    126991       960   2429086   no data   no data  --
1075.43/1075.42	c  S st    82   3211948       160        64       320    126991       960   2429086   no data   no data  --
1076.03/1076.05	c  S st    82   3212450       160        64       320    127486       960   2441268   no data   no data  --
1076.03/1076.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1076.03/1076.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1076.13/1076.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.13
1076.23/1076.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1076.52/1076.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
1076.52/1076.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1076.52/1076.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1090.93/1090.91	c lits-rem:       554  cl-subs:     5160  v-elim:      0  v-fix:    0  time: 14.31 s
1090.93/1090.91	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
1090.93/1090.94	c vivif2 --  cl tried   122326 cl shrink        0 lits rem          0 time: 0.03
1090.93/1090.99	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.05
1090.93/1090.99	c calculated reachability. Time: 0.00
1090.93/1090.99	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: 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-3370575-1305389873/watcher-3370575-1305389873 -o /tmp/evaluation-result-3370575-1305389873/solver-3370575-1305389873 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370575-1305389873.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: 3.68 3.95 3.98 5/304 404
/proc/meminfo: memFree=13113404/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=11796 CPUtime=0 cores=5,7
/proc/404/stat : 404 (runsolver) R 402 404 32651 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 650587013 12079104 49 33554432000 4194304 5432360 140735516426800 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/404/statm: 2949 49 30 303 0 2643 0

[startup+0.107446 s]
/proc/loadavg: 3.68 3.95 3.98 5/304 404
/proc/meminfo: memFree=13113404/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=29948 CPUtime=0.1 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 704 0 0 0 10 0 0 0 25 0 1 0 650587013 30666752 643 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 7487 643 378 112 0 2452 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 29948

[startup+0.200435 s]
/proc/loadavg: 3.68 3.95 3.98 5/304 404
/proc/meminfo: memFree=13113404/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=30512 CPUtime=0.19 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 883 0 0 0 19 0 0 0 25 0 1 0 650587013 31244288 669 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 7628 669 380 112 0 2593 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30512

[startup+0.300357 s]
/proc/loadavg: 3.68 3.95 3.98 5/304 404
/proc/meminfo: memFree=13113404/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=30644 CPUtime=0.29 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 993 0 0 0 29 0 0 0 25 0 1 0 650587013 31379456 779 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 7661 779 380 112 0 2626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30644

[startup+0.700278 s]
/proc/loadavg: 3.68 3.95 3.98 5/304 404
/proc/meminfo: memFree=13113404/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=31184 CPUtime=0.69 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 1401 0 0 0 69 0 0 0 25 0 1 0 650587013 31932416 943 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 7796 943 380 112 0 2761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31184

[startup+1.50013 s]
/proc/loadavg: 3.68 3.95 3.98 5/308 412
/proc/meminfo: memFree=12968788/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=31928 CPUtime=1.49 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 2194 0 0 0 149 0 0 0 25 0 1 0 650587013 32694272 1045 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 7982 1045 381 112 0 2947 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31928

[startup+3.10082 s]
/proc/loadavg: 3.68 3.95 3.98 5/308 412
/proc/meminfo: memFree=12839240/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=38504 CPUtime=3.08 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 4396 0 0 0 308 0 0 0 25 0 1 0 650587013 39428096 2830 33554432000 4194304 4650387 140734137459824 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 9626 2830 382 112 0 4591 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38504

[startup+6.30021 s]
/proc/loadavg: 3.70 3.95 3.98 5/308 412
/proc/meminfo: memFree=12756780/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=40476 CPUtime=6.28 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 6378 0 0 0 628 0 0 0 25 0 1 0 650587013 41447424 3248 33554432000 4194304 4650387 140734137459824 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 10119 3248 382 112 0 5084 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40476

[startup+12.701 s]
/proc/loadavg: 3.73 3.95 3.98 5/308 412
/proc/meminfo: memFree=12718624/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=47996 CPUtime=12.69 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 10240 0 0 0 1268 1 0 0 25 0 1 0 650587013 49147904 5150 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 11999 5150 382 112 0 6964 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47996

[startup+25.5006 s]
/proc/loadavg: 3.79 3.95 3.98 5/308 412
/proc/meminfo: memFree=12634784/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=56416 CPUtime=25.49 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 16504 0 0 0 2547 2 0 0 25 0 1 0 650587013 57769984 7185 33554432000 4194304 4650387 140734137459824 18446744073709551615 4314920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 14104 7185 382 112 0 9069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56416

[startup+51.1007 s]
/proc/loadavg: 3.86 3.95 3.98 5/308 413
/proc/meminfo: memFree=12484792/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=64612 CPUtime=51.09 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 24944 0 0 0 5105 4 0 0 25 0 1 0 650587013 66162688 9112 33554432000 4194304 4650387 140734137459824 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 16153 9112 382 112 0 11118 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64612

[startup+102.301 s]
/proc/loadavg: 3.94 3.96 3.98 5/308 414
/proc/meminfo: memFree=12395852/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=72780 CPUtime=102.29 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 38133 0 0 0 10222 7 0 0 25 0 1 0 650587013 74526720 11269 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365281 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 18195 11269 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.98 3.97 3.98 5/308 416
/proc/meminfo: memFree=12335424/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=91300 CPUtime=162.29 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 52600 0 0 0 16218 11 0 0 25 0 1 0 650587013 93491200 15732 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365293 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 22825 15732 382 112 0 17790 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91300

[startup+222.311 s]
/proc/loadavg: 4.03 3.98 3.98 5/308 417
/proc/meminfo: memFree=12302752/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=91668 CPUtime=222.3 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 62423 0 0 0 22216 14 0 0 25 0 1 0 650587013 93868032 16018 33554432000 4194304 4650387 140734137459824 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 22917 16018 382 112 0 17882 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91668

[startup+282.301 s]
/proc/loadavg: 4.01 3.98 3.98 5/308 419
/proc/meminfo: memFree=12338636/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=104308 CPUtime=282.3 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 73902 0 0 0 28213 17 0 0 25 0 1 0 650587013 106811392 18889 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 26077 18889 382 112 0 21042 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104308

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.98 5/308 421
/proc/meminfo: memFree=12328404/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=104516 CPUtime=342.3 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 81317 0 0 0 34211 19 0 0 25 0 1 0 650587013 107024384 19473 33554432000 4194304 4650387 140734137459824 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 26129 19473 382 112 0 21094 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104516

[startup+402.301 s]
/proc/loadavg: 4.06 4.00 3.99 5/308 422
/proc/meminfo: memFree=12325372/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=104716 CPUtime=402.3 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 88809 0 0 0 40209 21 0 0 25 0 1 0 650587013 107229184 19676 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 26179 19676 382 112 0 21144 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 104716

[startup+462.3 s]
/proc/loadavg: 4.09 4.02 3.99 5/308 424
/proc/meminfo: memFree=12290224/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=105348 CPUtime=462.31 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 96256 0 0 0 46207 24 0 0 25 0 1 0 650587013 107876352 19663 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 26337 19663 382 112 0 21302 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 105348

[startup+522.301 s]
/proc/loadavg: 4.09 4.03 4.00 5/308 425
/proc/meminfo: memFree=12276028/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=105560 CPUtime=522.31 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 103548 0 0 0 52205 26 0 0 25 0 1 0 650587013 108093440 19105 33554432000 4194304 4650387 140734137459824 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 26390 19105 382 112 0 21355 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 105560

[startup+582.3 s]
/proc/loadavg: 4.06 4.03 4.00 5/308 427
/proc/meminfo: memFree=12262332/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=105696 CPUtime=582.31 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 109960 0 0 0 58202 29 0 0 25 0 1 0 650587013 108232704 20057 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 26424 20057 382 112 0 21389 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 105696

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 4.00 5/308 429
/proc/meminfo: memFree=12241324/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=109172 CPUtime=642.31 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 117929 0 0 0 64200 31 0 0 25 0 1 0 650587013 111792128 19315 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 27293 19315 382 112 0 22258 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 109172

[startup+702.301 s]
/proc/loadavg: 4.07 4.03 4.00 5/308 430
/proc/meminfo: memFree=12250800/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=109312 CPUtime=702.31 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 124342 0 0 0 70197 34 0 0 25 0 1 0 650587013 111935488 19760 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 27328 19760 382 112 0 22293 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 109312

[startup+762.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/308 432
/proc/meminfo: memFree=12260280/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=109460 CPUtime=762.32 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 131025 0 0 0 76195 37 0 0 25 0 1 0 650587013 112087040 20285 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 27365 20285 382 112 0 22330 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 109460

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/308 433
/proc/meminfo: memFree=12245480/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=110496 CPUtime=822.31 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 137559 0 0 0 82192 39 0 0 25 0 1 0 650587013 113147904 20584 33554432000 4194304 4650387 140734137459824 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 27624 20584 382 112 0 22589 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 110496

[startup+882.311 s]
/proc/loadavg: 4.00 4.01 4.00 5/308 435
/proc/meminfo: memFree=12226332/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=116560 CPUtime=882.33 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 144995 0 0 0 88193 40 0 0 25 0 1 0 650587013 119357440 21566 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 29140 21566 382 112 0 24105 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 116560

[startup+942.301 s]
/proc/loadavg: 4.07 4.04 4.01 5/308 437
/proc/meminfo: memFree=12230244/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=116636 CPUtime=942.32 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 149600 0 0 0 94190 42 0 0 25 0 1 0 650587013 119435264 22893 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366847 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 29159 22893 382 112 0 24124 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 116636

[startup+1002.3 s]
/proc/loadavg: 4.14 4.06 4.01 5/308 438
/proc/meminfo: memFree=12219424/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=116776 CPUtime=1002.33 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 155740 0 0 0 100189 44 0 0 25 0 1 0 650587013 119578624 22258 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 29194 22258 382 112 0 24159 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 116776

[startup+1062.3 s]
/proc/loadavg: 4.05 4.05 4.00 6/308 440
/proc/meminfo: memFree=12218768/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=116916 CPUtime=1062.33 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 161901 0 0 0 106187 46 0 0 25 0 1 0 650587013 119721984 21669 33554432000 4194304 4650387 140734137459824 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 29229 21669 382 112 0 24194 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 116916

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/308 441
/proc/meminfo: memFree=12194644/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=141608 CPUtime=1122.33 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 171594 0 0 0 112185 48 0 0 25 0 1 0 650587013 145006592 27674 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 35402 27674 382 112 0 30367 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 141608

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/308 443
/proc/meminfo: memFree=12168940/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=141704 CPUtime=1182.33 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 176226 0 0 0 118184 49 0 0 25 0 1 0 650587013 145104896 28656 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 35426 28656 382 112 0 30391 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 141704

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/308 445
/proc/meminfo: memFree=12187876/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=141836 CPUtime=1242.33 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 182395 0 0 0 124182 51 0 0 25 0 1 0 650587013 145240064 27415 33554432000 4194304 4650387 140734137459824 18446744073709551615 4315121 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 35459 27415 382 112 0 30424 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 141836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 4.00 3/304 448
/proc/meminfo: memFree=12673568/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=141916 CPUtime=1300.04 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 187125 0 0 0 129951 53 0 0 25 0 1 0 650587013 145321984 28393 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 35479 28393 382 112 0 30444 0
Current children cumulated CPU time (s) 1300.04
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

[startup+1300 s]
/proc/loadavg: 4.03 4.03 4.00 3/304 448
/proc/meminfo: memFree=12673568/32950928 swapFree=67083212/67111528
[pid=404] ppid=402 vsize=141916 CPUtime=1300.04 cores=5,7
/proc/404/stat : 404 (strangenight1-s) R 402 404 32651 0 -1 4202496 187125 0 0 0 129951 53 0 0 25 0 1 0 650587013 145321984 28393 33554432000 4194304 4650387 140734137459824 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/404/statm: 35479 28393 382 112 0 30444 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 141916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.52
CPU system time (s): 0.539917
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 199688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.539917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187126
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= 6
involuntary context switches= 15226

runsolver used 3.56846 second user time and 8.51171 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 18:17:53
IDJOB=3370575
IDBENCH=83138
IDSOLVER=1847
FILE ID=node127/3370575-1305389873
RUNJOBID= node127-1305388571-32672
PBS_JOBID= 13324406
Free space on /tmp= 73464 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
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-3370575-1305389873/watcher-3370575-1305389873 -o /tmp/evaluation-result-3370575-1305389873/solver-3370575-1305389873 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370575-1305389873.cnf

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=1619698576

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.823
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.60
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.823
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:      13113560 kB
Buffers:        279804 kB
Cached:        3346816 kB
SwapCached:       1620 kB
Active:       16769548 kB
Inactive:      2731280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13113560 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           24140 kB
Writeback:           0 kB
AnonPages:    15872480 kB
Mapped:          26596 kB
Slab:           226828 kB
PageTables:      46616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44417760 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= 73464 MiB
End job on node127 at 2011-05-14 18:39:36