Trace number 3292187

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-stSAT 552.955 552.94

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3292187-1303787346.cnf'
0.00/0.00	c -- header says num vars:           1156
0.00/0.00	c -- header says num clauses:      194072
0.00/0.04	c -- clauses added:            0 learnts,       194072 normals,            0 xors
0.00/0.04	c -- vars added       1156
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0      1156    117674     76398         0    507926         0   no data   no data
0.29/0.36	c asymm  cl-useful: 45/2958/117674 lits-rem:131 time: 0.32
0.49/0.53	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.17
0.49/0.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.49/0.59	c bin-w-bin subsume rem        38156 bins  time:  0.04 s
0.59/0.68	c subs with bin:    19440  lits-rem:     12988  v-fix:    0  time:  0.09 s
0.59/0.69	c Subs w/ non-existent bins:    193 l-rem:     65 v-fix:     0 done:   1155 time:  0.01 s
0.69/0.73	c Removed useless bin:    7340  fixed:     0  props:   5.78M  time:  0.02 s
0.79/0.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
0.79/0.89	c Finding binary XORs  T:     0.00 s  found:       0
0.89/0.91	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.89/0.91	c calculated reachability. Time: 0.00
0.89/0.91	c Calc default polars -  time:   0.00 s pos:       0 undec:       1 neg:    1155
0.89/0.91	c =========================================================================================
0.89/0.91	c types(t): F = full restart, N = normal restart
0.89/0.91	c types(t): S = simplification begin/end, E = solution found
0.89/0.91	c restart types(rt): st = static, dy = dynamic
0.89/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.91	c  B st     0         0      1155     97297     44331         0    382659         0   no data   no data
1.69/1.71	c  N dy    17      4201      1155     97297     44333      4152    382659    122305      8.88      9.40
2.39/2.46	c  N dy    44      8267      1155     97297     44334      8193    382659    236181      9.52     12.12
3.20/3.27	c  N dy    61     12502      1155     97297     44337     12396    382659    354166      9.37     10.03
3.99/4.06	c  N dy    83     16583      1155     97297     44339     16425    382659    467191      9.46     10.92
4.89/4.93	c  N dy   101     20792      1155     97297     44339     10688    382659    209081      9.40      9.91
5.69/5.76	c  F st   129     25000      1155     97297     44341     14845    382659    320545      9.45      7.50
5.69/5.78	c  N st   129     25000      1155     97297     44341     14845    382659    320545      9.45      7.50
6.69/6.77	c  N dy   135     30000      1155     97297     44344     19780    382659    473512      9.45   no data
6.69/6.77	c  S st   135     30000      1155     97297     44344     19780    382659    473512      9.45   no data
6.79/6.87	c  S st   135     30500      1155     97297     44344     20280    382659    485755      9.45   no data
6.79/6.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.99/7.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     66 BRemL:      6 BRemN:      0 P:  9.7M T:  0.19
6.99/7.08	c blocked clauses removed:        0 vars:      0 tried:        1155 T: 0.00 s
6.99/7.09	c bin-w-bin subsume rem         3157 bins  time:  0.01 s
7.09/7.15	c subs with bin:       66  lits-rem:        44  v-fix:    0  time:  0.05 s
7.09/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.01 s
7.09/7.17	c Removed useless bin:      10  fixed:     0  props:   4.26M  time:  0.01 s
7.09/7.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.49/8.51	c subs with bin:        2  lits-rem:       428  v-fix:    0  time:  1.31 s
8.80/8.81	c lits-rem:       748  cl-subs:     2449  v-elim:      0  v-fix:    0  time:  0.29 s
9.09/9.14	c asymm  cl-useful: 0/2994/97231 lits-rem:0 time: 0.33
9.09/9.15	c calculated reachability. Time: 0.00
9.09/9.15	c  N dy   135     30500      1155     97231     41282     17829    376259    448485      9.45   no data
9.90/9.97	c  N dy   162     34542      1155     97231     41282     21832    376259    557647      9.59     10.15
10.79/10.83	c  N dy   188     38607      1155     97231     41282     25857    376259    666490      9.61     10.12
11.69/11.72	c  N dy   215     42848      1155     97231     41282     30049    376259    780500      9.65     10.25
12.29/12.34	c  S st   230     45751      1155     97231     41282     17601    376259    335528      9.64      9.59
12.39/12.43	c  S st   230     46255      1155     97231     41282     18105    376259    349505      9.64   no data
12.39/12.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.59/12.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      6 P:  9.7M T:  0.19
12.59/12.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.59/12.65	c bin-w-bin subsume rem           41 bins  time:  0.01 s
12.69/12.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
12.69/12.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.02 s
12.69/12.73	c Removed useless bin:       8  fixed:     0  props:   4.31M  time:  0.01 s
12.69/12.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.69/13.77	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  1.01 s
13.79/13.87	c lits-rem:       190  cl-subs:      814  v-elim:      0  v-fix:    0  time:  0.10 s
13.89/13.90	c vivif2 --  cl tried    97231 cl shrink        0 lits rem          0 time: 0.03
13.89/13.93	c vivif2 --  cl tried    17291 cl shrink     5282 lits rem       8181 time: 0.03
14.20/14.26	c asymm  cl-useful: 0/2878/97231 lits-rem:0 time: 0.34
14.20/14.27	c calculated reachability. Time: 0.00
14.20/14.27	c  N dy   230     46255      1155     97231     41227     17291    376211    330654      9.64   no data
15.09/15.12	c  N dy   247     50318      1155     97231     41227     21310    376211    441116      9.62     10.15
15.99/16.01	c  N dy   275     54358      1155     97231     41227     25288    376211    543923      9.66     12.25
16.89/16.94	c  N dy   296     58765      1155     97231     41227     29643    376211    660447      9.67     10.20
17.79/17.82	c  N dy   310     62877      1155     97231     41228     33706    376211    770173      9.63     10.33
18.69/18.77	c  N dy   333     66944      1155     97231     41228     19199    376211    265340      9.64     12.55
19.19/19.23	c  S st   348     69384      1155     97231     41228     21616    376211    335660      9.65   no data
19.29/19.33	c  S st   348     69887      1155     97231     41228     22118    376211    348951      9.65   no data
19.29/19.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.49/19.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.9M T:  0.20
19.49/19.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.49/19.56	c bin-w-bin subsume rem            0 bins  time:  0.01 s
19.59/19.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
19.59/19.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.02 s
19.59/19.64	c Removed useless bin:       0  fixed:     0  props:   4.32M  time:  0.01 s
19.59/19.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
20.49/20.56	c subs with bin:        7  lits-rem:         3  v-fix:    0  time:  0.89 s
20.69/20.70	c lits-rem:       190  cl-subs:     1303  v-elim:      0  v-fix:    0  time:  0.13 s
20.69/20.72	c vivif2 --  cl tried    97231 cl shrink        0 lits rem          0 time: 0.03
20.69/20.75	c vivif2 --  cl tried    20808 cl shrink     1867 lits rem       3211 time: 0.02
20.99/21.09	c asymm  cl-useful: 6/2845/97231 lits-rem:18 time: 0.34
20.99/21.09	c calculated reachability. Time: 0.00
20.99/21.09	c  N dy   348     69887      1155     97225     41234     20808    376205    331417      9.65   no data
21.99/22.04	c  N dy   373     74588      1155     97225     41234     25464    376205    453101      9.63     10.14
22.89/23.00	c  N dy   397     79383      1155     97225     41236     30209    376205    581903      9.62     10.28
23.99/24.02	c  N dy   421     84495      1155     97225     41236     35266    376205    722958      9.63     12.33
24.59/24.64	c  F st   438     87500      1155     97225     41237     38229    376205    802746      9.63      8.87
25.29/25.36	c  N st   443     90802      1155     97225     41237     20877    376205    275368      9.63   no data
26.49/26.54	c  N dy   465     96643      1155     97225     41237     26634    376205    435117      9.65     10.46
27.79/27.87	c  N dy   501    102834      1155     97225     41238     32737    376205    598183      9.67     10.81
28.29/28.31	c  S st   512    104832      1155     97225     41238     34721    376205    652042      9.67      8.52
28.39/28.41	c  S st   512    105333      1155     97225     41238     35222    376205    664819      9.67   no data
28.39/28.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.60/28.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     16 BRemL:      1 BRemN:      0 P: 10.5M T:  0.21
28.60/28.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.60/28.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
28.69/28.71	c subs with bin:       12  lits-rem:         7  v-fix:    0  time:  0.06 s
28.69/28.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.02 s
28.69/28.74	c Removed useless bin:       0  fixed:     0  props:   4.32M  time:  0.01 s
28.69/28.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
29.99/30.09	c subs with bin:        1  lits-rem:       120  v-fix:    0  time:  1.31 s
30.39/30.46	c lits-rem:       736  cl-subs:     2585  v-elim:      0  v-fix:    0  time:  0.36 s
30.39/30.49	c vivif2 --  cl tried    97213 cl shrink        0 lits rem          0 time: 0.03
30.49/30.53	c vivif2 --  cl tried    32636 cl shrink     4956 lits rem       8403 time: 0.04
30.80/30.87	c asymm  cl-useful: 3/2570/97213 lits-rem:9 time: 0.34
30.80/30.88	c calculated reachability. Time: 0.00
30.80/30.88	c  N dy   512    105333      1155     97210     41263     32636    376190    619553      9.67   no data
32.29/32.39	c  N dy   553    112194      1155     97210     41264     39411    376190    800648      9.69     10.21
33.89/33.99	c  N dy   589    119411      1155     97210     41264     24375    376190    279894      9.69     10.21
35.59/35.63	c  N dy   628    127084      1155     97210     41265     31940    376190    482657      9.68     11.86
37.30/37.40	c  N dy   679    135210      1155     97210     41265     39965    376190    699689      9.71     16.42
39.29/39.32	c  N dy   734    143909      1155     97210     41266     25148    376190    244036      9.74     10.35
41.20/41.23	c  N dy   786    153164      1155     97210     41267     34293    376190    490872      9.75     10.32
42.20/42.22	c  S st   818    157999      1155     97210     41267     39063    376190    626653      9.76   no data
42.30/42.32	c  S st   818    158500      1155     97210     41267     39564    376190    639704      9.76   no data
42.30/42.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.50/42.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     20 BRemL:      0 BRemN:      0 P: 10.4M T:  0.21
42.50/42.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.50/42.56	c bin-w-bin subsume rem            7 bins  time:  0.01 s
42.60/42.62	c subs with bin:       27  lits-rem:        20  v-fix:    0  time:  0.06 s
42.60/42.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.01 s
42.60/42.65	c Removed useless bin:       6  fixed:     0  props:   4.33M  time:  0.01 s
42.60/42.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
43.90/44.00	c subs with bin:       10  lits-rem:       188  v-fix:    0  time:  1.32 s
44.40/44.45	c lits-rem:       754  cl-subs:     2777  v-elim:      0  v-fix:    0  time:  0.44 s
44.40/44.47	c vivif2 --  cl tried    97183 cl shrink        0 lits rem          0 time: 0.03
44.50/44.52	c vivif2 --  cl tried    36777 cl shrink     5431 lits rem       9007 time: 0.04
44.80/44.85	c asymm  cl-useful: 0/2652/97183 lits-rem:0 time: 0.34
44.80/44.86	c calculated reachability. Time: 0.00
44.80/44.86	c  N dy   818    158500      1155     97183     41296     36777    376151    593847      9.76   no data
47.10/47.14	c  N dy   872    168792      1155     97183     41296     46944    376151    872027      9.77     10.47
49.50/49.55	c  N dy   936    179891      1155     97183     41296     33367    376151    446417      9.78     10.44
52.09/52.12	c  N dy  1005    191619      1155     97183     41296     44932    376151    749090      9.80     10.43
54.79/54.81	c  N dy  1077    203920      1155     97183     41296     31506    376151    393945      9.81     13.69
57.59/57.65	c  N dy  1144    217066      1155     97183     41297     44445    376151    741241      9.81     10.75
60.60/60.69	c  N dy  1227    231010      1155     97183     41299     31621    376151    335942      9.83     10.64
62.00/62.08	c  S st  1257    237750      1155     97183     41299     38285    376151    515146      9.82   no data
62.10/62.19	c  S st  1257    238251      1155     97183     41299     38786    376151    528697      9.82   no data
62.10/62.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.40/62.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      8 BRemL:      0 BRemN:      1 P: 10.2M T:  0.21
62.40/62.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.40/62.43	c bin-w-bin subsume rem           22 bins  time:  0.01 s
62.40/62.49	c subs with bin:       12  lits-rem:         8  v-fix:    0  time:  0.06 s
62.50/62.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.02 s
62.50/62.51	c Removed useless bin:      18  fixed:     0  props:   4.36M  time:  0.01 s
62.50/62.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
63.80/63.83	c subs with bin:       15  lits-rem:        78  v-fix:    0  time:  1.29 s
64.10/64.17	c lits-rem:       542  cl-subs:     2173  v-elim:      0  v-fix:    0  time:  0.34 s
64.20/64.20	c vivif2 --  cl tried    97171 cl shrink        0 lits rem          0 time: 0.03
64.20/64.24	c vivif2 --  cl tried    36598 cl shrink     4318 lits rem       7272 time: 0.04
64.50/64.58	c asymm  cl-useful: 5/2671/97171 lits-rem:15 time: 0.34
64.50/64.58	c calculated reachability. Time: 0.00
64.50/64.58	c  N dy  1257    238251      1155     97166     41281     36598    376086    490300      9.82   no data
67.89/67.97	c  N dy  1344    253486      1155     97166     41281     51621    376086    886668      9.84     13.13
71.40/71.49	c  N dy  1430    269795      1155     97166     41281     40125    376086    501895      9.84     10.38
75.39/75.47	c  N dy  1523    287722      1155     97166     41282     29194    376086    173862      9.84     10.39
79.29/79.35	c  N dy  1624    306159      1155     97166     41283     47391    376086    663607      9.85     10.82
79.29/79.36	c  F st  1625    306251      1155     97166     41283     47479    376086    666322      9.85   no data
83.60/83.61	c  N dy  1713    325707      1155     97166     41284     37095    376086    370687      9.86     10.41
87.90/87.91	c  N dy  1824    345735      1155     97166     41284     56891    376086    896300      9.89     13.56
90.29/90.30	c  S st  1886    357379      1155     97166     41286     37799    376086    372315      9.88      9.22
90.39/90.40	c  S st  1886    357879      1155     97166     41286     38298    376086    385468      9.88   no data
90.39/90.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
90.59/90.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     17 BRemL:      2 BRemN:      2 P: 10.0M T:  0.20
90.59/90.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.59/90.63	c bin-w-bin subsume rem           10 bins  time:  0.01 s
90.59/90.68	c subs with bin:       22  lits-rem:        15  v-fix:    0  time:  0.06 s
90.69/90.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.02 s
90.69/90.71	c Removed useless bin:      10  fixed:     0  props:   4.37M  time:  0.01 s
90.69/90.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
91.59/91.63	c subs with bin:       50  lits-rem:       150  v-fix:    0  time:  0.89 s
91.79/91.88	c lits-rem:       210  cl-subs:     1105  v-elim:      0  v-fix:    0  time:  0.24 s
91.89/91.90	c vivif2 --  cl tried    97144 cl shrink        0 lits rem          0 time: 0.03
91.89/91.94	c vivif2 --  cl tried    37143 cl shrink     2917 lits rem       5300 time: 0.03
92.19/92.28	c asymm  cl-useful: 2/2757/97144 lits-rem:6 time: 0.35
92.19/92.29	c calculated reachability. Time: 0.00
92.19/92.29	c  N dy  1886    357879      1155     97142     41299     37143    376030    363308      9.88   no data
96.59/96.69	c  N dy  1996    378122      1155     97142     41299     57150    376030    905722      9.88     10.52
100.89/100.99	c  N dy  2116    398215      1155     97142     41299     45348    376030    560459      9.91     11.75
105.39/105.42	c  N dy  2222    418341      1155     97142     41300     32646    376030    184047      9.91     10.46
109.69/109.71	c  N dy  2336    438400      1155     97142     41300     52492    376030    733775      9.92     11.04
114.09/114.16	c  N dy  2445    458533      1155     97142     41300     38782    376030    335135      9.93     10.45
118.39/118.49	c  N dy  2565    478658      1155     97142     41301     58660    376030    885393      9.94     10.77
122.89/122.95	c  N dy  2679    498698      1155     97142     41302     43878    376030    446300      9.96     10.63
127.39/127.44	c  N dy  2801    519299      1155     97142     41303     64204    376030    994946      9.97     10.50
131.30/131.33	c  S st  2897    536818      1155     97142     41303     45982    376030    502841      9.97   no data
131.40/131.43	c  S st  2897    537321      1155     97142     41303     46484    376030    517001      9.97   no data
131.40/131.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.60/131.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      1 P: 10.4M T:  0.20
131.60/131.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.60/131.66	c bin-w-bin subsume rem           18 bins  time:  0.01 s
131.70/131.72	c subs with bin:        4  lits-rem:         4  v-fix:    0  time:  0.06 s
131.70/131.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.01 s
131.70/131.74	c Removed useless bin:       2  fixed:     0  props:   4.40M  time:  0.01 s
131.70/131.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
133.00/133.02	c subs with bin:       33  lits-rem:        12  v-fix:    0  time:  1.24 s
133.30/133.38	c lits-rem:       369  cl-subs:     1516  v-elim:      0  v-fix:    0  time:  0.36 s
133.40/133.41	c vivif2 --  cl tried    97138 cl shrink        0 lits rem          0 time: 0.03
133.40/133.45	c vivif2 --  cl tried    44935 cl shrink     4079 lits rem       7296 time: 0.04
133.70/133.79	c asymm  cl-useful: 6/2650/97138 lits-rem:18 time: 0.34
133.70/133.79	c calculated reachability. Time: 0.00
133.70/133.79	c  N dy  2897    537321      1155     97132     41295     44935    376008    487648      9.97   no data
138.19/138.29	c  N dy  3015    557566      1155     97132     41295     64918    376008   1038079      9.99     10.62
142.69/142.74	c  N dy  3128    577716      1155     97132     41295     48278    376008    528285      9.99     10.96
147.09/147.16	c  N dy  3243    597825      1155     97132     41297     68088    376008   1062473      9.99     10.61
151.49/151.56	c  N dy  3357    617903      1155     97132     41298     50422    376008    576503     10.00     10.54
156.10/156.17	c  N dy  3471    638278      1155     97132     41298     70533    376008   1118227     10.01     10.62
160.70/160.70	c  N dy  3603    658292      1155     97132     41298     51793    376008    580608     10.02     11.47
165.30/165.38	c  N dy  3704    678464      1155     97132     41300     71678    376008   1116349     10.02     10.80
169.80/169.85	c  N dy  3812    698597      1155     97132     41300     52037    376008    536070     10.03     10.68
173.00/173.09	c Finding binary XORs  T:     0.00 s  found:       0
174.20/174.29	c  N dy  3934    718687      1155     97132     41301     71858    376008   1087052     10.03     10.79
178.80/178.82	c  N dy  4053    738845      1155     97132     41302     51297    376008    488180     10.04     10.68
183.10/183.18	c  N dy  4156    758995      1155     97132     41303     71179    376008   1032511     10.05     10.63
187.70/187.71	c  N dy  4272    779507      1155     97132     41305     50018    376008    429217     10.05     10.59
192.00/192.07	c  N dy  4381    799575      1155     97132     41305     69822    376008    963935     10.05     10.99
193.50/193.54	c  S st  4414    805981      1155     97132     41305     76160    376008   1131052     10.05   no data
193.60/193.65	c  S st  4414    806481      1155     97132     41305     76660    376008   1144605     10.05   no data
193.60/193.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
193.80/193.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     12 BRemL:      1 BRemN:      0 P: 11.1M T:  0.23
193.90/193.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
193.90/193.91	c bin-w-bin subsume rem            4 bins  time:  0.01 s
193.90/193.97	c subs with bin:       15  lits-rem:        14  v-fix:    0  time:  0.06 s
193.90/193.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.01 s
194.00/194.00	c Removed useless bin:       0  fixed:     0  props:   4.41M  time:  0.01 s
194.00/194.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
195.40/195.42	c subs with bin:       19  lits-rem:       215  v-fix:    0  time:  1.36 s
196.90/196.95	c lits-rem:      1405  cl-subs:     5638  v-elim:      0  v-fix:    0  time:  1.53 s
196.90/196.98	c vivif2 --  cl tried    97117 cl shrink        0 lits rem          0 time: 0.03
197.00/197.06	c vivif2 --  cl tried    71003 cl shrink    11083 lits rem      19560 time: 0.09
197.40/197.40	c asymm  cl-useful: 4/2366/97117 lits-rem:12 time: 0.33
197.40/197.41	c calculated reachability. Time: 0.00
197.40/197.41	c  N dy  4414    806481      1155     97113     41330     71003    375989   1041672     10.05   no data
201.99/202.00	c  N dy  4536    826571      1155     97113     41332     48412    375989    361158     10.06     10.97
206.39/206.47	c  N dy  4656    846682      1155     97113     41332     68249    375989    887099     10.06     11.06
211.21/211.20	c  N dy  4770    866687      1155     97113     41332     44580    375989    233068     10.07     10.80
215.40/215.47	c  N dy  4892    886760      1155     97113     41334     64395    375989    787366     10.08     10.69
220.10/220.17	c  N dy  4995    906931      1155     97113     41334     84249    375989   1320976     10.08     10.63
224.60/224.69	c  N dy  5105    926932      1155     97113     41334     59632    375989    621297     10.08     11.83
229.10/229.18	c  N dy  5212    947156      1155     97113     41335     79564    375989   1154189     10.08     11.21
233.80/233.86	c  N dy  5314    967395      1155     97113     41335     54187    375989    441340     10.07     10.67
238.10/238.19	c  N dy  5425    987519      1155     97113     41335     74082    375989    986642     10.08     10.63
242.79/242.85	c  N dy  5538   1007548      1155     97113     41336     47454    375989    241793     10.08     10.62
247.10/247.16	c  N dy  5653   1027566      1155     97113     41336     67193    375989    784062     10.08     10.66
251.80/251.83	c  N dy  5769   1047712      1155     97113     41336     87067    375989   1319204     10.09     10.66
256.31/256.34	c  N dy  5874   1067837      1155     97113     41336     59541    375989    545511     10.09     10.63
257.20/257.22	c  F st  5898   1071879      1155     97113     41336     63541    375989    659794     10.09     10.47
260.71/260.78	c  N dy  5967   1087958      1155     97113     41336     79391    375989   1097110     10.09     10.85
265.50/265.56	c  N dy  6083   1107978      1155     97113     41336     50773    375989    284431     10.10     18.95
269.89/269.92	c  N dy  6192   1128171      1155     97113     41336     70690    375989    832500     10.10     10.77
274.50/274.53	c  N dy  6316   1148424      1155     97113     41336     90642    375989   1375054     10.11     10.65
279.00/279.06	c  N dy  6432   1168499      1155     97113     41336     61163    375989    551490     10.12     11.15
283.60/283.60	c  N dy  6540   1188573      1155     97113     41336     80964    375989   1100053     10.12     11.00
288.60/288.60	c  N dy  6652   1208738      1155     97113     41336     50577    375989    237289     10.12     10.86
288.80/288.81	c  S st  6657   1209721      1155     97113     41336     51551    375989    262009     10.12      8.71
288.90/288.91	c  S st  6657   1210223      1155     97113     41336     52053    375989    275740     10.12   no data
288.90/288.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
289.10/289.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P: 10.0M T:  0.20
289.10/289.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
289.10/289.14	c bin-w-bin subsume rem           14 bins  time:  0.01 s
289.20/289.20	c subs with bin:        8  lits-rem:         8  v-fix:    0  time:  0.06 s
289.20/289.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.02 s
289.20/289.22	c Removed useless bin:       0  fixed:     0  props:   4.44M  time:  0.01 s
289.20/289.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
289.50/289.55	c subs with bin:      102  lits-rem:        14  v-fix:    0  time:  0.29 s
289.60/289.69	c lits-rem:        76  cl-subs:      399  v-elim:      0  v-fix:    0  time:  0.14 s
289.70/289.72	c vivif2 --  cl tried    97105 cl shrink        0 lits rem          0 time: 0.03
289.70/289.75	c vivif2 --  cl tried    51552 cl shrink      656 lits rem        993 time: 0.03
290.10/290.10	c asymm  cl-useful: 4/2839/97105 lits-rem:12 time: 0.35
290.10/290.11	c calculated reachability. Time: 0.00
290.10/290.11	c  N dy  6657   1210223      1155     97101     41339     51552    375977    269851     10.12   no data
294.39/294.43	c  N dy  6769   1230300      1155     97101     41339     71370    375977    808060     10.12     12.36
299.00/299.04	c  N dy  6869   1250343      1155     97101     41339     91165    375977   1343367     10.12     13.60
303.79/303.80	c  N dy  6969   1270560      1155     97101     41339     59784    375977    458272     10.12     10.73
308.20/308.21	c  N dy  7076   1290723      1155     97101     41339     79666    375977   1009731     10.13     10.71
312.80/312.85	c  N dy  7204   1310844      1155     97101     41339     99531    375977   1560111     10.13     10.74
317.40/317.40	c  N dy  7313   1331014      1155     97101     41340     67117    375977    641482     10.13     10.67
321.90/321.91	c  N dy  7418   1351029      1155     97101     41342     86867    375977   1201708     10.13     10.81
327.00/327.01	c  N dy  7527   1371814      1155     97101     41342     54110    375977    264137     10.13     10.78
331.30/331.36	c  N dy  7639   1391820      1155     97101     41342     73814    375977    794165     10.14     10.67
336.00/336.03	c  N dy  7749   1411867      1155     97101     41343     93576    375977   1322980     10.14     10.78
340.90/340.91	c  N dy  7854   1432091      1155     97101     41344     59285    375977    384224     10.14     10.72
345.30/345.37	c  N dy  7965   1452246      1155     97101     41344     79177    375977    919019     10.14     10.74
350.10/350.11	c  N dy  8081   1472366      1155     97101     41344     99018    375977   1450413     10.14     10.74
354.70/354.76	c  N dy  8194   1492665      1155     97101     41344     63833    375977    495462     10.15     10.71
359.30/359.32	c  N dy  8295   1512793      1155     97101     41344     83657    375977   1020469     10.15     10.89
364.11/364.16	c  N dy  8411   1533084      1155     97101     41347    103676    375977   1570722     10.15     10.73
368.70/368.78	c  N dy  8529   1553161      1155     97101     41347     67201    375977    551176     10.15     11.14
373.30/373.34	c  N dy  8651   1573221      1155     97101     41348     86952    375977   1084863     10.16     10.71
378.10/378.15	c  N dy  8767   1593288      1155     97101     41349    106692    375977   1614957     10.16     10.76
382.80/382.83	c  N dy  8880   1613456      1155     97101     41349     69459    375977    596882     10.16     10.71
387.30/387.38	c  N dy  8995   1633555      1155     97101     41349     89303    375977   1139255     10.16     11.58
392.10/392.17	c  N dy  9102   1653625      1155     97101     41349    109117    375977   1693195     10.16     10.75
396.70/396.78	c  N dy  9213   1673685      1155     97101     41350     70706    375977    601321     10.17     10.90
401.41/401.41	c  N dy  9321   1693941      1155     97101     41351     90661    375977   1147425     10.17     10.71
405.30/405.36	c  S st  9401   1710223      1155     97101     41351    106712    375977   1575222     10.17      7.98
405.40/405.47	c  S st  9401   1710725      1155     97101     41351    107214    375977   1589277     10.17   no data
405.40/405.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
405.70/405.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      6 BRemL:      0 BRemN:      0 P: 12.0M T:  0.27
405.70/405.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
405.70/405.78	c bin-w-bin subsume rem            8 bins  time:  0.01 s
405.81/405.83	c subs with bin:       11  lits-rem:        10  v-fix:    0  time:  0.06 s
405.81/405.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.02 s
405.81/405.86	c Removed useless bin:       0  fixed:     0  props:   4.44M  time:  0.01 s
405.81/405.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
407.30/407.34	c subs with bin:       22  lits-rem:        10  v-fix:    0  time:  1.40 s
410.51/410.50	c lits-rem:      1831  cl-subs:     8403  v-elim:      0  v-fix:    0  time:  3.14 s
410.51/410.52	c vivif2 --  cl tried    97090 cl shrink        0 lits rem          0 time: 0.03
410.61/410.65	c vivif2 --  cl tried    98789 cl shrink    15041 lits rem      26274 time: 0.13
410.90/410.99	c asymm  cl-useful: 4/2087/97090 lits-rem:12 time: 0.33
410.90/411.00	c calculated reachability. Time: 0.00
410.90/411.00	c  N dy  9401   1710725      1155     97086     41363     98789    375962   1433892     10.17   no data
416.20/416.28	c  N dy  9503   1730807      1155     97086     41364     59481    375962    281206     10.17     10.94
420.71/420.73	c  N dy  9619   1751154      1155     97086     41364     79523    375962    819595     10.17     10.78
425.50/425.52	c  N dy  9733   1771324      1155     97086     41364     99437    375962   1362661     10.17     10.91
430.60/430.60	c  N dy  9847   1791513      1155     97086     41365    119345    375962   1900764     10.17     10.73
435.11/435.11	c  N dy  9947   1811522      1155     97086     41366     78978    375962    793037     10.17     10.76
439.70/439.79	c  N dy 10061   1831652      1155     97086     41366     98840    375962   1338859     10.17     10.96
444.70/444.77	c  N dy 10173   1851684      1155     97086     41367    118593    375962   1868920     10.18     10.83
449.41/449.41	c  N dy 10288   1871776      1155     97086     41368     77270    375962    719225     10.18     12.16
453.90/453.99	c  N dy 10392   1891989      1155     97086     41368     97162    375962   1261568     10.18     10.73
458.80/458.82	c  N dy 10517   1912052      1155     97086     41369    116933    375962   1810383     10.18     10.77
463.61/463.60	c  N dy 10624   1932142      1155     97086     41369     74661    375962    628652     10.19     10.75
468.10/468.18	c  N dy 10742   1952178      1155     97086     41369     94405    375962   1159667     10.19     10.83
472.91/472.99	c  N dy 10858   1972184      1155     97086     41369    114118    375962   1700894     10.19     10.86
477.81/477.88	c  N dy 10963   1992305      1155     97086     41370     70851    375962    495029     10.19     11.06
482.41/482.44	c  N dy 11070   2012380      1155     97086     41370     90599    375962   1016382     10.20     10.81
487.21/487.22	c  N dy 11188   2032701      1155     97086     41370    110640    375962   1553080     10.20     10.76
492.11/492.16	c  N dy 11292   2052736      1155     97086     41371     66334    375962    356520     10.20     15.82
496.60/496.64	c  N dy 11394   2072849      1155     97086     41371     86164    375962    884814     10.20     10.94
501.40/501.45	c  N dy 11505   2093169      1155     97086     41371    106174    375962   1415402     10.20     10.81
506.41/506.42	c  N dy 11616   2113183      1155     97086     41371    125907    375962   1950826     10.20     15.59
511.00/511.02	c  N dy 11708   2133264      1155     97086     41371     80700    375962    719688     10.20     10.74
515.60/515.65	c  N dy 11808   2153284      1155     97086     41371    100448    375962   1243568     10.20     10.82
520.41/520.45	c  N dy 11929   2173326      1155     97086     41371    120231    375962   1790990     10.20     10.77
525.30/525.35	c  N dy 12039   2193377      1155     97086     41371     73894    375962    511560     10.20     11.12
529.11/529.18	c  S st 12139   2210727      1155     97086     41371     90962    375962    978220     10.20      8.23
529.20/529.29	c  S st 12139   2211229      1155     97086     41371     91462    375962    990908     10.20   no data
529.30/529.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
529.50/529.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      0 P: 11.3M T:  0.24
529.50/529.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
529.50/529.56	c bin-w-bin subsume rem           10 bins  time:  0.01 s
529.60/529.62	c subs with bin:        8  lits-rem:         8  v-fix:    0  time:  0.06 s
529.60/529.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1155 time:  0.02 s
529.60/529.65	c Removed useless bin:       0  fixed:     0  props:   4.45M  time:  0.01 s
529.60/529.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
531.00/531.01	c subs with bin:       53  lits-rem:        12  v-fix:    0  time:  1.30 s
532.00/532.07	c lits-rem:       890  cl-subs:     4935  v-elim:      0  v-fix:    0  time:  1.06 s
532.10/532.10	c vivif2 --  cl tried    97078 cl shrink        0 lits rem          0 time: 0.03
532.10/532.18	c vivif2 --  cl tried    86474 cl shrink     7880 lits rem      13539 time: 0.08
532.50/532.52	c asymm  cl-useful: 1/2330/97078 lits-rem:3 time: 0.33
532.50/532.53	c calculated reachability. Time: 0.00
532.50/532.53	c  N dy 12139   2211229      1155     97077     41374     86474    375953    902727     10.20   no data
537.31/537.31	c  N dy 12254   2231436      1155     97077     41374    106371    375953   1441249     10.20     10.92
542.41/542.44	c  N dy 12370   2251536      1155     97077     41374    126173    375953   1980027     10.21     10.90
547.10/547.15	c  N dy 12477   2271580      1155     97077     41375     78964    375953    634624     10.21     10.75
551.71/551.76	c  N dy 12599   2291623      1155     97077     41375     98711    375953   1169703     10.21     12.70
552.91/552.92	c  E dy 12628   2296464         0     97077     41376    103482    375953   1301887     10.21   no data
552.91/552.93	c Verified 97077 clauses.
552.91/552.93	c Verified 97077 clauses.
552.91/552.93	c num threads              : 1          
552.91/552.93	c restarts                 : 12628      
552.91/552.93	c dynamic restarts         : 12598      
552.91/552.93	c static restarts          : 30         
552.91/552.93	c full restarts            : 4          
552.91/552.93	c total simplify time      : 0.02       
552.91/552.93	c learnts DL2              : 0          
552.91/552.93	c learnts size 2           : 90305      
552.91/552.93	c learnts size 1           : 1           (0.09      % of vars)
552.91/552.93	c filedLit time            : 2.72        (0.49      % time)
552.91/552.93	c v-elim SatELite          : 0           (0.00      % vars)
552.91/552.93	c SatELite time            : 8.54        (1.55      % time)
552.91/552.93	c v-elim xor               : 0           (0.00      % vars)
552.91/552.93	c xor elim time            : 0.07        (0.01      % time)
552.91/552.93	c num binary xor trees     : 0          
552.91/552.93	c binxor trees' crown      : 0           (nan       leafs/tree)
552.91/552.93	c bin xor find time        : 0.00       
552.91/552.93	c OTF clause improved      : 31054       (0.01      clauses/conflict)
552.91/552.93	c OTF impr. size diff      : 41608       (1.34       lits/clause)
552.91/552.93	c OTF cl watch-shrink      : 1397731     (0.61      clauses/conflict)
552.91/552.93	c OTF cl watch-sh-lit      : 7180194     (5.14       lits/clause)
552.91/552.93	c tried to recurMin cls    : 814033      (35.45      % of conflicts)
552.91/552.93	c updated cache            : 13149       (0.02       lits/tried recurMin)
552.91/552.93	c clauses over max glue    : 0           (0.00      % of all clauses)
552.91/552.93	c conflicts                : 2296464     (4155.54   / sec)
552.91/552.93	c decisions                : 5195163     (0.08      % random)
552.91/552.93	c bogo-props               : 32470087076 (58755883.88 / sec)
552.91/552.93	c conflict literals        : 62071693    (56.73     % deleted)
552.91/552.93	c Memory used              : 106.85      MB
552.91/552.93	c CPU time                 : 552.63      s
552.91/552.93	s SATISFIABLE
552.91/552.93	v -1 2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 -77 78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 103 -104 -105 -106 -107 -108 -109 -110 -111 -112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 -137 -138 -139 -140 -141 142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 -202 203 -204 -205 -206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216 -217 -218 219 -220 -221 -222 -223 -224 -225 -226 -227 -228 -229 -230 -231 -232 -233 -234 -235 -236 -237 -238 -239 -240 241 -242 -243 -244 -245 -246 -247 -248 -249 -250 -251 -252 -253 -254 -255 -256 -257 -258 -259 -260 -261 -262 -263 -264 -265 -266 -267 -268 -269 -270 -271 -272 -273 -274 -275 -276 -277 -278 -279 280 -281 -282 -283 -284 -285 -286 -287 -288 -289 -290 -291 -292 -293 -294 -295 -296 -297 -298 -299 -300 -301 -302 -303 -304 -305 -306 -307 -308 -309 -310 -311 -312 -313 -314 -315 -316 -317 -318 -319 -320 -321 -322 -323 -324 -325 -326 -327 -328 329 -330 -331 -332 -333 -334 -335 -336 -337 -338 -339 -340 -341 -342 -343 -344 -345 -346 -347 -348 -349 -350 -351 -352 -353 -354 -355 -356 -357 -358 -359 -360 -361 -362 -363 364 -365 -366 -367 -368 -369 -370 -371 -372 -373 -374 -375 -376 -377 -378 -379 -380 -381 -382 -383 -384 -385 -386 -387 388 -389 -390 -391 -392 -393 -394 -395 -396 -397 -398 -399 -400 -401 -402 -403 -404 -405 -406 -407 -408 -409 -410 -411 -412 -413 -414 -415 -416 -417 -418 -419 -420 -421 -422 -423 -424 -425 -426 -427 428 -429 -430 -431 -432 -433 -434 -435 -436 -437 -438 -439 -440 -441 -442 -443 -444 -445 -446 -447 -448 449 -450 -451 -452 -453 -454 -455 -456 -457 -458 -459 -460 -461 -462 -463 -464 -465 -466 -467 -468 -469 -470 -471 -472 -473 -474 -475 -476 -477 -478 -479 -480 -481 -482 -483 -484 -485 -486 -487 488 -489 -490 -491 -492 -493 -494 -495 -496 -497 -498 -499 -500 -501 -502 -503 -504 -505 -506 -507 -508 -509 -510 -511 -512 -513 -514 -515 -516 -517 -518 -519 -520 -521 -522 -523 -524 -525 -526 -527 -528 -529 -530 -531 -532 -533 -534 -535 -536 -537 -538 -539 -540 -541 542 -543 -544 -545 -546 -547 -548 -549 -550 -551 -552 -553 -554 -555 -556 557 -558 -559 -560 -561 -562 -563 -564 -565 -566 -567 -568 -569 -570 -571 -572 -573 -574 -575 -576 -577 -578 -579 -580 -581 582 -583 -584 -585 -586 -587 -588 -589 -590 -591 -592 -593 -594 -595 -596 -597 -598 -599 -600 -601 -602 -603 -604 -605 -606 -607 -608 -609 -610 -611 -612 -613 -614 -615 -616 -617 -618 -619 -620 -621 -622 -623 -624 -625 -626 -627 -628 -629 -630 -631 -632 -633 -634 -635 -636 -637 -638 -639 -640 -641 642 -643 -644 -645 -646 -647 -648 -649 -650 -651 -652 -653 -654 -655 -656 -657 -658 -659 -660 -661 -662 -663 664 -665 -666 -667 -668 -669 -670 -671 -672 -673 -674 -675 -676 -677 -678 -679 -680 -681 -682 -683 -684 -685 -686 -687 -688 -689 -690 -691 -692 -693 -694 -695 -696 -697 -698 -699 -700 701 -702 -703 -704 -705 -706 -707 -708 -709 -710 -711 -712 -713 -714 -715 -716 -717 -718 -719 -720 -721 -722 -723 -724 -725 -726 -727 -728 -729 -730 -731 -732 -733 -734 -735 -736 -737 -738 -739 -740 -741 -742 -743 -744 745 -746 -747 -748 -749 -750 -751 -752 -753 -754 -755 -756 -757 -758 -759 -760 -761 -762 -763 -764 -765 -766 -767 -768 -769 -770 -771 -772 -773 -774 -775 776 -777 -778 -779 -780 -781 -782 -783 -784 -785 -786 -787 -788 -789 -790 -791 -792 -793 -794 -795 -796 -797 -798 -799 -800 -801 -802 -803 -804 -805 -806 -807 -808 809 -810 -811 -812 -813 -814 -815 -816 -817 -818 -819 -820 -821 -822 -823 -824 -825 -826 -827 -828 -829 -830 -831 832 -833 -834 -835 -836 -837 -838 -839 -840 -841 -842 -843 -844 -845 -846 -847 -848 -849 -850 -851 -852 -853 -854 -855 -856 -857 -858 -859 -860 861 -862 -863 -864 -865 -866 -867 -868 -869 -870 -871 -872 -873 -874 -875 -876 -877 -878 -879 -880 -881 -882 -883 -884 -885 -886 -887 -888 -889 -890 -891 -892 -893 -894 -895 -896 -897 -898 -899 -900 -901 -902 -903 -904 -905 -906 -907 -908 -909 910 -911 -912 -913 -914 -915 -916 -917 -918 -919 -920 -921 -922 -923 -924 -925 -926 -927 -928 -929 -930 -931 -932 -933 -934 -935 -936 -937 -938 -939 -940 -941 -942 943 -944 -945 -946 -947 -948 -949 -950 -951 -952 -953 -954 -955 -956 957 -958 -959 -960 -961 -962 -963 -964 -965 -966 -967 -968 -969 -970 -971 -972 -973 -974 -975 -976 -977 -978 -979 -980 -981 -982 -983 -984 -985 -986 -987 -988 -989 -990 -991 -992 -993 -994 -995 -996 -997 -998 -999 -1000 -1001 -1002 -1003 -1004 -1005 -1006 -1007 1008 -1009 -1010 -1011 -1012 -1013 -1014 -1015 -1016 -1017 -1018 -1019 -1020 -1021 -1022 -1023 -1024 -1025 -1026 -1027 -1028 -1029 -1030 -1031 -1032 -1033 -1034 -1035 -1036 -1037 -1038 1039 -1040 -1041 -1042 -1043 -1044 -1045 -1046 -1047 -1048 -1049 -1050 -1051 -1052 -1053 -1054 -1055 -1056 -1057 -1058 -1059 -1060 -1061 -1062 -1063 -1064 -1065 -1066 -1067 -1068 -1069 -1070 1071 -1072 -1073 -1074 -1075 -1076 -1077 -1078 -1079 -1080 -1081 -1082 -1083 -1084 -1085 -1086 -1087 -1088 -1089 -1090 -1091 -1092 -1093 -1094 -1095 -1096 -1097 -1098 -1099 -1100 -1101 -1102 -1103 -1104 -1105 -1106 -1107 -1108 -1109 -1110 -1111 -1112 -1113 -1114 -1115 -1116 1117 -1118 -1119 -1120 -1121 -1122 -1123 -1124 -1125 -1126 -1127 -1128 -1129 -1130 -1131 -1132 -1133 -1134 -1135 -1136 -1137 -1138 -1139 -1140 -1141 -1142 -1143 -1144 -1145 -1146 -1147 -1148 -1149 -1150 -1151 -1152 -1153 -1154 -1155 1156 0

