Trace number 3281053

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 TechDemo-Alpha-st? (TO) 1300.06 1300.02

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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 Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3281053-1303750849.cnf'
0.00/0.01	c -- header says num vars:          45937
0.00/0.01	c -- header says num clauses:      166840
0.09/0.11	c -- clauses added:            0 learnts,       166840 normals,            0 xors
0.09/0.11	c -- vars added      45937
0.09/0.11	c Parsing time:  0.11 s
0.09/0.11	c  N st     0         0     45937     79956     85826         0    444254         0   no data   no data  --
0.49/0.53	c asymm  cl-useful: 3/1515/79806 lits-rem:3 time: 0.42
5.40/5.48	c Flit:   152 Blit:      0 bXBeca:    0 bXProp: 14029 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  4.91
5.40/5.49	c Cleaning up after failed var search:     0.01 s 
5.99/6.06	c Calc non-exist non-lernt bins v-fix:     0 done:  26973 time:  0.56 s
5.99/6.06	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
6.09/6.12	c Subs w/ non-existent bins:      1 time:  0.06 s
6.09/6.15	c Replacing    14030 vars Replaced   284636 lits Time:     0.02 s 
6.09/6.18	c bin-w-bin subsume rem            6 bins  time:  0.01 s
6.09/6.19	c subs with bin:        2  lits-rem:         6  v-fix:    0  time:  0.01 s
6.29/6.32	c Removed useless bin:       1  fixed:     0  bprops:  10.01M  time:  0.13 s
6.49/6.56	c lits-rem:         0  cl-subs:        0  v-elim:  10230  v-fix:    0  time:  0.24 s
6.49/6.56	c learnt bin added due to v-elim: 0
6.68/6.79	c Finding binary XORs  T:     0.23 s  found:    1807
6.78/6.81	c Replacing     1807 vars Replaced    34075 lits Time:     0.01 s 
6.88/6.91	c Finding non-binary XORs:     0.07 s (found:    7953, avg size: 3.7)
6.88/6.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2995 locsubst: 90240 time:   0.03
6.88/6.92	c Replacing      720 vars Replaced     8113 lits Time:     0.01 s 
6.88/6.95	c calculated reachability. Time: 0.03
6.88/6.96	c Calc default polars -  time:   0.00 s pos:    6166 undec:   31033 neg:    8738
6.88/6.96	c =========================================================================================
6.88/6.96	c types(t): F = full restart, N = normal restart
6.88/6.96	c types(t): S = simplification begin/end, E = solution found
6.88/6.96	c restart types(rt): st = static, dy = dynamic
6.88/6.96	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
6.88/6.96	c  B st     0         0     14939     22424     51945         0    248432         0   no data   no data  --
7.28/7.33	c Decided on static restart strategy
14.48/14.55	c  N dy     7     30000     14939     22424     51976     19095    248432   1825633    129.30     55.39  --
14.68/14.73	c  S st     7     30000     14939     22424     51976     19095    248432   1825633    129.30     55.39  --
14.78/14.88	c  S st     7     30503     14939     22424     52004     19525    248432   1833469    129.30     55.39  --
14.88/14.94	c x-sub:   720 x-cut:      0 vfix:      0 v-elim:   1546 locsubst:  1053 time:   0.06
14.88/14.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.49/24.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp: 1103 Bin:  31110 BRemL:   5546 BRemN:    762 CBin:       0 P: 60.0M T:  9.64
24.89/24.94	c Calc non-exist non-lernt bins v-fix:     0 done:  13393 time:  0.35 s
24.89/24.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.99/25.06	c Subs w/ non-existent bins:     11 time:  0.12 s
24.99/25.07	c Replacing     1160 vars Replaced    20601 lits Time:     0.01 s 
25.09/25.10	c bin-w-bin subsume rem        12544 bins  time:  0.02 s
25.09/25.12	c subs with bin:      144  lits-rem:      2719  v-fix:    0  time:  0.02 s
25.19/25.24	c Removed useless bin:     748  fixed:     0  bprops:   9.19M  time:  0.12 s
25.39/25.41	c lits-rem:       700  cl-subs:     3407  v-elim:   7084  v-fix:    0  time:  0.17 s
25.39/25.41	c learnt bin added due to v-elim: 0
25.49/25.52	c vivif2 --  cl tried    22638 cl shrink     1458 lits rem       4244 time: 0.11
25.49/25.52	c vivif2 --  cl tried      221 cl shrink        1 lits rem          1 time: 0.00
25.69/25.76	c asymm  cl-useful: 616/989/22297 lits-rem:725 time: 0.25
25.69/25.79	c calculated reachability. Time: 0.02
25.69/25.79	c  N dy     7     30503      7359     22297     25394       221    189436      5591    129.30     55.39  --
25.69/25.79	c  F st     7     30503      7359     22297     25394       221    189436      5591    129.30     55.39  --
25.89/25.96	c Decided on static restart strategy
26.58/26.66	c  N dy    14     45757      7359     22297     25398      9388    189436    288278     38.94     44.37  --
26.58/26.67	c  S st    14     45757      7359     22297     25398      9388    189436    288278     38.94     44.37  --
26.68/26.72	c  S st    14     46259      7359     22297     25405      9738    189436    292710     38.94     44.37  --
26.68/26.76	c x-sub:    57 x-cut:      0 vfix:      0 v-elim:    421 locsubst:  1467 time:   0.04
26.68/26.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.18/30.23	c Flit:     1 Blit:      6 bXBeca:    0 bXProp:   56 Bin:   2061 BRemL:    922 BRemN:    898 CBin:       0 P: 60.0M T:  3.47
30.28/30.38	c Calc non-exist non-lernt bins v-fix:     0 done:   6931 time:  0.15 s
30.28/30.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.48/30.50	c Subs w/ non-existent bins:    136 time:  0.11 s
30.48/30.51	c Replacing      105 vars Replaced     4331 lits Time:     0.01 s 
30.48/30.52	c bin-w-bin subsume rem          288 bins  time:  0.00 s
30.48/30.58	c subs with bin:       35  lits-rem:     20391  v-fix:    0  time:  0.05 s
30.58/30.62	c Removed useless bin:     610  fixed:     0  bprops:   3.36M  time:  0.04 s
30.98/31.04	c lits-rem:      1366  cl-subs:      731  v-elim:    941  v-fix:    0  time:  0.42 s
30.98/31.04	c learnt bin added due to v-elim: 0
31.08/31.14	c vivif2 --  cl tried    22107 cl shrink      807 lits rem        842 time: 0.10
31.08/31.15	c vivif2 --  cl tried     6128 cl shrink       18 lits rem         18 time: 0.01
31.28/31.37	c asymm  cl-useful: 379/930/22097 lits-rem:448 time: 0.22
31.28/31.39	c calculated reachability. Time: 0.02
31.28/31.39	c  N dy    14     46259      6819     22097     24607      6128    180490    132118     38.94     44.37  --
32.79/32.85	c  N dy    15     69388      6819     22097     24607     16829    180489    443993     38.50     36.81  --
32.79/32.87	c  S st    15     69388      6819     22097     24607     16829    180489    443993     38.50     36.81  --
32.89/32.93	c  S st    15     69889      6819     22097     24611     17263    180489    449995     38.50     36.81  --
32.89/32.99	c x-sub:    49 x-cut:      0 vfix:      0 v-elim:    138 locsubst:   394 time:   0.06
32.89/32.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.29/35.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    9 Bin:    177 BRemL:    225 BRemN:    208 CBin:       0 P: 59.0M T:  2.33
35.39/35.46	c Calc non-exist non-lernt bins v-fix:     0 done:   6681 time:  0.15 s
35.39/35.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.49/35.58	c Subs w/ non-existent bins:     31 time:  0.11 s
35.49/35.58	c Replacing       20 vars Replaced      769 lits Time:     0.00 s 
35.49/35.59	c bin-w-bin subsume rem           28 bins  time:  0.00 s
35.59/35.61	c subs with bin:        7  lits-rem:       112  v-fix:    0  time:  0.02 s
35.59/35.65	c Removed useless bin:     532  fixed:     0  bprops:   3.14M  time:  0.04 s
35.99/36.07	c ORs :   1395 avg-s:  9.9 cl-sh:  8581 l-rem:  24757 b-add:      1 v-rep:   0 cl-rem: 407 avg s: 4.0 T:    0.12
37.69/37.74	c Added 6 vars  tried: 80000 time: 1.67
37.69/37.76	c ORs :      6 avg-s:  0.0 cl-sh:  3420 l-rem:   3420 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    1.68
37.69/37.76	c lits-rem:       101  cl-subs:      210  v-elim:    937  v-fix:    0  time:  2.11 s
37.69/37.76	c learnt bin added due to v-elim: 0
37.79/37.84	c vivif2 --  cl tried    21592 cl shrink        1 lits rem          1 time: 0.07
37.79/37.84	c vivif2 --  cl tried     6857 cl shrink        1 lits rem          1 time: 0.01
38.19/38.24	c asymm  cl-useful: 527/7258/21592 lits-rem:527 time: 0.40
38.19/38.27	c calculated reachability. Time: 0.02
38.19/38.27	c  N dy    15     69889      6657     21592     23784      6857    154156    125020     38.50     36.81  --
38.19/38.27	c  F st    15     69889      6657     21592     23784      6857    154156    125020     38.50     36.81  --
38.59/38.68	c Decided on static restart strategy
45.98/46.02	c  N dy    22     88878      6657     21592     23784     13668    154156   1475624    226.00     53.69  --
46.19/46.21	c Finding binary XORs  T:     0.18 s  found:      24
47.58/47.61	c  N dy    63     94632      6657     21592     23808     18626    154156   2137376    154.95     54.40  --
49.09/49.14	c  N dy   106    100726      6657     21592     23809     23661    154156   2886136    139.83     55.95  --
50.69/50.72	c  S st   135    104834      6657     21592     23809     27171    154156   3594349    181.24     57.09  --
50.79/50.88	c  S st   135    105334      6657     21592     23810     27634    154156   3602935    181.24     57.09  --
50.89/50.96	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:     50 locsubst:     0 time:   0.08
50.89/50.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.79/52.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     10 BRemL:      3 BRemN:     49 CBin:       0 P: 29.8M T:  1.89
52.89/52.99	c Calc non-exist non-lernt bins v-fix:     0 done:   6607 time:  0.13 s
52.89/52.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.99/53.06	c Subs w/ non-existent bins:     33 time:  0.07 s
52.99/53.07	c Replacing       24 vars Replaced     1364 lits Time:     0.01 s 
52.99/53.09	c bin-w-bin subsume rem            1 bins  time:  0.00 s
53.09/53.12	c subs with bin:       35  lits-rem:       521  v-fix:    0  time:  0.03 s
53.09/53.16	c Removed useless bin:       0  fixed:     0  bprops:   3.08M  time:  0.04 s
54.89/54.95	c ORs :   1395 avg-s:  9.9 cl-sh:    63 l-rem:     63 b-add:      1 v-rep:   0 cl-rem: 7 avg s: 3.9 T:    0.07
55.59/55.65	c Added 51 vars  tried: 80000 time: 0.69
55.59/55.67	c ORs :     51 avg-s:  0.0 cl-sh:  5366 l-rem:   5366 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    0.72
55.59/55.68	c lits-rem:       219  cl-subs:      841  v-elim:    940  v-fix:    0  time:  2.52 s
55.59/55.68	c learnt bin added due to v-elim: 0
55.69/55.73	c vivif2 --  cl tried    21594 cl shrink        5 lits rem          5 time: 0.05
55.69/55.74	c vivif2 --  cl tried     9269 cl shrink        1 lits rem          1 time: 0.01
56.19/56.27	c asymm  cl-useful: 824/4012/21592 lits-rem:2406 time: 0.52
56.19/56.28	c calculated reachability. Time: 0.01
56.19/56.28	c  N dy   135    105334      6629     21025     24366      9269    152134    276729    181.24     57.09  --
70.19/70.29	c  N dy   140    158001      6629     21025     24366     37091    152134   3162090    129.27     66.69  --
70.40/70.42	c  S st   140    158001      6629     21025     24366     37091    152134   3162090    129.27     66.69  --
70.59/70.64	c  S st   140    158502      6629     21025     24368     37559    152134   3174953    129.27     66.69  --
70.79/70.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     12 locsubst:   572 time:   0.17
70.79/70.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.80/75.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  634 Bin:   2260 BRemL:   1031 BRemN:    728 CBin:       0 P: 60.0M T:  5.08
75.99/76.06	c Calc non-exist non-lernt bins v-fix:     0 done:   6617 time:  0.17 s
75.99/76.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.09/76.16	c Subs w/ non-existent bins:    856 time:  0.09 s
76.09/76.18	c Replacing      697 vars Replaced    22842 lits Time:     0.02 s 
76.19/76.20	c bin-w-bin subsume rem         3115 bins  time:  0.00 s
76.19/76.24	c subs with bin:      988  lits-rem:      2312  v-fix:    0  time:  0.04 s
76.19/76.26	c Removed useless bin:     228  fixed:     0  bprops:   1.06M  time:  0.01 s
79.09/79.11	c ORs :   1449 avg-s:  9.6 cl-sh:     5 l-rem:      6 b-add:      1 v-rep:   0 cl-rem: 0 avg s: nan T:    0.12
79.59/79.63	c Added 51 vars  tried: 80000 time: 0.52
79.69/79.74	c ORs :     51 avg-s:  0.0 cl-sh: 18778 l-rem:  18778 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    0.63
79.69/79.75	c lits-rem:      5942  cl-subs:     1197  v-elim:   1009  v-fix:    0  time:  3.50 s
79.69/79.75	c learnt bin added due to v-elim: 0
79.69/79.79	c vivif2 --  cl tried    18550 cl shrink       26 lits rem         26 time: 0.04
79.79/79.82	c vivif2 --  cl tried    14122 cl shrink       95 lits rem        181 time: 0.03
79.99/80.05	c asymm  cl-useful: 163/1547/18550 lits-rem:489 time: 0.22
79.99/80.06	c calculated reachability. Time: 0.01
79.99/80.06	c  N dy   140    158502      5970     18387     21804     14119    136838    565889    129.27     66.69  --
98.69/98.79	c  N dy   142    237753      5970     18387     21804     41628    136838   2703528    101.84     69.92  --
98.90/98.92	c  S st   142    237753      5970     18387     21804     41628    136838   2703528    101.84     69.92  --
99.00/99.06	c Finding binary XORs  T:     0.14 s  found:       0
99.19/99.25	c  S st   142    238254      5970     18387     21806     42095    136838   2718436    101.84     69.92  --
99.29/99.35	c x-sub:    62 x-cut:      0 vfix:      0 v-elim:     68 locsubst:     0 time:   0.10
99.29/99.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.29/102.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   83 Bin:    297 BRemL:    144 BRemN:     69 CBin:       0 P: 60.0M T:  3.01
102.39/102.43	c Calc non-exist non-lernt bins v-fix:     0 done:   5902 time:  0.07 s
102.39/102.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.59/102.60	c Subs w/ non-existent bins:    153 time:  0.17 s
102.59/102.61	c Replacing       83 vars Replaced     2913 lits Time:     0.01 s 
102.59/102.65	c bin-w-bin subsume rem         1080 bins  time:  0.00 s
102.69/102.71	c subs with bin:       32  lits-rem:       406  v-fix:    0  time:  0.06 s
102.69/102.73	c Removed useless bin:       2  fixed:     0  bprops:   0.96M  time:  0.01 s
117.69/117.79	c ORs :   1500 avg-s:  9.3 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.85
118.09/118.19	c Added 51 vars  tried: 80000 time: 0.40
118.99/119.07	c ORs :     51 avg-s:  0.0 cl-sh: 47027 l-rem:  47027 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    1.28
119.09/119.11	c lits-rem:      2020  cl-subs:     3331  v-elim:   1010  v-fix:    0  time: 16.38 s
119.09/119.11	c learnt bin added due to v-elim: 0
119.09/119.14	c vivif2 --  cl tried    17990 cl shrink        2 lits rem          2 time: 0.03
119.19/119.23	c vivif2 --  cl tried    32256 cl shrink        0 lits rem          0 time: 0.09
119.39/119.43	c asymm  cl-useful: 191/1739/17990 lits-rem:573 time: 0.19
119.39/119.44	c calculated reachability. Time: 0.01
119.39/119.44	c  N dy   142    238254      5870     17799     20989     32256    132398   1825735    101.84     69.92  --
160.89/160.94	c  N dy   143    357381      5870     17799     20989     43377    132398   3289533    151.16     76.84  --
161.09/161.10	c  S st   143    357381      5870     17799     20989     43377    132398   3289533    151.16     76.84  --
161.29/161.34	c  S st   143    357882      5870     17799     20991     43858    132398   3293412    151.16     76.84  --
161.39/161.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     62 locsubst:     0 time:   0.09
161.39/161.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.80/163.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:     65 BRemL:      8 BRemN:      4 CBin:       0 P: 56.6M T:  2.41
163.80/163.90	c Calc non-exist non-lernt bins v-fix:     0 done:   5808 time:  0.06 s
163.90/163.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.00/164.08	c Subs w/ non-existent bins:      5 time:  0.18 s
164.00/164.09	c Replacing        4 vars Replaced      116 lits Time:     0.01 s 
164.10/164.14	c bin-w-bin subsume rem           47 bins  time:  0.00 s
164.19/164.24	c subs with bin:        0  lits-rem:         7  v-fix:    0  time:  0.10 s
164.19/164.25	c Removed useless bin:       1  fixed:     0  bprops:   0.97M  time:  0.01 s
172.39/172.43	c ORs :   1551 avg-s:  9.1 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.78
172.99/173.09	c Added 20 vars  tried: 80000 time: 0.66
173.09/173.18	c ORs :     20 avg-s:  0.0 cl-sh:  6281 l-rem:   6281 b-add:     40 v-rep:   0 cl-rem: 9 avg s: 3.9 T:    0.74
173.19/173.22	c lits-rem:       140  cl-subs:      577  v-elim:   1010  v-fix:    0  time:  8.97 s
173.19/173.22	c learnt bin added due to v-elim: 0
173.19/173.26	c vivif2 --  cl tried    17787 cl shrink        1 lits rem          1 time: 0.03
173.29/173.37	c vivif2 --  cl tried    38425 cl shrink        0 lits rem          0 time: 0.11
173.49/173.56	c asymm  cl-useful: 418/2148/17787 lits-rem:683 time: 0.19
173.49/173.57	c calculated reachability. Time: 0.01
173.49/173.57	c  N dy   143    357882      5824     17785     21030     38425    131512   2521470    151.16     76.84  --
246.39/246.49	c  N dy   144    536823      5824     17785     21031     51601    131512   3319044     81.21     81.54  --
246.70/246.71	c  S st   144    536823      5824     17785     21031     51601    131512   3319044     81.21     81.54  --
246.90/246.96	c  S st   144    537324      5824     17785     21031     52063    131512   3324494     81.21     81.54  --
247.00/247.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     62 locsubst:     0 time:   0.06
247.00/247.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
248.60/248.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:    104 BRemL:      9 BRemN:      1 CBin:       0 P: 36.0M T:  1.59
248.60/248.67	c Calc non-exist non-lernt bins v-fix:     0 done:   5762 time:  0.06 s
248.60/248.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
248.80/248.88	c Subs w/ non-existent bins:      6 time:  0.21 s
248.90/248.90	c Replacing        2 vars Replaced       48 lits Time:     0.01 s 
248.90/248.95	c bin-w-bin subsume rem           12 bins  time:  0.00 s
249.10/249.10	c subs with bin:        9  lits-rem:      1077  v-fix:    0  time:  0.14 s
249.10/249.11	c Removed useless bin:       3  fixed:     0  bprops:   0.98M  time:  0.01 s
414.19/414.25	c ORs :   1571 avg-s:  9.0 cl-sh:    10 l-rem:     40 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.89
414.89/414.97	c Added 10 vars  tried: 80000 time: 0.71
414.99/415.01	c ORs :     10 avg-s:  0.0 cl-sh:  4067 l-rem:   4067 b-add:     20 v-rep:   0 cl-rem: 0 avg s: nan T:    0.75
414.99/415.06	c lits-rem:      3703  cl-subs:     2543  v-elim:   1015  v-fix:    0  time: 165.95 s
414.99/415.06	c learnt bin added due to v-elim: 0
415.09/415.10	c vivif2 --  cl tried    17772 cl shrink        0 lits rem          0 time: 0.03
415.19/415.23	c vivif2 --  cl tried    48929 cl shrink        0 lits rem          0 time: 0.13
415.39/415.44	c asymm  cl-useful: 625/896/17772 lits-rem:704 time: 0.21
415.39/415.45	c calculated reachability. Time: 0.01
415.39/415.45	c  N dy   144    537324      5770     17765     21137     48929    130605   3071313     81.21     81.54  --
415.39/415.45	c  F st   144    537324      5770     17765     21137     48929    130605   3071313     81.21     81.54  --
415.99/416.09	c Decided on static restart strategy
485.80/485.81	c  N dy   151    805986      5770     17765     21138     83045    130604   5590770     85.88     69.76  --
486.00/486.06	c  S st   151    805986      5770     17765     21138     83045    130604   5590770     85.88     69.76  --
486.40/486.45	c  S st   151    806488      5770     17765     21140     83524    130604   5593875     85.88     69.76  --
487.21/487.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     62 locsubst:     0 time:   0.80
487.21/487.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
489.30/489.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bin:    165 BRemL:     18 BRemN:      1 CBin:       0 P: 56.4M T:  2.12
489.41/489.43	c Calc non-exist non-lernt bins v-fix:     0 done:   5708 time:  0.06 s
489.41/489.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
489.51/489.59	c Subs w/ non-existent bins:     37 time:  0.16 s
489.60/489.60	c Replacing        8 vars Replaced     1367 lits Time:     0.01 s 
489.60/489.64	c bin-w-bin subsume rem           47 bins  time:  0.00 s
489.70/489.72	c subs with bin:       24  lits-rem:      2313  v-fix:    0  time:  0.07 s
489.70/489.73	c Removed useless bin:       0  fixed:     0  bprops:   0.96M  time:  0.01 s
497.00/497.03	c ORs :   1581 avg-s:  8.9 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.40
497.60/497.66	c Added 29 vars  tried: 80000 time: 0.63
497.90/497.93	c ORs :     29 avg-s:  0.0 cl-sh: 19534 l-rem:  19534 b-add:     58 v-rep:   0 cl-rem: 0 avg s: nan T:    0.90
497.90/497.97	c lits-rem:        34  cl-subs:      861  v-elim:   1010  v-fix:    0  time:  8.24 s
497.90/497.97	c learnt bin added due to v-elim: 0
498.00/498.00	c vivif2 --  cl tried    17649 cl shrink        4 lits rem          4 time: 0.03
498.00/498.09	c vivif2 --  cl tried    40037 cl shrink        0 lits rem          0 time: 0.09
498.31/498.32	c asymm  cl-useful: 795/1134/17645 lits-rem:849 time: 0.22
498.31/498.33	c calculated reachability. Time: 0.01
498.31/498.33	c  N dy   151    806488      5729     17627     21315     40037    129210   1902715     85.88     69.76  --
624.41/624.48	c  N dy   152   1209732      5729     17627     21315     62849    129210   3633649     81.73     61.51  --
624.61/624.68	c  S st   152   1209732      5729     17627     21315     62849    129210   3633649     81.73     61.51  --
624.91/624.97	c  S st   152   1210235      5729     17627     21318     63331    129210   3642675     81.73     61.51  --
625.21/625.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     62 locsubst:     0 time:   0.26
625.21/625.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
626.91/626.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   13 Bin:    164 BRemL:     20 BRemN:     14 CBin:       0 P: 43.6M T:  1.68
626.91/626.98	c Calc non-exist non-lernt bins v-fix:     0 done:   5667 time:  0.06 s
626.91/626.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
627.10/627.15	c Subs w/ non-existent bins:     72 time:  0.17 s
627.10/627.16	c Replacing       13 vars Replaced      339 lits Time:     0.01 s 
627.10/627.19	c bin-w-bin subsume rem           59 bins  time:  0.00 s
627.20/627.25	c subs with bin:      136  lits-rem:       217  v-fix:    0  time:  0.06 s
627.20/627.26	c Removed useless bin:       0  fixed:     0  bprops:   0.95M  time:  0.02 s
630.91/630.99	c ORs :   1610 avg-s:  8.8 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.33
631.71/631.71	c Added 10 vars  tried: 80000 time: 0.72
631.81/631.85	c ORs :     10 avg-s:  0.0 cl-sh: 10391 l-rem:  10391 b-add:     20 v-rep:   0 cl-rem: 0 avg s: nan T:    0.86
631.81/631.87	c lits-rem:      1024  cl-subs:     1834  v-elim:   1010  v-fix:    0  time:  4.61 s
631.81/631.87	c learnt bin added due to v-elim: 0
631.91/631.91	c vivif2 --  cl tried    17301 cl shrink        0 lits rem          0 time: 0.03
631.91/631.98	c vivif2 --  cl tried    32174 cl shrink      112 lits rem        114 time: 0.07
632.10/632.16	c asymm  cl-useful: 441/1046/17301 lits-rem:477 time: 0.18
632.10/632.17	c calculated reachability. Time: 0.01
632.10/632.17	c  N dy   152   1210235      5664     17289     21462     32174    127502   1396232     81.73     61.51  --
825.81/825.86	c  N dy   153   1710236      5664     17289     21462    117296    127502   9354925     93.77     57.11  --
826.31/826.36	c  S st   153   1710236      5664     17289     21462    117296    127502   9354925     93.77     57.11  --
826.41/826.49	c Finding binary XORs  T:     0.13 s  found:       0
827.01/827.05	c  S st   153   1710737      5664     17289     21532    117712    127502   9361324     93.77     57.11  --
827.11/827.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     62 locsubst:     0 time:   0.07
827.11/827.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
830.71/830.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   86 Bin:    441 BRemL:    238 BRemN:    123 CBin:       0 P: 52.4M T:  3.66
830.81/830.84	c Calc non-exist non-lernt bins v-fix:     0 done:   5602 time:  0.06 s
830.81/830.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
831.41/831.46	c Subs w/ non-existent bins:     94 time:  0.62 s
831.51/831.50	c Replacing       86 vars Replaced     2391 lits Time:     0.03 s 
831.62/831.66	c bin-w-bin subsume rem          347 bins  time:  0.00 s
832.01/832.06	c subs with bin:      199  lits-rem:      8141  v-fix:    0  time:  0.39 s
832.01/832.07	c Removed useless bin:       1  fixed:     0  bprops:   0.72M  time:  0.01 s

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-3281053-1303750849/watcher-3281053-1303750849 -o /tmp/evaluation-result-3281053-1303750849/solver-3281053-1303750849 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3281053-1303750849.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.24 3.54 3.71 4/178 6484
/proc/meminfo: memFree=16012080/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=20564 CPUtime=0 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4194304 241 0 0 0 0 0 0 0 21 0 1 0 486682699 21057536 192 33554432000 4194304 4797429 140735059063696 18446744073709551615 212682707118 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6484/statm: 5141 192 159 148 0 57 0

