Trace number 3289885

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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-3289885-1303782224.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       20544
0.00/0.01	c -- clauses added:            0 learnts,        20544 normals,            0 xors
0.00/0.01	c -- vars added       2000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      2000     19952       256         0    111352         0   no data   no data  --
0.10/0.13	c asymm  cl-useful: 0/15255/18928 lits-rem:0 time: 0.11
0.10/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  384 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.01
0.10/0.14	c Calc non-exist non-lernt bins v-fix:     0 done:   1728 time:  0.00 s
0.10/0.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.10/0.14	c Subs w/ non-existent bins:      0 time:  0.00 s
0.10/0.15	c Replacing      384 vars Replaced    28720 lits Time:     0.01 s 
0.10/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.10/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.10/0.15	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
0.10/0.17	c lits-rem:         0  cl-subs:        0  v-elim:    896  v-fix:    0  time:  0.02 s
0.10/0.17	c learnt bin added due to v-elim: 0
0.10/0.17	c Finding binary XORs  T:     0.00 s  found:       0
0.10/0.18	c Finding non-binary XORs:     0.01 s (found:     800, avg size: 3.6)
0.10/0.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    208 locsubst:     0 time:   0.00
0.10/0.18	c calculated reachability. Time: 0.00
0.10/0.18	c Calc default polars -  time:   0.00 s pos:      84 undec:     864 neg:    1052
0.10/0.18	c =========================================================================================
0.10/0.18	c types(t): F = full restart, N = normal restart
0.10/0.18	c types(t): S = simplification begin/end, E = solution found
0.10/0.18	c restart types(rt): st = static, dy = dynamic
0.10/0.18	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.10/0.18	c  B st     0         0      1136     12656         0         0     83256         0   no data   no data  --
0.19/0.23	c Decided on static restart strategy
1.29/1.38	c  N dy     9     30001      1136     12656        43      9837     83256    163677     41.12     15.98  --
1.39/1.40	c  S st     9     30001      1136     12656        43      9837     83256    163677     41.12     15.98  --
1.39/1.43	c  S st     9     30506      1136     12656        51     10276     83256    168314     41.12     15.98  --
1.39/1.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     80 locsubst:     0 time:   0.00
1.39/1.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.39/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   20 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.2M T:  0.02
1.39/1.45	c Calc non-exist non-lernt bins v-fix:     0 done:   1056 time:  0.00 s
1.39/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.39/1.45	c Subs w/ non-existent bins:     42 time:  0.00 s
1.39/1.45	c Replacing       20 vars Replaced     8172 lits Time:     0.01 s 
1.39/1.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.46	c subs with bin:       11  lits-rem:         5  v-fix:    0  time:  0.00 s
1.39/1.46	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1.59/1.67	c lits-rem:      2251  cl-subs:     1275  v-elim:      0  v-fix:    0  time:  0.21 s
1.59/1.67	c learnt bin added due to v-elim: 0
1.59/1.67	c vivif2 --  cl tried    12656 cl shrink        0 lits rem          0 time: 0.00
1.59/1.67	c vivif2 --  cl tried     7823 cl shrink        0 lits rem          0 time: 0.00
1.69/1.78	c asymm  cl-useful: 0/9849/12656 lits-rem:0 time: 0.11
1.69/1.78	c calculated reachability. Time: 0.00
1.69/1.78	c  N dy     9     30506      1036     12656        11      7823     83096     92639     41.12     15.98  --
1.69/1.78	c  F st     9     30506      1036     12656        11      7823     83096     92639     41.12     15.98  --
1.79/1.85	c Decided on static restart strategy
2.30/2.33	c  N dy    16     45760      1036     12656        22     15211     83096    346778     38.36     17.28  --
2.30/2.35	c  S st    16     45760      1036     12656        22     15211     83096    346778     38.36     17.28  --
2.30/2.38	c  S st    16     46263      1036     12656        25     15641     83096    350941     38.36     17.28  --
2.30/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.30/2.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.39/2.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.8M T:  0.04
2.39/2.42	c Calc non-exist non-lernt bins v-fix:     0 done:   1036 time:  0.00 s
2.39/2.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.39/2.42	c Subs w/ non-existent bins:     12 time:  0.00 s
2.39/2.44	c Replacing        8 vars Replaced     9187 lits Time:     0.02 s 
2.39/2.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.44	c subs with bin:        6  lits-rem:        12  v-fix:    0  time:  0.00 s
2.39/2.44	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.99/4.09	c lits-rem:      2378  cl-subs:     1324  v-elim:      0  v-fix:    0  time:  1.64 s
3.99/4.09	c learnt bin added due to v-elim: 0
3.99/4.09	c vivif2 --  cl tried    12656 cl shrink        0 lits rem          0 time: 0.00
3.99/4.09	c vivif2 --  cl tried    14299 cl shrink        0 lits rem          0 time: 0.00
4.09/4.12	c asymm  cl-useful: 0/2807/12656 lits-rem:0 time: 0.03
4.09/4.12	c calculated reachability. Time: 0.00
4.09/4.12	c  N dy    16     46263      1028     12656         9     14299     83096    308277     38.36     17.28  --
5.09/5.10	c  N dy    18     69394      1028     12656        12     18799     83096    481813     40.97     19.38  --
5.09/5.13	c  S st    18     69394      1028     12656        12     18799     83096    481813     40.97     19.38  --
5.09/5.16	c  S st    18     69898      1028     12656        13     19244     83096    487203     40.97     19.38  --
5.09/5.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.09/5.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.19/5.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.2M T:  0.05
5.19/5.21	c Calc non-exist non-lernt bins v-fix:     0 done:   1028 time:  0.00 s
5.19/5.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.19/5.22	c Subs w/ non-existent bins:      3 time:  0.00 s
5.19/5.25	c Replacing        2 vars Replaced     7049 lits Time:     0.04 s 
5.19/5.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.19/5.26	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.26	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
7.39/7.40	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
7.69/7.75	c Added 11 vars  tried: 80000 time: 0.35
7.79/7.85	c ORs :     11 avg-s:  0.0 cl-sh: 15318 l-rem:  15318 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    0.45
7.79/7.86	c lits-rem:      2614  cl-subs:     1076  v-elim:      0  v-fix:    0  time:  2.60 s
7.79/7.86	c learnt bin added due to v-elim: 0
7.79/7.86	c vivif2 --  cl tried    12667 cl shrink        0 lits rem          0 time: 0.00
7.79/7.86	c vivif2 --  cl tried    18164 cl shrink        0 lits rem          0 time: 0.00
7.89/7.92	c asymm  cl-useful: 0/3551/12667 lits-rem:0 time: 0.06
7.89/7.93	c calculated reachability. Time: 0.00
7.89/7.93	c  N dy    18     69898      1037     12667        31     18164     83160    427059     40.97     19.38  --
7.89/7.93	c  F st    18     69898      1037     12667        31     18164     83160    427059     40.97     19.38  --
7.99/8.02	c Decided on static restart strategy
9.39/9.40	c  N dy    25    104847      1037     12667        40     17441     83160    260803     40.73     18.60  --
9.39/9.42	c  S st    25    104847      1037     12667        40     17441     83160    260803     40.73     18.60  --
9.39/9.45	c  S st    25    105348      1037     12667        44     17870     83160    265198     40.73     18.60  --
9.39/9.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.39/9.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.49/9.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.8M T:  0.04
9.49/9.50	c Calc non-exist non-lernt bins v-fix:     0 done:   1037 time:  0.00 s
9.49/9.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.49/9.50	c Subs w/ non-existent bins:      8 time:  0.00 s
9.49/9.51	c Replacing        6 vars Replaced     2673 lits Time:     0.00 s 
9.49/9.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.49/9.51	c subs with bin:        5  lits-rem:         3  v-fix:    0  time:  0.00 s
9.49/9.51	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
10.89/10.96	c ORs :     11 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
11.40/11.43	c Added 11 vars  tried: 80000 time: 0.47
11.40/11.43	c ORs :     11 avg-s:  0.0 cl-sh:  2200 l-rem:   2200 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    0.48
11.40/11.44	c lits-rem:      3558  cl-subs:     1268  v-elim:      0  v-fix:    0  time:  1.93 s
11.40/11.44	c learnt bin added due to v-elim: 0
11.40/11.44	c vivif2 --  cl tried    12678 cl shrink        0 lits rem          0 time: 0.00
11.40/11.44	c vivif2 --  cl tried    16589 cl shrink        0 lits rem          0 time: 0.00
11.50/11.54	c asymm  cl-useful: 0/9127/12678 lits-rem:0 time: 0.10
11.50/11.54	c calculated reachability. Time: 0.00
11.50/11.54	c  N dy    25    105348      1042     12678        54     16589     83189    234490     40.73     18.60  --
17.09/17.15	c  N dy    26    158023      1042     12678        57     24302     83189    630607     60.18     21.26  --
17.09/17.18	c  S st    26    158023      1042     12678        57     24302     83189    630607     60.18     21.26  --
17.19/17.22	c  S st    26    158527      1042     12678        57     24737     83189    634609     60.18     21.26  --
17.19/17.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.19/17.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.29/17.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.7M T:  0.08
17.29/17.30	c Calc non-exist non-lernt bins v-fix:     0 done:   1042 time:  0.00 s
17.29/17.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.29/17.30	c Subs w/ non-existent bins:      0 time:  0.00 s
17.29/17.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.29/17.31	c subs with bin:        3  lits-rem:         5  v-fix:    0  time:  0.00 s
17.29/17.31	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
19.79/19.86	c ORs :     22 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
20.29/20.35	c Added 11 vars  tried: 80000 time: 0.49
20.39/20.42	c ORs :     11 avg-s:  0.0 cl-sh: 10750 l-rem:  10750 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    0.56
20.39/20.43	c lits-rem:      8461  cl-subs:     1715  v-elim:      0  v-fix:    0  time:  3.11 s
20.39/20.43	c learnt bin added due to v-elim: 0
20.39/20.43	c vivif2 --  cl tried    12689 cl shrink        0 lits rem          0 time: 0.00
20.39/20.43	c vivif2 --  cl tried    23019 cl shrink        0 lits rem          0 time: 0.00
20.39/20.49	c asymm  cl-useful: 0/2856/12689 lits-rem:0 time: 0.06
20.39/20.49	c calculated reachability. Time: 0.00
20.39/20.49	c  N dy    26    158527      1053     12689        79     23019     83256    561108     60.18     21.26  --
25.69/25.73	c  N dy    27    237792      1053     12689        85     27482     83256    449469     32.37     19.43  --
25.69/25.75	c  S st    27    237792      1053     12689        85     27482     83256    449469     32.37     19.43  --
25.69/25.79	c  S st    27    238295      1053     12689        88     27932     83256    454258     32.37     19.43  --
25.69/25.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.69/25.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.79/25.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.1M T:  0.08
25.79/25.87	c Calc non-exist non-lernt bins v-fix:     0 done:   1053 time:  0.00 s
25.79/25.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.79/25.87	c Subs w/ non-existent bins:      7 time:  0.00 s
25.79/25.88	c Replacing        5 vars Replaced      461 lits Time:     0.00 s 
25.79/25.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.79/25.89	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.00 s
25.79/25.89	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
27.89/27.95	c ORs :     33 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
28.39/28.43	c Added 11 vars  tried: 80000 time: 0.48
28.39/28.45	c ORs :     11 avg-s:  0.0 cl-sh:  3466 l-rem:   3466 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    0.49
28.39/28.45	c lits-rem:      5130  cl-subs:     1749  v-elim:      0  v-fix:    0  time:  2.57 s
28.39/28.45	c learnt bin added due to v-elim: 0
28.39/28.46	c vivif2 --  cl tried    12700 cl shrink        0 lits rem          0 time: 0.00
28.39/28.46	c vivif2 --  cl tried    26173 cl shrink        0 lits rem          0 time: 0.00
28.49/28.57	c asymm  cl-useful: 0/6032/12700 lits-rem:0 time: 0.11
28.49/28.57	c calculated reachability. Time: 0.00
28.49/28.57	c  N dy    27    238295      1059     12700       100     26173     83333    410146     32.37     19.43  --
47.59/47.67	c  N dy    28    357442      1059     12700       104     31094     83333    641414     78.04     23.48  --
47.69/47.70	c  S st    28    357442      1059     12700       104     31094     83333    641414     78.04     23.48  --
47.69/47.75	c  S st    28    357944      1059     12700       106     31539     83333    647052     78.04     23.48  --
47.69/47.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.69/47.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.79/47.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.3M T:  0.11
47.79/47.86	c Calc non-exist non-lernt bins v-fix:     0 done:   1059 time:  0.00 s
47.79/47.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.79/47.87	c Subs w/ non-existent bins:      5 time:  0.00 s
47.79/47.87	c Replacing        3 vars Replaced      124 lits Time:     0.00 s 
47.79/47.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.79/47.88	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.00 s
47.79/47.88	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
50.49/50.54	c ORs :     44 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 9.0 T:    0.00
50.99/51.04	c Added 11 vars  tried: 80000 time: 0.50
50.99/51.09	c ORs :     11 avg-s:  0.0 cl-sh: 11109 l-rem:  11109 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    0.55
51.09/51.10	c lits-rem:      5527  cl-subs:     1690  v-elim:      0  v-fix:    0  time:  3.22 s
51.09/51.10	c learnt bin added due to v-elim: 0
51.09/51.10	c vivif2 --  cl tried    12711 cl shrink        0 lits rem          0 time: 0.00
51.09/51.11	c vivif2 --  cl tried    29840 cl shrink        0 lits rem          0 time: 0.00
51.09/51.16	c asymm  cl-useful: 0/3823/12711 lits-rem:0 time: 0.05
51.09/51.16	c calculated reachability. Time: 0.00
51.09/51.16	c  N dy    28    357944      1067     12711       122     29840     83410    576521     78.04     23.48  --
86.90/86.99	c  N dy    30    536917      1067     12711       127     36921     83410    744460     68.74     23.51  --
87.00/87.02	c  S st    30    536917      1067     12711       127     36921     83410    744460     68.74     23.51  --
87.00/87.07	c  S st    30    537419      1067     12711       127     37372     83410    749841     68.74     23.51  --
87.00/87.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.00/87.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.19/87.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.1M T:  0.13
87.19/87.20	c Calc non-exist non-lernt bins v-fix:     0 done:   1067 time:  0.00 s
87.19/87.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.19/87.21	c Subs w/ non-existent bins:      5 time:  0.01 s
87.19/87.21	c Replacing        3 vars Replaced       84 lits Time:     0.00 s 
87.19/87.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.19/87.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.19/87.22	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
90.79/90.87	c ORs :     55 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 10.0 T:    0.00
91.40/91.42	c Added 11 vars  tried: 80000 time: 0.54
91.40/91.47	c ORs :     11 avg-s:  0.0 cl-sh:  9539 l-rem:   9539 b-add:     22 v-rep:   0 cl-rem: 2 avg s: 8.5 T:    0.59
91.40/91.48	c lits-rem:      5667  cl-subs:     1836  v-elim:      0  v-fix:    0  time:  4.26 s
91.40/91.48	c learnt bin added due to v-elim: 0
91.40/91.48	c vivif2 --  cl tried    12722 cl shrink        0 lits rem          0 time: 0.00
91.40/91.49	c vivif2 --  cl tried    35528 cl shrink        0 lits rem          0 time: 0.01
91.49/91.55	c asymm  cl-useful: 0/1690/12722 lits-rem:0 time: 0.06
91.49/91.55	c calculated reachability. Time: 0.00
91.49/91.55	c  N dy    30    537419      1075     12722       143     35528     83420    694407     68.74     23.51  --
91.49/91.55	c  F st    30    537419      1075     12722       143     35528     83420    694407     68.74     23.51  --
91.59/91.68	c Decided on static restart strategy
171.61/171.70	c  N dy    37    806130      1075     12722       144     58682     83420   1482275     62.62     25.18  --
171.71/171.75	c  S st    37    806130      1075     12722       144     58682     83420   1482275     62.62     25.18  --
171.80/171.84	c  S st    37    806631      1075     12722       144     59112     83420   1486647     62.62     25.18  --
171.80/171.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
171.80/171.84	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
172.10/172.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 12.7M T:  0.27
172.10/172.12	c Calc non-exist non-lernt bins v-fix:     0 done:   1075 time:  0.00 s
172.10/172.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
172.10/172.13	c Subs w/ non-existent bins:      1 time:  0.01 s
172.10/172.14	c Replacing        1 vars Replaced       64 lits Time:     0.01 s 
172.10/172.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
172.10/172.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
172.10/172.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
180.10/180.20	c ORs :     66 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
180.70/180.77	c Added 11 vars  tried: 80000 time: 0.57
181.20/181.23	c ORs :     11 avg-s:  0.0 cl-sh: 35546 l-rem:  35546 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    1.04
181.20/181.26	c lits-rem:      3512  cl-subs:     2571  v-elim:      0  v-fix:    0  time:  9.09 s
181.20/181.26	c learnt bin added due to v-elim: 0
181.20/181.26	c vivif2 --  cl tried    12733 cl shrink        0 lits rem          0 time: 0.00
181.20/181.28	c vivif2 --  cl tried    56540 cl shrink        0 lits rem          0 time: 0.01
181.30/181.34	c asymm  cl-useful: 0/1399/12733 lits-rem:0 time: 0.06
181.30/181.34	c calculated reachability. Time: 0.00
181.30/181.34	c  N dy    37    806631      1085     12733       164     56540     83497   1377379     62.62     25.18  --
300.80/300.82	c  N dy    38   1209947      1085     12733       168     71867     83497   2113383     89.73     27.27  --
300.90/300.91	c  S st    38   1209947      1085     12733       168     71867     83497   2113383     89.73     27.27  --
300.90/300.91	c Finding binary XORs  T:     0.00 s  found:       3
301.00/301.01	c  S st    38   1210450      1085     12733       168     72304     83497   2118108     89.73     27.27  --
301.00/301.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
301.00/301.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
301.40/301.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.1M T:  0.41
301.40/301.43	c Calc non-exist non-lernt bins v-fix:     0 done:   1085 time:  0.00 s
301.40/301.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
301.40/301.44	c Subs w/ non-existent bins:      0 time:  0.01 s
301.40/301.45	c Replacing        3 vars Replaced      215 lits Time:     0.01 s 
301.40/301.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.40/301.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.40/301.49	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
308.40/308.44	c ORs :     77 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
309.50/309.50	c Added 11 vars  tried: 80000 time: 1.06
309.80/309.82	c ORs :     11 avg-s:  0.0 cl-sh: 31008 l-rem:  31008 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    1.39
309.80/309.86	c lits-rem:       758  cl-subs:     4234  v-elim:      0  v-fix:    0  time:  8.36 s
309.80/309.86	c learnt bin added due to v-elim: 0
309.80/309.86	c vivif2 --  cl tried    12744 cl shrink        0 lits rem          0 time: 0.00
309.80/309.88	c vivif2 --  cl tried    68063 cl shrink        0 lits rem          0 time: 0.02
309.90/309.94	c asymm  cl-useful: 0/1966/12744 lits-rem:0 time: 0.07
309.90/309.95	c calculated reachability. Time: 0.00
309.90/309.95	c  N dy    38   1210450      1093     12744       184     68063     83574   1913271     89.73     27.27  --
445.51/445.59	c  N dy    39   1710451      1093     12744       189    100185     83574   4040155     89.47     29.92  --
445.70/445.78	c  S st    39   1710451      1093     12744       189    100185     83574   4040155     89.47     29.92  --
445.90/445.94	c  S st    39   1710955      1093     12744       189    100629     83574   4046229     89.47     29.92  --
445.90/445.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
445.90/445.95	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.00
446.71/446.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.6M T:  0.83
446.71/446.78	c Calc non-exist non-lernt bins v-fix:     0 done:   1093 time:  0.00 s
446.71/446.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
446.80/446.81	c Subs w/ non-existent bins:      2 time:  0.03 s
446.80/446.85	c Replacing        2 vars Replaced     1189 lits Time:     0.03 s 
446.90/446.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
446.90/446.94	c subs with bin:        3  lits-rem:         9  v-fix:    0  time:  0.03 s
446.90/446.94	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
631.21/631.20	c ORs :     88 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 13 avg s: 22.8 T:    0.14
633.41/633.46	c Added 12 vars  tried: 80000 time: 2.26
635.82/635.85	c ORs :     12 avg-s:  0.0 cl-sh: 81709 l-rem:  81709 b-add:     24 v-rep:   0 cl-rem: 1 avg s: 7.0 T:    4.65
635.92/635.91	c lits-rem:       630  cl-subs:     7595  v-elim:      0  v-fix:    0  time: 188.97 s
635.92/635.91	c learnt bin added due to v-elim: 0
635.92/635.91	c vivif2 --  cl tried    12756 cl shrink        0 lits rem          0 time: 0.00
635.92/635.95	c vivif2 --  cl tried    93015 cl shrink        0 lits rem          0 time: 0.04
636.01/636.02	c asymm  cl-useful: 0/1420/12756 lits-rem:0 time: 0.07
636.01/636.03	c calculated reachability. Time: 0.00
636.01/636.03	c  N dy    39   1710955      1103     12756       209     93015     83650   3735669     89.47     29.92  --
868.92/868.93	c  N dy    40   2210955      1103     12756       210    109458     83650   4342902     85.76     33.57  --
869.02/869.09	c  S st    40   2210955      1103     12756       210    109458     83650   4342902     85.76     33.57  --
869.22/869.25	c  S st    40   2211456      1103     12756       210    109907     83650   4350511     85.76     33.57  --
869.22/869.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
869.22/869.26	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
870.22/870.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 27.6M T:  1.00
870.22/870.26	c Calc non-exist non-lernt bins v-fix:     0 done:   1103 time:  0.00 s
870.22/870.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
870.22/870.29	c Subs w/ non-existent bins:      1 time:  0.03 s
870.32/870.35	c Replacing        1 vars Replaced     1346 lits Time:     0.06 s 
870.42/870.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
870.42/870.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
870.42/870.42	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
1085.02/1085.01	c ORs :    100 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 7.0 T:    0.30
1086.93/1086.94	c Added 12 vars  tried: 80000 time: 1.92
1090.82/1090.81	c ORs :     12 avg-s:  0.0 cl-sh: 105614 l-rem: 105614 b-add:     24 v-rep:   0 cl-rem: 1 avg s: 6.0 T:    5.80
1090.82/1090.88	c lits-rem:      3959  cl-subs:     5236  v-elim:      0  v-fix:    0  time: 220.46 s
1090.82/1090.88	c learnt bin added due to v-elim: 0
1090.82/1090.88	c vivif2 --  cl tried    12768 cl shrink        0 lits rem          0 time: 0.00
1090.92/1090.92	c vivif2 --  cl tried   104667 cl shrink        0 lits rem          0 time: 0.04
1091.02/1091.00	c asymm  cl-useful: 0/1569/12768 lits-rem:0 time: 0.08
1091.02/1091.01	c calculated reachability. Time: 0.00
1091.02/1091.01	c  N dy    40   2211456      1114     12768       232    104667     83696   4026997     85.76     33.57  --

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.80 3.33 3.48 4/182 9767
/proc/meminfo: memFree=17653596/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=29640 CPUtime=0 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 876 0 0 0 0 0 0 0 22 0 1 0 489820298 30351360 811 33554432000 4194304 4797429 140733306772832 18446744073709551615 271550234087 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 7410 811 348 148 0 2339 0

