Trace number 3173163

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

Namerandom/large/
unif-k7-r85-v250-c21250-S317257086-003-UNKNOWN.cnf
MD5SUM6f9c7c042784ec486e9e8bc570309805
Bench CategoryRANDOM (random 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 variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

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-3173163-1301790181.cnf'
0.00/0.00	c -- header says num vars:            250
0.00/0.00	c -- header says num clauses:       21250
0.00/0.02	c -- clauses added:            0 learnts,        21250 normals,            0 xors
0.00/0.02	c -- vars added        250
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0       250     21250         0         0    148750         0   no data   no data  --
0.09/0.14	c asymm  cl-useful: 0/1955/21250 lits-rem:0 time: 0.13
0.09/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.5M T:  0.01
0.09/0.16	c Calc non-exist non-lernt bins v-fix:     0 done:    250 time:  0.00 s
0.09/0.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.09/0.16	c Subs w/ non-existent bins:      0 time:  0.00 s
0.09/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.19/0.24	c lits-rem:         0  cl-subs:        0  v-elim:    166  v-fix:    0  time:  0.08 s
0.19/0.24	c learnt bin added due to v-elim: 0
0.19/0.24	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.25	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.25	c calculated reachability. Time: 0.00
0.19/0.25	c Calc default polars -  time:   0.00 s pos:     123 undec:       5 neg:     122
0.19/0.25	c =========================================================================================
0.19/0.25	c types(t): F = full restart, N = normal restart
0.19/0.25	c types(t): S = simplification begin/end, E = solution found
0.19/0.25	c restart types(rt): st = static, dy = dynamic
0.19/0.25	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.19/0.25	c  B st     0         0       250     21250         0         0    148750         0   no data   no data  --
0.39/0.45	c Decided on static restart strategy
4.59/4.61	c  N dy     7     30000       250     21250         0     10513    148750    514350     73.95     61.84  --
4.59/4.65	c  S st     7     30000       250     21250         0     10513    148750    514350     73.95     61.84  --
4.69/4.73	c  S st     7     30502       250     21250         0     11010    148750    543559     73.95     61.84  --
4.69/4.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.69/4.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.69/4.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.7M T:  0.06
4.69/4.79	c Calc non-exist non-lernt bins v-fix:     0 done:    250 time:  0.00 s
4.69/4.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.79/4.80	c Subs w/ non-existent bins:      0 time:  0.00 s
4.79/4.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.79/4.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/4.81	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
7.09/7.14	c lits-rem:      2448  cl-subs:      721  v-elim:    250  v-fix:    0  time:  2.34 s
7.09/7.14	c learnt bin added due to v-elim: 0
7.09/7.15	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
7.09/7.15	c vivif2 --  cl tried    10289 cl shrink        0 lits rem          0 time: 0.00
7.19/7.26	c asymm  cl-useful: 0/2021/21250 lits-rem:0 time: 0.11
7.19/7.26	c calculated reachability. Time: 0.00
7.19/7.26	c  N dy     7     30502       250     21250         0     10289    148750    497193     73.95     61.84  --
7.19/7.26	c  F st     7     30502       250     21250         0     10289    148750    497193     73.95     61.84  --
7.49/7.55	c Decided on static restart strategy
9.49/9.55	c  N dy    14     45755       250     21250         0      8714    148750    265533     69.67     61.30  --
9.49/9.57	c  S st    14     45755       250     21250         0      8714    148750    265533     69.67     61.30  --
9.59/9.65	c  S st    14     46256       250     21250         0      9212    148750    295720     69.67     61.30  --
9.59/9.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.59/9.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.59/9.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.9M T:  0.04
9.59/9.70	c Calc non-exist non-lernt bins v-fix:     0 done:    250 time:  0.00 s
9.59/9.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.69/9.70	c Subs w/ non-existent bins:      0 time:  0.00 s
9.69/9.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.69/9.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.69/9.71	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
11.49/11.55	c lits-rem:       138  cl-subs:      245  v-elim:    250  v-fix:    0  time:  1.85 s
11.49/11.55	c learnt bin added due to v-elim: 0
11.49/11.55	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
11.49/11.56	c vivif2 --  cl tried     8967 cl shrink        0 lits rem          0 time: 0.00
11.69/11.73	c asymm  cl-useful: 0/4118/21250 lits-rem:0 time: 0.17
11.69/11.73	c calculated reachability. Time: 0.00
11.69/11.73	c  N dy    14     46256       250     21250         0      8967    148750    288657     69.67     61.30  --
15.89/15.98	c  N dy    15     69384       250     21250         0     11050    148750    324906     70.04     60.43  --
15.99/16.00	c  S st    15     69384       250     21250         0     11050    148750    324906     70.04     60.43  --
15.99/16.08	c  S st    15     69887       250     21250         0     11551    148750    355323     70.04     60.43  --
15.99/16.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.99/16.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.09/16.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.4M T:  0.06
16.09/16.14	c Calc non-exist non-lernt bins v-fix:     0 done:    250 time:  0.00 s
16.09/16.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.09/16.14	c Subs w/ non-existent bins:      0 time:  0.00 s
16.09/16.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.09/16.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.09/16.15	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
18.19/18.29	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
20.29/20.37	c Added 3 vars  tried: 80000 time: 2.08
20.29/20.38	c ORs :      3 avg-s:  0.0 cl-sh:  1893 l-rem:   1893 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    2.09
20.29/20.39	c lits-rem:       479  cl-subs:      256  v-elim:    250  v-fix:    0  time:  4.24 s
20.29/20.39	c learnt bin added due to v-elim: 0
20.29/20.39	c vivif2 --  cl tried    21253 cl shrink        0 lits rem          0 time: 0.00
20.29/20.39	c vivif2 --  cl tried    11295 cl shrink        0 lits rem          0 time: 0.00
20.49/20.56	c asymm  cl-useful: 0/3670/21253 lits-rem:0 time: 0.17
20.49/20.56	c calculated reachability. Time: 0.00
20.49/20.56	c  N dy    15     69887       253     21253         6     11295    148757    343494     70.04     60.43  --
20.49/20.56	c  F st    15     69887       253     21253         6     11295    148757    343494     70.04     60.43  --
20.79/20.85	c Decided on static restart strategy
27.69/27.71	c  N dy    22    104831       253     21253         6     20678    148757    988462     78.53     63.67  --
27.69/27.75	c  S st    22    104831       253     21253         6     20678    148757    988462     78.53     63.67  --
27.79/27.87	c  S st    22    105332       253     21253         6     21175    148757   1017126     78.53     63.67  --
27.79/27.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.79/27.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.89/27.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.3M T:  0.12
27.89/27.99	c Calc non-exist non-lernt bins v-fix:     0 done:    253 time:  0.00 s
27.89/27.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.99/28.00	c Subs w/ non-existent bins:      0 time:  0.01 s
27.99/28.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.99/28.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.99/28.02	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
30.29/30.39	c ORs :      3 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
35.89/35.93	c Added 3 vars  tried: 80000 time: 5.54
35.99/36.06	c ORs :      3 avg-s:  0.0 cl-sh: 11530 l-rem:  11530 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    5.67
35.99/36.08	c lits-rem:        90  cl-subs:     1236  v-elim:    250  v-fix:    0  time:  8.06 s
35.99/36.08	c learnt bin added due to v-elim: 0
35.99/36.08	c vivif2 --  cl tried    21256 cl shrink        0 lits rem          0 time: 0.00
35.99/36.09	c vivif2 --  cl tried    19939 cl shrink        0 lits rem          0 time: 0.01
36.09/36.18	c asymm  cl-useful: 0/1556/21256 lits-rem:0 time: 0.09
36.09/36.18	c calculated reachability. Time: 0.00
36.09/36.18	c  N dy    22    105332       256     21256        12     19939    148766    905468     78.53     63.67  --
47.59/47.61	c  N dy    23    157999       256     21256        12     27369    148766   1350553     79.53     65.17  --
47.59/47.67	c  S st    23    157999       256     21256        12     27369    148766   1350553     79.53     65.17  --
47.69/47.78	c  S st    23    158500       256     21256        12     27866    148766   1378456     79.53     65.17  --
47.69/47.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.69/47.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.89/47.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.2M T:  0.17
47.89/47.95	c Calc non-exist non-lernt bins v-fix:     0 done:    256 time:  0.00 s
47.89/47.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.89/47.96	c Subs w/ non-existent bins:      0 time:  0.01 s
47.89/47.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.89/47.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.89/47.99	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
51.79/51.89	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
60.09/60.16	c Added 3 vars  tried: 80000 time: 8.26
60.29/60.32	c ORs :      3 avg-s:  0.0 cl-sh:  9786 l-rem:   9786 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    8.42
60.29/60.34	c lits-rem:       190  cl-subs:     1738  v-elim:    250  v-fix:    0  time: 12.36 s
60.29/60.34	c learnt bin added due to v-elim: 0
60.29/60.34	c vivif2 --  cl tried    21259 cl shrink        0 lits rem          0 time: 0.00
60.29/60.35	c vivif2 --  cl tried    26128 cl shrink        0 lits rem          0 time: 0.01
60.39/60.47	c asymm  cl-useful: 0/1328/21259 lits-rem:0 time: 0.11
60.39/60.47	c calculated reachability. Time: 0.00
60.39/60.47	c  N dy    23    158500       259     21259        18     26128    148770   1227754     79.53     65.17  --
80.59/80.63	c  N dy    24    237752       259     21259        18     31135    148770   1468162     83.36     66.91  --
80.59/80.69	c  S st    24    237752       259     21259        18     31135    148770   1468162     83.36     66.91  --
80.79/80.81	c  S st    24    238256       259     21259        18     31636    148770   1498080     83.36     66.91  --
80.79/80.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.79/80.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.89/80.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.7M T:  0.18
80.99/81.00	c Calc non-exist non-lernt bins v-fix:     0 done:    259 time:  0.00 s
80.99/81.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.99/81.01	c Subs w/ non-existent bins:      0 time:  0.01 s
80.99/81.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.99/81.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.99/81.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
85.59/85.65	c ORs :      9 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
95.29/95.36	c Added 3 vars  tried: 80000 time: 9.72
95.49/95.54	c ORs :      3 avg-s:  0.0 cl-sh: 10330 l-rem:  10330 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    9.89
95.49/95.56	c lits-rem:       367  cl-subs:     1838  v-elim:    250  v-fix:    0  time: 14.52 s
95.49/95.56	c learnt bin added due to v-elim: 0
95.49/95.56	c vivif2 --  cl tried    21262 cl shrink        0 lits rem          0 time: 0.00
95.49/95.57	c vivif2 --  cl tried    29798 cl shrink        0 lits rem          0 time: 0.01
95.60/95.69	c asymm  cl-useful: 0/1298/21262 lits-rem:0 time: 0.11
95.60/95.69	c calculated reachability. Time: 0.00
95.60/95.69	c  N dy    24    238256       262     21262        24     29798    148779   1336901     83.36     66.91  --
130.00/130.06	c  N dy    25    357384       262     21262        24     33693    148779   1402887     77.50     68.38  --
130.10/130.13	c  S st    25    357384       262     21262        24     33693    148779   1402887     77.50     68.38  --
130.20/130.27	c  S st    25    357890       262     21262        24     34196    148779   1432461     77.50     68.38  --
130.20/130.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
130.20/130.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
130.40/130.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.4M T:  0.20
130.40/130.48	c Calc non-exist non-lernt bins v-fix:     0 done:    262 time:  0.00 s
130.40/130.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
130.40/130.49	c Subs w/ non-existent bins:      0 time:  0.01 s
130.50/130.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.50/130.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.50/130.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
134.50/134.59	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.07
144.80/144.81	c Added 3 vars  tried: 80000 time: 10.22
144.90/144.97	c ORs :      3 avg-s:  0.0 cl-sh:  9356 l-rem:   9356 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   10.38
145.00/145.00	c lits-rem:       430  cl-subs:     1712  v-elim:    250  v-fix:    0  time: 14.48 s
145.00/145.00	c learnt bin added due to v-elim: 0
145.00/145.00	c vivif2 --  cl tried    21265 cl shrink        0 lits rem          0 time: 0.00
145.00/145.01	c vivif2 --  cl tried    32484 cl shrink        0 lits rem          0 time: 0.01
145.10/145.14	c asymm  cl-useful: 0/1035/21265 lits-rem:0 time: 0.12
145.10/145.14	c calculated reachability. Time: 0.00
145.10/145.14	c  N dy    25    357890       265     21265        30     32484    148786   1288481     77.50     68.38  --
201.69/201.72	c  N dy    26    536835       265     21265        30     40079    148786   1589074     82.50     68.96  --
201.69/201.79	c  S st    26    536835       265     21265        30     40079    148786   1589074     82.50     68.96  --
201.89/201.94	c  S st    26    537338       265     21265        30     40582    148786   1617294     82.50     68.96  --
201.89/201.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
201.89/201.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
202.10/202.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.1M T:  0.23
202.10/202.18	c Calc non-exist non-lernt bins v-fix:     0 done:    265 time:  0.00 s
202.10/202.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
202.10/202.19	c Subs w/ non-existent bins:      0 time:  0.01 s
202.20/202.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
202.20/202.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
202.20/202.22	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
207.00/207.05	c ORs :     15 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.12
218.80/218.88	c Added 3 vars  tried: 80000 time: 11.83
219.00/219.05	c ORs :      3 avg-s:  0.0 cl-sh:  9956 l-rem:   9956 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   12.00
219.00/219.07	c lits-rem:       266  cl-subs:     2226  v-elim:    250  v-fix:    0  time: 16.85 s
219.00/219.07	c learnt bin added due to v-elim: 0
219.00/219.08	c vivif2 --  cl tried    21268 cl shrink        0 lits rem          0 time: 0.00
219.00/219.09	c vivif2 --  cl tried    38356 cl shrink        0 lits rem          0 time: 0.02
219.20/219.22	c asymm  cl-useful: 0/878/21268 lits-rem:0 time: 0.13
219.20/219.23	c calculated reachability. Time: 0.00
219.20/219.23	c  N dy    26    537338       268     21268        36     38356    148792   1455505     82.50     68.96  --
219.20/219.23	c  F st    26    537338       268     21268        36     38356    148792   1455505     82.50     68.96  --
219.60/219.67	c Decided on static restart strategy
311.31/311.36	c  N dy    33    806009       268     21268        36     63046    148792   3073366     83.58     70.73  --
311.40/311.48	c  S st    33    806009       268     21268        36     63046    148792   3073366     83.58     70.73  --
311.70/311.70	c  S st    33    806514       268     21268        36     63547    148792   3103121     83.58     70.73  --
311.70/311.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
311.70/311.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
312.00/312.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.4M T:  0.38
312.00/312.09	c Calc non-exist non-lernt bins v-fix:     0 done:    268 time:  0.00 s
312.00/312.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
312.10/312.12	c Subs w/ non-existent bins:      0 time:  0.03 s
312.10/312.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
312.10/312.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
312.10/312.18	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
411.00/411.09	c ORs :     18 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.44
440.40/440.47	c Added 3 vars  tried: 80000 time: 29.38
441.50/441.56	c ORs :      3 avg-s:  0.0 cl-sh: 35625 l-rem:  35625 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   30.48
441.60/441.61	c lits-rem:       770  cl-subs:     4120  v-elim:    250  v-fix:    0  time: 129.43 s
441.60/441.61	c learnt bin added due to v-elim: 0
441.60/441.61	c vivif2 --  cl tried    21271 cl shrink        0 lits rem          0 time: 0.00
441.60/441.64	c vivif2 --  cl tried    59427 cl shrink        0 lits rem          0 time: 0.03
441.70/441.78	c asymm  cl-useful: 0/918/21271 lits-rem:0 time: 0.13
441.70/441.78	c calculated reachability. Time: 0.00
441.70/441.78	c  N dy    33    806514       271     21271        42     59427    148795   2712080     83.58     70.73  --
601.31/601.30	c  N dy    34   1209774       271     21271        42     73097    148795   3292426     79.94     71.43  --
601.41/601.44	c  S st    34   1209774       271     21271        42     73097    148795   3292426     79.94     71.43  --
601.61/601.68	c  S st    34   1210277       271     21271        42     73599    148795   3322060     79.94     71.43  --
601.61/601.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
601.61/601.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
602.11/602.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.4M T:  0.48
602.11/602.18	c Calc non-exist non-lernt bins v-fix:     0 done:    271 time:  0.00 s
602.11/602.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
602.20/602.21	c Subs w/ non-existent bins:      0 time:  0.03 s
602.20/602.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
602.20/602.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
602.20/602.28	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
715.81/715.84	c ORs :     21 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.49
744.72/744.75	c Added 3 vars  tried: 80000 time: 28.90
745.61/745.63	c ORs :      3 avg-s:  0.0 cl-sh: 23481 l-rem:  23481 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   29.78
745.61/745.68	c lits-rem:       415  cl-subs:     4829  v-elim:    250  v-fix:    0  time: 143.40 s
745.61/745.68	c learnt bin added due to v-elim: 0
745.61/745.68	c vivif2 --  cl tried    21274 cl shrink        0 lits rem          0 time: 0.00
745.72/745.72	c vivif2 --  cl tried    68770 cl shrink        0 lits rem          0 time: 0.03
745.82/745.87	c asymm  cl-useful: 0/754/21274 lits-rem:0 time: 0.15
745.82/745.87	c calculated reachability. Time: 0.00
745.82/745.87	c  N dy    34   1210277       274     21274        48     68770    148801   2945387     79.94     71.43  --
1011.01/1011.09	c  N dy    35   1710278       274     21274        48    100622    148801   5057804     85.23     70.90  --
1011.21/1011.29	c  S st    35   1710278       274     21274        48    100622    148801   5057804     85.23     70.90  --
1011.61/1011.63	c  S st    35   1710779       274     21274        48    101120    148801   5084814     85.23     70.90  --
1011.61/1011.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1011.61/1011.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1012.31/1012.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.3M T:  0.71
1012.31/1012.36	c Calc non-exist non-lernt bins v-fix:     0 done:    274 time:  0.00 s
1012.31/1012.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1012.41/1012.40	c Subs w/ non-existent bins:      0 time:  0.04 s
1012.41/1012.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1012.51/1012.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1012.51/1012.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.69 3.17 3.57 5/184 3282
/proc/meminfo: memFree=20091304/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=28924 CPUtime=0 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 713 0 0 0 0 0 0 0 21 0 1 0 369248930 29618176 649 33554432000 4194304 4797429 140734263455552 18446744073709551615 215988288999 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 7231 650 347 148 0 2160 0

[startup+0.096012 s]
/proc/loadavg: 2.69 3.17 3.57 5/184 3282
/proc/meminfo: memFree=20091304/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=30108 CPUtime=0.09 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 1183 0 0 0 9 0 0 0 21 0 1 0 369248930 30830592 1101 33554432000 4194304 4797429 140734263455552 18446744073709551615 4429143 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 7527 1101 370 148 0 2456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30108

[startup+0.101008 s]
/proc/loadavg: 2.69 3.17 3.57 5/184 3282
/proc/meminfo: memFree=20091304/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=30108 CPUtime=0.09 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 1184 0 0 0 9 0 0 0 21 0 1 0 369248930 30830592 1102 33554432000 4194304 4797429 140734263455552 18446744073709551615 4429174 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 7527 1102 370 148 0 2456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30108

[startup+0.30092 s]
/proc/loadavg: 2.69 3.17 3.57 5/184 3282
/proc/meminfo: memFree=20091304/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=132052 CPUtime=0.29 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 2182 0 0 0 29 0 0 0 22 0 1 0 369248930 135221248 1785 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 33013 1785 404 148 0 27942 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 132052

[startup+0.700911 s]
/proc/loadavg: 2.69 3.17 3.57 5/184 3282
/proc/meminfo: memFree=20091304/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=132052 CPUtime=0.69 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 2442 0 0 0 69 0 0 0 23 0 1 0 369248930 135221248 2043 33554432000 4194304 4797429 140734263455552 18446744073709551615 4358575 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 33013 2043 406 148 0 27942 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132052

[startup+1.50077 s]
/proc/loadavg: 2.69 3.17 3.57 5/190 3289
/proc/meminfo: memFree=20048480/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=133096 CPUtime=1.49 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 3259 0 0 0 149 0 0 0 25 0 1 0 369248930 136290304 2332 33554432000 4194304 4797429 140734263455552 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 33274 2332 406 148 0 28203 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133096

[startup+3.10043 s]
/proc/loadavg: 2.69 3.17 3.57 5/190 3289
/proc/meminfo: memFree=20039800/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=134308 CPUtime=3.09 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 4979 0 0 0 308 1 0 0 25 0 1 0 369248930 137531392 2476 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 33577 2476 406 148 0 28506 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134308

[startup+6.30094 s]
/proc/loadavg: 2.79 3.19 3.57 5/190 3289
/proc/meminfo: memFree=20019604/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=138184 CPUtime=6.29 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 7024 0 0 0 628 1 0 0 25 0 1 0 369248930 141500416 3551 33554432000 4194304 4797429 140734263455552 18446744073709551615 4524204 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 34546 3551 410 148 0 29475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138184

[startup+12.7007 s]
/proc/loadavg: 2.89 3.20 3.57 5/190 3290
/proc/meminfo: memFree=20003592/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=139204 CPUtime=12.69 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 9587 0 0 0 1268 1 0 0 25 0 1 0 369248930 142544896 3893 33554432000 4194304 4797429 140734263455552 18446744073709551615 4426365 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 34801 3893 411 148 0 29730 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139204

[startup+25.5005 s]
/proc/loadavg: 3.13 3.24 3.58 5/190 3290
/proc/meminfo: memFree=19960532/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=142408 CPUtime=25.49 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 14758 0 0 0 2546 3 0 0 25 0 1 0 369248930 145825792 5016 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 35602 5016 416 148 0 30531 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142408

[startup+51.1011 s]
/proc/loadavg: 3.43 3.30 3.59 5/190 3291
/proc/meminfo: memFree=19916928/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=150896 CPUtime=51.09 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 23916 0 0 0 5104 5 0 0 25 0 1 0 369248930 154517504 7220 33554432000 4194304 4797429 140734263455552 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 37724 7220 416 148 0 32653 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150896

[startup+102.307 s]
/proc/loadavg: 3.79 3.42 3.61 5/190 3292
/proc/meminfo: memFree=19871460/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=156768 CPUtime=102.3 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 36761 0 0 0 10222 8 0 0 25 0 1 0 369248930 160530432 8810 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 39192 8810 416 148 0 34121 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156768

[startup+162.301 s]
/proc/loadavg: 3.92 3.52 3.64 5/190 3294
/proc/meminfo: memFree=19864880/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=159516 CPUtime=162.3 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 54256 0 0 0 16215 15 0 0 25 0 1 0 369248930 163344384 9559 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424963 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 39879 9559 416 148 0 34808 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 159516

[startup+222.301 s]
/proc/loadavg: 3.97 3.61 3.65 5/190 3295
/proc/meminfo: memFree=19808312/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=163124 CPUtime=222.29 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 68846 0 0 0 22210 19 0 0 25 0 1 0 369248930 167038976 11031 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 40781 11031 416 148 0 35710 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 163124

[startup+282.301 s]
/proc/loadavg: 4.03 3.69 3.68 5/190 3297
/proc/meminfo: memFree=19782640/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=166840 CPUtime=282.3 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 89998 0 0 0 28205 25 0 0 25 0 1 0 369248930 170844160 12503 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 41710 12503 416 148 0 36639 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 166840

[startup+342.301 s]
/proc/loadavg: 4.01 3.74 3.69 5/190 3298
/proc/meminfo: memFree=19760416/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=176372 CPUtime=342.3 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 100804 0 0 0 34202 28 0 0 25 0 1 0 369248930 180604928 14569 33554432000 4194304 4797429 140734263455552 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 44093 14569 417 148 0 39022 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 176372

[startup+402.301 s]
/proc/loadavg: 4.00 3.79 3.71 5/190 3300
/proc/meminfo: memFree=19779964/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=176372 CPUtime=402.3 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 100804 0 0 0 40202 28 0 0 25 0 1 0 369248930 180604928 14569 33554432000 4194304 4797429 140734263455552 18446744073709551615 4568105 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 44093 14569 417 148 0 39022 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 176372

[startup+462.301 s]
/proc/loadavg: 4.16 3.86 3.74 5/190 3303
/proc/meminfo: memFree=19723392/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=179316 CPUtime=462.3 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 109069 0 0 0 46200 30 0 0 25 0 1 0 369248930 183619584 13728 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 44829 13728 417 148 0 39758 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179316

[startup+522.3 s]
/proc/loadavg: 4.06 3.88 3.75 5/190 3304
/proc/meminfo: memFree=19711852/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=180140 CPUtime=522.3 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 125644 0 0 0 52195 35 0 0 25 0 1 0 369248930 184463360 16311 33554432000 4194304 4797429 140734263455552 18446744073709551615 4331643 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 45035 16311 417 148 0 39964 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 180140

[startup+582.301 s]
/proc/loadavg: 4.02 3.90 3.76 5/190 3306
/proc/meminfo: memFree=19683284/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=181148 CPUtime=582.3 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 140491 0 0 0 58189 41 0 0 25 0 1 0 369248930 185495552 16211 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 45287 16211 417 148 0 40216 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 181148

[startup+642.301 s]
/proc/loadavg: 4.06 3.93 3.78 5/190 3307
/proc/meminfo: memFree=19710760/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=187324 CPUtime=642.31 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 146389 0 0 0 64189 42 0 0 25 0 1 0 369248930 191819776 16941 33554432000 4194304 4797429 140734263455552 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 46831 16941 417 148 0 41760 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 187324

[startup+702.301 s]
/proc/loadavg: 4.02 3.94 3.79 5/190 3309
/proc/meminfo: memFree=19699216/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=187324 CPUtime=702.31 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 146389 0 0 0 70189 42 0 0 25 0 1 0 369248930 191819776 16941 33554432000 4194304 4797429 140734263455552 18446744073709551615 4567988 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 46831 16941 417 148 0 41760 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 187324

[startup+762.307 s]
/proc/loadavg: 4.00 3.95 3.80 5/190 3311
/proc/meminfo: memFree=19673248/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=189984 CPUtime=762.31 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 151503 0 0 0 76187 44 0 0 25 0 1 0 369248930 194543616 16640 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 47496 16640 417 148 0 42425 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 189984

[startup+822.301 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 3312
/proc/meminfo: memFree=19624500/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=192108 CPUtime=822.31 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 164283 0 0 0 82182 49 0 0 25 0 1 0 369248930 196718592 18747 33554432000 4194304 4797429 140734263455552 18446744073709551615 4351609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 48027 18747 417 148 0 42956 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 192108

[startup+882.3 s]
/proc/loadavg: 4.00 3.96 3.82 5/190 3314
/proc/meminfo: memFree=19672068/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=192320 CPUtime=882.31 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 176002 0 0 0 88175 56 0 0 25 0 1 0 369248930 196935680 19346 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 48080 19346 417 148 0 43009 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 192320

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.83 5/190 3316
/proc/meminfo: memFree=19625164/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=192544 CPUtime=942.31 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 187250 0 0 0 94171 60 0 0 25 0 1 0 369248930 197165056 18946 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 48136 18946 417 148 0 43065 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 192544

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.83 5/190 3320
/proc/meminfo: memFree=19663136/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=192780 CPUtime=1002.32 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 198793 0 0 0 100168 64 0 0 25 0 1 0 369248930 197406720 18508 33554432000 4194304 4797429 140734263455552 18446744073709551615 4424842 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 48195 18508 417 148 0 43124 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 192780

[startup+1062.3 s]
/proc/loadavg: 4.04 3.99 3.85 5/190 3322
/proc/meminfo: memFree=19620336/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=204580 CPUtime=1062.32 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 202931 0 0 0 106167 65 0 0 25 0 1 0 369248930 209489920 22630 33554432000 4194304 4797429 140734263455552 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 51145 22630 416 148 0 46074 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 204580

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.85 5/190 3323
/proc/meminfo: memFree=19611116/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=204940 CPUtime=1122.32 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 202994 0 0 0 112167 65 0 0 25 0 1 0 369248930 209858560 22693 33554432000 4194304 4797429 140734263455552 18446744073709551615 4567988 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 51235 22693 416 148 0 46164 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 204940

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.86 5/190 3325
/proc/meminfo: memFree=19575016/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=204940 CPUtime=1182.32 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 202994 0 0 0 118167 65 0 0 25 0 1 0 369248930 209858560 22693 33554432000 4194304 4797429 140734263455552 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 51235 22693 416 148 0 46164 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 204940

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.86 5/190 3326
/proc/meminfo: memFree=19601632/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=204940 CPUtime=1242.32 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 202994 0 0 0 124167 65 0 0 25 0 1 0 369248930 209858560 22693 33554432000 4194304 4797429 140734263455552 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 51235 22693 416 148 0 46164 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 204940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.87 3/186 3330
/proc/meminfo: memFree=19889324/32950940 swapFree=67111528/67111528
[pid=3282] ppid=3280 vsize=204940 CPUtime=1300.03 cores=0,2
/proc/3282/stat : 3282 (techdemo) R 3280 3282 2420 0 -1 4202496 203021 0 0 0 129938 65 0 0 25 0 1 0 369248930 209858560 22720 33554432000 4194304 4797429 140734263455552 18446744073709551615 4509115 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3282/statm: 51235 22720 416 148 0 46164 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 204940

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.39
CPU system time (s): 0.6549
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 294480

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

runsolver used 2.03369 second user time and 5.07223 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-03 02:23:02
IDJOB=3173163
IDBENCH=82581
IDSOLVER=1585
FILE ID=node117/3173163-1301790181
RUNJOBID= node117-1301790181-3245
PBS_JOBID= 12841401
Free space on /tmp= 71416 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S317257086-003-UNKNOWN.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173163-1301790181/watcher-3173163-1301790181 -o /tmp/evaluation-result-3173163-1301790181/solver-3173163-1301790181 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3173163-1301790181.cnf

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

MD5SUM BENCH= 6f9c7c042784ec486e9e8bc570309805
RANDOM SEED=1215594446

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20091584 kB
Buffers:        389832 kB
Cached:       12063356 kB
SwapCached:          0 kB
Active:        8008264 kB
Inactive:      4547804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20091584 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           37772 kB
Writeback:           0 kB
AnonPages:      102840 kB
Mapped:          15396 kB
Slab:           239616 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   383824 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= 71420 MiB
End job on node117 at 2011-04-03 02:44:44