Trace number 3251068

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) 1300.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39763
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3251068-1303583090.cnf'
0.00/0.00	c -- header says num vars:           1985
0.00/0.00	c -- header says num clauses:      409171
0.03/0.06	c -- clauses added:            0 learnts,       409171 normals,            0 xors
0.03/0.06	c -- vars added       1985
0.03/0.06	c Parsing time:  0.06 s
0.03/0.06	c  N st     0         0      1985        45    409126         0    820237         0   no data   no data  --
0.03/0.06	c asymm  cl-useful: 0/45/45 lits-rem:0 time: 0.00
0.09/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
0.19/0.20	c bin-w-bin subsume rem            0 bins  time:  0.08 s
0.19/0.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
0.29/0.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1985 time:  0.04 s
0.29/0.34	c Removed useless bin:       0  fixed:     0  props:   2.05M  time:  0.04 s
0.39/0.45	c lits-rem:       198  cl-subs:        0  v-elim:     45  v-fix:    0  time:  0.11 s
0.39/0.46	c Finding binary XORs  T:     0.01 s  found:       0
0.39/0.48	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.39/0.48	c calculated reachability. Time: 0.00
0.39/0.48	c Calc default polars -  time:   0.00 s pos:       0 undec:      45 neg:    1940
0.39/0.48	c =========================================================================================
0.39/0.48	c types(t): F = full restart, N = normal restart
0.39/0.48	c types(t): S = simplification begin/end, E = solution found
0.39/0.48	c restart types(rt): st = static, dy = dynamic
0.39/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.48	c  B st     0         0      1940      8673    398513         0   1219390         0   no data   no data  --
0.89/0.93	c  N dy    16      4193      1940      8673    398515      4073   1219384    370435      9.54     10.07  --
1.29/1.35	c  N dy    38      8247      1940      8673    398515      5620   1219384    364975      9.38     10.23  --
1.68/1.77	c  N dy    56     12319      1940      8673    398516      5449   1219383    292239      9.40      9.90  --
2.19/2.29	c  N dy    73     17128      1940      8673    398517     10112   1219383    580789      9.28      9.88  --
2.69/2.72	c  N dy    99     21178      1940      8673    398517      8592   1219374    486371      9.42      9.96  --
3.20/3.21	c  F st   118     25000      1940      8673    398518     12291   1219359    846731      9.50      7.04  --
3.20/3.29	c  N st   119     25250      1940      8673    398518     12537   1219359    906073      9.50   no data  --
3.79/3.86	c  N dy   124     30001      1940      8673    398518     10533   1219354    693665      9.50   no data  --
3.79/3.86	c  S st   124     30001      1940      8673    398518     10533   1219354    693665      9.50   no data  --
3.89/3.92	c  S st   124     30506      1940      8673    398518     11035   1219354    733149      9.50   no data  --
3.89/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3.89/3.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.49/4.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 27.5M T:  0.58
4.49/4.59	c bin-w-bin subsume rem            0 bins  time:  0.05 s
5.79/5.82	c subs with bin:        0  lits-rem:      1308  v-fix:    0  time:  1.22 s
5.79/5.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
5.79/5.89	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
6.60/6.67	c lits-rem:      2961  cl-subs:     1028  v-elim:      0  v-fix:    0  time:  0.77 s
6.79/6.88	c asymm  cl-useful: 550/1430/8673 lits-rem:7082 time: 0.21
6.79/6.89	c calculated reachability. Time: 0.00
6.79/6.89	c  N dy   124     30506      1940      8673    398518     10007   1205459    699252      9.50   no data  --
7.39/7.42	c  N dy   140     34538      1940      8673    398518     13938   1205457   1098170      9.53     10.54  --
7.89/7.94	c  N dy   161     38608      1940      8673    398518     10225   1205454    577475      9.65     10.17  --
8.38/8.47	c  N dy   193     42705      1940      8673    398519     14208   1205450    905593      9.92     11.11  --
8.79/8.86	c  S st   208     45759      1940      8673    398519     17199   1205450   1198922      9.92   no data  --
8.88/8.96	c  S st   208     46262      1940      8673    398519      8971   1205450    472484      9.92   no data  --
8.88/8.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.88/8.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.48/9.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.2M T:  0.54
9.48/9.58	c bin-w-bin subsume rem            0 bins  time:  0.05 s
10.78/10.81	c subs with bin:        0  lits-rem:      5082  v-fix:    0  time:  1.23 s
10.78/10.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
10.78/10.89	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
13.39/13.41	c lits-rem:      2582  cl-subs:      245  v-elim:      0  v-fix:    0  time:  2.52 s
13.39/13.43	c vivif2 --  cl tried     8673 cl shrink     6550 lits rem      83294 time: 0.02
13.39/13.44	c vivif2 --  cl tried     8726 cl shrink      148 lits rem        148 time: 0.02
13.59/13.62	c asymm  cl-useful: 0/2079/8673 lits-rem:0 time: 0.18
13.59/13.63	c calculated reachability. Time: 0.00
13.59/13.63	c  N dy   208     46262      1940      8673    398519      8726   1114265    464011      9.92   no data  --
14.09/14.10	c  N dy   237     50274      1940      8673    398519     12658   1114265    787846     10.08     12.88  --
14.59/14.64	c  N dy   260     54277      1940      8673    398519     16548   1114265   1093177     10.16     10.70  --
15.19/15.27	c  N dy   283     58597      1940      8673    398519     11028   1114265    595110     10.22     10.77  --
15.68/15.79	c  N dy   313     62753      1940      8673    398519     15089   1114265   1013602     10.34     10.92  --
16.40/16.45	c  N dy   328     67475      1940      8673    398519     19660   1114265   1417880     10.30     10.89  --
16.69/16.78	c  S st   338     69393      1940      8673    398519     10827   1114265    591237     10.33      7.99  --
16.79/16.85	c  S st   338     69898      1940      8673    398519     11326   1114265    640279     10.33   no data  --
16.79/16.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.79/16.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.39/17.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.8M T:  0.58
17.50/17.50	c bin-w-bin subsume rem            0 bins  time:  0.05 s
18.70/18.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
18.70/18.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
18.79/18.80	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
21.39/21.42	c lits-rem:       579  cl-subs:      208  v-elim:      0  v-fix:    0  time:  2.63 s
21.39/21.43	c vivif2 --  cl tried     8673 cl shrink        0 lits rem          0 time: 0.01
21.39/21.45	c vivif2 --  cl tried    11118 cl shrink        0 lits rem          0 time: 0.02
21.59/21.64	c asymm  cl-useful: 0/881/8673 lits-rem:0 time: 0.19
21.59/21.65	c calculated reachability. Time: 0.00
21.59/21.65	c  N dy   338     69898      1940      8673    398519     11118   1114232    636084     10.33   no data  --
22.19/22.24	c  N dy   350     74449      1940      8673    398519     15550   1114232   1064782     10.27     13.07  --
22.89/22.92	c  N dy   383     79236      1940      8673    398520     20193   1114232   1677848     10.47     15.22  --
23.79/23.82	c  N dy   422     84825      1940      8673    398520     13958   1114232    904266     10.70     11.35  --
24.10/24.19	c  F st   435     87500      1940      8673    398520     16568   1114232   1146737     10.68      8.14  --
24.69/24.71	c  N st   440     90801      1940      8673    398520     19792   1114232   1348156     10.68   no data  --
25.69/25.73	c  N dy   458     96712      1940      8673    398520     12867   1114232    664944     10.67     11.26  --
26.59/26.61	c  N dy   492    103415      1940      8673    398520     19372   1114232   1317950     10.71     11.28  --
26.79/26.85	c  S st   498    104848      1940      8673    398520     20762   1114232   1425497     10.70   no data  --
26.89/26.92	c  S st   498    105348      1940      8673    398520     21261   1114232   1464734     10.70   no data  --
26.89/26.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.89/26.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.69/27.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 36.0M T:  0.79
27.78/27.82	c bin-w-bin subsume rem            0 bins  time:  0.05 s
29.08/29.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
29.08/29.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
29.08/29.19	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
30.89/30.98	c lits-rem:      1886  cl-subs:      583  v-elim:      0  v-fix:    0  time:  1.79 s
30.89/30.99	c vivif2 --  cl tried     8673 cl shrink        0 lits rem          0 time: 0.01
30.99/31.02	c vivif2 --  cl tried    20678 cl shrink       44 lits rem         44 time: 0.04
31.19/31.22	c asymm  cl-useful: 0/692/8673 lits-rem:0 time: 0.20
31.19/31.23	c calculated reachability. Time: 0.00
31.19/31.23	c  N dy   498    105348      1940      8673    398520     20678   1114232   1430291     10.70   no data  --
32.39/32.48	c  N dy   523    112580      1940      8673    398521     14098   1114232    732702     10.68     11.34  --
33.49/33.56	c  N dy   556    119947      1940      8673    398521     21249   1114232   1213322     10.68     11.74  --
34.79/34.87	c  N dy   595    127652      1940      8673    398521     28770   1114232   1809848     10.72     14.09  --
36.09/36.16	c  N dy   649    136307      1940      8673    398522     22624   1114232   1452445     10.81     11.63  --
37.79/37.88	c  N dy   692    145010      1940      8673    398522     31060   1114232   2164825     10.90     12.75  --
39.29/39.34	c  N dy   728    154529      1940      8673    398522     24737   1114232   1544393     10.87     11.47  --
39.99/40.04	c  S st   735    158024      1940      8673    398522     28122   1114232   1759844     10.84   no data  --
40.09/40.11	c  S st   735    158527      1940      8673    398522     28624   1114232   1818775     10.84   no data  --
40.09/40.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
40.09/40.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.89/40.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 37.5M T:  0.79
40.99/41.03	c bin-w-bin subsume rem            0 bins  time:  0.05 s
42.29/42.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
42.29/42.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
42.39/42.43	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
45.49/45.54	c lits-rem:      1688  cl-subs:     1084  v-elim:      0  v-fix:    0  time:  3.10 s
45.49/45.54	c vivif2 --  cl tried     8673 cl shrink        0 lits rem          0 time: 0.01
45.59/45.60	c vivif2 --  cl tried    27540 cl shrink      106 lits rem        121 time: 0.05
45.79/45.80	c asymm  cl-useful: 0/1257/8673 lits-rem:0 time: 0.20
45.79/45.81	c calculated reachability. Time: 0.00
45.79/45.81	c  N dy   735    158527      1940      8673    398522     27540   1114232   1782365     10.84   no data  --
47.59/47.66	c  N dy   795    168845      1940      8673    398522     21042   1114232   1164590     10.94     12.04  --
49.49/49.54	c  N dy   838    179667      1940      8673    398522     31493   1114232   1966955     10.95     19.41  --
51.29/51.35	c  N dy   890    191284      1940      8673    398523     25241   1114232   1390694     10.94     11.54  --
53.39/53.42	c  N dy   945    204343      1940      8673    398523     19514   1114232    963202     10.97     11.58  --
55.59/55.66	c  N dy  1005    217460      1940      8673    398524     32220   1114232   1981587     11.00     13.62  --
58.09/58.20	c  N dy  1057    231586      1940      8673    398524     26489   1114232   1293779     10.99     11.79  --
59.09/59.18	c  S st  1093    237791      1940      8673    398524     32545   1114232   1933845     11.03      9.59  --
59.19/59.26	c  S st  1093    238294      1940      8673    398524     33046   1114232   2000191     11.03   no data  --
59.19/59.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.19/59.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.09/60.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 37.8M T:  0.87
60.19/60.25	c bin-w-bin subsume rem            0 bins  time:  0.05 s
61.39/61.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
61.50/61.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
61.50/61.56	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
64.49/64.50	c lits-rem:      2047  cl-subs:     1798  v-elim:      0  v-fix:    0  time:  2.94 s
64.49/64.51	c vivif2 --  cl tried     8673 cl shrink        0 lits rem          0 time: 0.01
64.49/64.57	c vivif2 --  cl tried    31248 cl shrink      104 lits rem        104 time: 0.06
64.79/64.82	c asymm  cl-useful: 0/842/8673 lits-rem:0 time: 0.24
64.79/64.83	c calculated reachability. Time: 0.00
64.79/64.83	c  N dy  1093    238294      1940      8673    398524     31248   1114232   1952284     11.03   no data  --
67.79/67.80	c  N dy  1151    253821      1940      8673    398524     26017   1114232   1315130     11.03     11.65  --
70.79/70.82	c  N dy  1222    270605      1940      8673    398526     42281   1114232   2746593     11.05     11.64  --
73.70/73.78	c  N dy  1298    287933      1940      8673    398526     37679   1114232   2295283     11.08     13.53  --
77.19/77.24	c  F st  1379    306250      1940      8673    398527     33197   1114232   1995730     11.08     11.95  --
77.29/77.33	c  N st  1380    306501      1940      8673    398527     33439   1114232   2024660     11.08   no data  --
81.09/81.12	c  N dy  1434    326076      1940      8673    398527     29216   1114232   1533253     11.09     11.74  --
85.30/85.34	c  N dy  1508    346257      1940      8673    398527     24489   1114231   1079552     11.08     11.69  --
87.19/87.23	c  S st  1565    357442      1940      8673    398527     35310   1114231   1982693     11.10   no data  --
87.29/87.32	c  S st  1565    357945      1940      8673    398527     35813   1114231   2031903     11.10   no data  --
87.29/87.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
87.29/87.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.09/88.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 39.2M T:  0.85
88.19/88.29	c bin-w-bin subsume rem            0 bins  time:  0.05 s
89.49/89.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
89.49/89.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
89.59/89.61	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
92.69/92.70	c lits-rem:       867  cl-subs:     1591  v-elim:      0  v-fix:    0  time:  3.09 s
92.69/92.71	c vivif2 --  cl tried     8673 cl shrink        0 lits rem          0 time: 0.01
92.69/92.77	c vivif2 --  cl tried    34222 cl shrink        0 lits rem          0 time: 0.06
92.89/92.97	c asymm  cl-useful: 0/1089/8673 lits-rem:0 time: 0.20
92.89/92.98	c calculated reachability. Time: 0.00
92.89/92.98	c  N dy  1565    357945      1940      8673    398527     34222   1114231   1993420     11.10   no data  --
97.80/97.82	c  N dy  1641    379081      1940      8673    398528     29397   1114231   1449346     11.09     11.82  --
102.20/102.21	c  N dy  1733    399217      1940      8673    398530     48831   1114231   2965858     11.11     11.80  --
106.60/106.63	c  N dy  1853    419348      1940      8673    398530     42269   1114231   2643290     11.19     12.00  --
111.00/111.09	c  N dy  1934    439388      1940      8673    398530     34648   1114231   1860880     11.21     11.82  --
115.79/115.86	c  N dy  2026    460887      1940      8673    398532     55423   1114231   3519252     11.23     11.95  --
119.80/119.89	c  N dy  2119    481017      1940      8673    398532     46817   1114231   2818391     11.26     11.94  --
124.49/124.50	c  N dy  2199    501806      1940      8673    398532     37783   1114231   1784477     11.26     11.92  --
128.70/128.78	c  N dy  2297    521849      1940      8673    398532     57177   1114231   3482287     11.28     12.17  --
131.79/131.90	c  S st  2376    536917      1940      8673    398534     41847   1114231   2329327     11.31   no data  --
132.00/132.01	c  S st  2376    537418      1940      8673    398534     42347   1114231   2381090     11.31   no data  --
132.00/132.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
132.00/132.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
133.00/133.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 45.4M T:  0.98
133.10/133.13	c bin-w-bin subsume rem            0 bins  time:  0.05 s
134.49/134.52	c subs with bin:       22  lits-rem:         0  v-fix:    0  time:  1.39 s
134.49/134.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
134.49/134.60	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
139.09/139.16	c lits-rem:      2106  cl-subs:     2786  v-elim:      0  v-fix:    0  time:  4.57 s
139.09/139.17	c vivif2 --  cl tried     8673 cl shrink        1 lits rem          1 time: 0.01
139.19/139.25	c vivif2 --  cl tried    39539 cl shrink      314 lits rem        437 time: 0.08
139.39/139.47	c asymm  cl-useful: 0/659/8673 lits-rem:0 time: 0.22
139.39/139.48	c calculated reachability. Time: 0.00
139.39/139.48	c  N dy  2376    537418      1940      8673    398534     39539   1114230   2326427     11.31   no data  --
144.79/144.83	c  N dy  2467    557620      1940      8673    398534     59010   1114230   3811762     11.34     11.96  --
149.39/149.43	c  N dy  2582    577812      1940      8673    398535     47714   1114230   2898968     11.41     12.04  --
154.90/154.96	c  N dy  2674    597898      1940      8673    398535     35218   1114230   1628968     11.44     12.36  --
159.49/159.53	c  N dy  2780    617973      1940      8673    398536     54528   1114230   3182805     11.48     17.54  --
164.39/164.41	c  N dy  2868    638237      1940      8673    398536     41309   1114230   2087962     11.50     12.40  --
169.69/169.70	c  N dy  2954    659271      1940      8673    398536     61604   1114230   3909401     11.51     12.18  --
174.69/174.75	c  N dy  3039    679350      1940      8673    398536     47258   1114230   2606453     11.52     14.06  --
180.09/180.11	c  N dy  3114    699703      1940      8673    398536     66823   1114230   3950567     11.52     12.16  --
184.59/184.60	c  N dy  3204    720413      1940      8673    398536     52160   1114230   2982738     11.52     12.25  --
189.69/189.79	c  N dy  3295    740633      1940      8673    398536     36013   1114230   1551384     11.55     12.20  --
193.79/193.80	c  N dy  3361    760806      1940      8673    398536     55442   1114230   2998599     11.54     12.17  --
199.40/199.44	c  N dy  3462    781276      1940      8673    398536     38528   1114230   1663166     11.57     12.28  --
203.40/203.41	c  N dy  3537    801530      1940      8673    398536     58058   1114230   3164857     11.56     12.18  --
204.29/204.38	c  S st  3558    806131      1940      8673    398536     62516   1114230   3650696     11.57     10.06  --
204.39/204.50	c  S st  3558    806632      1940      8673    398536     63015   1114230   3707778     11.57   no data  --
204.50/204.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
204.50/204.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
205.70/205.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 52.5M T:  1.20
205.79/205.89	c bin-w-bin subsume rem            0 bins  time:  0.05 s
207.09/207.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
207.19/207.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
207.19/207.27	c Removed useless bin:       0  fixed:     0  props:   1.99M  time:  0.04 s
215.50/215.54	c lits-rem:       756  cl-subs:     5076  v-elim:      0  v-fix:    0  time:  8.27 s
215.50/215.55	c vivif2 --  cl tried     8673 cl shrink        1 lits rem          1 time: 0.01
215.60/215.68	c vivif2 --  cl tried    57939 cl shrink     1159 lits rem       1159 time: 0.13
215.89/215.90	c asymm  cl-useful: 0/1307/8673 lits-rem:0 time: 0.22
215.89/215.91	c calculated reachability. Time: 0.00
215.89/215.91	c  N dy  3558    806632      1940      8673    398536     57939   1114229   3603987     11.57   no data  --
222.10/222.18	c  N dy  3669    828107      1940      8673    398536     41129   1114229   2097124     11.61     12.23  --
226.69/226.79	c  N dy  3734    848167      1940      8673    398536     60506   1114229   3801021     11.60     12.22  --
232.00/232.06	c  N dy  3803    868232      1940      8673    398537     41278   1114229   1858221     11.59     12.23  --
236.40/236.42	c  N dy  3891    888251      1940      8673    398537     60666   1114229   3506527     11.59     12.46  --
242.60/242.64	c  N dy  3978    908896      1940      8673    398537     40957   1114229   1855602     11.59     12.23  --
247.60/247.68	c  N dy  4037    929742      1940      8673    398537     60940   1114229   3339520     11.58     12.20  --
254.30/254.34	c  N dy  4124    949884      1940      8673    398537     80322   1114229   4959860     11.58     12.23  --
259.19/259.24	c  N dy  4204    970109      1940      8673    398539     59469   1114229   3352580     11.59     12.20  --
265.80/265.85	c  N dy  4288    990183      1940      8673    398540     78704   1114229   4712802     11.59     15.59  --
270.69/270.73	c  N dy  4354   1010239      1940      8673    398540     56742   1114229   3117326     11.59     16.50  --
276.10/276.15	c  N dy  4454   1030305      1940      8673    398540     76162   1114229   4707326     11.61     12.22  --
281.30/281.31	c  N dy  4540   1050654      1940      8673    398541     53448   1114229   3046429     11.62     12.62  --
286.70/286.70	c  N dy  4639   1070671      1940      8673    398541     72877   1114229   4805634     11.63     12.25  --
287.01/287.06	c  F st  4643   1071875      1940      8673    398541     74055   1114229   4916301     11.63      9.79  --
292.79/292.87	c  N dy  4712   1090696      1940      8673    398541     48685   1114229   2609114     11.64     22.64  --
298.70/298.71	c  N dy  4809   1110792      1940      8673    398543     68079   1114229   4325300     11.67     14.74  --
306.40/306.44	c  N dy  4911   1131052      1940      8673    398543     87650   1114229   6063143     11.69     12.37  --
311.40/311.43	c  N dy  4972   1151110      1940      8673    398545     62525   1114229   3659006     11.68     28.16  --
317.49/317.52	c  N dy  5074   1171438      1940      8673    398546     82354   1114229   5725927     11.71     12.34  --
323.69/323.73	c  N dy  5164   1192298      1940      8673    398548     57083   1114229   3308160     11.71     12.37  --
328.70/328.71	c  S st  5262   1209951      1940      8673    398548     74268   1114229   5180376     11.74   no data  --
328.81/328.89	c  S st  5262   1210454      1940      8673    398548     74771   1114229   5234320     11.74   no data  --
328.91/328.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
328.91/328.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
330.60/330.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 72.4M T:  1.78
330.90/330.91	c bin-w-bin subsume rem            0 bins  time:  0.05 s
332.90/332.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.02 s
332.90/332.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
333.00/333.01	c Removed useless bin:       0  fixed:     0  props:   1.99M  time:  0.04 s
362.50/362.57	c lits-rem:      1982  cl-subs:     7129  v-elim:      0  v-fix:    0  time: 29.56 s
362.50/362.58	c vivif2 --  cl tried     8673 cl shrink        6 lits rem          6 time: 0.01
362.70/362.77	c vivif2 --  cl tried    67642 cl shrink     3593 lits rem       4115 time: 0.18
362.90/363.00	c asymm  cl-useful: 0/462/8673 lits-rem:0 time: 0.24
363.00/363.01	c calculated reachability. Time: 0.00
363.00/363.01	c  N dy  5262   1210454      1940      8673    398548     67642   1114223   5086080     11.74   no data  --
370.19/370.26	c  N dy  5345   1230776      1940      8673    398548     87357   1114223   6852807     11.75     12.41  --
376.20/376.21	c  N dy  5443   1250885      1940      8673    398548     60420   1114223   3641125     11.76     12.42  --
382.09/382.13	c  N dy  5529   1270943      1940      8673    398550     79939   1114223   5948238     11.78     15.14  --
391.19/391.21	c  N dy  5648   1290972      1940      8673    398550     51839   1114223   2722761     11.82     12.61  --
396.69/396.77	c  N dy  5746   1310992      1940      8673    398550     71173   1114223   4682639     11.84     12.66  --
404.50/404.54	c  N dy  5847   1331204      1940      8673    398551     90774   1114223   6789676     11.86     12.68  --
411.70/411.75	c  N dy  5939   1351245      1940      8673    398552     61651   1114223   3625419     11.88     17.97  --
418.80/418.80	c  N dy  6044   1371326      1940      8673    398552     81172   1114223   5446995     11.90     14.89  --
427.20/427.22	c  N dy  6155   1391759      1940      8673    398552     51591   1114223   2670052     11.94     12.70  --
432.90/432.91	c  N dy  6245   1411849      1940      8673    398552     71052   1114223   4769523     11.96     12.63  --
441.30/441.37	c  N dy  6350   1431936      1940      8673    398552     90578   1114223   6840391     11.98     12.63  --
449.49/449.59	c  N dy  6465   1452169      1940      8673    398552     59780   1114223   3518594     12.01     12.65  --
456.80/456.86	c  N dy  6579   1472253      1940      8673    398552     79275   1114223   5728277     12.04     12.94  --
466.20/466.26	c  N dy  6664   1492707      1940      8673    398552     99073   1114223   7853288     12.05     12.76  --
473.30/473.38	c  N dy  6773   1512762      1940      8673    398552     67100   1114223   4044894     12.08     12.77  --
480.10/480.12	c  N dy  6895   1533018      1940      8673    398552     86708   1114223   6090752     12.11     12.82  --
488.90/488.92	c  N dy  7004   1553667      1940      8673    398552     54368   1114223   2797562     12.14     12.81  --
494.60/494.62	c  N dy  7116   1573696      1940      8673    398552     73789   1114223   4867588     12.16     16.09  --
502.19/502.23	c  N dy  7207   1593761      1940      8673    398552     93307   1114223   6912201     12.19     18.18  --
510.00/510.01	c  N dy  7294   1614184      1940      8673    398552     59783   1114223   3320598     12.20     12.88  --
516.30/516.38	c  N dy  7386   1636217      1940      8673    398552     81120   1114223   5281299     12.21     12.88  --
523.39/523.50	c  N dy  7479   1656455      1940      8673    398552    100667   1114223   7133439     12.22     13.10  --
530.11/530.15	c  N dy  7576   1676527      1940      8673    398552     65862   1114223   3673229     12.23     18.11  --
536.60/536.63	c  N dy  7673   1697050      1940      8673    398553     85784   1114223   5928799     12.24     12.94  --
542.40/542.44	c  S st  7748   1710454      1940      8673    398554     98775   1114223   7316169     12.26      8.67  --
542.60/542.69	c  S st  7748   1710958      1940      8673    398554     99277   1114223   7378188     12.26   no data  --
542.70/542.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
542.70/542.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
545.30/545.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 94.0M T:  2.67
545.60/545.67	c bin-w-bin subsume rem            0 bins  time:  0.05 s
547.10/547.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
547.10/547.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
547.20/547.20	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
609.10/609.16	c lits-rem:      2577  cl-subs:     6538  v-elim:      0  v-fix:    0  time: 61.96 s
609.10/609.17	c vivif2 --  cl tried     8673 cl shrink        0 lits rem          0 time: 0.01
609.30/609.35	c vivif2 --  cl tried    92739 cl shrink      393 lits rem        439 time: 0.18
609.60/609.62	c asymm  cl-useful: 0/333/8673 lits-rem:0 time: 0.27
609.60/609.63	c calculated reachability. Time: 0.00
609.60/609.63	c  N dy  7748   1710958      1940      8673    398554     92739   1114223   7208772     12.26   no data  --
619.70/619.71	c  N dy  7868   1731227      1940      8673    398554     57247   1114223   3057392     12.29     13.02  --
625.71/625.71	c  N dy  7983   1751314      1940      8673    398554     76799   1114223   5444329     12.32     13.31  --
634.50/634.53	c  N dy  8080   1771680      1940      8673    398554     96524   1114223   7110825     12.33     12.99  --
642.70/642.70	c  N dy  8154   1792092      1940      8673    398556     60116   1114223   3440726     12.34     13.03  --
648.80/648.81	c  N dy  8257   1812104      1940      8673    398556     79534   1114223   5627677     12.36     14.02  --
656.71/656.79	c  N dy  8336   1832280      1940      8673    398556     99096   1114223   7749514     12.37     13.04  --
666.00/666.05	c  N dy  8426   1852662      1940      8673    398557     61630   1114223   3420495     12.38     13.32  --
672.50/672.50	c  N dy  8513   1872743      1940      8673    398557     81105   1114223   5477453     12.39     21.08  --
681.10/681.13	c  N dy  8622   1892762      1940      8673    398559    100536   1114223   7703647     12.42     20.31  --
692.51/692.59	c  N dy  8718   1913214      1940      8673    398559     62201   1114223   3380027     12.43     13.10  --
699.51/699.54	c  N dy  8831   1933257      1940      8673    398559     81668   1114223   5577759     12.46     18.74  --
708.60/708.62	c  N dy  8916   1953298      1940      8673    398559    101138   1114223   7847475     12.47     20.96  --
719.70/719.74	c  N dy  9006   1973425      1940      8673    398559     61447   1114223   3340330     12.48     13.18  --
726.61/726.68	c  N dy  9112   1993453      1940      8673    398559     80818   1114223   5264223     12.50     13.33  --
735.60/735.66	c  N dy  9204   2013526      1940      8673    398560    100322   1114223   7594680     12.52     17.44  --
748.50/748.54	c  N dy  9297   2033604      1940      8673    398560    119644   1114223   9372707     12.53     13.37  --
755.80/755.86	c  N dy  9406   2054616      1940      8673    398560     80085   1114223   5507490     12.55     13.40  --
764.60/764.65	c  N dy  9505   2075004      1940      8673    398560     99856   1114223   7544366     12.57     13.36  --
777.21/777.21	c  N dy  9619   2096062      1940      8673    398560    120261   1114223   9790169     12.60     13.27  --
784.21/784.30	c  N dy  9691   2116495      1940      8673    398560     78917   1114223   4938935     12.59     13.35  --
793.21/793.21	c  N dy  9800   2136563      1940      8673    398560     98338   1114223   7067384     12.61     20.63  --
803.80/803.86	c  N dy  9885   2156684      1940      8673    398560    117861   1114223   9284382     12.62     13.43  --
812.81/812.84	c  N dy  9972   2176734      1940      8673    398560     75272   1114223   4730300     12.63     25.94  --
821.72/821.75	c  N dy 10077   2197240      1940      8673    398560     95131   1114223   7001498     12.65     13.36  --
829.81/829.88	c  S st 10160   2210958      1940      8673    398561    108452   1114223   8334930     12.66      9.22  --
830.21/830.22	c  S st 10160   2211459      1940      8673    398561    108951   1114223   8398318     12.66   no data  --
830.21/830.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
830.21/830.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
834.01/834.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 109.4M T:  3.82
834.30/834.37	c bin-w-bin subsume rem            0 bins  time:  0.05 s
835.91/835.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.63 s
836.01/836.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
836.01/836.07	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
924.71/924.74	c lits-rem:      5356  cl-subs:     4708  v-elim:      0  v-fix:    0  time: 88.67 s
924.71/924.75	c vivif2 --  cl tried     8673 cl shrink        2 lits rem          2 time: 0.01
924.91/924.96	c vivif2 --  cl tried   104243 cl shrink      731 lits rem        864 time: 0.21
925.21/925.23	c asymm  cl-useful: 0/716/8673 lits-rem:0 time: 0.27
925.21/925.24	c calculated reachability. Time: 0.00
925.21/925.24	c  N dy 10160   2211459      1940      8673    398561    104243   1114221   8241077     12.66   no data  --
935.81/935.82	c  N dy 10252   2231543      1940      8673    398561    123782   1114221  10576351     12.68     13.40  --
942.91/942.91	c  N dy 10340   2251546      1940      8673    398561     80224   1114221   5350613     12.68     20.29  --
950.91/950.96	c  N dy 10411   2272629      1940      8673    398561    100662   1114221   7890680     12.69     13.49  --
961.21/961.25	c  N dy 10495   2292730      1940      8673    398562    120086   1114221   9968879     12.70     19.45  --
969.92/969.97	c  N dy 10592   2312745      1940      8673    398562     75518   1114221   4767894     12.71     13.51  --
977.51/977.51	c  N dy 10702   2332803      1940      8673    398562     94947   1114221   6907069     12.73     16.15  --
987.31/987.31	c  N dy 10795   2352922      1940      8673    398562    114386   1114221   8879255     12.74     13.44  --
998.11/998.19	c  N dy 10866   2374324      1940      8673    398563     70208   1114221   4101710     12.74     13.62  --
1005.61/1005.63	c  N dy 10960   2394374      1940      8673    398563     89612   1114221   6095999     12.75     18.03  --
1014.62/1014.63	c  N dy 11044   2414971      1940      8673    398563    109508   1114221   8002271     12.76     13.57  --
1024.21/1024.28	c  N dy 11118   2435019      1940      8673    398563    128817   1114221   9892649     12.76     13.68  --
1031.82/1031.87	c  N dy 11216   2455102      1940      8673    398563     82583   1114221   5418023     12.78     13.50  --
1039.72/1039.77	c  N dy 11283   2475185      1940      8673    398563    102023   1114221   7403315     12.78     18.96  --
1049.11/1049.19	c  N dy 11350   2495258      1940      8673    398563    121406   1114221   9325351     12.78     13.45  --
1059.22/1059.21	c  N dy 11449   2515330      1940      8673    398563     74128   1114221   4453359     12.79     25.34  --
1066.42/1066.46	c  N dy 11539   2535333      1940      8673    398563     93581   1114221   6826296     12.80     14.67  --
1076.01/1076.05	c  N dy 11624   2555440      1940      8673    398563    112972   1114221   8625252     12.81     13.60  --
1086.52/1086.57	c  N dy 11716   2575513      1940      8673    398563    132373   1114221  10707013     12.82     30.10  --
1094.02/1094.07	c  N dy 11768   2595558      1940      8673    398563     83980   1114221   5428757     12.82     13.51  --
1102.12/1102.16	c  N dy 11841   2615619      1940      8673    398564    103475   1114221   7541234     12.82     23.03  --
1113.32/1113.34	c  N dy 11932   2636483      1940      8673    398564    123595   1114221   9752916     12.82     13.59  --
1124.12/1124.13	c  N dy 12013   2657171      1940      8673    398564     74876   1114221   4509500     12.83     13.84  --
1132.02/1132.01	c  N dy 12084   2678850      1940      8673    398564     95782   1114221   6414571     12.82     13.54  --
1140.01/1140.01	c  N dy 12152   2698907      1940      8673    398564    115185   1114221   8295793     12.82     20.65  --
1146.13/1146.16	c  S st 12198   2711459      1940      8673    398565    127294   1114221   9557628     12.82      9.09  --
1146.42/1146.47	c  S st 12198   2711963      1940      8673    398565    127797   1114221   9631518     12.82   no data  --
1146.52/1146.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1146.52/1146.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1150.02/1150.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 115.6M T:  3.55
1150.31/1150.38	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1152.01/1152.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.71 s
1152.11/1152.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1940 time:  0.04 s
1152.11/1152.16	c Removed useless bin:       0  fixed:     0  props:   2.00M  time:  0.04 s
1251.22/1251.20	c lits-rem:      2514  cl-subs:     5782  v-elim:      0  v-fix:    0  time: 99.04 s
1251.22/1251.21	c vivif2 --  cl tried     8673 cl shrink        1 lits rem          1 time: 0.01
1251.42/1251.46	c vivif2 --  cl tried   122015 cl shrink     1007 lits rem       1018 time: 0.25
1251.72/1251.74	c asymm  cl-useful: 0/248/8673 lits-rem:0 time: 0.28
1251.72/1251.76	c calculated reachability. Time: 0.00
1251.72/1251.76	c  N dy 12198   2711963      1940      8673    398565    122015   1114220   9442768     12.82   no data  --
1263.22/1263.23	c  N dy 12282   2732329      1940      8673    398565     72173   1114220   4069927     12.83     13.56  --
1270.62/1270.66	c  N dy 12397   2752457      1940      8673    398565     91636   1114220   6199114     12.86     13.59  --
1279.33/1279.33	c  N dy 12470   2772478      1940      8673    398565    111001   1114220   8422046     12.86     26.94  --
1289.72/1289.70	c  N dy 12551   2792583      1940      8673    398565    130420   1114220  10412265     12.87     13.65  --

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-3251068-1303583090/watcher-3251068-1303583090 -o /tmp/evaluation-result-3251068-1303583090/solver-3251068-1303583090 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3251068-1303583090.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.75 3.28 3.68 4/189 19429
/proc/meminfo: memFree=15949856/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=30564 CPUtime=0 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 912 0 0 0 0 0 0 0 22 0 1 0 450724490 31297536 851 33554432000 4194304 4650387 140734135282976 18446744073709551615 228095111877 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 7641 852 328 112 0 2606 0