[startup+0.105123 s]
/proc/loadavg: 2.80 3.33 3.48 4/182 9767
/proc/meminfo: memFree=17653596/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=30804 CPUtime=0.1 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 1312 0 0 0 10 0 0 0 23 0 1 0 489820298 31543296 1231 33554432000 4194304 4797429 140733306772832 18446744073709551615 4429118 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 7701 1231 373 148 0 2630 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30804

[startup+0.201099 s]
/proc/loadavg: 2.80 3.33 3.48 4/182 9767
/proc/meminfo: memFree=17653596/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=132264 CPUtime=0.19 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 2124 0 0 0 19 0 0 0 23 0 1 0 489820298 135438336 1822 33554432000 4194304 4797429 140733306772832 18446744073709551615 4377403 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 33066 1822 411 148 0 27995 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 132264

[startup+0.301085 s]
/proc/loadavg: 2.80 3.33 3.48 4/182 9767
/proc/meminfo: memFree=17653596/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=132264 CPUtime=0.29 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 2216 0 0 0 29 0 0 0 23 0 1 0 489820298 135438336 1910 33554432000 4194304 4797429 140733306772832 18446744073709551615 271550234257 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 33066 1910 412 148 0 27995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 132264

[startup+0.701013 s]
/proc/loadavg: 2.80 3.33 3.48 4/182 9767
/proc/meminfo: memFree=17653596/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=133136 CPUtime=0.69 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 2968 0 0 0 69 0 0 0 25 0 1 0 489820298 136331264 2114 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424603 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 33284 2114 412 148 0 28213 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133136