[startup+0.08898 s]
/proc/loadavg: 2.24 3.54 3.71 4/178 6484
/proc/meminfo: memFree=16012080/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=44664 CPUtime=0.08 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 5603 0 0 0 8 0 0 0 21 0 1 0 486682699 45735936 4659 33554432000 4194304 4797429 140735059063696 18446744073709551615 4660032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 11166 4662 351 148 0 6095 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44664

[startup+0.100977 s]
/proc/loadavg: 2.24 3.54 3.71 4/178 6484
/proc/meminfo: memFree=16012080/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=51648 CPUtime=0.09 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 6294 0 0 0 9 0 0 0 21 0 1 0 486682699 52887552 5334 33554432000 4194304 4797429 140735059063696 18446744073709551615 4417469 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 12912 5349 352 148 0 7841 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51648

[startup+0.300938 s]
/proc/loadavg: 2.24 3.54 3.71 4/178 6484
/proc/meminfo: memFree=16012080/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=54312 CPUtime=0.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 8521 0 0 0 29 0 0 0 22 0 1 0 486682699 55615488 6654 33554432000 4194304 4797429 140735059063696 18446744073709551615 4427317 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 13578 6654 373 148 0 8507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54312

[startup+0.700898 s]
/proc/loadavg: 2.24 3.54 3.71 4/178 6484
/proc/meminfo: memFree=16012080/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=160604 CPUtime=0.68 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 10305 0 0 0 68 0 0 0 23 0 1 0 486682699 164458496 8014 33554432000 4194304 4797429 140735059063696 18446744073709551615 4429159 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 40151 8014 382 148 0 35080 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 160604

