Trace number 3273756

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

Namecrafted/spence/sgen/
sgen3-n220-s24359701-sat.cnf
MD5SUMceff918324677440f95867755c4e7133
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.76412
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses528
Sum of the clauses size1320
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2440
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 588
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-3273756-1303608081.cnf'
0.00/0.00	c -- header says num vars:            220
0.00/0.00	c -- header says num clauses:         528
0.00/0.00	c -- clauses added:            0 learnts,          528 normals,            0 xors
0.00/0.00	c -- vars added        220
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       220        88       440         0      1320         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    220 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:     123 undec:       0 neg:      97
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       220        88       440         0      1320         0   no data   no data  --
0.06/0.07	c Decided on static restart strategy
2.69/2.74	c  N dy     7     30001       220        88       440     10418      1320    313100     40.23     18.37  --
2.69/2.75	c  S st     7     30001       220        88       440     10418      1320    313100     40.23     18.37  --
2.79/2.81	c  S st     7     30504       220        88       440     10918      1320    326702     40.23     18.37  --
2.79/2.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.79/2.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.3M T:  0.09
2.89/2.90	c Calc non-exist non-lernt bins v-fix:     0 done:    220 time:  0.00 s
2.89/2.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.90	c Subs w/ non-existent bins:      0 time:  0.00 s
2.89/2.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.89/2.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2.89/2.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.30/3.31	c lits-rem:      1514  cl-subs:      851  v-elim:      0  v-fix:    0  time:  0.36 s
3.30/3.31	c learnt bin added due to v-elim: 0
3.30/3.31	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
3.30/3.32	c vivif2 --  cl tried    10067 cl shrink        0 lits rem          0 time: 0.00
3.30/3.33	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
3.30/3.33	c calculated reachability. Time: 0.00
3.30/3.33	c  N dy     7     30504       220        88       440     10067      1320    298979     40.23     18.37  --
3.30/3.33	c  F st     7     30504       220        88       440     10067      1320    298979     40.23     18.37  --
3.39/3.49	c Decided on static restart strategy
4.89/4.98	c  N dy    14     45757       220        88       440     17344      1320    541654     39.60     18.13  --
4.99/5.00	c  S st    14     45757       220        88       440     17344      1320    541654     39.60     18.13  --
4.99/5.08	c  S st    14     46259       220        88       440      9126      1320    194135     39.60     18.13  --
4.99/5.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.99/5.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.09/5.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.5M T:  0.07
5.09/5.15	c Calc non-exist non-lernt bins v-fix:     0 done:    220 time:  0.00 s
5.09/5.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.09/5.15	c Subs w/ non-existent bins:      0 time:  0.00 s
5.09/5.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.09/5.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
5.09/5.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.19/5.21	c lits-rem:        34  cl-subs:      189  v-elim:      0  v-fix:    0  time:  0.03 s
5.19/5.21	c learnt bin added due to v-elim: 0
5.19/5.21	c vivif2 --  cl tried       88 cl shrink        0 lits rem          0 time: 0.00
5.19/5.21	c vivif2 --  cl tried     8937 cl shrink        0 lits rem          0 time: 0.00
5.19/5.22	c asymm  cl-useful: 0/88/88 lits-rem:0 time: 0.01
5.19/5.22	c calculated reachability. Time: 0.00
5.19/5.22	c  N dy    14     46259       220        88       440      8937      1320    190757     39.60     18.13  --
8.38/8.40	c  N dy    15     69388       220        88       440     11106      1320    229006     38.31     17.60  --
8.38/8.41	c  S st    15     69388       220        88       440     11106      1320    229006     38.31     17.60  --
8.38/8.47	c  S st    15     69892       220        88       440     11608      1320    243569     38.31     17.60  --
8.38/8.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/8.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.48/8.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.3M T:  0.10
8.48/8.58	c Calc non-exist non-lernt bins v-fix:     0 done:    220 time:  0.00 s
8.48/8.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.48/8.58	c Subs w/ non-existent bins:      0 time:  0.00 s
8.48/8.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.58/8.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
8.58/8.61	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.79/8.83	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
9.48/9.60	c Added 3 vars  tried: 80000 time: 0.76
9.58/9.61	c ORs :      3 avg-s:  0.0 cl-sh:  3212 l-rem:   3212 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    0.77
9.58/9.61	c lits-rem:        44  cl-subs:      280  v-elim:      0  v-fix:    0  time:  1.00 s
9.58/9.61	c learnt bin added due to v-elim: 0
9.58/9.61	c vivif2 --  cl tried       91 cl shrink        0 lits rem          0 time: 0.00
9.58/9.61	c vivif2 --  cl tried    11328 cl shrink        0 lits rem          0 time: 0.00
9.58/9.63	c asymm  cl-useful: 0/91/91 lits-rem:0 time: 0.01
9.58/9.63	c calculated reachability. Time: 0.00
9.58/9.63	c  N dy    15     69892       223        91       446     11328      1338    234798     38.31     17.60  --
9.58/9.63	c  F st    15     69892       223        91       446     11328      1338    234798     38.31     17.60  --
9.79/9.85	c Decided on static restart strategy
14.89/14.91	c  N dy    22    104840       223        91       446     20931      1338    570322     40.69     18.70  --
14.89/14.93	c  S st    22    104840       223        91       446     20931      1338    570322     40.69     18.70  --
14.99/15.03	c  S st    22    105342       223        91       446     21432      1338    585377     40.69     18.70  --
14.99/15.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.99/15.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.29/15.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.7M T:  0.28
15.29/15.31	c Calc non-exist non-lernt bins v-fix:     0 done:    223 time:  0.00 s
15.29/15.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.29/15.32	c Subs w/ non-existent bins:      0 time:  0.00 s
15.29/15.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.39/15.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
15.39/15.41	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
16.29/16.34	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
17.59/17.67	c Added 3 vars  tried: 80000 time: 1.33
17.69/17.78	c ORs :      3 avg-s:  0.0 cl-sh: 10535 l-rem:  10535 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    1.44
17.69/17.79	c lits-rem:       561  cl-subs:      750  v-elim:      0  v-fix:    0  time:  2.38 s
17.69/17.79	c learnt bin added due to v-elim: 0
17.69/17.79	c vivif2 --  cl tried       94 cl shrink        0 lits rem          0 time: 0.00
17.69/17.79	c vivif2 --  cl tried    20682 cl shrink        0 lits rem          0 time: 0.01
17.79/17.82	c asymm  cl-useful: 0/94/94 lits-rem:0 time: 0.02
17.79/17.82	c calculated reachability. Time: 0.00
17.79/17.82	c  N dy    22    105342       226        94       452     20682      1357    550507     40.69     18.70  --
26.89/26.95	c  N dy    23    158013       226        94       452     28269      1357    758237     35.73     18.72  --
26.89/26.99	c  S st    23    158013       226        94       452     28269      1357    758237     35.73     18.72  --
27.09/27.11	c  S st    23    158514       226        94       452     28769      1357    774351     35.73     18.72  --
27.09/27.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.09/27.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.39/27.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.9M T:  0.38
27.39/27.49	c Calc non-exist non-lernt bins v-fix:     0 done:    226 time:  0.00 s
27.39/27.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.39/27.50	c Subs w/ non-existent bins:      0 time:  0.01 s
27.49/27.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.59/27.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
27.59/27.62	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
28.59/28.66	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
30.59/30.62	c Added 3 vars  tried: 80000 time: 1.95
30.79/30.89	c ORs :      3 avg-s:  0.0 cl-sh: 16632 l-rem:  16632 b-add:      6 v-rep:   0 cl-rem: 1 avg s: 22.0 T:    2.23
30.89/30.91	c lits-rem:       638  cl-subs:     1242  v-elim:      0  v-fix:    0  time:  3.29 s
30.89/30.91	c learnt bin added due to v-elim: 0
30.89/30.91	c vivif2 --  cl tried       97 cl shrink        0 lits rem          0 time: 0.00
30.89/30.91	c vivif2 --  cl tried    27526 cl shrink        0 lits rem          0 time: 0.01
30.89/30.95	c asymm  cl-useful: 0/97/97 lits-rem:0 time: 0.04
30.89/30.95	c calculated reachability. Time: 0.00
30.89/30.95	c  N dy    23    158514       229        97       458     27526      1378    721597     35.73     18.72  --
46.49/46.52	c  N dy    24    237771       229        97       458     32719      1378    832151     39.99     18.63  --
46.49/46.55	c  S st    24    237771       229        97       458     32719      1378    832151     39.99     18.63  --
46.69/46.70	c  S st    24    238273       229        97       461     33215      1378    846477     39.99     18.63  --
46.69/46.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.69/46.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.09/47.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.2M T:  0.46
47.09/47.17	c Calc non-exist non-lernt bins v-fix:     0 done:    229 time:  0.00 s
47.09/47.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.09/47.17	c Subs w/ non-existent bins:      0 time:  0.01 s
47.09/47.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.20/47.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
47.20/47.30	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
48.49/48.52	c ORs :     11 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
50.39/50.46	c Added 3 vars  tried: 80000 time: 1.94
50.79/50.81	c ORs :      3 avg-s:  0.0 cl-sh: 20300 l-rem:  20300 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    2.29
50.79/50.82	c lits-rem:      1038  cl-subs:     1315  v-elim:      0  v-fix:    0  time:  3.52 s
50.79/50.82	c learnt bin added due to v-elim: 0
50.79/50.82	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
50.79/50.83	c vivif2 --  cl tried    31900 cl shrink        0 lits rem          0 time: 0.01
50.79/50.86	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.02
50.79/50.86	c calculated reachability. Time: 0.00
50.79/50.86	c  N dy    24    238273       232       100       467     31900      1397    786335     39.99     18.63  --
79.19/79.26	c  N dy    25    357412       232       100       467     35973      1397    849986     35.90     18.72  --
79.29/79.30	c  S st    25    357412       232       100       467     35973      1397    849986     35.90     18.72  --
79.39/79.46	c  S st    25    357913       232       100       467     36472      1397    863948     35.90     18.72  --
79.39/79.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.39/79.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.89/79.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.6M T:  0.52
79.89/79.98	c Calc non-exist non-lernt bins v-fix:     0 done:    232 time:  0.00 s
79.89/79.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.89/79.99	c Subs w/ non-existent bins:      0 time:  0.01 s
79.99/80.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.09/80.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
80.09/80.11	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
81.19/81.24	c ORs :     14 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
83.49/83.51	c Added 3 vars  tried: 80000 time: 2.27
83.69/83.75	c ORs :      3 avg-s:  0.0 cl-sh: 15621 l-rem:  15621 b-add:      6 v-rep:   0 cl-rem: 3 avg s: 11.3 T:    2.51
83.69/83.76	c lits-rem:       508  cl-subs:     1297  v-elim:      0  v-fix:    0  time:  3.65 s
83.69/83.76	c learnt bin added due to v-elim: 0
83.69/83.76	c vivif2 --  cl tried      103 cl shrink        0 lits rem          0 time: 0.00
83.69/83.77	c vivif2 --  cl tried    35172 cl shrink        0 lits rem          0 time: 0.01
83.79/83.81	c asymm  cl-useful: 0/103/103 lits-rem:0 time: 0.04
83.79/83.81	c calculated reachability. Time: 0.00
83.79/83.81	c  N dy    25    357913       235       103       473     35172      1416    811547     35.90     18.72  --
132.59/132.62	c  N dy    26    536869       235       103       473     43112      1416    954094     36.82     18.59  --
132.59/132.66	c  S st    26    536869       235       103       473     43112      1416    954094     36.82     18.59  --
132.79/132.85	c  S st    26    537372       235       103       473     43612      1416    968146     36.82     18.59  --
132.79/132.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.79/132.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
133.49/133.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      3 BRemL:      0 BRemN:      0 CBin:       0 P: 27.9M T:  0.64
133.49/133.50	c Calc non-exist non-lernt bins v-fix:     0 done:    235 time:  0.00 s
133.49/133.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
133.49/133.51	c Subs w/ non-existent bins:      0 time:  0.01 s
133.49/133.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.59/133.66	c subs with bin:        0  lits-rem:        28  v-fix:    0  time:  0.13 s
133.59/133.66	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
134.89/134.91	c ORs :     19 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 13.6 T:    0.01
137.69/137.74	c Added 3 vars  tried: 80000 time: 2.83
138.09/138.14	c ORs :      3 avg-s:  0.0 cl-sh: 19339 l-rem:  19339 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    3.23
138.09/138.16	c lits-rem:       308  cl-subs:     1193  v-elim:      0  v-fix:    0  time:  4.50 s
138.09/138.16	c learnt bin added due to v-elim: 0
138.09/138.16	c vivif2 --  cl tried      106 cl shrink        0 lits rem          0 time: 0.00
138.09/138.17	c vivif2 --  cl tried    42414 cl shrink        0 lits rem          0 time: 0.01
138.19/138.21	c asymm  cl-useful: 0/106/106 lits-rem:0 time: 0.04
138.19/138.21	c calculated reachability. Time: 0.00
138.19/138.21	c  N dy    26    537372       238       106       482     42414      1436    916678     36.82     18.59  --
138.19/138.21	c  F st    26    537372       238       106       482     42414      1436    916678     36.82     18.59  --
138.69/138.73	c Decided on static restart strategy
224.29/224.33	c  N dy    33    806058       238       106       482     65625      1436   1620057     35.75     18.07  --
224.29/224.40	c  S st    33    806058       238       106       482     65625      1436   1620057     35.75     18.07  --
224.70/224.71	c  S st    33    806559       238       106       482     66125      1436   1634596     35.75     18.07  --
224.70/224.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
224.70/224.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.00/226.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 50.2M T:  1.35
226.00/226.06	c Calc non-exist non-lernt bins v-fix:     0 done:    238 time:  0.00 s
226.00/226.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.00/226.08	c Subs w/ non-existent bins:      0 time:  0.02 s
226.10/226.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.30/226.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.27 s
226.30/226.38	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
228.80/228.88	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
234.50/234.51	c Added 3 vars  tried: 80000 time: 5.63
235.80/235.85	c ORs :      3 avg-s:  0.0 cl-sh: 38802 l-rem:  38802 b-add:      6 v-rep:   0 cl-rem: 12 avg s: 11.2 T:    6.97
235.80/235.88	c lits-rem:        57  cl-subs:     2963  v-elim:      0  v-fix:    0  time:  9.50 s
235.80/235.88	c learnt bin added due to v-elim: 0
235.80/235.88	c vivif2 --  cl tried      109 cl shrink        0 lits rem          0 time: 0.00
235.90/235.90	c vivif2 --  cl tried    63150 cl shrink        0 lits rem          0 time: 0.02
235.90/235.96	c asymm  cl-useful: 0/109/109 lits-rem:0 time: 0.06
235.90/235.96	c calculated reachability. Time: 0.00
235.90/235.96	c  N dy    33    806559       241       109       488     63150      1456   1516972     35.75     18.07  --
419.20/419.29	c  N dy    35   1209841       241       109       490     79309      1456   1829573     35.82     17.66  --
419.30/419.37	c  S st    35   1209841       241       109       490     79309      1456   1829573     35.82     17.66  --
419.70/419.75	c  S st    35   1210343       241       109       490     79810      1456   1844976     35.82     17.66  --
419.70/419.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
419.70/419.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
421.30/421.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  1.57
421.30/421.32	c Calc non-exist non-lernt bins v-fix:     0 done:    241 time:  0.00 s
421.30/421.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
421.30/421.34	c Subs w/ non-existent bins:      0 time:  0.02 s
421.30/421.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.59/421.68	c subs with bin:        0  lits-rem:        49  v-fix:    0  time:  0.31 s
421.59/421.68	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
424.50/424.55	c ORs :     27 avg-s:  2.0 cl-sh:     8 l-rem:      8 b-add:      0 v-rep:   0 cl-rem: 10 avg s: 17.5 T:    0.02
432.09/432.15	c Added 3 vars  tried: 80000 time: 7.60
433.69/433.76	c ORs :      3 avg-s:  0.0 cl-sh: 43795 l-rem:  43795 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    9.21
433.79/433.80	c lits-rem:        61  cl-subs:     3382  v-elim:      0  v-fix:    0  time: 12.12 s
433.79/433.80	c learnt bin added due to v-elim: 0
433.79/433.80	c vivif2 --  cl tried      112 cl shrink        0 lits rem          0 time: 0.00
433.79/433.82	c vivif2 --  cl tried    76418 cl shrink        0 lits rem          0 time: 0.02
433.89/433.91	c asymm  cl-useful: 0/112/112 lits-rem:0 time: 0.08
433.89/433.91	c calculated reachability. Time: 0.00
433.89/433.91	c  N dy    35   1210343       244       112       497     76418      1475   1715125     35.82     17.66  --
703.41/703.49	c  N dy    36   1710343       244       112       497    108230      1475   2796281     35.26     17.52  --
703.61/703.61	c  S st    36   1710343       244       112       497    108230      1475   2796281     35.26     17.52  --
703.61/703.61	c Finding binary XORs  T:     0.00 s  found:       0
704.01/704.07	c  S st    36   1710846       244       112       497    108730      1475   2811023     35.26     17.52  --
704.01/704.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
704.01/704.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
705.71/705.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.1M T:  1.67
705.71/705.75	c Calc non-exist non-lernt bins v-fix:     0 done:    244 time:  0.00 s
705.71/705.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
705.71/705.78	c Subs w/ non-existent bins:      0 time:  0.03 s
705.81/705.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
706.31/706.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.53 s
706.31/706.36	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
713.21/713.24	c ORs :     30 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 7 avg s: 10.6 T:    0.03
723.21/723.28	c Added 3 vars  tried: 80000 time: 10.04
725.61/725.65	c ORs :      3 avg-s:  0.0 cl-sh: 39650 l-rem:  39650 b-add:      6 v-rep:   0 cl-rem: 9 avg s: 11.3 T:   12.41
725.71/725.70	c lits-rem:        49  cl-subs:     3844  v-elim:      0  v-fix:    0  time: 19.34 s
725.71/725.70	c learnt bin added due to v-elim: 0
725.71/725.70	c vivif2 --  cl tried      115 cl shrink        0 lits rem          0 time: 0.00
725.71/725.74	c vivif2 --  cl tried   104870 cl shrink        0 lits rem          0 time: 0.04
725.81/725.86	c asymm  cl-useful: 0/115/115 lits-rem:0 time: 0.12
725.81/725.87	c calculated reachability. Time: 0.00
725.81/725.87	c  N dy    36   1710846       247       115       503    104870      1496   2663164     35.26     17.52  --
1048.61/1048.68	c  N dy    37   2210848       247       115       505    120885      1496   3046367     37.64     17.86  --
1048.81/1048.82	c  S st    37   2210848       247       115       505    120885      1496   3046367     37.64     17.86  --
1049.42/1049.42	c  S st    37   2211349       247       115       505    121384      1496   3060747     37.64     17.86  --
1049.42/1049.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1049.42/1049.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1051.41/1051.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P: 60.1M T:  1.98
1051.41/1051.41	c Calc non-exist non-lernt bins v-fix:     0 done:    247 time:  0.00 s
1051.41/1051.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1051.41/1051.44	c Subs w/ non-existent bins:      0 time:  0.03 s
1051.52/1051.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1052.12/1052.11	c subs with bin:        0  lits-rem:        21  v-fix:    0  time:  0.61 s
1052.12/1052.11	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1072.43/1072.46	c ORs :     35 avg-s:  2.0 cl-sh:     6 l-rem:      6 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 14.2 T:    0.03
1087.22/1087.27	c Added 3 vars  tried: 80000 time: 14.81
1089.72/1089.72	c ORs :      3 avg-s:  0.0 cl-sh: 40949 l-rem:  40949 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   17.26
1089.72/1089.78	c lits-rem:        54  cl-subs:     3515  v-elim:      0  v-fix:    0  time: 37.67 s
1089.72/1089.78	c learnt bin added due to v-elim: 0
1089.72/1089.78	c vivif2 --  cl tried      118 cl shrink        0 lits rem          0 time: 0.00
1089.82/1089.82	c vivif2 --  cl tried   117865 cl shrink        0 lits rem          0 time: 0.04
1089.92/1089.97	c asymm  cl-useful: 0/118/118 lits-rem:0 time: 0.15
1089.92/1089.97	c calculated reachability. Time: 0.00
1089.92/1089.97	c  N dy    37   2211349       250       118       512    117865      1517   2912754     37.64     17.86  --

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.39 3.87 3.72 2/174 13042
/proc/meminfo: memFree=23149204/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=127216 CPUtime=0 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 556 0 0 0 0 0 0 0 21 0 1 0 472410937 130269184 493 33554432000 4194304 4797429 140736526909360 18446744073709551615 218370653844 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 31804 493 404 148 0 26733 0

