Trace number 3274179

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-stSAT 536.704 536.701

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s18527668-sat.cnf
MD5SUMd6f66d406779966e0b3cbed9097980e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099983
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses336
Sum of the clauses size840
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2280
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
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-3274179-1303608798.cnf'
0.00/0.00	c -- header says num vars:            140
0.00/0.00	c -- header says num clauses:         336
0.00/0.00	c -- clauses added:            0 learnts,          336 normals,            0 xors
0.00/0.00	c -- vars added        140
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       140        56       280         0       840         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/56/56 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:    140 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:      63 undec:       0 neg:      77
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       140        56       280         0       840         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
2.30/2.37	c  N dy     7     30000       140        56       280     10488       840    234725     28.66     12.62  --
2.30/2.38	c  S st     7     30000       140        56       280     10488       840    234725     28.66     12.62  --
2.39/2.44	c  S st     7     30502       140        56       280     10988       840    245873     28.66     12.62  --
2.39/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.49/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.3M T:  0.07
2.49/2.51	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
2.49/2.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.49/2.51	c Subs w/ non-existent bins:      0 time:  0.00 s
2.49/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.49/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2.49/2.55	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.79/2.80	c lits-rem:       277  cl-subs:      893  v-elim:      0  v-fix:    0  time:  0.25 s
2.79/2.80	c learnt bin added due to v-elim: 0
2.79/2.80	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
2.79/2.80	c vivif2 --  cl tried    10095 cl shrink        0 lits rem          0 time: 0.00
2.79/2.81	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
2.79/2.81	c calculated reachability. Time: 0.00
2.79/2.81	c  N dy     7     30502       140        56       280     10095       840    227489     28.66     12.62  --
2.79/2.81	c  F st     7     30502       140        56       280     10095       840    227489     28.66     12.62  --
2.89/2.99	c Decided on static restart strategy
4.29/4.35	c  N dy    16     45753       140        56       280     17251       840    384168     24.98     12.62  --
4.29/4.36	c  S st    16     45753       140        56       280     17251       840    384168     24.98     12.62  --
4.40/4.45	c  S st    16     46258       140        56       280      9054       840    164810     24.98     12.62  --
4.40/4.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/4.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.50/4.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.2M T:  0.05
4.50/4.51	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
4.50/4.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.50/4.51	c Subs w/ non-existent bins:      0 time:  0.00 s
4.50/4.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.50/4.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4.50/4.53	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4.50/4.56	c lits-rem:        35  cl-subs:      203  v-elim:      0  v-fix:    0  time:  0.03 s
4.50/4.56	c learnt bin added due to v-elim: 0
4.50/4.56	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
4.50/4.56	c vivif2 --  cl tried     8851 cl shrink        0 lits rem          0 time: 0.00
4.50/4.57	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
4.50/4.57	c calculated reachability. Time: 0.00
4.50/4.57	c  N dy    16     46258       140        56       280      8851       840    161778     24.98     12.62  --
7.49/7.53	c  N dy    19     69387       140        56       280     10972       840    196469     26.10     12.51  --
7.49/7.54	c  S st    19     69387       140        56       280     10972       840    196469     26.10     12.51  --
7.59/7.61	c  S st    19     69887       140        56       280     11464       840    207140     26.10     12.51  --
7.59/7.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.59/7.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.59/7.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.6M T:  0.08
7.59/7.69	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
7.59/7.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.59/7.69	c Subs w/ non-existent bins:      0 time:  0.00 s
7.59/7.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.70/7.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
7.70/7.71	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
7.89/7.93	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.69/8.79	c Added 2 vars  tried: 80000 time: 0.87
8.79/8.82	c ORs :      2 avg-s:  0.0 cl-sh:  5052 l-rem:   5052 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.90
8.79/8.83	c lits-rem:        72  cl-subs:      298  v-elim:      0  v-fix:    0  time:  1.12 s
8.79/8.83	c learnt bin added due to v-elim: 0
8.79/8.83	c vivif2 --  cl tried       58 cl shrink        0 lits rem          0 time: 0.00
8.79/8.83	c vivif2 --  cl tried    11166 cl shrink        0 lits rem          0 time: 0.00
8.79/8.84	c asymm  cl-useful: 0/58/58 lits-rem:0 time: 0.01
8.79/8.84	c calculated reachability. Time: 0.00
8.79/8.84	c  N dy    19     69887       142        58       284     11166       852    197551     26.10     12.51  --
8.79/8.84	c  F st    19     69887       142        58       284     11166       852    197551     26.10     12.51  --
8.99/9.06	c Decided on static restart strategy
13.69/13.79	c  N dy    26    104830       142        58       284     20820       852    410812     24.53     12.13  --
13.79/13.81	c  S st    26    104830       142        58       284     20820       852    410812     24.53     12.13  --
13.89/13.92	c  S st    26    105333       142        58       284     21320       852    422044     24.53     12.13  --
13.89/13.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.89/13.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.09/14.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.0M T:  0.23
14.09/14.15	c Calc non-exist non-lernt bins v-fix:     0 done:    142 time:  0.00 s
14.09/14.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.09/14.15	c Subs w/ non-existent bins:      0 time:  0.00 s
14.09/14.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.19/14.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
14.19/14.20	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
14.79/14.80	c ORs :      2 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.39/16.41	c Added 2 vars  tried: 80000 time: 1.61
16.39/16.49	c ORs :      2 avg-s:  0.0 cl-sh:  7546 l-rem:   7546 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.69
16.49/16.50	c lits-rem:       750  cl-subs:     1059  v-elim:      0  v-fix:    0  time:  2.30 s
16.49/16.50	c learnt bin added due to v-elim: 0
16.49/16.50	c vivif2 --  cl tried       60 cl shrink        0 lits rem          0 time: 0.00
16.49/16.50	c vivif2 --  cl tried    20261 cl shrink        0 lits rem          0 time: 0.00
16.49/16.52	c asymm  cl-useful: 0/60/60 lits-rem:0 time: 0.02
16.49/16.52	c calculated reachability. Time: 0.00
16.49/16.52	c  N dy    26    105333       144        60       288     20261       864    393204     24.53     12.13  --
25.79/25.88	c  N dy    27    158000       144        60       288     27754       864    528477     23.03     11.82  --
25.89/25.91	c  S st    27    158000       144        60       288     27754       864    528477     23.03     11.82  --
25.99/26.04	c  S st    27    158500       144        60       288     28253       864    540019     23.03     11.82  --
25.99/26.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.99/26.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.29/26.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.2M T:  0.31
26.29/26.36	c Calc non-exist non-lernt bins v-fix:     0 done:    144 time:  0.00 s
26.29/26.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.29/26.36	c Subs w/ non-existent bins:      0 time:  0.01 s
26.29/26.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.39/26.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
26.39/26.43	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
27.19/27.23	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
29.19/29.25	c Added 2 vars  tried: 80000 time: 2.02
29.29/29.35	c ORs :      2 avg-s:  0.0 cl-sh:  7614 l-rem:   7614 b-add:      4 v-rep:   0 cl-rem: 1 avg s: 9.0 T:    2.12
29.29/29.36	c lits-rem:       728  cl-subs:     2215  v-elim:      1  v-fix:    0  time:  2.93 s
29.29/29.36	c learnt bin added due to v-elim: 0
29.29/29.36	c vivif2 --  cl tried       65 cl shrink        0 lits rem          0 time: 0.00
29.29/29.37	c vivif2 --  cl tried    26037 cl shrink        0 lits rem          0 time: 0.01
29.29/29.39	c asymm  cl-useful: 0/65/65 lits-rem:0 time: 0.02
29.29/29.39	c calculated reachability. Time: 0.00
29.29/29.39	c  N dy    27    158500       145        65       287     26037       876    489844     23.03     11.82  --
44.49/44.56	c  N dy    30    237750       145        65       287     31157       876    584987     24.28     11.87  --
44.49/44.59	c  S st    30    237750       145        65       287     31157       876    584987     24.28     11.87  --
44.69/44.75	c  S st    30    238253       145        65       287     31654       876    595886     24.28     11.87  --
44.69/44.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.69/44.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.10/45.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.1M T:  0.42
45.10/45.17	c Calc non-exist non-lernt bins v-fix:     0 done:    145 time:  0.00 s
45.10/45.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.10/45.18	c Subs w/ non-existent bins:      0 time:  0.01 s
45.10/45.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.20/45.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
45.20/45.25	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
45.99/46.07	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 19.0 T:    0.00
48.29/48.34	c Added 2 vars  tried: 80000 time: 2.26
48.40/48.48	c ORs :      2 avg-s:  0.0 cl-sh:  8910 l-rem:   8910 b-add:      4 v-rep:   0 cl-rem: 2 avg s: 7.0 T:    2.40
48.40/48.49	c lits-rem:       586  cl-subs:     1559  v-elim:      0  v-fix:    0  time:  3.24 s
48.40/48.49	c learnt bin added due to v-elim: 0
48.40/48.49	c vivif2 --  cl tried       67 cl shrink        0 lits rem          0 time: 0.00
48.40/48.49	c vivif2 --  cl tried    30092 cl shrink        0 lits rem          0 time: 0.01
48.50/48.52	c asymm  cl-useful: 0/67/67 lits-rem:0 time: 0.03
48.50/48.52	c calculated reachability. Time: 0.00
48.50/48.52	c  N dy    30    238253       147        67       291     30092       890    559197     24.28     11.87  --
76.69/76.74	c  N dy    31    357380       147        67       294     33999       890    563007     22.93     12.04  --
76.69/76.76	c  S st    31    357380       147        67       294     33999       890    563007     22.93     12.04  --
76.89/76.91	c  S st    31    357883       147        67       294     34499       890    573947     22.93     12.04  --
76.89/76.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.89/76.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.39/77.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 28.3M T:  0.48
77.39/77.40	c Calc non-exist non-lernt bins v-fix:     0 done:    147 time:  0.00 s
77.39/77.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.39/77.40	c Subs w/ non-existent bins:      0 time:  0.01 s
77.39/77.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.39/77.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
77.39/77.46	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
78.20/78.27	c ORs :      9 avg-s:  2.0 cl-sh:     2 l-rem:      2 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
80.40/80.49	c Added 2 vars  tried: 80000 time: 2.22
80.49/80.55	c ORs :      2 avg-s:  0.0 cl-sh:  5471 l-rem:   5471 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.28
80.49/80.56	c lits-rem:       505  cl-subs:     1923  v-elim:      0  v-fix:    0  time:  3.10 s
80.49/80.56	c learnt bin added due to v-elim: 0
80.49/80.56	c vivif2 --  cl tried       69 cl shrink        0 lits rem          0 time: 0.00
80.49/80.57	c vivif2 --  cl tried    32576 cl shrink        0 lits rem          0 time: 0.01
80.49/80.59	c asymm  cl-useful: 0/69/69 lits-rem:0 time: 0.02
80.49/80.59	c calculated reachability. Time: 0.00
80.49/80.59	c  N dy    31    357883       149        69       298     32576       903    537149     22.93     12.04  --
130.19/130.22	c  N dy    33    536825       149        69       298     40511       903    676714     22.55     11.68  --
130.19/130.25	c  S st    33    536825       149        69       298     40511       903    676714     22.55     11.68  --
130.39/130.43	c  S st    33    537330       149        69       298     41012       903    687319     22.55     11.68  --
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.00/131.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 35.7M T:  0.61
131.00/131.04	c Calc non-exist non-lernt bins v-fix:     0 done:    149 time:  0.00 s
131.00/131.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.00/131.05	c Subs w/ non-existent bins:      0 time:  0.01 s
131.00/131.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.10/131.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
131.10/131.12	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
131.90/131.99	c ORs :     11 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 9.0 T:    0.00
134.60/134.68	c Added 2 vars  tried: 80000 time: 2.69
134.80/134.82	c ORs :      2 avg-s:  0.0 cl-sh:  9988 l-rem:   9988 b-add:      4 v-rep:   0 cl-rem: 1 avg s: 10.0 T:    2.83
134.80/134.83	c lits-rem:       492  cl-subs:     3304  v-elim:      0  v-fix:    0  time:  3.71 s
134.80/134.83	c learnt bin added due to v-elim: 0
134.80/134.83	c vivif2 --  cl tried       71 cl shrink        0 lits rem          0 time: 0.00
134.80/134.84	c vivif2 --  cl tried    37704 cl shrink        0 lits rem          0 time: 0.01
134.80/134.87	c asymm  cl-useful: 0/71/71 lits-rem:0 time: 0.03
134.80/134.87	c calculated reachability. Time: 0.00
134.80/134.87	c  N dy    33    537330       151        71       302     37704       915    635594     22.55     11.68  --
134.80/134.87	c  F st    33    537330       151        71       302     37704       915    635594     22.55     11.68  --
135.30/135.32	c Decided on static restart strategy
221.80/221.80	c  N dy    40    805997       151        71       302     60897       915   1099440     22.91     11.64  --
221.80/221.85	c  S st    40    805997       151        71       302     60897       915   1099440     22.91     11.64  --
222.10/222.11	c  S st    40    806502       151        71       302     61399       915   1110686     22.91     11.64  --
222.10/222.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
222.10/222.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
223.10/223.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  1.08
223.20/223.20	c Calc non-exist non-lernt bins v-fix:     0 done:    151 time:  0.00 s
223.20/223.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
223.20/223.21	c Subs w/ non-existent bins:      0 time:  0.01 s
223.20/223.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
223.30/223.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
223.30/223.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
224.70/224.75	c ORs :     13 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 18.0 T:    0.00
229.30/229.38	c Added 2 vars  tried: 80000 time: 4.62
229.60/229.61	c ORs :      2 avg-s:  0.0 cl-sh: 10090 l-rem:  10090 b-add:      4 v-rep:   0 cl-rem: 9 avg s: 6.6 T:    4.86
229.60/229.63	c lits-rem:       175  cl-subs:     3548  v-elim:      0  v-fix:    0  time:  6.29 s
229.60/229.63	c learnt bin added due to v-elim: 0
229.60/229.63	c vivif2 --  cl tried       73 cl shrink        0 lits rem          0 time: 0.00
229.60/229.64	c vivif2 --  cl tried    57841 cl shrink        0 lits rem          0 time: 0.01
229.70/229.70	c asymm  cl-useful: 0/73/73 lits-rem:0 time: 0.06
229.70/229.70	c calculated reachability. Time: 0.00
229.70/229.70	c  N dy    40    806502       153        73       306     57841       928   1045155     22.91     11.64  --
378.80/378.88	c  N dy    41   1209753       153        73       312     73025       928   1183303     21.61     11.26  --
378.90/378.93	c  S st    41   1209753       153        73       312     73025       928   1183303     21.61     11.26  --
379.10/379.19	c  S st    41   1210257       153        73       312     73526       928   1194301     21.61     11.26  --
379.10/379.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
379.10/379.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
380.20/380.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.3M T:  1.04
380.20/380.24	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
380.20/380.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
380.20/380.25	c Subs w/ non-existent bins:      0 time:  0.02 s
380.20/380.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
380.71/380.75	c subs with bin:     5054  lits-rem:       590  v-fix:    0  time:  0.47 s
380.71/380.75	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
383.20/383.25	c ORs :     17 avg-s:  2.0 cl-sh:    43 l-rem:     43 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 8.5 T:    0.01
387.70/387.70	c Added 2 vars  tried: 80000 time: 4.45
388.10/388.13	c ORs :      2 avg-s:  0.0 cl-sh: 17916 l-rem:  17916 b-add:      4 v-rep:   0 cl-rem: 19 avg s: 8.2 T:    4.88
388.10/388.15	c lits-rem:       375  cl-subs:     7259  v-elim:      0  v-fix:    0  time:  7.40 s
388.10/388.15	c learnt bin added due to v-elim: 0
388.10/388.15	c vivif2 --  cl tried       75 cl shrink        0 lits rem          0 time: 0.00
388.10/388.17	c vivif2 --  cl tried    61192 cl shrink        0 lits rem          0 time: 0.01
388.20/388.21	c asymm  cl-useful: 0/75/75 lits-rem:0 time: 0.05
388.20/388.22	c calculated reachability. Time: 0.00
388.20/388.22	c  N dy    41   1210257       155        75       316     61192       941   1016993     21.61     11.26  --
536.60/536.67	c  E dy    42   1548113         0        75       319     95473       941   1678970     21.27     11.18  --
536.60/536.68	c Verified 75 clauses.
536.60/536.68	c Solution needs extension. Extending.
536.60/536.69	c Verified 75 clauses.
536.60/536.69	c num threads              : 1          
536.60/536.69	c restarts                 : 42         
536.60/536.69	c dynamic restarts         : 18         
536.60/536.69	c static restarts          : 24         
536.60/536.69	c full restarts            : 3          
536.60/536.69	c total simplify time      : 0.00       
536.60/536.69	c learnts DL2              : 0          
536.60/536.69	c learnts size 2           : 324        
536.60/536.69	c learnts size 1           : 0           (0.00      % of vars)
536.60/536.69	c filedLit time            : 4.38        (0.82      % time)
536.60/536.69	c v-elim SatELite          : 1           (0.64      % vars)
536.60/536.69	c SatELite time            : 30.29       (5.64      % time)
536.60/536.69	c v-elim xor               : 0           (0.00      % vars)
536.60/536.69	c xor elim time            : 0.02        (0.00      % time)
536.60/536.69	c num binary xor trees     : 0          
536.60/536.69	c binxor trees' crown      : 0           (nan       leafs/tree)
536.60/536.69	c bin xor find time        : 0.00       
536.60/536.69	c OTF clause subsumed      : 46761       (0.03      clauses/conflict)
536.60/536.69	c OTF subs. size diff      : 49659       (1.06       lits/clause)
536.60/536.69	c OTF cl watch-shrink      : 668858      (0.43      clauses/conflict)
536.60/536.69	c OTF cl watch-sh-lit      : 1089320     (1.63       lits/clause)
536.60/536.69	c tried to recurMin cls    : 1548113     (100.00     % of conflicts)
536.60/536.69	c updated cache            : 1200        (0.00       lits/tried recurMin)
536.60/536.69	c OTF Gate-Rem cl          : 173647      (0.11      clauses/conflict)
536.60/536.69	c OTF Gate-rem lits        : 215092      (1.24      lits/confl)
536.60/536.69	c clauses over max glue    : 0           (0.00      % of all clauses)
536.60/536.69	c conflicts                : 1548113     (2885.35   / sec)
536.60/536.69	c decisions                : 1737635     (0.27      % random)
536.60/536.69	c bogo-props               : 41722899366 (77762389.40 / sec)
536.60/536.69	c props                    : 69558560    (129641.99 / sec)
536.60/536.69	c conflict literals        : 34895408    (25.15     % deleted)
536.60/536.69	c Memory used              : 161.82      MB
536.60/536.69	c CPU time                 : 536.54      s
536.60/536.69	s SATISFIABLE
536.60/536.69	v -1 -2 -3 -4 5 -6 7 -8 9 -10 11 -12 13 -14 -15 -16 17 -18 -19 -20 -21 -22 -23 24 -25 -26 -27 28 -29 30 31 32 33 -34 -35 -36 37 -38 39 40 41 42 43 44 45 -46 47 -48 49 -50 51 -52 -53 -54 55 -56 -57 -58 -59 60 -61 -62 -63 64 65 -66 67 -68 69 -70 -71 -72 -73 -74 -75 -76 -77 78 -79 80 81 -82 -83 84 85 -86 -87 88 -89 -90 91 -92 93 94 95 96 97 -98 99 100 -101 102 103 -104 -105 -106 107 -108 -109 -110 -111 112 -113 114 -115 -116 -117 -118 -119 120 -121 -122 123 124 125 126 -127 128 -129 -130 131 -132 -133 -134 135 -136 137 138 139 -140 0