[startup+1.50075 s]
/proc/loadavg: 2.24 3.54 3.71 4/185 6497
/proc/meminfo: memFree=15786024/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=183928 CPUtime=1.48 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 16110 0 0 0 147 1 0 0 25 0 1 0 486682699 188342272 13819 33554432000 4194304 4797429 140735059063696 18446744073709551615 4428758 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 45982 13819 382 148 0 40911 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 183928

[startup+3.10045 s]
/proc/loadavg: 2.24 3.54 3.71 4/185 6497
/proc/meminfo: memFree=15712616/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=229056 CPUtime=3.08 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 27331 0 0 0 306 2 0 0 25 0 1 0 486682699 234553344 25040 33554432000 4194304 4797429 140735059063696 18446744073709551615 4427262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 57264 25041 382 148 0 52193 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 229056

[startup+6.30083 s]
/proc/loadavg: 2.46 3.57 3.71 5/190 6507
/proc/meminfo: memFree=15539512/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=264512 CPUtime=6.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 36109 0 0 0 625 4 0 0 25 0 1 0 486682699 270860288 33818 33554432000 4194304 4797429 140735059063696 18446744073709551615 4630310 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 66128 33818 395 148 0 61057 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 264512

[startup+12.7007 s]
/proc/loadavg: 2.59 3.57 3.72 5/191 6508
/proc/meminfo: memFree=15461572/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=281852 CPUtime=12.69 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 43500 0 0 0 1264 5 0 0 25 0 1 0 486682699 288616448 37891 33554432000 4194304 4797429 140735059063696 18446744073709551615 4426361 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 70463 37891 414 148 0 65392 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 281852

