Trace number 3290069

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.02 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c 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-3290069-1303783113.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:        5176
0.00/0.00	c -- clauses added:            0 learnts,         5176 normals,            0 xors
0.00/0.00	c -- vars added       1000
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0      1000      4848       160         0     19728         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/4336/4336 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  192 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.00
0.00/0.02	c Calc non-exist non-lernt bins v-fix:     0 done:    864 time:  0.00 s
0.00/0.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.02	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.02	c Replacing      192 vars Replaced     5480 lits Time:     0.00 s 
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:    440  v-fix:    0  time:  0.00 s
0.00/0.02	c learnt bin added due to v-elim: 0
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:     384, avg size: 3.7)
0.00/0.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     92 locsubst:     0 time:   0.00
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      16 undec:     420 neg:     564
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.02	c  B st     0         0       580      1264        32         0      5848         0   no data   no data  --
0.09/0.10	c Decided on static restart strategy
1.98/2.02	c  N dy     7     30000       580      1264        49      9965      5848    219189     39.48     23.62  --
1.98/2.04	c  S st     7     30000       580      1264        49      9965      5848    219189     39.48     23.62  --
1.98/2.08	c  S st     7     30502       580      1264        59     10421      5848    225808     39.48     23.62  --
1.98/2.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     20 locsubst:     0 time:   0.00
1.98/2.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.98/2.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   18 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.4M T:  0.01
1.98/2.09	c Calc non-exist non-lernt bins v-fix:     0 done:    560 time:  0.00 s
1.98/2.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.98/2.09	c Subs w/ non-existent bins:     27 time:  0.00 s
2.09/2.11	c Replacing       18 vars Replaced    13570 lits Time:     0.01 s 
2.09/2.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.09/2.11	c subs with bin:        6  lits-rem:         4  v-fix:    0  time:  0.00 s
2.09/2.11	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.28/2.39	c lits-rem:      2390  cl-subs:     1605  v-elim:      0  v-fix:    0  time:  0.28 s
2.28/2.39	c learnt bin added due to v-elim: 0
2.28/2.39	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
2.28/2.39	c vivif2 --  cl tried     7348 cl shrink        0 lits rem          0 time: 0.00
2.38/2.40	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
2.38/2.40	c calculated reachability. Time: 0.00
2.38/2.40	c  N dy     7     30502       542      1264        23      7348      5778    132175     39.48     23.62  --
2.38/2.40	c  F st     7     30502       542      1264        23      7348      5778    132175     39.48     23.62  --
2.48/2.52	c Decided on static restart strategy
3.68/3.73	c  N dy    14     45754       542      1264        29     15444      5778    410231     38.67     21.68  --
3.68/3.75	c  S st    14     45754       542      1264        29     15444      5778    410231     38.67     21.68  --
3.78/3.81	c  S st    14     46257       542      1264        36     15905      5778    418354     38.67     21.68  --
3.78/3.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.78/3.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.78/3.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   10 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.03
3.78/3.84	c Calc non-exist non-lernt bins v-fix:     0 done:    542 time:  0.00 s
3.78/3.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.78/3.85	c Subs w/ non-existent bins:     28 time:  0.00 s
3.78/3.87	c Replacing       10 vars Replaced     6350 lits Time:     0.02 s 
3.78/3.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.78/3.88	c subs with bin:        3  lits-rem:         5  v-fix:    0  time:  0.00 s
3.78/3.88	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.28/5.31	c lits-rem:      3879  cl-subs:      652  v-elim:      0  v-fix:    0  time:  1.43 s
5.28/5.31	c learnt bin added due to v-elim: 0
5.28/5.31	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
5.28/5.31	c vivif2 --  cl tried    15222 cl shrink        0 lits rem          0 time: 0.00
5.28/5.34	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
5.28/5.34	c calculated reachability. Time: 0.00
5.28/5.34	c  N dy    14     46257       532      1264        16     15222      5762    396766     38.67     21.68  --
7.69/7.78	c  N dy    15     69386       532      1264        18     19804      5762    494165     41.50     21.90  --
7.78/7.81	c  S st    15     69386       532      1264        18     19804      5762    494165     41.50     21.90  --
7.78/7.86	c  S st    15     69886       532      1264        19     20279      5762    503688     41.50     21.90  --
7.78/7.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.78/7.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.89/7.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.05
7.89/7.91	c Calc non-exist non-lernt bins v-fix:     0 done:    532 time:  0.00 s
7.89/7.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.89/7.92	c Subs w/ non-existent bins:      3 time:  0.00 s
7.89/7.93	c Replacing        3 vars Replaced     2308 lits Time:     0.01 s 
7.89/7.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.89/7.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.89/7.94	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.80/9.84	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
10.39/10.44	c Added 6 vars  tried: 80000 time: 0.61
10.49/10.50	c ORs :      6 avg-s:  0.0 cl-sh:  9492 l-rem:   9492 b-add:     13 v-rep:   0 cl-rem: 0 avg s: nan T:    0.67
10.49/10.51	c lits-rem:      2591  cl-subs:     1294  v-elim:      0  v-fix:    0  time:  2.57 s
10.49/10.51	c learnt bin added due to v-elim: 0
10.49/10.51	c vivif2 --  cl tried     1269 cl shrink        0 lits rem          0 time: 0.00
10.49/10.52	c vivif2 --  cl tried    18982 cl shrink        0 lits rem          0 time: 0.00
10.49/10.54	c asymm  cl-useful: 0/1269/1269 lits-rem:0 time: 0.02
10.49/10.54	c calculated reachability. Time: 0.00
10.49/10.54	c  N dy    15     69886       535      1269        26     18982      5798    453603     41.50     21.90  --
10.49/10.54	c  F st    15     69886       535      1269        26     18982      5798    453603     41.50     21.90  --
10.69/10.71	c Decided on static restart strategy
14.29/14.38	c  N dy    22    104829       535      1269        29     17952      5798    362481     40.76     20.33  --
14.29/14.39	c  S st    22    104829       535      1269        29     17952      5798    362481     40.76     20.33  --
14.38/14.45	c  S st    22    105333       535      1269        31     18428      5798    372365     40.76     20.33  --
14.38/14.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.38/14.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.38/14.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.04
14.38/14.49	c Calc non-exist non-lernt bins v-fix:     0 done:    535 time:  0.00 s
14.38/14.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.38/14.49	c Subs w/ non-existent bins:      6 time:  0.00 s
14.38/14.49	c Replacing        3 vars Replaced      340 lits Time:     0.00 s 
14.48/14.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.48/14.50	c subs with bin:        2  lits-rem:        15  v-fix:    0  time:  0.00 s
14.48/14.50	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.88/15.98	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
16.28/16.39	c Added 6 vars  tried: 80000 time: 0.41
16.39/16.42	c ORs :      6 avg-s:  0.0 cl-sh:  6604 l-rem:   6604 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.44
16.39/16.43	c lits-rem:      1846  cl-subs:     1160  v-elim:      0  v-fix:    0  time:  1.93 s
16.39/16.43	c learnt bin added due to v-elim: 0
16.39/16.43	c vivif2 --  cl tried     1275 cl shrink        0 lits rem          0 time: 0.00
16.39/16.43	c vivif2 --  cl tried    17260 cl shrink        0 lits rem          0 time: 0.00
16.39/16.45	c asymm  cl-useful: 0/1275/1275 lits-rem:0 time: 0.02
16.39/16.45	c calculated reachability. Time: 0.00
16.39/16.45	c  N dy    22    105333       538      1275        37     17260      5838    337467     40.76     20.33  --
23.69/23.71	c  N dy    23    157999       538      1275        38     25053      5838    547409     37.56     21.96  --
23.69/23.73	c  S st    23    157999       538      1275        38     25053      5838    547409     37.56     21.96  --
23.79/23.81	c  S st    23    158502       538      1275        43     25537      5838    560060     37.56     21.96  --
23.79/23.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.79/23.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.79/23.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.8M T:  0.08
23.79/23.89	c Calc non-exist non-lernt bins v-fix:     0 done:    538 time:  0.00 s
23.79/23.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.89/23.90	c Subs w/ non-existent bins:      5 time:  0.00 s
23.89/23.95	c Replacing        4 vars Replaced     8063 lits Time:     0.05 s 
23.89/23.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.89/23.96	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.00 s
23.89/23.96	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
25.69/25.70	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
26.09/26.12	c Added 6 vars  tried: 80000 time: 0.42
26.09/26.17	c ORs :      6 avg-s:  0.0 cl-sh:  7141 l-rem:   7141 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.47
26.09/26.18	c lits-rem:      2340  cl-subs:     1218  v-elim:      0  v-fix:    0  time:  2.22 s
26.09/26.18	c learnt bin added due to v-elim: 0
26.09/26.18	c vivif2 --  cl tried     1281 cl shrink        0 lits rem          0 time: 0.00
26.09/26.18	c vivif2 --  cl tried    24312 cl shrink        3 lits rem          3 time: 0.01
26.19/26.21	c asymm  cl-useful: 0/1281/1281 lits-rem:0 time: 0.03
26.19/26.21	c calculated reachability. Time: 0.00
26.19/26.21	c  N dy    23    158502       540      1281        47     24312      5876    510562     37.56     21.96  --
37.79/37.89	c  N dy    24    237753       540      1281        48     29529      5876    611503     35.13     22.04  --
37.89/37.92	c  S st    24    237753       540      1281        48     29529      5876    611503     35.13     22.04  --
37.99/38.02	c  S st    24    238254       540      1281        52     30013      5876    624093     35.13     22.04  --
37.99/38.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.99/38.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.09/38.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.4M T:  0.09
38.09/38.10	c Calc non-exist non-lernt bins v-fix:     0 done:    540 time:  0.00 s
38.09/38.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.09/38.11	c Subs w/ non-existent bins:      3 time:  0.01 s
38.09/38.13	c Replacing        1 vars Replaced     3034 lits Time:     0.02 s 
38.09/38.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.09/38.14	c subs with bin:        4  lits-rem:        19  v-fix:    0  time:  0.00 s
38.09/38.14	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
40.29/40.31	c ORs :     18 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 31.0 T:    0.01
40.70/40.76	c Added 6 vars  tried: 80000 time: 0.44
40.79/40.81	c ORs :      6 avg-s:  0.0 cl-sh:  7572 l-rem:   7572 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.49
40.79/40.82	c lits-rem:      2908  cl-subs:     2836  v-elim:      0  v-fix:    0  time:  2.68 s
40.79/40.82	c learnt bin added due to v-elim: 0
40.79/40.82	c vivif2 --  cl tried     1287 cl shrink        0 lits rem          0 time: 0.00
40.79/40.82	c vivif2 --  cl tried    27169 cl shrink        4 lits rem          4 time: 0.01
40.79/40.85	c asymm  cl-useful: 0/1287/1287 lits-rem:0 time: 0.02
40.79/40.85	c calculated reachability. Time: 0.00
40.79/40.85	c  N dy    24    238254       545      1287        62     27169      5916    539021     35.13     22.04  --
69.39/69.40	c  N dy    25    357381       545      1287        63     31435      5916    580175     37.45     23.27  --
69.39/69.42	c  S st    25    357381       545      1287        63     31435      5916    580175     37.45     23.27  --
69.49/69.54	c  S st    25    357883       545      1287        64     31919      5916    592030     37.45     23.27  --
69.49/69.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.49/69.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
69.59/69.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.9M T:  0.09
69.59/69.63	c Calc non-exist non-lernt bins v-fix:     0 done:    545 time:  0.00 s
69.59/69.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
69.59/69.63	c Subs w/ non-existent bins:      4 time:  0.01 s
69.59/69.64	c Replacing        2 vars Replaced     1331 lits Time:     0.01 s 
69.59/69.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.59/69.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.59/69.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
71.50/71.60	c ORs :     24 avg-s:  2.0 cl-sh:    19 l-rem:     19 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
71.99/72.03	c Added 6 vars  tried: 80000 time: 0.44
71.99/72.06	c ORs :      6 avg-s:  0.0 cl-sh:  4461 l-rem:   4461 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.46
71.99/72.06	c lits-rem:      2147  cl-subs:     1775  v-elim:      0  v-fix:    0  time:  2.41 s
71.99/72.06	c learnt bin added due to v-elim: 0
71.99/72.07	c vivif2 --  cl tried     1293 cl shrink        0 lits rem          0 time: 0.00
71.99/72.07	c vivif2 --  cl tried    30140 cl shrink        0 lits rem          0 time: 0.01
72.09/72.10	c asymm  cl-useful: 0/1293/1293 lits-rem:0 time: 0.03
72.09/72.10	c calculated reachability. Time: 0.00
72.09/72.10	c  N dy    25    357883       549      1293        72     30140      5954    531508     37.45     23.27  --
111.29/111.32	c  N dy    26    536825       549      1293        75     37599      5954    664476     35.48     23.54  --
111.29/111.35	c  S st    26    536825       549      1293        75     37599      5954    664476     35.48     23.54  --
111.39/111.46	c  S st    26    537330       549      1293        78     38083      5954    676494     35.48     23.54  --
111.39/111.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.39/111.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
111.49/111.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.3M T:  0.11
111.49/111.57	c Calc non-exist non-lernt bins v-fix:     0 done:    549 time:  0.00 s
111.49/111.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
111.49/111.58	c Subs w/ non-existent bins:      9 time:  0.01 s
111.49/111.59	c Replacing        5 vars Replaced     1460 lits Time:     0.01 s 
111.59/111.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.59/111.60	c subs with bin:        1  lits-rem:        12  v-fix:    0  time:  0.00 s
111.59/111.60	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
113.69/113.70	c ORs :     30 avg-s:  2.0 cl-sh:   235 l-rem:    235 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
114.19/114.20	c Added 6 vars  tried: 80000 time: 0.50
114.19/114.24	c ORs :      6 avg-s:  0.0 cl-sh:  5820 l-rem:   5820 b-add:     12 v-rep:   0 cl-rem: 13 avg s: 7.5 T:    0.54
114.19/114.25	c lits-rem:      1674  cl-subs:     1746  v-elim:      0  v-fix:    0  time:  2.65 s
114.19/114.25	c learnt bin added due to v-elim: 0
114.19/114.25	c vivif2 --  cl tried     1299 cl shrink        0 lits rem          0 time: 0.00
114.19/114.26	c vivif2 --  cl tried    36314 cl shrink        0 lits rem          0 time: 0.01
114.30/114.31	c asymm  cl-useful: 0/1299/1299 lits-rem:0 time: 0.05
114.30/114.31	c calculated reachability. Time: 0.00
114.30/114.31	c  N dy    26    537330       550      1299        80     36314      5993    621297     35.48     23.54  --
114.30/114.31	c  F st    26    537330       550      1299        80     36314      5993    621297     35.48     23.54  --
114.69/114.72	c Decided on static restart strategy
210.18/210.28	c  N dy    33    805995       550      1299        80     59645      5993   1482248     40.97     24.52  --
210.28/210.34	c  S st    33    805995       550      1299        80     59645      5993   1482248     40.97     24.52  --
210.28/210.35	c Finding binary XORs  T:     0.00 s  found:       0
210.48/210.50	c  S st    33    806496       550      1299        82     60127      5993   1495234     40.97     24.52  --
210.48/210.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
210.48/210.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
210.78/210.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.4M T:  0.29
210.78/210.81	c Calc non-exist non-lernt bins v-fix:     0 done:    550 time:  0.00 s
210.78/210.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
210.78/210.82	c Subs w/ non-existent bins:      2 time:  0.01 s
210.78/210.83	c Replacing        1 vars Replaced      113 lits Time:     0.01 s 
210.78/210.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
210.78/210.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
210.78/210.86	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
215.28/215.32	c ORs :     36 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.09
215.88/215.91	c Added 6 vars  tried: 80000 time: 0.59
215.98/216.06	c ORs :      6 avg-s:  0.0 cl-sh: 10790 l-rem:  10790 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.74
215.98/216.09	c lits-rem:      1172  cl-subs:     4191  v-elim:      0  v-fix:    0  time:  5.22 s
215.98/216.09	c learnt bin added due to v-elim: 0
215.98/216.09	c vivif2 --  cl tried     1305 cl shrink        0 lits rem          0 time: 0.00
216.08/216.10	c vivif2 --  cl tried    55934 cl shrink        0 lits rem          0 time: 0.02
216.18/216.21	c asymm  cl-useful: 0/1305/1305 lits-rem:0 time: 0.11
216.18/216.21	c calculated reachability. Time: 0.00
216.18/216.21	c  N dy    33    806496       555      1305        92     55934      6035   1351387     40.97     24.52  --
381.18/381.25	c  N dy    34   1209745       555      1305        92     72975      6035   1615537     36.77     24.87  --
381.28/381.32	c  S st    34   1209745       555      1305        92     72975      6035   1615537     36.77     24.87  --
381.48/381.56	c  S st    34   1210246       555      1305        92     73461      6035   1628691     36.77     24.87  --
381.48/381.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
381.48/381.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
381.78/381.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.4M T:  0.29
381.78/381.86	c Calc non-exist non-lernt bins v-fix:     0 done:    555 time:  0.00 s
381.78/381.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
381.78/381.88	c Subs w/ non-existent bins:      0 time:  0.02 s
381.88/381.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.88/381.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
381.88/381.91	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
387.58/387.65	c ORs :     42 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 9.0 T:    0.09
388.19/388.28	c Added 6 vars  tried: 80000 time: 0.63
388.29/388.36	c ORs :      6 avg-s:  0.0 cl-sh:  7002 l-rem:   7002 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    0.71
388.29/388.39	c lits-rem:       217  cl-subs:     6795  v-elim:      0  v-fix:    0  time:  6.48 s
388.29/388.39	c learnt bin added due to v-elim: 0
388.29/388.39	c vivif2 --  cl tried     1311 cl shrink        0 lits rem          0 time: 0.00
388.38/388.41	c vivif2 --  cl tried    66663 cl shrink        0 lits rem          0 time: 0.02
388.48/388.52	c asymm  cl-useful: 0/1311/1311 lits-rem:0 time: 0.11
388.48/388.52	c calculated reachability. Time: 0.00
388.48/388.52	c  N dy    34   1210246       561      1311       104     66663      6077   1414247     36.77     24.87  --
614.38/614.45	c  N dy    35   1710246       561      1311       104     97618      6077   2433908     39.96     25.30  --
614.48/614.56	c  S st    35   1710246       561      1311       104     97618      6077   2433908     39.96     25.30  --
614.89/614.94	c  S st    35   1710748       561      1311       105     98109      6077   2446717     39.96     25.30  --
614.89/614.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
614.89/614.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
615.48/615.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.4M T:  0.55
615.48/615.50	c Calc non-exist non-lernt bins v-fix:     0 done:    561 time:  0.00 s
615.48/615.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
615.48/615.53	c Subs w/ non-existent bins:      0 time:  0.02 s
615.48/615.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
615.48/615.58	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.01 s
615.48/615.58	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
627.09/627.18	c ORs :     48 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 7.0 T:    0.21
627.99/628.03	c Added 6 vars  tried: 80000 time: 0.85
628.19/628.24	c ORs :      6 avg-s:  0.0 cl-sh: 10923 l-rem:  10923 b-add:     14 v-rep:   0 cl-rem: 1 avg s: 11.0 T:    1.06
628.19/628.28	c lits-rem:       193  cl-subs:     6491  v-elim:      0  v-fix:    0  time: 12.70 s
628.19/628.28	c learnt bin added due to v-elim: 0
628.19/628.28	c vivif2 --  cl tried     1316 cl shrink        0 lits rem          0 time: 0.00
628.29/628.31	c vivif2 --  cl tried    91614 cl shrink        0 lits rem          0 time: 0.03
628.39/628.47	c asymm  cl-useful: 0/922/1316 lits-rem:0 time: 0.16
628.39/628.47	c calculated reachability. Time: 0.00
628.39/628.47	c  N dy    35   1710748       567      1316       119     91614      6117   2237742     39.96     25.30  --
916.20/916.24	c  N dy    36   2210750       567      1316       119    106097      6117   2638826     40.69     25.53  --
916.30/916.36	c  S st    36   2210750       567      1316       119    106097      6117   2638826     40.69     25.53  --
916.79/916.82	c  S st    36   2211253       567      1316       120    106587      6117   2653181     40.69     25.53  --
916.79/916.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
916.79/916.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
917.40/917.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 20.7M T:  0.63
917.40/917.46	c Calc non-exist non-lernt bins v-fix:     0 done:    567 time:  0.00 s
917.40/917.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
917.40/917.48	c Subs w/ non-existent bins:      0 time:  0.02 s
917.49/917.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
917.49/917.55	c subs with bin:        2  lits-rem:       107  v-fix:    0  time:  0.02 s
917.49/917.55	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
931.50/931.57	c ORs :     54 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 9.5 T:    0.17
932.40/932.40	c Added 6 vars  tried: 80000 time: 0.84
932.60/932.64	c ORs :      6 avg-s:  0.0 cl-sh: 13362 l-rem:  13362 b-add:     13 v-rep:   0 cl-rem: 2 avg s: 4.0 T:    1.07
932.60/932.68	c lits-rem:       339  cl-subs:     8846  v-elim:      0  v-fix:    0  time: 15.13 s
932.60/932.68	c learnt bin added due to v-elim: 0
932.60/932.68	c vivif2 --  cl tried     1322 cl shrink        0 lits rem          0 time: 0.00
932.71/932.71	c vivif2 --  cl tried    97734 cl shrink        0 lits rem          0 time: 0.03
932.81/932.86	c asymm  cl-useful: 0/954/1322 lits-rem:0 time: 0.15
932.81/932.86	c calculated reachability. Time: 0.00
932.81/932.86	c  N dy    36   2211253       573      1322       133     97734      6159   2342851     40.69     25.53  --

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-3290069-1303783113/watcher-3290069-1303783113 -o /tmp/evaluation-result-3290069-1303783113/solver-3290069-1303783113 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3290069-1303783113.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: 3.14 3.82 3.84 4/175 13869
/proc/meminfo: memFree=20817912/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=28956 CPUtime=0 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 594 0 0 0 0 0 0 0 18 0 1 0 489911047 29650944 531 33554432000 4194304 4797429 140733743949744 18446744073709551615 237278576121 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 7239 531 348 148 0 2168 0

