Trace number 3273568

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s39840374-sat.cnf
MD5SUM085a3847e14185843eddf941accab006
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.756884
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
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-3273568-1303607463.cnf'
0.00/0.00	c -- header says num vars:            200
0.00/0.00	c -- header says num clauses:         480
0.00/0.00	c -- clauses added:            0 learnts,          480 normals,            0 xors
0.00/0.00	c -- vars added        200
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       200        80       400         0      1200         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/80/80 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:    200 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:      98 undec:       0 neg:     102
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       200        80       400         0      1200         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
2.59/2.66	c  N dy     7     30000       200        80       400     10494      1200    271463     33.47     16.25  --
2.59/2.67	c  S st     7     30000       200        80       400     10494      1200    271463     33.47     16.25  --
2.69/2.73	c  S st     7     30502       200        80       400     10991      1200    285165     33.47     16.25  --
2.69/2.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.69/2.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.79/2.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.3M T:  0.07
2.79/2.80	c Calc non-exist non-lernt bins v-fix:     0 done:    200 time:  0.00 s
2.79/2.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.79/2.80	c Subs w/ non-existent bins:      0 time:  0.00 s
2.79/2.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.79/2.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2.79/2.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.09/3.13	c lits-rem:       341  cl-subs:      747  v-elim:      0  v-fix:    0  time:  0.28 s
3.09/3.13	c learnt bin added due to v-elim: 0
3.09/3.13	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
3.09/3.13	c vivif2 --  cl tried    10244 cl shrink        0 lits rem          0 time: 0.00
3.09/3.14	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
3.09/3.14	c calculated reachability. Time: 0.00
3.09/3.14	c  N dy     7     30502       200        80       400     10244      1200    266095     33.47     16.25  --
3.09/3.14	c  F st     7     30502       200        80       400     10244      1200    266095     33.47     16.25  --
3.29/3.31	c Decided on static restart strategy
4.68/4.77	c  N dy    14     45753       200        80       400      8769      1200    162067     33.94     16.09  --
4.68/4.77	c  S st    14     45753       200        80       400      8769      1200    162067     33.94     16.09  --
4.79/4.83	c  S st    14     46256       200        80       400      9271      1200    176223     33.94     16.09  --
4.79/4.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.79/4.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.79/4.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.06
4.79/4.88	c Calc non-exist non-lernt bins v-fix:     0 done:    200 time:  0.00 s
4.79/4.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.79/4.89	c Subs w/ non-existent bins:      0 time:  0.00 s
4.79/4.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.89/4.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4.89/4.90	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4.89/4.93	c lits-rem:        24  cl-subs:      208  v-elim:      0  v-fix:    0  time:  0.03 s
4.89/4.93	c learnt bin added due to v-elim: 0
4.89/4.93	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
4.89/4.94	c vivif2 --  cl tried     9063 cl shrink        0 lits rem          0 time: 0.00
4.89/4.95	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
4.89/4.95	c calculated reachability. Time: 0.00
4.89/4.95	c  N dy    14     46256       200        80       400      9063      1200    172963     33.94     16.09  --
7.79/7.85	c  N dy    15     69384       200        80       400     11169      1200    206146     33.34     16.69  --
7.79/7.85	c  S st    15     69384       200        80       400     11169      1200    206146     33.34     16.69  --
7.89/7.91	c  S st    15     69887       200        80       400     11670      1200    220546     33.34     16.69  --
7.89/7.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.89/7.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.99/8.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.2M T:  0.09
7.99/8.00	c Calc non-exist non-lernt bins v-fix:     0 done:    200 time:  0.00 s
7.99/8.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.99/8.00	c Subs w/ non-existent bins:      0 time:  0.00 s
7.99/8.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.99/8.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
7.99/8.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.19/8.25	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
8.89/8.90	c Added 3 vars  tried: 80000 time: 0.65
8.89/8.91	c ORs :      3 avg-s:  0.0 cl-sh:  4056 l-rem:   4056 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    0.66
8.89/8.92	c lits-rem:        39  cl-subs:      204  v-elim:      0  v-fix:    0  time:  0.89 s
8.89/8.92	c learnt bin added due to v-elim: 0
8.89/8.92	c vivif2 --  cl tried       83 cl shrink        0 lits rem          0 time: 0.00
8.89/8.92	c vivif2 --  cl tried    11466 cl shrink        0 lits rem          0 time: 0.00
8.89/8.93	c asymm  cl-useful: 0/83/83 lits-rem:0 time: 0.01
8.89/8.93	c calculated reachability. Time: 0.00
8.89/8.93	c  N dy    15     69887       203        83       406     11466      1218    212754     33.34     16.69  --
8.89/8.93	c  F st    15     69887       203        83       406     11466      1218    212754     33.34     16.69  --
9.09/9.13	c Decided on static restart strategy
13.89/13.97	c  N dy    22    104830       203        83       406     21042      1218    532456     38.07     16.76  --
13.89/13.99	c  S st    22    104830       203        83       406     21042      1218    532456     38.07     16.76  --
13.99/14.09	c  S st    22    105332       203        83       406     21541      1218    546005     38.07     16.76  --
13.99/14.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.99/14.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.29/14.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.2M T:  0.27
14.29/14.37	c Calc non-exist non-lernt bins v-fix:     0 done:    203 time:  0.00 s
14.29/14.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.29/14.37	c Subs w/ non-existent bins:      0 time:  0.00 s
14.29/14.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.39/14.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
14.39/14.44	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.09/15.17	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
16.29/16.36	c Added 3 vars  tried: 80000 time: 1.18
16.39/16.44	c ORs :      3 avg-s:  0.0 cl-sh:  8125 l-rem:   8125 b-add:      6 v-rep:   0 cl-rem: 3 avg s: 11.7 T:    1.27
16.39/16.45	c lits-rem:       712  cl-subs:      802  v-elim:      0  v-fix:    0  time:  2.00 s
16.39/16.45	c learnt bin added due to v-elim: 0
16.39/16.45	c vivif2 --  cl tried       86 cl shrink        0 lits rem          0 time: 0.00
16.39/16.45	c vivif2 --  cl tried    20736 cl shrink        0 lits rem          0 time: 0.00
16.39/16.47	c asymm  cl-useful: 0/86/86 lits-rem:0 time: 0.02
16.39/16.47	c calculated reachability. Time: 0.00
16.39/16.47	c  N dy    22    105332       206        86       412     20736      1238    513842     38.07     16.76  --
25.19/25.21	c  N dy    23    157999       206        86       412     28435      1238    685177     32.18     16.74  --
25.19/25.23	c  S st    23    157999       206        86       412     28435      1238    685177     32.18     16.74  --
25.29/25.35	c  S st    23    158506       206        86       414     28935      1238    698385     32.18     16.74  --
25.29/25.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.29/25.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.69/25.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P: 16.0M T:  0.36
25.69/25.72	c Calc non-exist non-lernt bins v-fix:     0 done:    206 time:  0.00 s
25.69/25.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.69/25.72	c Subs w/ non-existent bins:      0 time:  0.00 s
25.69/25.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.79/25.81	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.08 s
25.79/25.81	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
26.59/26.62	c ORs :      8 avg-s:  2.0 cl-sh:     1 l-rem:      1 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
28.49/28.51	c Added 3 vars  tried: 80000 time: 1.89
28.59/28.64	c ORs :      3 avg-s:  0.0 cl-sh:  9630 l-rem:   9630 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    2.01
28.59/28.65	c lits-rem:       399  cl-subs:      904  v-elim:      0  v-fix:    0  time:  2.83 s
28.59/28.65	c learnt bin added due to v-elim: 0
28.59/28.65	c vivif2 --  cl tried       89 cl shrink        0 lits rem          0 time: 0.00
28.59/28.65	c vivif2 --  cl tried    28031 cl shrink        0 lits rem          0 time: 0.01
28.59/28.68	c asymm  cl-useful: 0/89/89 lits-rem:0 time: 0.03
28.59/28.68	c calculated reachability. Time: 0.00
28.59/28.68	c  N dy    23    158506       209        89       421     28031      1259    663185     32.18     16.74  --
43.69/43.70	c  N dy    24    237759       209        89       421     33284      1259    795665     32.06     16.70  --
43.69/43.73	c  S st    24    237759       209        89       421     33284      1259    795665     32.06     16.70  --
43.79/43.88	c  S st    24    238262       209        89       421     33782      1259    809040     32.06     16.70  --
43.79/43.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.79/43.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.19/44.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      3 BRemL:      0 BRemN:      0 CBin:       0 P: 17.5M T:  0.38
44.19/44.26	c Calc non-exist non-lernt bins v-fix:     0 done:    209 time:  0.00 s
44.19/44.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.19/44.27	c Subs w/ non-existent bins:      0 time:  0.01 s
44.19/44.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.29/44.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
44.29/44.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
45.19/45.28	c ORs :     13 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
47.48/47.57	c Added 3 vars  tried: 80000 time: 2.28
47.68/47.75	c ORs :      3 avg-s:  0.0 cl-sh: 12759 l-rem:  12759 b-add:      6 v-rep:   0 cl-rem: 1 avg s: 5.0 T:    2.47
47.68/47.76	c lits-rem:       514  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  3.39 s
47.68/47.76	c learnt bin added due to v-elim: 0
47.68/47.76	c vivif2 --  cl tried       92 cl shrink        0 lits rem          0 time: 0.00
47.68/47.77	c vivif2 --  cl tried    32517 cl shrink        0 lits rem          0 time: 0.01
47.78/47.81	c asymm  cl-useful: 0/92/92 lits-rem:0 time: 0.03
47.78/47.81	c calculated reachability. Time: 0.00
47.78/47.81	c  N dy    24    238262       212        92       430     32517      1278    759019     32.06     16.70  --
76.59/76.62	c  N dy    25    357393       212        92       430     36551      1278    769541     33.06     16.24  --
76.59/76.65	c  S st    25    357393       212        92       430     36551      1278    769541     33.06     16.24  --
76.79/76.81	c  S st    25    357896       212        92       430     37053      1278    783927     33.06     16.24  --
76.79/76.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.79/76.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.19/77.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 24.0M T:  0.47
77.19/77.29	c Calc non-exist non-lernt bins v-fix:     0 done:    212 time:  0.00 s
77.19/77.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.29/77.30	c Subs w/ non-existent bins:      0 time:  0.01 s
77.29/77.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.29/77.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
77.29/77.39	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
78.29/78.31	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 9 avg s: 11.4 T:    0.00
80.49/80.51	c Added 3 vars  tried: 80000 time: 2.19
80.69/80.70	c ORs :      3 avg-s:  0.0 cl-sh: 14057 l-rem:  14057 b-add:      6 v-rep:   0 cl-rem: 1 avg s: 12.0 T:    2.39
80.69/80.71	c lits-rem:       507  cl-subs:     1477  v-elim:      0  v-fix:    0  time:  3.32 s
80.69/80.71	c learnt bin added due to v-elim: 0
80.69/80.71	c vivif2 --  cl tried       95 cl shrink        0 lits rem          0 time: 0.00
80.69/80.72	c vivif2 --  cl tried    35566 cl shrink        0 lits rem          0 time: 0.01
80.69/80.75	c asymm  cl-useful: 0/95/95 lits-rem:0 time: 0.03
80.69/80.75	c calculated reachability. Time: 0.00
80.69/80.75	c  N dy    25    357896       215        95       436     35566      1298    737588     33.06     16.24  --
130.19/130.21	c  N dy    26    536844       215        95       436     43383      1298    918123     34.11     16.07  --
130.19/130.24	c  S st    26    536844       215        95       436     43383      1298    918123     34.11     16.07  --
130.39/130.43	c  S st    26    537344       215        95       436     43883      1298    931764     34.11     16.07  --
130.39/130.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
130.39/130.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.09/131.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 33.7M T:  0.69
131.09/131.12	c Calc non-exist non-lernt bins v-fix:     0 done:    215 time:  0.00 s
131.09/131.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.09/131.13	c Subs w/ non-existent bins:      0 time:  0.01 s
131.09/131.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.19/131.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
131.19/131.26	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
132.19/132.29	c ORs :     19 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 7 avg s: 15.4 T:    0.01
134.89/134.93	c Added 3 vars  tried: 80000 time: 2.63
135.09/135.13	c ORs :      3 avg-s:  0.0 cl-sh: 13328 l-rem:  13328 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    2.83
135.09/135.14	c lits-rem:       208  cl-subs:     1615  v-elim:      0  v-fix:    0  time:  3.89 s
135.09/135.14	c learnt bin added due to v-elim: 0
135.09/135.14	c vivif2 --  cl tried       98 cl shrink        0 lits rem          0 time: 0.00
135.09/135.15	c vivif2 --  cl tried    42261 cl shrink        0 lits rem          0 time: 0.01
135.20/135.20	c asymm  cl-useful: 0/98/98 lits-rem:0 time: 0.05
135.20/135.20	c calculated reachability. Time: 0.00
135.20/135.20	c  N dy    26    537344       218        98       442     42261      1318    879619     34.11     16.07  --
135.20/135.20	c  F st    26    537344       218        98       442     42261      1318    879619     34.11     16.07  --
135.69/135.72	c Decided on static restart strategy
220.89/220.99	c  N dy    33    806018       218        98       442     65621      1318   1461655     34.29     15.97  --
220.99/221.05	c  S st    33    806018       218        98       442     65621      1318   1461655     34.29     15.97  --
221.29/221.32	c  S st    33    806519       218        98       442     66121      1318   1475478     34.29     15.97  --
221.29/221.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
221.29/221.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
222.39/222.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 53.8M T:  1.17
222.39/222.49	c Calc non-exist non-lernt bins v-fix:     0 done:    218 time:  0.00 s
222.39/222.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
222.49/222.50	c Subs w/ non-existent bins:      0 time:  0.01 s
222.49/222.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
222.70/222.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.21 s
222.70/222.73	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
224.40/224.40	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 12.5 T:    0.01
229.10/229.15	c Added 3 vars  tried: 80000 time: 4.75
229.60/229.65	c ORs :      3 avg-s:  0.0 cl-sh: 18629 l-rem:  18629 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    5.25
229.60/229.68	c lits-rem:        10  cl-subs:     2811  v-elim:      0  v-fix:    0  time:  6.94 s
229.60/229.68	c learnt bin added due to v-elim: 0
229.60/229.68	c vivif2 --  cl tried      101 cl shrink        0 lits rem          0 time: 0.00
229.60/229.69	c vivif2 --  cl tried    63308 cl shrink        0 lits rem          0 time: 0.02
229.69/229.76	c asymm  cl-useful: 0/101/101 lits-rem:0 time: 0.07
229.69/229.76	c calculated reachability. Time: 0.00
229.69/229.76	c  N dy    33    806519       221       101       448     63308      1338   1388918     34.29     15.97  --
388.89/388.93	c  N dy    34   1209779       221       101       448     79097      1338   1710116     32.10     15.89  --
388.99/389.00	c  S st    34   1209779       221       101       448     79097      1338   1710116     32.10     15.89  --
389.30/389.32	c  S st    34   1210285       221       101       448     79601      1338   1724559     32.10     15.89  --
389.30/389.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
389.30/389.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
390.60/390.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  1.37
390.60/390.69	c Calc non-exist non-lernt bins v-fix:     0 done:    221 time:  0.00 s
390.60/390.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
390.70/390.71	c Subs w/ non-existent bins:      0 time:  0.02 s
390.70/390.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
390.90/390.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
390.90/390.99	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
393.50/393.56	c ORs :     25 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 13 avg s: 10.6 T:    0.02
399.90/399.92	c Added 3 vars  tried: 80000 time: 6.36
400.50/400.59	c ORs :      3 avg-s:  0.0 cl-sh: 22873 l-rem:  22873 b-add:      6 v-rep:   0 cl-rem: 4 avg s: 8.8 T:    7.03
400.60/400.62	c lits-rem:        54  cl-subs:     4440  v-elim:      0  v-fix:    0  time:  9.63 s
400.60/400.62	c learnt bin added due to v-elim: 0
400.60/400.62	c vivif2 --  cl tried      104 cl shrink        0 lits rem          0 time: 0.00
400.60/400.64	c vivif2 --  cl tried    75144 cl shrink        0 lits rem          0 time: 0.02
400.70/400.74	c asymm  cl-useful: 0/104/104 lits-rem:0 time: 0.10
400.70/400.74	c calculated reachability. Time: 0.00
400.70/400.74	c  N dy    34   1210285       224       104       454     75144      1358   1606121     32.10     15.89  --
638.40/638.41	c  N dy    35   1710285       224       104       458    106536      1358   2452490     32.69     16.08  --
638.50/638.51	c  S st    35   1710285       224       104       458    106536      1358   2452490     32.69     16.08  --
638.50/638.51	c Finding binary XORs  T:     0.00 s  found:       0
639.00/639.07	c  S st    35   1710789       224       104       459    107036      1358   2466730     32.69     16.08  --
639.00/639.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
639.00/639.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
640.60/640.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  1.53
640.60/640.61	c Calc non-exist non-lernt bins v-fix:     0 done:    224 time:  0.00 s
640.60/640.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
640.60/640.63	c Subs w/ non-existent bins:      0 time:  0.02 s
640.60/640.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
641.00/641.09	c subs with bin:        0  lits-rem:        26  v-fix:    0  time:  0.42 s
641.00/641.09	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
646.10/646.11	c ORs :     32 avg-s:  2.0 cl-sh:     2 l-rem:      2 b-add:      0 v-rep:   0 cl-rem: 29 avg s: 16.1 T:    0.04
655.70/655.79	c Added 3 vars  tried: 80000 time: 9.68
657.50/657.51	c ORs :      3 avg-s:  0.0 cl-sh: 41005 l-rem:  41005 b-add:      6 v-rep:   0 cl-rem: 4 avg s: 10.0 T:   11.40
657.50/657.55	c lits-rem:       223  cl-subs:     5151  v-elim:      0  v-fix:    0  time: 16.46 s
657.50/657.55	c learnt bin added due to v-elim: 0
657.50/657.55	c vivif2 --  cl tried      107 cl shrink        0 lits rem          0 time: 0.00
657.50/657.58	c vivif2 --  cl tried   101852 cl shrink        0 lits rem          0 time: 0.03
657.70/657.70	c asymm  cl-useful: 0/107/107 lits-rem:0 time: 0.12
657.70/657.70	c calculated reachability. Time: 0.00
657.70/657.70	c  N dy    35   1710789       227       107       466    101852      1377   2305853     32.69     16.08  --
947.11/947.13	c  N dy    36   2210789       227       107       468    117375      1377   2713864     30.89     16.09  --
947.21/947.24	c  S st    36   2210789       227       107       468    117375      1377   2713864     30.89     16.09  --
947.71/947.78	c  S st    36   2211289       227       107       468    117872      1377   2727556     30.89     16.09  --
947.71/947.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
947.71/947.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
949.41/949.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P: 60.2M T:  1.68
949.41/949.47	c Calc non-exist non-lernt bins v-fix:     0 done:    227 time:  0.00 s
949.41/949.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
949.51/949.50	c Subs w/ non-existent bins:      0 time:  0.03 s
949.51/949.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
949.91/949.99	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.45 s
949.91/949.99	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
956.11/956.11	c ORs :     37 avg-s:  2.0 cl-sh:     7 l-rem:      7 b-add:      0 v-rep:   0 cl-rem: 28 avg s: 13.7 T:    0.05
967.31/967.32	c Added 3 vars  tried: 80000 time: 11.21
969.81/969.88	c ORs :      3 avg-s:  0.0 cl-sh: 55140 l-rem:  55140 b-add:      6 v-rep:   0 cl-rem: 1 avg s: 10.0 T:   13.78
969.91/969.93	c lits-rem:       278  cl-subs:     4545  v-elim:      0  v-fix:    0  time: 19.94 s
969.91/969.93	c learnt bin added due to v-elim: 0
969.91/969.93	c vivif2 --  cl tried      110 cl shrink        0 lits rem          0 time: 0.00
969.91/969.97	c vivif2 --  cl tried   113298 cl shrink        0 lits rem          0 time: 0.03
970.11/970.10	c asymm  cl-useful: 0/110/110 lits-rem:0 time: 0.13
970.11/970.11	c calculated reachability. Time: 0.00
970.11/970.11	c  N dy    36   2211289       230       110       475    113298      1396   2560866     30.89     16.09  --

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.51 3.15 3.30 1/174 24013
/proc/meminfo: memFree=18464760/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=127216 CPUtime=0 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 554 0 0 0 0 0 0 0 22 0 1 0 472344854 130269184 490 33554432000 4194304 4797429 140735677589600 18446744073709551615 4629040 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 31804 490 404 148 0 26733 0