Verifier Data

OK

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-3274179-1303608798/watcher-3274179-1303608798 -o /tmp/evaluation-result-3274179-1303608798/solver-3274179-1303608798 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3274179-1303608798.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: 1.03 1.04 1.71 3/180 32471
/proc/meminfo: memFree=19198380/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=127084 CPUtime=0 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 557 0 0 0 0 0 0 0 23 0 1 0 472478040 130134016 492 33554432000 4194304 4797429 140733341063952 18446744073709551615 246516530886 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 31771 492 405 148 0 26700 0

[startup+0.10321 s]
/proc/loadavg: 1.03 1.04 1.71 3/180 32471
/proc/meminfo: memFree=19198380/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=127356 CPUtime=0.1 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 688 0 0 0 10 0 0 0 23 0 1 0 472478040 130412544 620 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424967 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 31839 620 407 148 0 26768 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 127356

[startup+0.201187 s]
/proc/loadavg: 1.03 1.04 1.71 3/180 32471
/proc/meminfo: memFree=19198380/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=127500 CPUtime=0.19 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 774 0 0 0 19 0 0 0 24 0 1 0 472478040 130560000 705 33554432000 4194304 4797429 140733341063952 18446744073709551615 4422918 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 31875 705 407 148 0 26804 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 127500