[startup+0.081692 s]
/proc/loadavg: 3.14 3.82 3.84 4/175 13869
/proc/meminfo: memFree=20817912/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=128352 CPUtime=0.07 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 964 0 0 0 7 0 0 0 18 0 1 0 489911047 131432448 864 33554432000 4194304 4797429 140733743949744 18446744073709551615 237278576322 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 32088 864 410 148 0 27017 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 128352

[startup+0.100641 s]
/proc/loadavg: 3.14 3.82 3.84 4/175 13869
/proc/meminfo: memFree=20817912/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=128352 CPUtime=0.09 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 984 0 0 0 9 0 0 0 18 0 1 0 489911047 131432448 883 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 32088 883 410 148 0 27017 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 128352

[startup+0.300711 s]
/proc/loadavg: 3.14 3.82 3.84 4/175 13869
/proc/meminfo: memFree=20817912/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=128712 CPUtime=0.29 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 1246 0 0 0 29 0 0 0 18 0 1 0 489911047 131801088 954 33554432000 4194304 4797429 140733743949744 18446744073709551615 4331590 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 32178 954 411 148 0 27107 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128712

[startup+0.700596 s]
/proc/loadavg: 3.14 3.82 3.84 4/175 13869
/proc/meminfo: memFree=20817912/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=129244 CPUtime=0.69 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 1616 0 0 0 69 0 0 0 18 0 1 0 489911047 132345856 1085 33554432000 4194304 4797429 140733743949744 18446744073709551615 4425319 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 32311 1085 411 148 0 27240 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129244