[startup+25.5004 s]
/proc/loadavg: 2.90 3.59 3.72 5/191 6509
/proc/meminfo: memFree=15334000/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=292708 CPUtime=25.49 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 47601 0 0 0 2543 6 0 0 25 0 1 0 486682699 299732992 41961 33554432000 4194304 4797429 140735059063696 18446744073709551615 4647995 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 73177 41961 415 148 0 68106 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 292708

[startup+51.1007 s]
/proc/loadavg: 3.34 3.64 3.73 5/190 6517
/proc/meminfo: memFree=15194060/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=302800 CPUtime=51.09 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 59154 0 0 0 5100 9 0 0 25 0 1 0 486682699 310067200 45167 33554432000 4194304 4797429 140735059063696 18446744073709551615 4207072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 75700 45167 419 148 0 70629 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 302800

[startup+102.306 s]
/proc/loadavg: 3.71 3.69 3.74 5/190 6519
/proc/meminfo: memFree=15122956/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=309976 CPUtime=102.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 78301 0 0 0 10215 14 0 0 25 0 1 0 486682699 317415424 46366 33554432000 4194304 4797429 140735059063696 18446744073709551615 4429118 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 77494 46366 419 148 0 72423 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 309976

[startup+162.3 s]
/proc/loadavg: 3.89 3.75 3.75 5/190 6520
/proc/meminfo: memFree=15090032/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=324952 CPUtime=162.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 100848 0 0 0 16210 19 0 0 25 0 1 0 486682699 332750848 49540 33554432000 4194304 4797429 140735059063696 18446744073709551615 4429118 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 81238 49540 419 148 0 76167 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 324952