[startup+0.0592829 s]
/proc/loadavg: 1.51 3.15 3.30 1/174 24013
/proc/meminfo: memFree=18464760/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=127348 CPUtime=0.05 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 661 0 0 0 5 0 0 0 22 0 1 0 472344854 130404352 594 33554432000 4194304 4797429 140735677589600 18446744073709551615 210204671895 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 31837 594 406 148 0 26766 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 127348

[startup+0.100309 s]
/proc/loadavg: 1.51 3.15 3.30 1/174 24013
/proc/meminfo: memFree=18464760/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=127480 CPUtime=0.09 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 716 0 0 0 9 0 0 0 22 0 1 0 472344854 130539520 649 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424652 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 31870 650 406 148 0 26799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127480

[startup+0.300274 s]
/proc/loadavg: 1.51 3.15 3.30 1/174 24013
/proc/meminfo: memFree=18464760/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=128036 CPUtime=0.29 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 968 0 0 0 29 0 0 0 23 0 1 0 472344854 131108864 732 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425045 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 32009 732 406 148 0 26938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128036

[startup+0.700207 s]
/proc/loadavg: 1.51 3.15 3.30 1/174 24013
/proc/meminfo: memFree=18464760/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=128824 CPUtime=0.69 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 1397 0 0 0 69 0 0 0 25 0 1 0 472344854 131915776 885 33554432000 4194304 4797429 140735677589600 18446744073709551615 4629040 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 32206 885 406 148 0 27135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128824

