Trace number 3290299

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
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-3290299-1303783126.cnf'
0.00/0.00	c -- header says num vars:           1116
0.00/0.00	c -- header says num clauses:        4312
0.00/0.00	c -- clauses added:            0 learnts,         4312 normals,            0 xors
0.00/0.00	c -- vars added       1116
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0      1116      3948       200         0     13204         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/3692/3692 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  144 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:   1032 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.01	c Replacing      144 vars Replaced     2868 lits Time:     0.00 s 
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:    444  v-fix:    0  time:  0.01 s
0.00/0.01	c learnt bin added due to v-elim: 0
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:     386, avg size: 3.4)
0.00/0.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     34 locsubst:    12 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:       0 undec:     410 neg:     706
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       706      1592        46         0      7084         0   no data   no data  --
0.09/0.15	c Decided on static restart strategy
4.59/4.60	c  N dy     7     30000       706      1592        51     10457      7084    251243     40.36     16.68  --
4.59/4.62	c  S st     7     30000       706      1592        51     10457      7084    251243     40.36     16.68  --
4.59/4.67	c  S st     7     30501       706      1592        55     10928      7084    258737     40.36     16.68  --
4.59/4.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    12 time:   0.00
4.59/4.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.59/4.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.7M T:  0.02
4.59/4.69	c Calc non-exist non-lernt bins v-fix:     0 done:    706 time:  0.00 s
4.59/4.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.59/4.69	c Subs w/ non-existent bins:      7 time:  0.00 s
4.59/4.69	c Replacing       10 vars Replaced     1128 lits Time:     0.00 s 
4.69/4.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.69/4.70	c subs with bin:        4  lits-rem:        25  v-fix:    0  time:  0.00 s
4.69/4.70	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.19/5.28	c lits-rem:      2009  cl-subs:     1032  v-elim:      0  v-fix:    0  time:  0.58 s
5.19/5.28	c learnt bin added due to v-elim: 0
5.19/5.28	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
5.19/5.28	c vivif2 --  cl tried     9885 cl shrink        0 lits rem          0 time: 0.00
5.19/5.29	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.01
5.19/5.29	c calculated reachability. Time: 0.00
5.19/5.29	c  N dy     7     30501       696      1592        35      9885      7054    235957     40.36     16.68  --
5.19/5.29	c  F st     7     30501       696      1592        35      9885      7054    235957     40.36     16.68  --
5.49/5.60	c Decided on static restart strategy
7.99/8.06	c  N dy    14     45751       696      1592        36     16605      7054    395624     33.04     17.78  --
7.99/8.08	c  S st    14     45751       696      1592        36     16605      7054    395624     33.04     17.78  --
8.09/8.15	c  S st    14     46252       696      1592        44      8641      7054     99921     33.04     17.78  --
8.09/8.15	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.09/8.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.09/8.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.01
8.09/8.16	c Calc non-exist non-lernt bins v-fix:     0 done:    696 time:  0.00 s
8.09/8.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.09/8.16	c Subs w/ non-existent bins:      3 time:  0.00 s
8.09/8.16	c Replacing        3 vars Replaced      155 lits Time:     0.00 s 
8.09/8.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.09/8.17	c subs with bin:        8  lits-rem:        14  v-fix:    0  time:  0.00 s
8.09/8.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.19/8.20	c lits-rem:       456  cl-subs:      362  v-elim:      0  v-fix:    0  time:  0.03 s
8.19/8.20	c learnt bin added due to v-elim: 0
8.19/8.20	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
8.19/8.20	c vivif2 --  cl tried     8268 cl shrink        0 lits rem          0 time: 0.00
8.19/8.21	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.01
8.19/8.21	c calculated reachability. Time: 0.00
8.19/8.21	c  N dy    14     46252       693      1592        38      8268      7030     96539     33.04     17.78  --
12.79/12.80	c  N dy    15     69378       693      1592        39     20815      7030    506662     35.60     18.62  --
12.79/12.83	c  S st    15     69378       693      1592        39     20815      7030    506662     35.60     18.62  --
12.79/12.89	c  S st    15     69879       693      1592        41     10871      7030    113978     35.60     18.62  --
12.79/12.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.79/12.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.89/12.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.01
12.89/12.91	c Calc non-exist non-lernt bins v-fix:     0 done:    693 time:  0.00 s
12.89/12.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.89/12.91	c Subs w/ non-existent bins:      1 time:  0.00 s
12.89/12.91	c Replacing        1 vars Replaced       28 lits Time:     0.00 s 
12.89/12.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.89/12.91	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
12.89/12.91	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.99/13.06	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
13.49/13.57	c Added 7 vars  tried: 80000 time: 0.51
13.49/13.58	c ORs :      7 avg-s:  0.0 cl-sh:  1016 l-rem:   1016 b-add:     14 v-rep:   0 cl-rem: 0 avg s: nan T:    0.51
13.49/13.58	c lits-rem:       464  cl-subs:      682  v-elim:      0  v-fix:    0  time:  0.67 s
13.49/13.58	c learnt bin added due to v-elim: 0
13.49/13.58	c vivif2 --  cl tried     1599 cl shrink        0 lits rem          0 time: 0.00
13.49/13.58	c vivif2 --  cl tried    10185 cl shrink        0 lits rem          0 time: 0.00
13.49/13.59	c asymm  cl-useful: 0/1599/1599 lits-rem:0 time: 0.01
13.49/13.59	c calculated reachability. Time: 0.00
13.49/13.59	c  N dy    15     69879       699      1599        53     10185      7075    105675     35.60     18.62  --
13.49/13.59	c  F st    15     69879       699      1599        53     10185      7075    105675     35.60     18.62  --
13.69/13.75	c Decided on static restart strategy
18.79/18.82	c  N dy    22    104818       699      1599        55     19708      7075    376993     32.76     19.65  --
18.79/18.84	c  S st    22    104818       699      1599        55     19708      7075    376993     32.76     19.65  --
18.89/18.92	c  S st    22    105321       699      1599        57     20195      7075    385202     32.76     19.65  --
18.89/18.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.89/18.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.89/18.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.9M T:  0.05
18.89/18.97	c Calc non-exist non-lernt bins v-fix:     0 done:    699 time:  0.00 s
18.89/18.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.89/18.97	c Subs w/ non-existent bins:      8 time:  0.00 s
18.99/19.00	c Replacing        2 vars Replaced     5678 lits Time:     0.03 s 
18.99/19.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.99/19.01	c subs with bin:        2  lits-rem:       173  v-fix:    0  time:  0.00 s
18.99/19.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
20.80/20.81	c ORs :      7 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.00
21.30/21.30	c Added 8 vars  tried: 80000 time: 0.49
21.30/21.32	c ORs :      8 avg-s:  0.0 cl-sh:  4501 l-rem:   4501 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    0.51
21.30/21.32	c lits-rem:      4385  cl-subs:     1642  v-elim:      0  v-fix:    0  time:  2.31 s
21.30/21.32	c learnt bin added due to v-elim: 0
21.30/21.32	c vivif2 --  cl tried     1607 cl shrink        0 lits rem          0 time: 0.00
21.30/21.33	c vivif2 --  cl tried    18542 cl shrink        0 lits rem          0 time: 0.00
21.30/21.34	c asymm  cl-useful: 0/1607/1607 lits-rem:0 time: 0.02
21.30/21.34	c calculated reachability. Time: 0.00
21.30/21.34	c  N dy    22    105321       705      1607        69     18542      7129    331463     32.76     19.65  --
30.19/30.23	c  N dy    23    157983       705      1607        70     26337      7129    493296     30.95     19.28  --
30.19/30.25	c  S st    23    157983       705      1607        70     26337      7129    493296     30.95     19.28  --
30.29/30.34	c  S st    23    158486       705      1607        73     26823      7129    502091     30.95     19.28  --
30.29/30.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.29/30.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.39/30.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.9M T:  0.06
30.39/30.41	c Calc non-exist non-lernt bins v-fix:     0 done:    705 time:  0.00 s
30.39/30.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.39/30.41	c Subs w/ non-existent bins:      7 time:  0.00 s
30.39/30.42	c Replacing        4 vars Replaced     1272 lits Time:     0.01 s 
30.39/30.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.39/30.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.39/30.43	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
31.90/31.95	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 4.0 T:    0.01
32.29/32.39	c Added 8 vars  tried: 80000 time: 0.43
32.39/32.46	c ORs :      8 avg-s:  0.0 cl-sh:  9677 l-rem:   9677 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    0.50
32.39/32.47	c lits-rem:      2562  cl-subs:     2024  v-elim:      0  v-fix:    0  time:  2.04 s
32.39/32.47	c learnt bin added due to v-elim: 0
32.39/32.47	c vivif2 --  cl tried     1615 cl shrink        0 lits rem          0 time: 0.00
32.39/32.47	c vivif2 --  cl tried    24791 cl shrink        0 lits rem          0 time: 0.00
32.39/32.49	c asymm  cl-useful: 0/1615/1615 lits-rem:0 time: 0.02
32.39/32.49	c calculated reachability. Time: 0.00
32.39/32.49	c  N dy    23    158486       709      1615        81     24791      7181    440790     30.95     19.28  --
49.39/49.42	c  N dy    24    237730       709      1615        81     30112      7181    545691     32.67     19.16  --
49.39/49.44	c  S st    24    237730       709      1615        81     30112      7181    545691     32.67     19.16  --
49.49/49.57	c  S st    24    238233       709      1615        87     30593      7181    554335     32.67     19.16  --
49.49/49.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.49/49.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.59/49.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.5M T:  0.08
49.59/49.65	c Calc non-exist non-lernt bins v-fix:     0 done:    709 time:  0.00 s
49.59/49.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.59/49.65	c Subs w/ non-existent bins:      5 time:  0.00 s
49.59/49.66	c Replacing        3 vars Replaced     1557 lits Time:     0.01 s 
49.59/49.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.59/49.67	c subs with bin:        6  lits-rem:         2  v-fix:    0  time:  0.00 s
49.59/49.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
51.20/51.29	c ORs :     23 avg-s:  2.0 cl-sh:     8 l-rem:      8 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 19.0 T:    0.01
51.70/51.71	c Added 8 vars  tried: 80000 time: 0.42
51.80/51.82	c ORs :      8 avg-s:  0.0 cl-sh: 12828 l-rem:  12828 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    0.52
51.80/51.83	c lits-rem:      3581  cl-subs:     1690  v-elim:      0  v-fix:    0  time:  2.15 s
51.80/51.83	c learnt bin added due to v-elim: 0
51.80/51.83	c vivif2 --  cl tried     1623 cl shrink        0 lits rem          0 time: 0.00
51.80/51.83	c vivif2 --  cl tried    28891 cl shrink        0 lits rem          0 time: 0.01
51.80/51.85	c asymm  cl-useful: 0/1623/1623 lits-rem:0 time: 0.02
51.80/51.86	c calculated reachability. Time: 0.00
51.80/51.86	c  N dy    24    238233       714      1623        97     28891      7235    492024     32.67     19.16  --
85.40/85.46	c  N dy    25    357349       714      1623        98     33291      7235    538336     31.44     18.08  --
85.40/85.48	c  S st    25    357349       714      1623        98     33291      7235    538336     31.44     18.08  --
85.60/85.61	c  S st    25    357852       714      1623        99     33781      7235    547814     31.44     18.08  --
85.60/85.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.60/85.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.70/85.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P:  4.2M T:  0.08
85.70/85.70	c Calc non-exist non-lernt bins v-fix:     0 done:    714 time:  0.00 s
85.70/85.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.70/85.70	c Subs w/ non-existent bins:      8 time:  0.01 s
85.70/85.71	c Replacing        2 vars Replaced      248 lits Time:     0.00 s 
85.70/85.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.70/85.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.70/85.72	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
87.10/87.11	c ORs :     31 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
87.40/87.45	c Added 8 vars  tried: 80000 time: 0.35
87.60/87.60	c ORs :      8 avg-s:  0.0 cl-sh: 15765 l-rem:  15765 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    0.50
87.60/87.61	c lits-rem:      3323  cl-subs:     1177  v-elim:      0  v-fix:    0  time:  1.89 s
87.60/87.61	c learnt bin added due to v-elim: 0
87.60/87.61	c vivif2 --  cl tried     1631 cl shrink        0 lits rem          0 time: 0.00
87.60/87.62	c vivif2 --  cl tried    32596 cl shrink        0 lits rem          0 time: 0.01
87.60/87.64	c asymm  cl-useful: 0/1631/1631 lits-rem:0 time: 0.02
87.60/87.64	c calculated reachability. Time: 0.00
87.60/87.64	c  N dy    25    357852       720      1631       112     32596      7289    503464     31.44     18.08  --
148.09/148.11	c  N dy    26    536779       720      1631       113     40519      7289    648690     31.12     18.03  --
148.09/148.14	c  S st    26    536779       720      1631       113     40519      7289    648690     31.12     18.03  --
148.29/148.32	c  S st    26    537282       720      1631       114     41014      7289    657502     31.12     18.03  --
148.29/148.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
148.29/148.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.40/148.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.5M T:  0.11
148.40/148.44	c Calc non-exist non-lernt bins v-fix:     0 done:    720 time:  0.00 s
148.40/148.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.40/148.44	c Subs w/ non-existent bins:      2 time:  0.01 s
148.40/148.46	c Replacing        2 vars Replaced     1890 lits Time:     0.01 s 
148.40/148.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
148.40/148.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.40/148.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
149.89/149.90	c ORs :     39 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
150.19/150.26	c Added 8 vars  tried: 80000 time: 0.36
150.29/150.39	c ORs :      8 avg-s:  0.0 cl-sh: 13686 l-rem:  13686 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    0.49
150.39/150.40	c lits-rem:      2019  cl-subs:     1277  v-elim:      0  v-fix:    0  time:  1.93 s
150.39/150.40	c learnt bin added due to v-elim: 0
150.39/150.40	c vivif2 --  cl tried     1639 cl shrink        0 lits rem          0 time: 0.00
150.39/150.41	c vivif2 --  cl tried    39735 cl shrink        0 lits rem          0 time: 0.01
150.39/150.45	c asymm  cl-useful: 0/1639/1639 lits-rem:0 time: 0.04
150.39/150.45	c calculated reachability. Time: 0.00
150.39/150.45	c  N dy    26    537282       726      1639       126     39735      7341    615512     31.12     18.03  --
150.39/150.45	c  F st    26    537282       726      1639       126     39735      7341    615512     31.12     18.03  --
151.09/151.10	c Decided on static restart strategy
274.70/274.78	c  N dy    33    805924       726      1639       127     63115      7341   1227640     33.45     18.60  --
274.80/274.83	c  S st    33    805924       726      1639       127     63115      7341   1227640     33.45     18.60  --
274.80/274.83	c Finding binary XORs  T:     0.00 s  found:       0
275.00/275.09	c  S st    33    806425       726      1639       129     63608      7341   1238288     33.45     18.60  --
275.00/275.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
275.00/275.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
275.20/275.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.5M T:  0.18
275.20/275.27	c Calc non-exist non-lernt bins v-fix:     0 done:    726 time:  0.00 s
275.20/275.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
275.20/275.29	c Subs w/ non-existent bins:      3 time:  0.01 s
275.20/275.29	c Replacing        1 vars Replaced       81 lits Time:     0.00 s 
275.30/275.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
275.30/275.32	c subs with bin:        4  lits-rem:         6  v-fix:    0  time:  0.01 s
275.30/275.32	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
277.59/277.65	c ORs :     47 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.07
278.20/278.21	c Added 8 vars  tried: 80000 time: 0.56
278.79/278.89	c ORs :      8 avg-s:  0.0 cl-sh: 33957 l-rem:  33957 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    1.25
278.89/278.91	c lits-rem:      1942  cl-subs:     3565  v-elim:      0  v-fix:    0  time:  3.59 s
278.89/278.91	c learnt bin added due to v-elim: 0
278.89/278.91	c vivif2 --  cl tried     1647 cl shrink        0 lits rem          0 time: 0.00
278.89/278.93	c vivif2 --  cl tried    60036 cl shrink        0 lits rem          0 time: 0.01
278.89/278.99	c asymm  cl-useful: 0/1647/1647 lits-rem:0 time: 0.06
278.99/279.00	c calculated reachability. Time: 0.00
278.99/279.00	c  N dy    33    806425       733      1647       143     60036      7397   1117844     33.45     18.60  --
530.01/530.07	c  N dy    34   1209638       733      1647       144     75650      7397   1458758     31.17     18.62  --
530.11/530.13	c  S st    34   1209638       733      1647       144     75650      7397   1458758     31.17     18.62  --
530.51/530.53	c  S st    34   1210142       733      1647       146     76136      7397   1468218     31.17     18.62  --
530.51/530.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
530.51/530.53	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
530.71/530.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.5M T:  0.24
530.71/530.78	c Calc non-exist non-lernt bins v-fix:     0 done:    733 time:  0.00 s
530.71/530.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
530.71/530.79	c Subs w/ non-existent bins:      8 time:  0.02 s
530.91/530.93	c Replacing        2 vars Replaced     7554 lits Time:     0.13 s 
530.91/530.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
530.91/530.96	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.01 s
530.91/530.96	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
534.21/534.23	c ORs :     55 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.10
534.81/534.87	c Added 8 vars  tried: 80000 time: 0.64
535.71/535.73	c ORs :      8 avg-s:  0.0 cl-sh: 37584 l-rem:  37584 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    1.51
535.71/535.76	c lits-rem:       564  cl-subs:     3307  v-elim:      0  v-fix:    0  time:  4.79 s
535.71/535.76	c learnt bin added due to v-elim: 0
535.71/535.76	c vivif2 --  cl tried     1655 cl shrink        0 lits rem          0 time: 0.00
535.71/535.78	c vivif2 --  cl tried    72818 cl shrink        0 lits rem          0 time: 0.02
535.81/535.86	c asymm  cl-useful: 0/1655/1655 lits-rem:0 time: 0.08
535.81/535.86	c calculated reachability. Time: 0.00
535.81/535.86	c  N dy    34   1210142       739      1655       158     72818      7451   1345735     31.17     18.62  --
894.22/894.20	c  N dy    35   1710142       739      1655       159    105211      7451   2178692     30.52     17.78  --
894.22/894.29	c  S st    35   1710142       739      1655       159    105211      7451   2178692     30.52     17.78  --
894.81/894.84	c  S st    35   1710646       739      1655       160    105707      7451   2189814     30.52     17.78  --
894.81/894.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
894.81/894.85	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
895.21/895.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.6M T:  0.39
895.21/895.24	c Calc non-exist non-lernt bins v-fix:     0 done:    739 time:  0.00 s
895.21/895.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
895.21/895.27	c Subs w/ non-existent bins:      3 time:  0.03 s
895.42/895.44	c Replacing        2 vars Replaced     4750 lits Time:     0.17 s 
895.42/895.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
895.51/895.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
895.51/895.50	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
903.81/903.89	c ORs :     63 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 12.0 T:    0.14
904.91/904.91	c Added 8 vars  tried: 80000 time: 1.02
905.71/905.77	c ORs :      8 avg-s:  0.0 cl-sh: 31476 l-rem:  31476 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    1.88
905.81/905.81	c lits-rem:      3103  cl-subs:     7231  v-elim:      0  v-fix:    0  time: 10.30 s
905.81/905.81	c learnt bin added due to v-elim: 0
905.81/905.81	c vivif2 --  cl tried     1663 cl shrink        0 lits rem          0 time: 0.00
905.81/905.84	c vivif2 --  cl tried    98472 cl shrink        0 lits rem          0 time: 0.03
905.91/905.94	c asymm  cl-useful: 0/1663/1663 lits-rem:0 time: 0.10
905.91/905.94	c calculated reachability. Time: 0.00
905.91/905.94	c  N dy    35   1710646       745      1663       172     98472      7505   1992720     30.52     17.78  --

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