Verifier Data

OK

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.62 3.16 3.21 5/189 9353
/proc/meminfo: memFree=21024096/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=30496 CPUtime=0 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 922 0 0 0 0 0 0 0 18 0 1 0 490332286 31227904 861 33554432000 4194304 4627331 140733350465808 18446744073709551615 218905391813 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 7624 861 320 106 0 2595 0

[startup+0.0582949 s]
/proc/loadavg: 3.62 3.16 3.21 5/189 9353
/proc/meminfo: memFree=21024096/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=38068 CPUtime=0.05 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 3431 0 0 0 5 0 0 0 18 0 1 0 490332286 38981632 3370 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 9517 3370 343 106 0 4488 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38068

[startup+0.100282 s]
/proc/loadavg: 3.62 3.16 3.21 5/189 9353
/proc/meminfo: memFree=21024096/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=38068 CPUtime=0.09 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 3431 0 0 0 9 0 0 0 18 0 1 0 490332286 38981632 3370 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308313 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 9517 3370 343 106 0 4488 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38068

[startup+0.300251 s]
/proc/loadavg: 3.62 3.16 3.21 5/189 9353
/proc/meminfo: memFree=21024096/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=38068 CPUtime=0.29 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 3431 0 0 0 29 0 0 0 18 0 1 0 490332286 38981632 3370 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308250 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 9517 3370 343 106 0 4488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38068