[startup+0.07119 s]
/proc/loadavg: 3.39 3.87 3.72 2/174 13042
/proc/meminfo: memFree=23149204/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=127364 CPUtime=0.06 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 668 0 0 0 6 0 0 0 21 0 1 0 472410937 130420736 605 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 31841 605 406 148 0 26770 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 127364

[startup+0.101185 s]
/proc/loadavg: 3.39 3.87 3.72 2/174 13042
/proc/meminfo: memFree=23149204/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=127364 CPUtime=0.09 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 704 0 0 0 9 0 0 0 21 0 1 0 472410937 130420736 641 33554432000 4194304 4797429 140736526909360 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 31841 641 406 148 0 26770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127364

[startup+0.301144 s]
/proc/loadavg: 3.39 3.87 3.72 2/174 13042
/proc/meminfo: memFree=23149204/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=128084 CPUtime=0.29 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 965 0 0 0 29 0 0 0 22 0 1 0 472410937 131158016 726 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 32021 726 406 148 0 26950 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128084

[startup+0.701072 s]
/proc/loadavg: 3.39 3.87 3.72 2/174 13042
/proc/meminfo: memFree=23149204/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=128412 CPUtime=0.69 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 1258 0 0 0 69 0 0 0 23 0 1 0 472410937 131493888 1014 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424965 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 32103 1014 406 148 0 27032 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128412