[startup+0.041662 s]
/proc/loadavg: 1.75 3.28 3.68 4/189 19429
/proc/meminfo: memFree=15949856/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=35712 CPUtime=0.03 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 2221 0 0 0 3 0 0 0 22 0 1 0 450724490 36569088 2160 33554432000 4194304 4650387 140734135282976 18446744073709551615 228095111877 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 8961 2164 328 112 0 3926 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 35712

[startup+0.100652 s]
/proc/loadavg: 1.75 3.28 3.68 4/189 19429
/proc/meminfo: memFree=15949856/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=42324 CPUtime=0.09 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 3881 0 0 0 9 0 0 0 22 0 1 0 450724490 43339776 3816 33554432000 4194304 4650387 140734135282976 18446744073709551615 4370286 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 10581 3816 349 112 0 5546 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42324

[startup+0.300616 s]
/proc/loadavg: 1.75 3.28 3.68 4/189 19429
/proc/meminfo: memFree=15949856/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=45888 CPUtime=0.29 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 4800 0 0 0 29 0 0 0 22 0 1 0 450724490 46989312 4735 33554432000 4194304 4650387 140734135282976 18446744073709551615 4550170 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 11472 4735 361 112 0 6437 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45888

[startup+0.700543 s]
/proc/loadavg: 1.75 3.28 3.68 4/189 19429
/proc/meminfo: memFree=15949856/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=53252 CPUtime=0.69 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 7309 0 0 0 68 1 0 0 24 0 1 0 450724490 54530048 7244 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365220 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 13313 7244 378 112 0 8278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53252