running on 2 cores: 5,7

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.33 3.83 3.84 5/189 13943
/proc/meminfo: memFree=20770852/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=29332 CPUtime=0 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 693 0 0 0 0 0 0 0 25 0 1 0 489912353 30035968 629 33554432000 4194304 4797429 140736086091296 18446744073709551615 4428884 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 7333 629 372 148 0 2262 0

[startup+0.0476261 s]
/proc/loadavg: 3.33 3.83 3.84 5/189 13943
/proc/meminfo: memFree=20770852/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=128616 CPUtime=0.04 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 942 0 0 0 4 0 0 0 25 0 1 0 489912353 131702784 852 33554432000 4194304 4797429 140736086091296 18446744073709551615 4426061 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 32154 852 412 148 0 27083 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 128616

[startup+0.100616 s]
/proc/loadavg: 3.33 3.83 3.84 5/189 13943
/proc/meminfo: memFree=20770852/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=128616 CPUtime=0.09 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 972 0 0 0 9 0 0 0 25 0 1 0 489912353 131702784 881 33554432000 4194304 4797429 140736086091296 18446744073709551615 4426819 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 32154 881 412 148 0 27083 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 128616

[startup+0.30058 s]
/proc/loadavg: 3.33 3.83 3.84 5/189 13943
/proc/meminfo: memFree=20770852/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=128780 CPUtime=0.29 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 1078 0 0 0 29 0 0 0 25 0 1 0 489912353 131870720 985 33554432000 4194304 4797429 140736086091296 18446744073709551615 4422918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 32195 985 413 148 0 27124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128780