[startup+1.50087 s]
/proc/loadavg: 3.39 3.87 3.72 3/180 13053
/proc/meminfo: memFree=23137184/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=129268 CPUtime=1.49 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 1927 0 0 0 149 0 0 0 25 0 1 0 472410937 132370432 1000 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 32317 1000 406 148 0 27246 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129268

[startup+3.1006 s]
/proc/loadavg: 3.39 3.87 3.72 5/190 13073
/proc/meminfo: memFree=23112676/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=131836 CPUtime=3.09 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 3161 0 0 0 309 0 0 0 25 0 1 0 472410937 135000064 1774 33554432000 4194304 4797429 140736526909360 18446744073709551615 4524576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 32959 1774 410 148 0 27888 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131836

[startup+6.30105 s]
/proc/loadavg: 3.44 3.87 3.72 5/190 13073
/proc/meminfo: memFree=23097060/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=133272 CPUtime=6.29 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 4787 0 0 0 629 0 0 0 25 0 1 0 472410937 136470528 2273 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424975 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 33318 2273 411 148 0 28247 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133272

[startup+12.7009 s]
/proc/loadavg: 3.48 3.87 3.72 5/190 13073
/proc/meminfo: memFree=23086072/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=134968 CPUtime=12.69 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 7288 0 0 0 1268 1 0 0 25 0 1 0 472410937 138207232 2721 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424725 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 33742 2721 415 148 0 28671 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134968