[startup+1.5004 s]
/proc/loadavg: 1.93 3.29 3.68 5/190 19430
/proc/meminfo: memFree=15850612/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=57128 CPUtime=1.49 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 8702 0 0 0 148 1 0 0 25 0 1 0 450724490 58499072 7706 33554432000 4194304 4650387 140734135282976 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 14282 7707 380 112 0 9247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57128

[startup+3.1011 s]
/proc/loadavg: 1.93 3.29 3.68 5/190 19430
/proc/meminfo: memFree=15829160/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=58360 CPUtime=3.09 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 11333 0 0 0 307 2 0 0 25 0 1 0 450724490 59760640 8233 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 14590 8233 380 112 0 9555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58360

[startup+6.30052 s]
/proc/loadavg: 2.10 3.31 3.68 5/190 19431
/proc/meminfo: memFree=15784272/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=77284 CPUtime=6.29 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 17268 0 0 0 626 3 0 0 25 0 1 0 450724490 79138816 12685 33554432000 4194304 4650387 140734135282976 18446744073709551615 4439339 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 19321 12685 382 112 0 14286 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77284

[startup+12.7003 s]
/proc/loadavg: 2.25 3.32 3.68 5/190 19433
/proc/meminfo: memFree=15724260/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=79252 CPUtime=12.69 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 20735 0 0 0 1265 4 0 0 25 0 1 0 450724490 81154048 12762 33554432000 4194304 4650387 140734135282976 18446744073709551615 4439760 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 19813 12762 382 112 0 14778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79252