[startup+0.301173 s]
/proc/loadavg: 1.03 1.04 1.71 3/180 32471
/proc/meminfo: memFree=19198380/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=127880 CPUtime=0.29 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 902 0 0 0 29 0 0 0 25 0 1 0 472478040 130949120 700 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424682 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 31970 700 407 148 0 26899 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 127880

[startup+0.701082 s]
/proc/loadavg: 1.03 1.04 1.71 3/180 32471
/proc/meminfo: memFree=19198380/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=128508 CPUtime=0.69 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 1248 0 0 0 69 0 0 0 25 0 1 0 472478040 131592192 825 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 32127 825 407 148 0 27056 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128508

[startup+1.50094 s]
/proc/loadavg: 1.10 1.06 1.71 4/184 32475
/proc/meminfo: memFree=19192024/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=128972 CPUtime=1.49 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 1705 0 0 0 149 0 0 0 25 0 1 0 472478040 132067328 997 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 32243 997 407 148 0 27172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128972

[startup+3.10065 s]
/proc/loadavg: 1.10 1.06 1.71 4/182 32475
/proc/meminfo: memFree=19188560/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=131440 CPUtime=3.09 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 2779 0 0 0 309 0 0 0 25 0 1 0 472478040 134594560 1720 33554432000 4194304 4797429 140733341063952 18446744073709551615 4426114 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 32860 1720 412 148 0 27789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131440