[startup+0.701185 s]
/proc/loadavg: 3.62 3.16 3.21 5/189 9353
/proc/meminfo: memFree=21024096/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=50092 CPUtime=0.69 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 6373 0 0 0 69 0 0 0 18 0 1 0 490332286 51294208 6312 33554432000 4194304 4627331 140733350465808 18446744073709551615 4424526 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 12523 6312 358 106 0 7494 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50092

[startup+1.50101 s]
/proc/loadavg: 3.62 3.16 3.21 5/190 9354
/proc/meminfo: memFree=20996560/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=52212 CPUtime=1.49 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 8370 0 0 0 148 1 0 0 20 0 1 0 490332286 53465088 6920 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308250 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 13053 6920 372 106 0 8024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52212

[startup+3.10076 s]
/proc/loadavg: 3.62 3.16 3.21 5/190 9354
/proc/meminfo: memFree=20994576/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=52212 CPUtime=3.09 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 8634 0 0 0 308 1 0 0 25 0 1 0 490332286 53465088 7184 33554432000 4194304 4627331 140733350465808 18446744073709551615 4299513 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 13053 7184 372 106 0 8024 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52212

[startup+6.30117 s]
/proc/loadavg: 3.65 3.17 3.22 5/190 9354
/proc/meminfo: memFree=20996812/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=55508 CPUtime=6.29 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 9906 0 0 0 628 1 0 0 25 0 1 0 490332286 56840192 7029 33554432000 4194304 4627331 140733350465808 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 13877 7029 374 106 0 8848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55508