[startup+25.5007 s]
/proc/loadavg: 3.60 3.88 3.73 5/190 13074
/proc/meminfo: memFree=23069776/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=139852 CPUtime=25.49 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 11748 0 0 0 2547 2 0 0 25 0 1 0 472410937 143208448 3618 33554432000 4194304 4797429 140736526909360 18446744073709551615 4351656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 34963 3618 415 148 0 29892 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139852

[startup+51.1011 s]
/proc/loadavg: 3.81 3.90 3.74 5/190 13074
/proc/meminfo: memFree=23045480/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=146932 CPUtime=51.09 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 18186 0 0 0 5106 3 0 0 25 0 1 0 472410937 150458368 5681 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 36733 5681 415 148 0 31662 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 146932

[startup+102.307 s]
/proc/loadavg: 3.92 3.91 3.75 5/190 13076
/proc/meminfo: memFree=23024184/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=152336 CPUtime=102.29 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 30245 0 0 0 10223 6 0 0 25 0 1 0 472410937 155992064 6504 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 38084 6504 415 148 0 33013 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 152336

[startup+162.3 s]
/proc/loadavg: 3.97 3.93 3.76 5/190 13077
/proc/meminfo: memFree=22996000/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=157380 CPUtime=162.29 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 40909 0 0 0 16220 9 0 0 25 0 1 0 472410937 161157120 8511 33554432000 4194304 4797429 140736526909360 18446744073709551615 4351583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 39345 8511 415 148 0 34274 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 157380