[startup+6.3011 s]
/proc/loadavg: 1.18 1.08 1.71 3/182 32475
/proc/meminfo: memFree=19183540/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=132972 CPUtime=6.29 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 4315 0 0 0 629 0 0 0 25 0 1 0 472478040 136163328 1947 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 33243 1947 412 148 0 28172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132972

[startup+12.7009 s]
/proc/loadavg: 1.24 1.09 1.71 4/182 32475
/proc/meminfo: memFree=19177988/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=134316 CPUtime=12.69 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 6232 0 0 0 1269 0 0 0 25 0 1 0 472478040 137539584 2209 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 33579 2209 416 148 0 28508 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134316

[startup+25.5006 s]
/proc/loadavg: 1.41 1.13 1.72 3/182 32475
/proc/meminfo: memFree=19170680/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=138064 CPUtime=25.49 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 9245 0 0 0 2548 1 0 0 25 0 1 0 472478040 141377536 3257 33554432000 4194304 4797429 140733341063952 18446744073709551615 4351624 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 34516 3257 416 148 0 29445 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138064

[startup+51.1009 s]
/proc/loadavg: 1.61 1.20 1.72 4/182 32476
/proc/meminfo: memFree=19159564/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=143600 CPUtime=51.09 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 14496 0 0 0 5106 3 0 0 25 0 1 0 472478040 147046400 4348 33554432000 4194304 4797429 140733341063952 18446744073709551615 4387362 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 35900 4348 416 148 0 30829 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143600