[startup+0.700508 s]
/proc/loadavg: 3.33 3.83 3.84 5/189 13943
/proc/meminfo: memFree=20770852/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=129132 CPUtime=0.69 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 1344 0 0 0 69 0 0 0 25 0 1 0 489912353 132231168 1044 33554432000 4194304 4797429 140736086091296 18446744073709551615 4387385 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 32283 1044 413 148 0 27212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129132

[startup+1.50037 s]
/proc/loadavg: 3.33 3.83 3.84 5/190 13944
/proc/meminfo: memFree=20766504/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=129788 CPUtime=1.49 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 1767 0 0 0 149 0 0 0 25 0 1 0 489912353 132902912 1151 33554432000 4194304 4797429 140736086091296 18446744073709551615 237278538099 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 32447 1151 413 148 0 27376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129788

[startup+3.10008 s]
/proc/loadavg: 3.33 3.83 3.84 5/190 13944
/proc/meminfo: memFree=20765020/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=130184 CPUtime=3.09 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 2339 0 0 0 309 0 0 0 25 0 1 0 489912353 133308416 1334 33554432000 4194304 4797429 140736086091296 18446744073709551615 4415657 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 32546 1334 413 148 0 27475 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130184

[startup+6.30051 s]
/proc/loadavg: 3.38 3.83 3.84 5/190 13945
/proc/meminfo: memFree=20760988/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=132776 CPUtime=6.29 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 3752 0 0 0 629 0 0 0 25 0 1 0 489912353 135962624 1821 33554432000 4194304 4797429 140736086091296 18446744073709551615 4390513 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 33194 1821 415 148 0 28123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132776