[startup+1.50087 s]
/proc/loadavg: 2.89 3.34 3.48 6/194 9789
/proc/meminfo: memFree=17590324/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=134224 CPUtime=1.49 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 4084 0 0 0 149 0 0 0 25 0 1 0 489820298 137445376 2413 33554432000 4194304 4797429 140733306772832 18446744073709551615 4568009 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 33556 2413 414 148 0 28485 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134224

[startup+3.10059 s]
/proc/loadavg: 2.89 3.34 3.48 6/194 9789
/proc/meminfo: memFree=17582760/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=137228 CPUtime=3.09 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 5403 0 0 0 309 0 0 0 25 0 1 0 489820298 140521472 3294 33554432000 4194304 4797429 140733306772832 18446744073709551615 4524480 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 34307 3294 415 148 0 29236 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137228

[startup+6.30101 s]
/proc/loadavg: 2.89 3.34 3.48 6/194 9790
/proc/meminfo: memFree=17568396/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=140288 CPUtime=6.29 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 7403 0 0 0 629 0 0 0 25 0 1 0 489820298 143654912 4177 33554432000 4194304 4797429 140733306772832 18446744073709551615 4524184 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 35072 4177 415 148 0 30001 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 140288

[startup+12.7008 s]
/proc/loadavg: 3.06 3.36 3.49 6/194 9790
/proc/meminfo: memFree=17558516/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=143068 CPUtime=12.69 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 10603 0 0 0 1268 1 0 0 25 0 1 0 489820298 146501632 4837 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 35767 4837 419 148 0 30696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143068