[startup+222.3 s]
/proc/loadavg: 3.96 3.79 3.76 5/190 6525
/proc/meminfo: memFree=15063964/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=332552 CPUtime=222.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 121345 0 0 0 22203 26 0 0 25 0 1 0 486682699 340533248 52984 33554432000 4194304 4797429 140735059063696 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 83138 52984 419 148 0 78067 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 332552

[startup+282.3 s]
/proc/loadavg: 4.06 3.84 3.78 5/190 6554
/proc/meminfo: memFree=15244540/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=338508 CPUtime=282.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 132844 0 0 0 28200 29 0 0 25 0 1 0 486682699 346632192 52561 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 84627 52561 419 148 0 79556 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 338508

[startup+342.301 s]
/proc/loadavg: 4.02 3.87 3.79 5/190 6555
/proc/meminfo: memFree=15216180/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=338508 CPUtime=342.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 132844 0 0 0 34200 29 0 0 25 0 1 0 486682699 346632192 52561 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 84627 52561 419 148 0 79556 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 338508

[startup+402.301 s]
/proc/loadavg: 4.01 3.89 3.81 5/190 6557
/proc/meminfo: memFree=15212816/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=338508 CPUtime=402.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 132844 0 0 0 40200 29 0 0 25 0 1 0 486682699 346632192 52561 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 84627 52561 419 148 0 79556 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 338508