[startup+12.701 s]
/proc/loadavg: 3.68 3.18 3.22 5/190 9354
/proc/meminfo: memFree=20825544/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=67152 CPUtime=12.69 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 14117 0 0 0 1267 2 0 0 25 0 1 0 490332286 68763648 9758 33554432000 4194304 4627331 140733350465808 18446744073709551615 4423652 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 16788 9758 378 106 0 11759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67152

[startup+25.5007 s]
/proc/loadavg: 3.75 3.22 3.23 5/190 9354
/proc/meminfo: memFree=20265668/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=68008 CPUtime=25.49 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 17585 0 0 0 2547 2 0 0 25 0 1 0 490332286 69640192 9841 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308330 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 17002 9841 378 106 0 11973 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68008

[startup+51.1011 s]
/proc/loadavg: 3.83 3.28 3.25 5/187 9358
/proc/meminfo: memFree=21074196/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=97580 CPUtime=51.09 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 24693 0 0 0 5105 4 0 0 25 0 1 0 490332286 99921920 15083 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308330 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 24395 15083 378 106 0 19366 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97580

[startup+102.307 s]
/proc/loadavg: 3.93 3.39 3.29 5/190 9383
/proc/meminfo: memFree=20021600/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=98740 CPUtime=102.3 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 26867 0 0 0 10225 5 0 0 25 0 1 0 490332286 101109760 17257 33554432000 4194304 4627331 140733350465808 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 24685 17257 378 106 0 19656 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 98740