[startup+25.5005 s]
/proc/loadavg: 3.28 3.40 3.50 7/194 9790
/proc/meminfo: memFree=17537956/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=148744 CPUtime=25.49 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 17810 0 0 0 2547 2 0 0 25 0 1 0 489820298 152313856 6108 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 37186 6108 419 148 0 32115 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148744

[startup+51.1008 s]
/proc/loadavg: 3.56 3.46 3.51 6/194 9791
/proc/meminfo: memFree=17517416/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=155184 CPUtime=51.09 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 27266 0 0 0 5105 4 0 0 25 0 1 0 489820298 158908416 7792 33554432000 4194304 4797429 140733306772832 18446744073709551615 4656602 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 38796 7792 419 148 0 33725 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155184

[startup+102.301 s]
/proc/loadavg: 3.81 3.54 3.54 7/194 9792
/proc/meminfo: memFree=17469892/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=164212 CPUtime=102.3 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 44153 0 0 0 10223 7 0 0 25 0 1 0 489820298 168153088 10376 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 41053 10376 420 148 0 35982 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 164212

[startup+162.301 s]
/proc/loadavg: 3.93 3.62 3.56 6/194 9794
/proc/meminfo: memFree=17440416/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=167560 CPUtime=162.29 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 56151 0 0 0 16219 10 0 0 25 0 1 0 489820298 171581440 12401 33554432000 4194304 4797429 140733306772832 18446744073709551615 4331776 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 41890 12401 420 148 0 36819 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 167560