[startup+12.7004 s]
/proc/loadavg: 3.43 3.84 3.84 5/190 13945
/proc/meminfo: memFree=20754724/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=133820 CPUtime=12.69 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 5372 0 0 0 1269 0 0 0 25 0 1 0 489912353 137031680 2450 33554432000 4194304 4797429 140736086091296 18446744073709551615 4423072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 33455 2450 415 148 0 28384 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133820

[startup+25.5001 s]
/proc/loadavg: 3.56 3.84 3.85 5/190 13945
/proc/meminfo: memFree=20744996/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=137908 CPUtime=25.49 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 9030 0 0 0 2548 1 0 0 25 0 1 0 489912353 141217792 3060 33554432000 4194304 4797429 140736086091296 18446744073709551615 4351600 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 34477 3060 418 148 0 29406 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137908

[startup+51.1005 s]
/proc/loadavg: 3.71 3.86 3.85 5/190 13946
/proc/meminfo: memFree=20730328/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=142128 CPUtime=51.1 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 14617 0 0 0 5107 3 0 0 25 0 1 0 489912353 145539072 4441 33554432000 4194304 4797429 140736086091296 18446744073709551615 4567984 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 35532 4441 422 148 0 30461 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 142128

[startup+102.306 s]
/proc/loadavg: 3.87 3.88 3.85 5/190 13947
/proc/meminfo: memFree=20717840/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=146328 CPUtime=102.3 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 22691 0 0 0 10226 4 0 0 25 0 1 0 489912353 149839872 5906 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 36582 5906 418 148 0 31511 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 146328