[startup+162.301 s]
/proc/loadavg: 3.97 3.50 3.33 5/190 9412
/proc/meminfo: memFree=21752792/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=88756 CPUtime=162.3 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 31857 0 0 0 16223 7 0 0 25 0 1 0 490332286 90886144 15159 33554432000 4194304 4627331 140733350465808 18446744073709551615 4333152 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 22189 15159 378 106 0 17160 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 88756

[startup+222.301 s]
/proc/loadavg: 4.04 3.60 3.37 5/190 9467
/proc/meminfo: memFree=21481936/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=115048 CPUtime=222.3 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 40466 0 0 0 22221 9 0 0 25 0 1 0 490332286 117809152 21671 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308250 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 28762 21671 378 106 0 23733 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 115048

[startup+282.3 s]
/proc/loadavg: 4.05 3.69 3.41 5/190 9469
/proc/meminfo: memFree=21334944/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=92220 CPUtime=282.3 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 49869 0 0 0 28217 13 0 0 25 0 1 0 490332286 94433280 16683 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 23055 16683 378 106 0 18026 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 92220

[startup+342.3 s]
/proc/loadavg: 4.02 3.74 3.45 5/190 9471
/proc/meminfo: memFree=21318724/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=92396 CPUtime=342.3 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 62154 0 0 0 34213 17 0 0 25 0 1 0 490332286 94613504 16279 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308303 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 23099 16279 378 106 0 18070 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92396