[startup+222.307 s]
/proc/loadavg: 4.02 3.70 3.59 6/194 9795
/proc/meminfo: memFree=17406412/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=176548 CPUtime=222.31 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 69894 0 0 0 22216 15 0 0 25 0 1 0 489820298 180785152 14748 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 44137 14748 420 148 0 39066 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 176548

[startup+282.301 s]
/proc/loadavg: 4.01 3.75 3.62 6/194 9797
/proc/meminfo: memFree=17391144/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=182360 CPUtime=282.29 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 87129 0 0 0 28211 18 0 0 25 0 1 0 489820298 186736640 14993 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 45590 14993 420 148 0 40519 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 182360

[startup+342.301 s]
/proc/loadavg: 4.00 3.80 3.64 6/194 9799
/proc/meminfo: memFree=17365212/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=192868 CPUtime=342.3 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 104738 0 0 0 34208 22 0 0 25 0 1 0 489820298 197496832 17773 33554432000 4194304 4797429 140733306772832 18446744073709551615 4404790 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 48217 17773 419 148 0 43146 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 192868

[startup+402.301 s]
/proc/loadavg: 4.00 3.83 3.66 6/194 9800
/proc/meminfo: memFree=17357736/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=196628 CPUtime=402.3 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 120997 0 0 0 40204 26 0 0 25 0 1 0 489820298 201347072 18630 33554432000 4194304 4797429 140733306772832 18446744073709551615 4423196 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 49157 18630 419 148 0 44086 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 196628