[startup+102.301 s]
/proc/loadavg: 1.87 1.34 1.74 3/182 32477
/proc/meminfo: memFree=19152988/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=146340 CPUtime=102.29 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 22484 0 0 0 10224 5 0 0 25 0 1 0 472478040 149852160 5166 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424960 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 36585 5166 416 148 0 31514 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 146340

[startup+162.301 s]
/proc/loadavg: 2.00 1.47 1.76 4/182 32479
/proc/meminfo: memFree=19136980/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=151296 CPUtime=162.3 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 30518 0 0 0 16223 7 0 0 25 0 1 0 472478040 154927104 6808 33554432000 4194304 4797429 140733341063952 18446744073709551615 4426373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 37824 6808 416 148 0 32753 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 151296

[startup+222.307 s]
/proc/loadavg: 2.00 1.56 1.77 4/182 32481
/proc/meminfo: memFree=19127668/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=154208 CPUtime=222.3 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 38446 0 0 0 22221 9 0 0 25 0 1 0 472478040 157908992 7405 33554432000 4194304 4797429 140733341063952 18446744073709551615 4429169 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 38552 7405 416 148 0 33481 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 154208

[startup+282.301 s]
/proc/loadavg: 2.00 1.64 1.78 4/182 32482
/proc/meminfo: memFree=19118852/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=159092 CPUtime=282.3 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 44927 0 0 0 28220 10 0 0 25 0 1 0 472478040 162910208 8914 33554432000 4194304 4797429 140733341063952 18446744073709551615 4425633 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 39773 8914 423 148 0 34702 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 159092