[startup+402.301 s]
/proc/loadavg: 4.00 3.79 3.48 5/190 9472
/proc/meminfo: memFree=21227716/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=92540 CPUtime=402.3 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 73661 0 0 0 40209 21 0 0 25 0 1 0 490332286 94760960 17053 33554432000 4194304 4627331 140733350465808 18446744073709551615 4309043 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 23135 17053 378 106 0 18106 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92540

[startup+462.301 s]
/proc/loadavg: 4.00 3.82 3.51 5/190 9474
/proc/meminfo: memFree=21195584/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=108216 CPUtime=462.3 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 88562 0 0 0 46205 25 0 0 25 0 1 0 490332286 110813184 19772 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308303 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 27054 19772 378 106 0 22025 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 108216

[startup+522.301 s]
/proc/loadavg: 4.00 3.85 3.54 5/190 9475
/proc/meminfo: memFree=21124672/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=108332 CPUtime=522.31 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 99025 0 0 0 52201 30 0 0 25 0 1 0 490332286 110931968 21416 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308285 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 27083 21416 378 106 0 22054 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 108332

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

[startup+537.501 s]
/proc/loadavg: 4.00 3.86 3.55 5/190 9476
/proc/meminfo: memFree=21112520/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=109368 CPUtime=537.51 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 102164 0 0 0 53720 31 0 0 25 0 1 0 490332286 111992832 21535 33554432000 4194304 4627331 140733350465808 18446744073709551615 4327538 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 27342 21535 378 106 0 22313 0
Current children cumulated CPU time (s) 537.51
Current children cumulated vsize (KiB) 109368