[startup+1.50039 s]
/proc/loadavg: 3.14 3.82 3.84 5/190 13890
/proc/meminfo: memFree=20791892/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=129656 CPUtime=1.49 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 2158 0 0 0 149 0 0 0 20 0 1 0 489911047 132767744 1299 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 32414 1299 411 148 0 27343 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129656

[startup+3.10022 s]
/proc/loadavg: 3.21 3.83 3.84 5/190 13890
/proc/meminfo: memFree=20788172/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=131604 CPUtime=3.08 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 3352 0 0 0 308 0 0 0 25 0 1 0 489911047 134762496 1664 33554432000 4194304 4797429 140733743949744 18446744073709551615 4413499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 32901 1664 414 148 0 27830 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 131604

[startup+6.30054 s]
/proc/loadavg: 3.21 3.83 3.84 6/190 13890
/proc/meminfo: memFree=20775716/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=134428 CPUtime=6.28 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 4784 0 0 0 628 0 0 0 25 0 1 0 489911047 137654272 2586 33554432000 4194304 4797429 140733743949744 18446744073709551615 4425633 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 33607 2586 414 148 0 28536 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 134428

[startup+12.7004 s]
/proc/loadavg: 3.33 3.83 3.84 6/190 13890
/proc/meminfo: memFree=20765084/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=137688 CPUtime=12.69 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 7136 0 0 0 1268 1 0 0 25 0 1 0 489911047 140992512 3195 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 34422 3195 418 148 0 29351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 137688