[startup+462.301 s]
/proc/loadavg: 4.00 3.91 3.82 5/190 6558
/proc/meminfo: memFree=15164676/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=343840 CPUtime=462.29 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 157862 0 0 0 46194 35 0 0 25 0 1 0 486682699 352092160 55654 33554432000 4194304 4797429 140735059063696 18446744073709551615 4345032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 85960 55654 419 148 0 80889 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 343840

[startup+522.301 s]
/proc/loadavg: 4.00 3.92 3.82 5/190 6560
/proc/meminfo: memFree=15172220/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=351776 CPUtime=522.3 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 184785 0 0 0 52187 43 0 0 25 0 1 0 486682699 360218624 54777 33554432000 4194304 4797429 140735059063696 18446744073709551615 4341147 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 87944 54777 419 148 0 82873 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 351776

[startup+582.301 s]
/proc/loadavg: 4.00 3.93 3.83 5/190 6562
/proc/meminfo: memFree=15134128/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=357220 CPUtime=582.3 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 211320 0 0 0 58180 50 0 0 25 0 1 0 486682699 365793280 55272 33554432000 4194304 4797429 140735059063696 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 89305 55272 419 148 0 84234 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 357220

[startup+642.301 s]
/proc/loadavg: 4.04 3.96 3.84 5/190 6563
/proc/meminfo: memFree=15126540/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=355456 CPUtime=642.31 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 233664 0 0 0 64175 56 0 0 25 0 1 0 486682699 363986944 55668 33554432000 4194304 4797429 140735059063696 18446744073709551615 4351600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 88864 55668 419 148 0 83793 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 355456