[startup+462.301 s]
/proc/loadavg: 4.00 3.86 3.67 7/194 9802
/proc/meminfo: memFree=17302032/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=217884 CPUtime=462.3 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 135142 0 0 0 46201 29 0 0 25 0 1 0 489820298 223113216 25924 33554432000 4194304 4797429 140733306772832 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 54471 25924 419 148 0 49400 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 217884

[startup+522.3 s]
/proc/loadavg: 4.00 3.88 3.69 7/194 9803
/proc/meminfo: memFree=17300252/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=217884 CPUtime=522.3 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 135142 0 0 0 52201 29 0 0 25 0 1 0 489820298 223113216 25924 33554432000 4194304 4797429 140733306772832 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 54471 25924 419 148 0 49400 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 217884

[startup+582.3 s]
/proc/loadavg: 4.28 3.98 3.73 7/194 9805
/proc/meminfo: memFree=17293540/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=217884 CPUtime=582.3 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 135142 0 0 0 58201 29 0 0 25 0 1 0 489820298 223113216 25924 33554432000 4194304 4797429 140733306772832 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 54471 25924 419 148 0 49400 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 217884

[startup+642.3 s]
/proc/loadavg: 4.17 3.99 3.75 7/194 9806
/proc/meminfo: memFree=17289784/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=222392 CPUtime=642.31 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 137777 0 0 0 64201 30 0 0 25 0 1 0 489820298 227729408 23413 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 55598 23413 419 148 0 50527 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 222392