[startup+222.301 s]
/proc/loadavg: 4.02 3.95 3.78 5/190 13079
/proc/meminfo: memFree=22991140/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=159776 CPUtime=222.29 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 51347 0 0 0 22218 11 0 0 25 0 1 0 472410937 163610624 9062 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 39944 9062 415 148 0 34873 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 159776

[startup+282.3 s]
/proc/loadavg: 4.00 3.96 3.79 5/190 13080
/proc/meminfo: memFree=22963472/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=168352 CPUtime=282.29 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 59602 0 0 0 28216 13 0 0 25 0 1 0 472410937 172392448 10649 33554432000 4194304 4797429 140736526909360 18446744073709551615 4425911 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 42088 10649 418 148 0 37017 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 168352

[startup+342.301 s]
/proc/loadavg: 4.00 3.96 3.80 5/190 13082
/proc/meminfo: memFree=22955120/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=169556 CPUtime=342.3 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 66999 0 0 0 34214 16 0 0 25 0 1 0 472410937 173625344 10985 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424779 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 42389 10985 418 148 0 37318 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 169556

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.81 5/190 13084
/proc/meminfo: memFree=22942184/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=170304 CPUtime=402.29 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 73193 0 0 0 40212 17 0 0 25 0 1 0 472410937 174391296 12238 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 42576 12238 418 148 0 37505 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 170304

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 13085
/proc/meminfo: memFree=22923764/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=176948 CPUtime=462.3 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 79740 0 0 0 46210 20 0 0 25 0 1 0 472410937 181194752 13658 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424994 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 44237 13658 415 148 0 39166 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 176948

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.83 5/190 13087
/proc/meminfo: memFree=22910472/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=178840 CPUtime=522.3 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 87396 0 0 0 52207 23 0 0 25 0 1 0 472410937 183132160 13110 33554432000 4194304 4797429 140736526909360 18446744073709551615 4425094 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 44710 13110 415 148 0 39639 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 178840

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.83 5/190 13088
/proc/meminfo: memFree=22919124/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=180308 CPUtime=582.31 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 93547 0 0 0 58206 25 0 0 25 0 1 0 472410937 184635392 13457 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 45077 13457 415 148 0 40006 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 180308