[startup+1.50106 s]
/proc/loadavg: 1.51 3.15 3.30 4/185 24034
/proc/meminfo: memFree=18441208/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=129112 CPUtime=1.49 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 1902 0 0 0 149 0 0 0 25 0 1 0 472344854 132210688 1035 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 32278 1035 406 148 0 27207 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129112

[startup+3.10079 s]
/proc/loadavg: 1.63 3.15 3.30 5/190 24044
/proc/meminfo: memFree=18425040/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=131896 CPUtime=3.09 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 3086 0 0 0 309 0 0 0 25 0 1 0 472344854 135061504 1788 33554432000 4194304 4797429 140735677589600 18446744073709551615 4568009 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 32974 1788 410 148 0 27903 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131896

[startup+6.30026 s]
/proc/loadavg: 1.63 3.15 3.30 5/190 24044
/proc/meminfo: memFree=18408288/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=133492 CPUtime=6.29 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 4860 0 0 0 628 1 0 0 25 0 1 0 472344854 136695808 2010 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 33373 2010 411 148 0 28302 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133492

[startup+12.7002 s]
/proc/loadavg: 1.99 3.18 3.30 5/190 24044
/proc/meminfo: memFree=18397060/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=135264 CPUtime=12.69 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 7300 0 0 0 1268 1 0 0 25 0 1 0 472344854 138510336 2441 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425051 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 33816 2441 415 148 0 28745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135264