[startup+702.3 s]
/proc/loadavg: 4.06 3.99 3.76 7/194 9808
/proc/meminfo: memFree=17280200/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=223124 CPUtime=702.31 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 149724 0 0 0 70197 34 0 0 25 0 1 0 489820298 228478976 25867 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424835 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 55781 25867 419 148 0 50710 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 223124

[startup+762.301 s]
/proc/loadavg: 4.05 4.00 3.78 7/194 9810
/proc/meminfo: memFree=17265532/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=224264 CPUtime=762.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 160155 0 0 0 76193 39 0 0 25 0 1 0 489820298 229646336 25835 33554432000 4194304 4797429 140733306772832 18446744073709551615 271550204832 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 56066 25835 419 148 0 50995 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 224264

[startup+822.301 s]
/proc/loadavg: 4.06 4.02 3.80 6/194 9811
/proc/meminfo: memFree=17260184/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=225464 CPUtime=822.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 171344 0 0 0 82188 44 0 0 25 0 1 0 489820298 230875136 26149 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 56366 26149 419 148 0 51295 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 225464

[startup+882.307 s]
/proc/loadavg: 4.02 4.01 3.81 6/194 9813
/proc/meminfo: memFree=17218500/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=239568 CPUtime=882.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 182133 0 0 0 88186 46 0 0 25 0 1 0 489820298 245317632 31256 33554432000 4194304 4797429 140733306772832 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 59892 31256 419 148 0 54821 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 239568

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.82 6/194 9814
/proc/meminfo: memFree=17204980/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=239568 CPUtime=942.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 182133 0 0 0 94186 46 0 0 25 0 1 0 489820298 245317632 31256 33554432000 4194304 4797429 140733306772832 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 59892 31256 419 148 0 54821 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 239568

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.83 6/194 9816
/proc/meminfo: memFree=17173932/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=239568 CPUtime=1002.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 182133 0 0 0 100186 46 0 0 25 0 1 0 489820298 245317632 31256 33554432000 4194304 4797429 140733306772832 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 59892 31256 419 148 0 54821 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 239568

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.83 6/194 9827
/proc/meminfo: memFree=17179120/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=239568 CPUtime=1062.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 182133 0 0 0 106186 46 0 0 25 0 1 0 489820298 245317632 31256 33554432000 4194304 4797429 140733306772832 18446744073709551615 4568069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 59892 31256 419 148 0 54821 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 239568