[startup+25.5001 s]
/proc/loadavg: 3.43 3.84 3.84 5/190 13945
/proc/meminfo: memFree=20754600/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=140688 CPUtime=25.49 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 11129 0 0 0 2547 2 0 0 25 0 1 0 489911047 144064512 4145 33554432000 4194304 4797429 140733743949744 18446744073709551615 4524596 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 35172 4145 418 148 0 30101 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140688

[startup+51.1006 s]
/proc/loadavg: 3.62 3.85 3.85 5/190 13945
/proc/meminfo: memFree=20733808/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=145200 CPUtime=51.09 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 18488 0 0 0 5105 4 0 0 25 0 1 0 489911047 148684800 5184 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 36300 5184 418 148 0 31229 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 145200

[startup+102.306 s]
/proc/loadavg: 3.85 3.87 3.85 5/190 13947
/proc/meminfo: memFree=20713776/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=148744 CPUtime=102.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 29964 0 0 0 10223 7 0 0 25 0 1 0 489911047 152313856 6654 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 37186 6654 418 148 0 32115 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 148744

[startup+162.301 s]
/proc/loadavg: 3.94 3.89 3.86 5/190 13957
/proc/meminfo: memFree=20706372/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=152180 CPUtime=162.29 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 41231 0 0 0 16219 10 0 0 25 0 1 0 489911047 155832320 6924 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424617 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 38045 6924 418 148 0 32974 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152180