[startup+543.901 s]
/proc/loadavg: 4.07 3.88 3.56 5/190 9476
/proc/meminfo: memFree=21119956/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=162660 CPUtime=543.91 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 102906 0 0 0 54360 31 0 0 25 0 1 0 490332286 166563840 22277 33554432000 4194304 4627331 140733350465808 18446744073709551615 4310391 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 40665 22277 378 106 0 35636 0
Current children cumulated CPU time (s) 543.91
Current children cumulated vsize (KiB) 162660

[startup+547.1 s]
/proc/loadavg: 4.07 3.88 3.56 5/190 9476
/proc/meminfo: memFree=21126404/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=109408 CPUtime=547.1 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 104389 0 0 0 54679 31 0 0 25 0 1 0 490332286 112033792 20214 33554432000 4194304 4627331 140733350465808 18446744073709551615 4309087 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 27352 20214 378 106 0 22323 0
Current children cumulated CPU time (s) 547.1
Current children cumulated vsize (KiB) 109408

[startup+550.301 s]
/proc/loadavg: 4.07 3.88 3.56 5/190 9476
/proc/meminfo: memFree=21119072/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=109408 CPUtime=550.31 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 104795 0 0 0 54999 32 0 0 25 0 1 0 490332286 112033792 20620 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308275 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 27352 20620 378 106 0 22323 0
Current children cumulated CPU time (s) 550.31
Current children cumulated vsize (KiB) 109408