[startup+1122.3 s]
/proc/loadavg: 4.15 4.03 3.85 7/194 10300
/proc/meminfo: memFree=17585868/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=243612 CPUtime=1122.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 188033 0 0 0 112183 49 0 0 25 0 1 0 489820298 249458688 31088 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 60903 31088 419 148 0 55832 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 243612

[startup+1182.3 s]
/proc/loadavg: 4.05 4.02 3.85 7/194 10302
/proc/meminfo: memFree=17587008/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=244124 CPUtime=1182.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 197552 0 0 0 118179 53 0 0 25 0 1 0 489820298 249982976 29716 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 61031 29716 419 148 0 55960 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 244124

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.87 7/194 10306
/proc/meminfo: memFree=17583476/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=245196 CPUtime=1242.32 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 205648 0 0 0 124174 58 0 0 25 0 1 0 489820298 251080704 32253 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 61299 32253 419 148 0 56228 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 245196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.87 6/194 10308
/proc/meminfo: memFree=17571192/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=245652 CPUtime=1300.03 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 213461 0 0 0 129941 62 0 0 25 0 1 0 489820298 251547648 34073 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 61413 34073 419 148 0 56342 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 245652

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

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

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.87 6/194 10308
/proc/meminfo: memFree=17571192/32951124 swapFree=67111528/67111528
[pid=9767] ppid=9765 vsize=245652 CPUtime=1300.03 cores=1,3
/proc/9767/stat : 9767 (techdemo) R 9765 9767 9082 0 -1 4202496 213461 0 0 0 129941 62 0 0 25 0 1 0 489820298 251547648 34073 33554432000 4194304 4797429 140733306772832 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9767/statm: 61413 34073 419 148 0 56342 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 245652

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.42
CPU system time (s): 0.635903
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 332044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.42
system time used= 0.635903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2389

runsolver used 2.04869 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-26 03:43:44
IDJOB=3289885
IDBENCH=83410
IDSOLVER=1585
FILE ID=node133/3289885-1303782224
RUNJOBID= node133-1303782224-9748
PBS_JOBID= 13157200
Free space on /tmp= 71584 MiB

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

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=763168835

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17654016 kB
Buffers:       2175540 kB
Cached:       12496504 kB
SwapCached:          0 kB
Active:        8620620 kB
Inactive:      6115364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17654016 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16724 kB
Writeback:           0 kB
AnonPages:       63760 kB
Mapped:          14500 kB
Slab:           497536 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71952 MiB
End job on node133 at 2011-04-26 04:05:26