[startup+25.501 s]
/proc/loadavg: 2.64 3.35 3.69 5/190 19434
/proc/meminfo: memFree=15695088/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=81084 CPUtime=25.49 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 28671 0 0 0 2543 6 0 0 25 0 1 0 450724490 83030016 14223 33554432000 4194304 4650387 140734135282976 18446744073709551615 4366833 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 20271 14223 382 112 0 15236 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81084

[startup+51.1003 s]
/proc/loadavg: 3.10 3.40 3.70 5/190 19435
/proc/meminfo: memFree=15568300/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=110140 CPUtime=51.09 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 49557 0 0 0 5099 10 0 0 25 0 1 0 450724490 112783360 20370 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 27535 20370 382 112 0 22500 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110140

[startup+102.307 s]
/proc/loadavg: 3.61 3.49 3.71 5/190 19436
/proc/meminfo: memFree=15486616/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=119736 CPUtime=102.3 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 79804 0 0 0 10213 17 0 0 25 0 1 0 450724490 122609664 24199 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 29934 24199 382 112 0 24899 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 119736

[startup+162.301 s]
/proc/loadavg: 3.89 3.60 3.73 5/190 19438
/proc/meminfo: memFree=15419136/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=194456 CPUtime=162.29 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 111819 0 0 0 16205 24 0 0 25 0 1 0 450724490 199122944 26998 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 48614 26999 382 112 0 43579 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 194456