[startup+222.301 s]
/proc/loadavg: 3.98 3.91 3.86 5/190 14431
/proc/meminfo: memFree=21420384/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=158528 CPUtime=222.28 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 50482 0 0 0 22214 14 0 0 25 0 1 0 489911047 162332672 9655 33554432000 4194304 4797429 140733743949744 18446744073709551615 4331944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 39632 9655 419 148 0 34561 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 158528

[startup+282.3 s]
/proc/loadavg: 3.99 3.92 3.87 5/190 14433
/proc/meminfo: memFree=21419204/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=159632 CPUtime=282.28 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 59325 0 0 0 28211 17 0 0 25 0 1 0 489911047 163463168 9470 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 39908 9470 418 148 0 34837 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 159632

[startup+342.301 s]
/proc/loadavg: 4.06 3.95 3.88 5/190 14437
/proc/meminfo: memFree=21401460/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=161104 CPUtime=342.28 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 67290 0 0 0 34209 19 0 0 25 0 1 0 489911047 164970496 10237 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 40276 10237 418 148 0 35205 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 161104

[startup+402.301 s]
/proc/loadavg: 4.07 3.97 3.89 5/190 14439
/proc/meminfo: memFree=21392440/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=166792 CPUtime=402.29 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 75058 0 0 0 40206 23 0 0 25 0 1 0 489911047 170795008 9990 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 41698 9990 418 148 0 36627 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 166792