[startup+162.301 s]
/proc/loadavg: 3.95 3.89 3.86 5/190 13958
/proc/meminfo: memFree=20703404/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=151132 CPUtime=162.3 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 31409 0 0 0 16223 7 0 0 25 0 1 0 489912353 154759168 6316 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 37783 6316 418 148 0 32712 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 151132

[startup+222.301 s]
/proc/loadavg: 3.98 3.91 3.86 5/190 14431
/proc/meminfo: memFree=21413336/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=152564 CPUtime=222.3 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 37340 0 0 0 22221 9 0 0 25 0 1 0 489912353 156225536 7462 33554432000 4194304 4797429 140736086091296 18446744073709551615 4351629 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 38141 7462 418 148 0 33070 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 152564

[startup+282.3 s]
/proc/loadavg: 3.99 3.92 3.87 5/190 14433
/proc/meminfo: memFree=21405812/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=158180 CPUtime=282.29 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 43897 0 0 0 28218 11 0 0 25 0 1 0 489912353 161976320 8861 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 39545 8861 418 148 0 34474 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 158180

[startup+342.301 s]
/proc/loadavg: 4.05 3.95 3.88 5/190 14438
/proc/meminfo: memFree=21409520/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=160084 CPUtime=342.3 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 49498 0 0 0 34217 13 0 0 25 0 1 0 489912353 163926016 8706 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424335 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 40021 8706 418 148 0 34950 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160084