[startup+222.301 s]
/proc/loadavg: 4.02 3.68 3.75 5/190 19439
/proc/meminfo: memFree=15355992/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=161552 CPUtime=222.3 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 146796 0 0 0 22198 32 0 0 25 0 1 0 450724490 165429248 32087 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 40388 32087 382 112 0 35353 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 161552

[startup+282.301 s]
/proc/loadavg: 4.00 3.74 3.76 5/190 19441
/proc/meminfo: memFree=15267312/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=162272 CPUtime=282.29 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 175961 0 0 0 28189 40 0 0 25 0 1 0 450724490 166166528 33353 33554432000 4194304 4650387 140734135282976 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 40568 33353 382 112 0 35533 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 162272

[startup+342.301 s]
/proc/loadavg: 4.00 3.78 3.77 5/190 19442
/proc/meminfo: memFree=15209752/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=260100 CPUtime=342.3 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 205325 0 0 0 34184 46 0 0 25 0 1 0 450724490 266342400 42640 33554432000 4194304 4650387 140734135282976 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 65025 42640 382 112 0 59990 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 260100

[startup+402.301 s]
/proc/loadavg: 4.00 3.82 3.78 5/190 19444
/proc/meminfo: memFree=15065992/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=261572 CPUtime=402.29 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 222833 0 0 0 40176 53 0 0 25 0 1 0 450724490 267849728 43745 33554432000 4194304 4650387 140734135282976 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 65393 43745 382 112 0 60358 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 261572