[startup+25.501 s]
/proc/loadavg: 2.30 3.20 3.31 5/190 24045
/proc/meminfo: memFree=18380692/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=139728 CPUtime=25.49 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 11284 0 0 0 2547 2 0 0 25 0 1 0 472344854 143081472 3921 33554432000 4194304 4797429 140735677589600 18446744073709551615 4428866 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 34932 3921 415 148 0 29861 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139728

[startup+51.1007 s]
/proc/loadavg: 2.88 3.27 3.33 5/190 24045
/proc/meminfo: memFree=18359824/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=147096 CPUtime=51.09 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 17909 0 0 0 5105 4 0 0 25 0 1 0 472344854 150626304 5397 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 36774 5397 415 148 0 31703 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147096

[startup+102.306 s]
/proc/loadavg: 3.55 3.39 3.37 5/190 24047
/proc/meminfo: memFree=18336384/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=152308 CPUtime=102.3 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 28533 0 0 0 10225 5 0 0 25 0 1 0 472344854 155963392 6784 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 38077 6784 415 148 0 33006 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 152308

[startup+162.301 s]
/proc/loadavg: 3.83 3.50 3.40 5/190 24048
/proc/meminfo: memFree=18310312/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=156776 CPUtime=162.29 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 38547 0 0 0 16221 8 0 0 25 0 1 0 472344854 160538624 8640 33554432000 4194304 4797429 140735677589600 18446744073709551615 4345201 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 39194 8640 415 148 0 34123 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 156776