[startup+342.301 s]
/proc/loadavg: 2.00 1.70 1.79 4/182 32484
/proc/meminfo: memFree=19107920/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=160136 CPUtime=342.3 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 51646 0 0 0 34218 12 0 0 25 0 1 0 472478040 163979264 8933 33554432000 4194304 4797429 140733341063952 18446744073709551615 4425867 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 40034 8933 417 148 0 34963 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160136

[startup+402.301 s]
/proc/loadavg: 2.00 1.75 1.80 4/182 32485
/proc/meminfo: memFree=19108276/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=161856 CPUtime=402.31 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 56211 0 0 0 40218 13 0 0 25 0 1 0 472478040 165740544 9995 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 40464 9995 417 148 0 35393 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 161856

[startup+462.301 s]
/proc/loadavg: 2.00 1.80 1.81 4/182 32487
/proc/meminfo: memFree=19100328/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=164580 CPUtime=462.3 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 62320 0 0 0 46216 14 0 0 25 0 1 0 472478040 168529920 10250 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 41145 10250 417 148 0 36074 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 164580

[startup+522.301 s]
/proc/loadavg: 2.00 1.83 1.82 3/182 32489
/proc/meminfo: memFree=19092876/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=165696 CPUtime=522.3 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 68030 0 0 0 52215 15 0 0 25 0 1 0 472478040 169672704 9953 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 41424 9953 417 148 0 36353 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 165696

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