[startup+642.301 s]
/proc/loadavg: 4.05 3.99 3.84 5/190 13090
/proc/meminfo: memFree=22891380/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=181640 CPUtime=642.3 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 99825 0 0 0 64204 26 0 0 25 0 1 0 472410937 185999360 13714 33554432000 4194304 4797429 140736526909360 18446744073709551615 4423635 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 45410 13714 415 148 0 40339 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 181640

[startup+702.301 s]
/proc/loadavg: 4.02 3.99 3.85 5/190 13092
/proc/meminfo: memFree=22882176/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=181776 CPUtime=702.31 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 104617 0 0 0 70201 30 0 0 25 0 1 0 472410937 186138624 15389 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 45444 15389 415 148 0 40373 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 181776

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.86 5/190 13093
/proc/meminfo: memFree=22865908/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=194048 CPUtime=762.31 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 110603 0 0 0 76200 31 0 0 25 0 1 0 472410937 198705152 18040 33554432000 4194304 4797429 140736526909360 18446744073709551615 4425072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 48512 18040 415 148 0 43441 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 194048

[startup+822.301 s]
/proc/loadavg: 4.13 4.02 3.87 5/190 13095
/proc/meminfo: memFree=22865264/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=194508 CPUtime=822.31 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 116593 0 0 0 82198 33 0 0 25 0 1 0 472410937 199176192 17485 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424659 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 48627 17485 415 148 0 43556 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 194508