[startup+222.301 s]
/proc/loadavg: 3.94 3.59 3.44 5/190 24050
/proc/meminfo: memFree=18295900/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=159492 CPUtime=222.29 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 48331 0 0 0 22220 9 0 0 19 0 1 0 472344854 163319808 9111 33554432000 4194304 4797429 140735677589600 18446744073709551615 4429080 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 39873 9111 415 148 0 34802 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 159492

[startup+282.301 s]
/proc/loadavg: 4.02 3.67 3.47 5/190 24051
/proc/meminfo: memFree=18274924/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=166800 CPUtime=282.29 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 57448 0 0 0 28217 12 0 0 25 0 1 0 472344854 170803200 9914 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 41700 9914 425 148 0 36629 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 166800

[startup+342.301 s]
/proc/loadavg: 4.01 3.73 3.50 5/190 24053
/proc/meminfo: memFree=18256276/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=167672 CPUtime=342.29 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 65040 0 0 0 34214 15 0 0 25 0 1 0 472344854 171696128 10777 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424610 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 41918 10777 425 148 0 36847 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 167672

[startup+402.301 s]
/proc/loadavg: 4.04 3.79 3.54 5/190 24055
/proc/meminfo: memFree=18237040/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=172444 CPUtime=402.3 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 71466 0 0 0 40212 18 0 0 25 0 1 0 472344854 176582656 12460 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 43111 12460 417 148 0 38040 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 172444