[startup+462.301 s]
/proc/loadavg: 4.00 3.85 3.80 5/190 19446
/proc/meminfo: memFree=15035344/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=262100 CPUtime=462.29 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 247523 0 0 0 46165 64 0 0 25 0 1 0 450724490 268390400 44517 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 65525 44517 382 112 0 60490 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 262100

[startup+522.301 s]
/proc/loadavg: 4.04 3.89 3.81 5/190 19447
/proc/meminfo: memFree=15012628/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=263980 CPUtime=522.3 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 273343 0 0 0 52160 70 0 0 25 0 1 0 450724490 270315520 44483 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 65995 44483 382 112 0 60960 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 263980

[startup+582.301 s]
/proc/loadavg: 4.01 3.91 3.82 5/190 19449
/proc/meminfo: memFree=14999340/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=314540 CPUtime=582.3 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 294472 0 0 0 58156 74 0 0 25 0 1 0 450724490 322088960 57159 33554432000 4194304 4650387 140734135282976 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 78635 57159 382 112 0 73600 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 314540

[startup+642.301 s]
/proc/loadavg: 4.00 3.92 3.83 5/190 19450
/proc/meminfo: memFree=15019152/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=249892 CPUtime=642.31 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 309189 0 0 0 64153 78 0 0 25 0 1 0 450724490 255889408 52935 33554432000 4194304 4650387 140734135282976 18446744073709551615 4366833 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 62473 52935 382 112 0 57438 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 249892