[startup+524.807 s]
/proc/loadavg: 2.00 1.83 1.82 3/182 32489
/proc/meminfo: memFree=19097216/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=165696 CPUtime=524.81 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 68183 0 0 0 52466 15 0 0 25 0 1 0 472478040 169672704 10100 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 41424 10100 417 148 0 36353 0
Current children cumulated CPU time (s) 524.81
Current children cumulated vsize (KiB) 165696

[startup+531.2 s]
/proc/loadavg: 2.00 1.84 1.82 3/182 32489
/proc/meminfo: memFree=19093740/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=165696 CPUtime=531.2 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 68529 0 0 0 53105 15 0 0 25 0 1 0 472478040 169672704 10430 33554432000 4194304 4797429 140733341063952 18446744073709551615 4425023 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 41424 10430 417 148 0 36353 0
Current children cumulated CPU time (s) 531.2
Current children cumulated vsize (KiB) 165696

[startup+534.401 s]
/proc/loadavg: 2.00 1.84 1.82 4/182 32489
/proc/meminfo: memFree=19091752/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=165696 CPUtime=534.4 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 68701 0 0 0 53425 15 0 0 25 0 1 0 472478040 169672704 10596 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 41424 10596 417 148 0 36353 0
Current children cumulated CPU time (s) 534.4
Current children cumulated vsize (KiB) 165696