[startup+462.301 s]
/proc/loadavg: 4.08 3.84 3.57 5/190 24056
/proc/meminfo: memFree=18232324/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=174340 CPUtime=462.29 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 78962 0 0 0 46209 20 0 0 25 0 1 0 472344854 178524160 12519 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424963 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 43585 12519 417 148 0 38514 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 174340

[startup+522.301 s]
/proc/loadavg: 4.03 3.87 3.59 5/190 24058
/proc/meminfo: memFree=18220280/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=175272 CPUtime=522.3 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 85167 0 0 0 52207 23 0 0 25 0 1 0 472344854 179478528 13475 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424725 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 43818 13475 417 148 0 38747 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 175272

[startup+582.301 s]
/proc/loadavg: 4.01 3.89 3.61 5/190 24059
/proc/meminfo: memFree=18206864/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=176760 CPUtime=582.3 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 91451 0 0 0 58204 26 0 0 25 0 1 0 472344854 181002240 14214 33554432000 4194304 4797429 140735677589600 18446744073709551615 4345119 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 44190 14214 417 148 0 39119 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 176760

[startup+642.3 s]
/proc/loadavg: 4.05 3.92 3.64 5/190 24061
/proc/meminfo: memFree=18196184/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=184128 CPUtime=642.3 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 98627 0 0 0 64203 27 0 0 25 0 1 0 472344854 188547072 15732 33554432000 4194304 4797429 140735677589600 18446744073709551615 4506629 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 46032 15732 428 148 0 40961 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 184128