[startup+702.301 s]
/proc/loadavg: 4.00 3.93 3.83 5/190 19452
/proc/meminfo: memFree=14833880/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=316680 CPUtime=702.3 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 332292 0 0 0 70145 85 0 0 25 0 1 0 450724490 324280320 56202 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 79170 56202 382 112 0 74135 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 316680

[startup+762.307 s]
/proc/loadavg: 4.08 3.96 3.84 5/190 19454
/proc/meminfo: memFree=14839560/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=318428 CPUtime=762.31 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 353193 0 0 0 76136 95 0 0 25 0 1 0 450724490 326070272 56897 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 79607 56897 382 112 0 74572 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 318428

[startup+822.301 s]
/proc/loadavg: 4.03 3.96 3.85 5/190 19455
/proc/meminfo: memFree=14831844/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=319088 CPUtime=822.31 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 374258 0 0 0 82125 106 0 0 25 0 1 0 450724490 326746112 57089 33554432000 4194304 4650387 140734135282976 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 79772 57089 382 112 0 74737 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 319088

[startup+882.301 s]
/proc/loadavg: 4.08 3.99 3.86 5/190 19457
/proc/meminfo: memFree=14776756/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=344712 CPUtime=882.3 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 381543 0 0 0 88123 107 0 0 25 0 1 0 450724490 352985088 64374 33554432000 4194304 4650387 140734135282976 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 86178 64374 382 112 0 81143 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 344712