[startup+536.001 s]
/proc/loadavg: 2.00 1.84 1.82 3/182 32489
/proc/meminfo: memFree=19090512/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=165696 CPUtime=536 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 68780 0 0 0 53585 15 0 0 25 0 1 0 472478040 169672704 10673 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 41424 10673 417 148 0 36353 0
Current children cumulated CPU time (s) 536
Current children cumulated vsize (KiB) 165696

[startup+536.4 s]
/proc/loadavg: 2.00 1.84 1.82 3/182 32489
/proc/meminfo: memFree=19090512/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=165696 CPUtime=536.4 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 68798 0 0 0 53625 15 0 0 25 0 1 0 472478040 169672704 10688 33554432000 4194304 4797429 140733341063952 18446744073709551615 4424670 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 41424 10688 417 148 0 36353 0
Current children cumulated CPU time (s) 536.4
Current children cumulated vsize (KiB) 165696

[startup+536.6 s]
/proc/loadavg: 2.00 1.84 1.82 3/182 32489
/proc/meminfo: memFree=19090512/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=165696 CPUtime=536.6 cores=0,2
/proc/32471/stat : 32471 (techdemo) R 32468 32471 31389 0 -1 4202496 68806 0 0 0 53645 15 0 0 25 0 1 0 472478040 169672704 10696 33554432000 4194304 4797429 140733341063952 18446744073709551615 4423072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32471/statm: 41424 10696 417 148 0 36353 0
Current children cumulated CPU time (s) 536.6
Current children cumulated vsize (KiB) 165696

[startup+536.7 s]
/proc/loadavg: 2.00 1.84 1.82 3/182 32489
/proc/meminfo: memFree=19090512/32951124 swapFree=67111416/67111528
[pid=32471] ppid=32468 vsize=0 CPUtime=536.7 cores=0,2
/proc/32471/stat : 32471 (techdemo) S 32468 32471 31389 0 -1 4202500 68826 0 0 0 53654 16 0 0 25 0 1 0 472478040 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32471/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 536.7
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 536.701
CPU time (s): 536.704
CPU user time (s): 536.543
CPU system time (s): 0.160975
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 274420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 536.543
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68826
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= 16
involuntary context switches= 578

runsolver used 0.927858 second user time and 1.9947 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-24 03:33:18
IDJOB=3274179
IDBENCH=83155
IDSOLVER=1585
FILE ID=node134/3274179-1303608798
RUNJOBID= node134-1303608798-32452
PBS_JOBID= 13150608
Free space on /tmp= 71064 MiB

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

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

MD5SUM BENCH= d6f66d406779966e0b3cbed9097980e3
RANDOM SEED=1065064732

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19198676 kB
Buffers:       2336636 kB
Cached:       10803368 kB
SwapCached:        108 kB
Active:        8917472 kB
Inactive:      4286928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19198676 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           15568 kB
Writeback:           0 kB
AnonPages:       63364 kB
Mapped:          14652 kB
Slab:           484344 kB
PageTables:       4452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190488 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71052 MiB
End job on node134 at 2011-04-24 03:42:15