[startup+702.301 s]
/proc/loadavg: 4.01 3.96 3.85 5/190 6565
/proc/meminfo: memFree=15110536/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=365228 CPUtime=702.3 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 259374 0 0 0 70168 62 0 0 25 0 1 0 486682699 373993472 58170 33554432000 4194304 4797429 140735059063696 18446744073709551615 4331610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 91307 58170 419 148 0 86236 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 365228

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.85 5/190 6566
/proc/meminfo: memFree=15045920/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=368064 CPUtime=762.32 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 280222 0 0 0 76162 70 0 0 25 0 1 0 486682699 376897536 61308 33554432000 4194304 4797429 140735059063696 18446744073709551615 4351618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 92016 61308 419 148 0 86945 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 368064

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 6568
/proc/meminfo: memFree=15022464/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=369992 CPUtime=822.31 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 300784 0 0 0 82154 77 0 0 25 0 1 0 486682699 378871808 63333 33554432000 4194304 4797429 140735059063696 18446744073709551615 4351629 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 92498 63333 419 148 0 87427 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 369992

[startup+882.301 s]
/proc/loadavg: 4.04 3.99 3.87 5/190 6570
/proc/meminfo: memFree=14982648/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=409552 CPUtime=882.31 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 310726 0 0 0 88152 79 0 0 25 0 1 0 486682699 419381248 73268 33554432000 4194304 4797429 140735059063696 18446744073709551615 4506535 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 102388 73268 419 148 0 97317 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 409552

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.88 5/190 6571
/proc/meminfo: memFree=14969608/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=409552 CPUtime=942.31 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 310726 0 0 0 94152 79 0 0 25 0 1 0 486682699 419381248 73268 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 102388 73268 419 148 0 97317 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 409552

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.88 5/190 6573
/proc/meminfo: memFree=14996376/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=409552 CPUtime=1002.32 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 310733 0 0 0 100153 79 0 0 25 0 1 0 486682699 419381248 73275 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 102388 73275 419 148 0 97317 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 409552

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.89 5/190 6574
/proc/meminfo: memFree=14980484/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=409552 CPUtime=1062.32 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 310733 0 0 0 106153 79 0 0 25 0 1 0 486682699 419381248 73275 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568069 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 102388 73275 419 148 0 97317 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 409552

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.89 5/190 6576
/proc/meminfo: memFree=14972152/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=409552 CPUtime=1122.32 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 310733 0 0 0 112153 79 0 0 25 0 1 0 486682699 419381248 73275 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 102388 73275 419 148 0 97317 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 409552