[startup+942.301 s]
/proc/loadavg: 4.03 3.99 3.87 5/190 19458
/proc/meminfo: memFree=14830672/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=279772 CPUtime=942.31 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 389759 0 0 0 94122 109 0 0 25 0 1 0 450724490 286486528 61097 33554432000 4194304 4650387 140734135282976 18446744073709551615 4365205 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 69943 61097 382 112 0 64908 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 279772

[startup+1002.3 s]
/proc/loadavg: 4.01 3.99 3.87 5/190 19460
/proc/meminfo: memFree=14747708/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=280308 CPUtime=1002.31 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 412102 0 0 0 100116 115 0 0 25 0 1 0 450724490 287035392 61342 33554432000 4194304 4650387 140734135282976 18446744073709551615 4367204 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 70077 61342 382 112 0 65042 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 280308

[startup+1062.3 s]
/proc/loadavg: 4.06 4.00 3.88 5/190 19462
/proc/meminfo: memFree=14729336/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=281008 CPUtime=1062.31 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 434125 0 0 0 106112 119 0 0 25 0 1 0 450724490 287752192 61660 33554432000 4194304 4650387 140734135282976 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 70252 61660 382 112 0 65217 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 281008

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.89 5/190 19463
/proc/meminfo: memFree=14750144/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=346916 CPUtime=1122.32 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 451392 0 0 0 112105 127 0 0 25 0 1 0 450724490 355241984 67426 33554432000 4194304 4650387 140734135282976 18446744073709551615 4313597 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 86729 67426 382 112 0 81694 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 346916

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.90 5/190 19465
/proc/meminfo: memFree=14732400/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=372976 CPUtime=1182.31 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 467645 0 0 0 118102 129 0 0 25 0 1 0 450724490 381927424 71778 33554432000 4194304 4650387 140734135282976 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 93244 71778 382 112 0 88209 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 372976

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 19466
/proc/meminfo: memFree=14689352/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=373208 CPUtime=1242.32 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 467646 0 0 0 124103 129 0 0 25 0 1 0 450724490 382164992 71779 33554432000 4194304 4650387 140734135282976 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 93302 71779 382 112 0 88267 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 373208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.98 3.90 2/186 19471
/proc/meminfo: memFree=15703188/32951124 swapFree=67111528/67111528
[pid=19429] ppid=19427 vsize=308496 CPUtime=1300.03 cores=1,3
/proc/19429/stat : 19429 (strangenight1-s) R 19427 19429 18093 0 -1 4202496 486992 0 0 0 129869 134 0 0 25 0 1 0 450724490 315899904 67015 33554432000 4194304 4650387 140734135282976 18446744073709551615 4364764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19429/statm: 77124 67015 382 112 0 72089 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 308496

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.69
CPU system time (s): 1.35679
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 403012

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

runsolver used 2.08868 second user time and 5.02524 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-23 20:24:50
IDJOB=3251068
IDBENCH=88209
IDSOLVER=1589
FILE ID=node142/3251068-1303583090
RUNJOBID= node142-1303583090-19389
PBS_JOBID= 13150327
Free space on /tmp= 71324 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251068-1303583090/watcher-3251068-1303583090 -o /tmp/evaluation-result-3251068-1303583090/solver-3251068-1303583090 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3251068-1303583090.cnf

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

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=1656059836

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      15951128 kB
Buffers:       2065704 kB
Cached:       14273192 kB
SwapCached:          0 kB
Active:        6809300 kB
Inactive:      9621268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15951128 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           48144 kB
Writeback:           0 kB
AnonPages:       91264 kB
Mapped:          15256 kB
Slab:           505912 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   298416 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= 71352 MiB
End job on node142 at 2011-04-23 20:46:32