[startup+462.3 s]
/proc/loadavg: 4.02 3.97 3.90 5/190 14440
/proc/meminfo: memFree=21386236/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=168368 CPUtime=462.29 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 82476 0 0 0 46204 25 0 0 25 0 1 0 489911047 172408832 11952 33554432000 4194304 4797429 140733743949744 18446744073709551615 4422918 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 42092 11952 418 148 0 37021 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 168368

[startup+522.301 s]
/proc/loadavg: 4.01 3.97 3.90 5/190 14442
/proc/meminfo: memFree=21383496/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=169000 CPUtime=522.28 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 89968 0 0 0 52201 27 0 0 25 0 1 0 489911047 173056000 10780 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 42250 10780 418 148 0 37179 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 169000

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14444
/proc/meminfo: memFree=21377648/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=169684 CPUtime=582.29 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 96990 0 0 0 58198 31 0 0 25 0 1 0 489911047 173756416 11741 33554432000 4194304 4797429 140733743949744 18446744073709551615 4426348 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 42421 11741 418 148 0 37350 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 169684

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14445
/proc/meminfo: memFree=21361892/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=179832 CPUtime=642.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 105160 0 0 0 64196 34 0 0 25 0 1 0 489911047 184147968 13341 33554432000 4194304 4797429 140733743949744 18446744073709551615 4425034 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 44958 13341 418 148 0 39887 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 179832

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14447
/proc/meminfo: memFree=21368196/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=179924 CPUtime=702.29 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 111769 0 0 0 70193 36 0 0 25 0 1 0 489911047 184242176 13084 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 44981 13084 418 148 0 39910 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 179924

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14448
/proc/meminfo: memFree=21343256/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=179992 CPUtime=762.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 117385 0 0 0 76192 38 0 0 25 0 1 0 489911047 184311808 15177 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 44998 15177 418 148 0 39927 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 179992