[startup+1182.3 s]
/proc/loadavg: 4.06 4.00 3.90 5/190 6578
/proc/meminfo: memFree=14978216/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=409552 CPUtime=1182.32 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 310740 0 0 0 118153 79 0 0 25 0 1 0 486682699 419381248 73282 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568105 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 102388 73282 419 148 0 97317 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 409552

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.91 5/190 6579
/proc/meminfo: memFree=14985640/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=409552 CPUtime=1242.32 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 310740 0 0 0 124153 79 0 0 25 0 1 0 486682699 419381248 73282 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 102388 73282 419 148 0 97317 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 409552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 6581
/proc/meminfo: memFree=14933540/32951124 swapFree=67111528/67111528
[pid=6484] ppid=6482 vsize=409552 CPUtime=1300.03 cores=0,2
/proc/6484/stat : 6484 (techdemo) R 6482 6484 5847 0 -1 4202496 310740 0 0 0 129924 79 0 0 25 0 1 0 486682699 419381248 73282 33554432000 4194304 4797429 140735059063696 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6484/statm: 102388 73282 419 148 0 97317 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 409552

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.06
CPU user time (s): 1299.25
CPU system time (s): 0.809876
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 476544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.809876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310740
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= 14
involuntary context switches= 2037

runsolver used 2.32665 second user time and 4.79027 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 19:00:50
IDJOB=3281053
IDBENCH=20521
IDSOLVER=1585
FILE ID=node139/3281053-1303750849
RUNJOBID= node139-1303750849-6464
PBS_JOBID= 13154023
Free space on /tmp= 72500 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281053-1303750849/watcher-3281053-1303750849 -o /tmp/evaluation-result-3281053-1303750849/solver-3281053-1303750849 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3281053-1303750849.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=412971572

node139.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.852
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.70
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.852
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.852
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:      16013104 kB
Buffers:       2146092 kB
Cached:       14199776 kB
SwapCached:          0 kB
Active:        9843612 kB
Inactive:      6572364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16013104 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18344 kB
Writeback:           0 kB
AnonPages:       69648 kB
Mapped:          14496 kB
Slab:           459436 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198644 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= 72460 MiB
End job on node139 at 2011-04-25 19:22:32