[startup+702.3 s]
/proc/loadavg: 4.02 3.93 3.66 5/190 24063
/proc/meminfo: memFree=18177572/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=187960 CPUtime=702.3 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 103990 0 0 0 70200 30 0 0 25 0 1 0 472344854 192471040 15204 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425630 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 46990 15204 423 148 0 41919 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 187960

[startup+762.306 s]
/proc/loadavg: 4.00 3.94 3.68 5/190 24064
/proc/meminfo: memFree=18178308/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=188936 CPUtime=762.31 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 108615 0 0 0 76199 32 0 0 25 0 1 0 472344854 193470464 16827 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 47234 16827 423 148 0 42163 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 188936

[startup+822.3 s]
/proc/loadavg: 4.00 3.95 3.69 5/190 24066
/proc/meminfo: memFree=18165252/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=189520 CPUtime=822.3 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 114425 0 0 0 82196 34 0 0 25 0 1 0 472344854 194068480 16636 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 47380 16636 423 148 0 42309 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 189520

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.71 5/190 24067
/proc/meminfo: memFree=18163740/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=190916 CPUtime=882.31 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 120052 0 0 0 88194 37 0 0 25 0 1 0 472344854 195497984 16029 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 47729 16029 423 148 0 42658 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 190916

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.73 5/190 24069
/proc/meminfo: memFree=18149332/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=191972 CPUtime=942.3 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 124625 0 0 0 94191 39 0 0 25 0 1 0 472344854 196579328 17338 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424975 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 47993 17338 423 148 0 42922 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 191972