[startup+822.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14450
/proc/meminfo: memFree=21343492/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=180512 CPUtime=822.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 123678 0 0 0 82189 41 0 0 25 0 1 0 489911047 184844288 14292 33554432000 4194304 4797429 140733743949744 18446744073709551615 4351306 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 45128 14292 418 148 0 40057 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 180512

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14452
/proc/meminfo: memFree=21342736/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=181132 CPUtime=882.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 128530 0 0 0 88187 43 0 0 25 0 1 0 489911047 185479168 15548 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 45283 15548 418 148 0 40212 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 181132

[startup+942.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/190 14453
/proc/meminfo: memFree=21323856/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=184372 CPUtime=942.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 133008 0 0 0 94186 44 0 0 25 0 1 0 489911047 188796928 16371 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 46093 16371 418 148 0 41022 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 184372

[startup+1002.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 14455
/proc/meminfo: memFree=21316776/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=186656 CPUtime=1002.29 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 137534 0 0 0 100184 45 0 0 25 0 1 0 489911047 191135744 16941 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424617 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 46664 16941 418 148 0 41593 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 186656

[startup+1062.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 14456
/proc/meminfo: memFree=21321228/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=188152 CPUtime=1062.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 142867 0 0 0 106183 47 0 0 25 0 1 0 489911047 192667648 14927 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 47038 14927 418 148 0 41967 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 188152

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 14458
/proc/meminfo: memFree=21317492/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=188788 CPUtime=1122.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 147225 0 0 0 112182 48 0 0 25 0 1 0 489911047 193318912 15565 33554432000 4194304 4797429 140733743949744 18446744073709551615 4404796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 47197 15565 418 148 0 42126 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 188788

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 14460
/proc/meminfo: memFree=21302352/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=189916 CPUtime=1182.3 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 151709 0 0 0 118179 51 0 0 25 0 1 0 489911047 194473984 16255 33554432000 4194304 4797429 140733743949744 18446744073709551615 4425862 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 47479 16255 418 148 0 42408 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 189916

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 14461
/proc/meminfo: memFree=21297624/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=189988 CPUtime=1242.31 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 155660 0 0 0 124178 53 0 0 25 0 1 0 489911047 194547712 16346 33554432000 4194304 4797429 140733743949744 18446744073709551615 4424812 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 47497 16346 418 148 0 42426 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 189988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 14463
/proc/meminfo: memFree=21295872/32950904 swapFree=67082284/67111528
[pid=13869] ppid=13867 vsize=190912 CPUtime=1300.01 cores=0,2
/proc/13869/stat : 13869 (techdemo) R 13867 13869 13829 0 -1 4202496 159633 0 0 0 129947 54 0 0 25 0 1 0 489911047 195493888 16405 33554432000 4194304 4797429 140733743949744 18446744073709551615 4423361 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13869/statm: 47728 16405 418 148 0 42657 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 190912

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.48
CPU system time (s): 0.547916
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 289404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.48
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159633
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= 13
involuntary context switches= 1630

runsolver used 2.06069 second user time and 5.04523 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 03:58:33
IDJOB=3290069
IDBENCH=83418
IDSOLVER=1585
FILE ID=node121/3290069-1303783113
RUNJOBID= node121-1303783113-13847
PBS_JOBID= 13157234
Free space on /tmp= 72088 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290069-1303783113/watcher-3290069-1303783113 -o /tmp/evaluation-result-3290069-1303783113/solver-3290069-1303783113 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3290069-1303783113.cnf

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=973444403

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20819184 kB
Buffers:       2150276 kB
Cached:        9429876 kB
SwapCached:       2776 kB
Active:        8567764 kB
Inactive:      3051348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20819184 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           18400 kB
Writeback:           0 kB
AnonPages:       36724 kB
Mapped:          13768 kB
Slab:           446116 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   193428 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= 72780 MiB
End job on node121 at 2011-04-26 04:20:15