[startup+402.301 s]
/proc/loadavg: 4.06 3.97 3.89 5/190 14439
/proc/meminfo: memFree=21387232/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=161216 CPUtime=402.3 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 54020 0 0 0 40215 15 0 0 25 0 1 0 489912353 165085184 9252 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 40304 9252 418 148 0 35233 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161216

[startup+462.3 s]
/proc/loadavg: 4.02 3.97 3.90 5/190 14441
/proc/meminfo: memFree=21379536/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=161884 CPUtime=462.3 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 58398 0 0 0 46213 17 0 0 25 0 1 0 489912353 165769216 9548 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 40471 9548 418 148 0 35400 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 161884

[startup+522.301 s]
/proc/loadavg: 4.01 3.97 3.90 5/190 14442
/proc/meminfo: memFree=21375680/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=163140 CPUtime=522.31 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 62870 0 0 0 52212 19 0 0 25 0 1 0 489912353 167055360 9678 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424960 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 40785 9678 418 148 0 35714 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 163140

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14444
/proc/meminfo: memFree=21370452/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=168112 CPUtime=582.31 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 68079 0 0 0 58211 20 0 0 25 0 1 0 489912353 172146688 10392 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424970 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 42028 10392 418 148 0 36957 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 168112

[startup+642.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14446
/proc/meminfo: memFree=21359272/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=168320 CPUtime=642.31 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 71608 0 0 0 64209 22 0 0 25 0 1 0 489912353 172359680 11594 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 42080 11594 418 148 0 37009 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 168320

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14447
/proc/meminfo: memFree=21353936/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=169696 CPUtime=702.31 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 76017 0 0 0 70206 25 0 0 25 0 1 0 489912353 173768704 11384 33554432000 4194304 4797429 140736086091296 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 42424 11384 418 148 0 37353 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 169696

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14449
/proc/meminfo: memFree=21341512/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=170024 CPUtime=762.32 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 79518 0 0 0 76205 27 0 0 25 0 1 0 489912353 174104576 12404 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 42506 12404 418 148 0 37435 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 170024

[startup+822.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14450
/proc/meminfo: memFree=21345096/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=170544 CPUtime=822.31 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 83671 0 0 0 82202 29 0 0 25 0 1 0 489912353 174637056 11530 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424652 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 42636 11530 418 148 0 37565 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 170544

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 14452
/proc/meminfo: memFree=21341732/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=171000 CPUtime=882.31 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 86893 0 0 0 88201 30 0 0 25 0 1 0 489912353 175104000 12135 33554432000 4194304 4797429 140736086091296 18446744073709551615 4425630 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 42750 12135 418 148 0 37679 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 171000

[startup+942.301 s]
/proc/loadavg: 4.06 3.99 3.91 5/190 14454
/proc/meminfo: memFree=21329056/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=179732 CPUtime=942.31 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 91508 0 0 0 94199 32 0 0 25 0 1 0 489912353 184045568 13837 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424739 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 44933 13837 419 148 0 39862 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 179732

[startup+1002.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 14455
/proc/meminfo: memFree=21322232/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=180524 CPUtime=1002.32 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 94726 0 0 0 100198 34 0 0 25 0 1 0 489912353 184856576 14469 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424779 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 45131 14469 419 148 0 40060 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 180524

[startup+1062.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 14457
/proc/meminfo: memFree=21312052/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=180588 CPUtime=1062.32 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 97758 0 0 0 106196 36 0 0 25 0 1 0 489912353 184922112 14820 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 45147 14820 419 148 0 40076 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 180588

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 14458
/proc/meminfo: memFree=21329640/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=180716 CPUtime=1122.32 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 101665 0 0 0 112194 38 0 0 25 0 1 0 489912353 185053184 13281 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 45179 13281 419 148 0 40108 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 180716

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 14460
/proc/meminfo: memFree=21303964/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=181472 CPUtime=1182.33 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 104796 0 0 0 118193 40 0 0 25 0 1 0 489912353 185827328 13411 33554432000 4194304 4797429 140736086091296 18446744073709551615 4426358 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 45368 13411 419 148 0 40297 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 181472

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 14462
/proc/meminfo: memFree=21299480/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=181544 CPUtime=1242.32 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 108039 0 0 0 124191 41 0 0 25 0 1 0 489912353 185901056 13589 33554432000 4194304 4797429 140736086091296 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 45386 13589 419 148 0 40315 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 181544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.80 3.94 3.90 5/190 14547
/proc/meminfo: memFree=21443184/32950904 swapFree=67082284/67111528
[pid=13943] ppid=13941 vsize=181544 CPUtime=1300.02 cores=5,7
/proc/13943/stat : 13943 (techdemo) R 13941 13943 13829 0 -1 4202496 110109 0 0 0 129960 42 0 0 25 0 1 0 489912353 185901056 15608 33554432000 4194304 4797429 140736086091296 18446744073709551615 4423072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13943/statm: 45386 15608 419 148 0 40315 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 181544

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.04
CPU user time (s): 1299.61
CPU system time (s): 0.432934
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 289740

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

runsolver used 1.9997 second user time and 5.11822 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 03:58:46
IDJOB=3290299
IDBENCH=83430
IDSOLVER=1585
FILE ID=node121/3290299-1303783126
RUNJOBID= node121-1303783113-13850
PBS_JOBID= 13157234
Free space on /tmp= 72068 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=580248697

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:      20770884 kB
Buffers:       2150340 kB
Cached:        9443120 kB
SwapCached:       2776 kB
Active:        8620632 kB
Inactive:      3047216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20770884 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           32300 kB
Writeback:           0 kB
AnonPages:       72076 kB
Mapped:          15636 kB
Slab:           446092 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   600168 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:28