[startup+1002.3 s]
/proc/loadavg: 4.06 3.98 3.75 5/190 24071
/proc/meminfo: memFree=18148208/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=197980 CPUtime=1002.31 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 129147 0 0 0 100190 41 0 0 25 0 1 0 472344854 202731520 18453 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 49495 18453 422 148 0 44424 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 197980

[startup+1062.3 s]
/proc/loadavg: 4.10 4.00 3.76 5/190 24072
/proc/meminfo: memFree=18138396/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=198216 CPUtime=1062.31 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 133393 0 0 0 106188 43 0 0 25 0 1 0 472344854 202973184 19396 33554432000 4194304 4797429 140735677589600 18446744073709551615 4426348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 49554 19396 422 148 0 44483 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 198216

[startup+1122.3 s]
/proc/loadavg: 4.03 4.00 3.78 5/190 24074
/proc/meminfo: memFree=18140484/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=201632 CPUtime=1122.31 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 139491 0 0 0 112186 45 0 0 25 0 1 0 472344854 206471168 18815 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 50408 18815 422 148 0 45337 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 201632

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.79 5/190 24075
/proc/meminfo: memFree=18137716/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=201700 CPUtime=1182.31 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 143711 0 0 0 118184 47 0 0 25 0 1 0 472344854 206540800 19553 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 50425 19553 422 148 0 45354 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 201700

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 24077
/proc/meminfo: memFree=18119580/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=202860 CPUtime=1242.31 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 147827 0 0 0 124182 49 0 0 25 0 1 0 472344854 207728640 20211 33554432000 4194304 4797429 140735677589600 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 50715 20211 422 148 0 45644 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 202860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 24079
/proc/meminfo: memFree=18103564/32951124 swapFree=67111528/67111528
[pid=24013] ppid=24011 vsize=203272 CPUtime=1300.02 cores=1,3
/proc/24013/stat : 24013 (techdemo) R 24011 24013 23055 0 -1 4202496 151733 0 0 0 129952 50 0 0 25 0 1 0 472344854 208150528 20628 33554432000 4194304 4797429 140735677589600 18446744073709551615 4424868 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24013/statm: 50818 20628 422 148 0 45747 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 203272

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.03
CPU user time (s): 1299.52
CPU system time (s): 0.507922
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 299656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151733
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= 15
involuntary context switches= 3332

runsolver used 2.06669 second user time and 5.03823 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-24 03:11:04
IDJOB=3273568
IDBENCH=83142
IDSOLVER=1585
FILE ID=node130/3273568-1303607463
RUNJOBID= node130-1303607463-24003
PBS_JOBID= 13150612
Free space on /tmp= 71848 MiB

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

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

MD5SUM BENCH= 085a3847e14185843eddf941accab006
RANDOM SEED=130393724

node130.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.838
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.67
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.838
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.83
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.838
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.75
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18465040 kB
Buffers:       2093064 kB
Cached:       11782944 kB
SwapCached:          0 kB
Active:        6368048 kB
Inactive:      7571840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18465040 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7876 kB
Writeback:           0 kB
AnonPages:       63572 kB
Mapped:          14640 kB
Slab:           481168 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194472 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= 71816 MiB
End job on node130 at 2011-04-24 03:32:46