[startup+882.301 s]
/proc/loadavg: 4.05 4.01 3.88 5/190 13096
/proc/meminfo: memFree=22848480/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=194944 CPUtime=882.31 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 121091 0 0 0 88196 35 0 0 25 0 1 0 472410937 199622656 18550 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424855 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 48736 18550 415 148 0 43665 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 194944

[startup+942.3 s]
/proc/loadavg: 4.02 4.01 3.88 5/190 13098
/proc/meminfo: memFree=22842104/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=196108 CPUtime=942.31 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 127101 0 0 0 94194 37 0 0 25 0 1 0 472410937 200814592 17769 33554432000 4194304 4797429 140736526909360 18446744073709551615 4259014 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 49027 17769 415 148 0 43956 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 196108

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 13100
/proc/meminfo: memFree=22835120/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=196624 CPUtime=1002.32 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 131737 0 0 0 100193 39 0 0 25 0 1 0 472410937 201342976 18951 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 49156 18951 415 148 0 44085 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 196624

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 13101
/proc/meminfo: memFree=22820832/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=201504 CPUtime=1062.32 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 136542 0 0 0 106191 41 0 0 25 0 1 0 472410937 206340096 20178 33554432000 4194304 4797429 140736526909360 18446744073709551615 4568009 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 50376 20178 415 148 0 45305 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 201504

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 13103
/proc/meminfo: memFree=22829856/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=203640 CPUtime=1122.31 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 140035 0 0 0 112190 41 0 0 25 0 1 0 472410937 208527360 20010 33554432000 4194304 4797429 140736526909360 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 50910 20010 415 148 0 45839 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 203640

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/190 13104
/proc/meminfo: memFree=22820124/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=204532 CPUtime=1182.32 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 144670 0 0 0 118189 43 0 0 25 0 1 0 472410937 209440768 21024 33554432000 4194304 4797429 140736526909360 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 51133 21024 415 148 0 46062 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 204532

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/190 13106
/proc/meminfo: memFree=22825048/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=207900 CPUtime=1242.32 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 150694 0 0 0 124188 44 0 0 25 0 1 0 472410937 212889600 19756 33554432000 4194304 4797429 140736526909360 18446744073709551615 4425630 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 51975 19756 415 148 0 46904 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 207900



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 13108
/proc/meminfo: memFree=22807760/32951124 swapFree=67051468/67111528
[pid=13042] ppid=13040 vsize=208976 CPUtime=1300.03 cores=0,2
/proc/13042/stat : 13042 (techdemo) R 13040 13042 12025 0 -1 4202496 154808 0 0 0 129956 47 0 0 25 0 1 0 472410937 213991424 20176 33554432000 4194304 4797429 140736526909360 18446744073709551615 4424975 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13042/statm: 52244 20176 415 148 0 47173 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 208976

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.56
system time used= 0.478927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 1414

runsolver used 2.31465 second user time and 4.77427 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-24 03:21:22
IDJOB=3273756
IDBENCH=83146
IDSOLVER=1585
FILE ID=node101/3273756-1303608081
RUNJOBID= node101-1303608081-13030
PBS_JOBID= 13150593
Free space on /tmp= 71616 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n220-s24359701-sat.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273756-1303608081/watcher-3273756-1303608081 -o /tmp/evaluation-result-3273756-1303608081/solver-3273756-1303608081 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3273756-1303608081.cnf

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

MD5SUM BENCH= ceff918324677440f95867755c4e7133
RANDOM SEED=84907159

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23149484 kB
Buffers:       2068104 kB
Cached:        7224168 kB
SwapCached:      33708 kB
Active:        6165988 kB
Inactive:      3163656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23149484 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            7972 kB
Writeback:           0 kB
AnonPages:       24972 kB
Mapped:           8508 kB
Slab:           407824 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190572 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= 71584 MiB
End job on node101 at 2011-04-24 03:43:04