[startup+551.901 s]
/proc/loadavg: 4.07 3.88 3.56 5/190 9476
/proc/meminfo: memFree=21117832/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=109408 CPUtime=551.91 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 104992 0 0 0 55159 32 0 0 25 0 1 0 490332286 112033792 20817 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 27352 20817 378 106 0 22323 0
Current children cumulated CPU time (s) 551.91
Current children cumulated vsize (KiB) 109408

[startup+552.7 s]
/proc/loadavg: 4.07 3.88 3.56 5/190 9476
/proc/meminfo: memFree=21116344/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=109408 CPUtime=552.71 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 105090 0 0 0 55239 32 0 0 25 0 1 0 490332286 112033792 20915 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308330 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 27352 20915 378 106 0 22323 0
Current children cumulated CPU time (s) 552.71
Current children cumulated vsize (KiB) 109408

[startup+552.9 s]
/proc/loadavg: 4.07 3.88 3.56 5/190 9476
/proc/meminfo: memFree=21116344/32951124 swapFree=67111412/67111528
[pid=9353] ppid=9351 vsize=109408 CPUtime=552.91 cores=4,6
/proc/9353/stat : 9353 (strangenight2-s) R 9351 9353 9265 0 -1 4202496 105116 0 0 0 55259 32 0 0 25 0 1 0 490332286 112033792 20941 33554432000 4194304 4627331 140733350465808 18446744073709551615 4308574 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9353/statm: 27352 20941 378 106 0 22323 0
Current children cumulated CPU time (s) 552.91
Current children cumulated vsize (KiB) 109408

Child status: 10
Real time (s): 552.94
CPU time (s): 552.955
CPU user time (s): 552.627
CPU system time (s): 0.32795
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 162660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 552.627
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105136
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= 8
involuntary context switches= 5904

runsolver used 0.964853 second user time and 2.07868 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-26 05:09:06
IDJOB=3292187
IDBENCH=85965
IDSOLVER=1587
FILE ID=node137/3292187-1303787346
RUNJOBID= node137-1303787309-9284
PBS_JOBID= 13157251
Free space on /tmp= 71624 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292187-1303787346/watcher-3292187-1303787346 -o /tmp/evaluation-result-3292187-1303787346/solver-3292187-1303787346 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3292187-1303787346.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=632902551

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21024128 kB
Buffers:       1746800 kB
Cached:        7056572 kB
SwapCached:        112 kB
Active:        4784224 kB
Inactive:      6581488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21024128 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          393892 kB
Writeback:           0 kB
AnonPages:     2562108 kB
Mapped:          16116 kB
Slab:           490456 kB
PageTables:      10432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3314596 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= 71916 MiB
End job on node137 at 2011-04-26 05:18:19