Trace number 3173207

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
MD5SUMebf03c9c6463f3682b7e09274cee8655
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

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-3173207-1307641659.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:       25500
0.00/0.02	c -- clauses added:            0 learnts,        25500 normals,            0 xors
0.00/0.02	c -- vars added        300
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.09/0.14	c asymm  cl-useful: 0/1967/25500 lits-rem:0 time: 0.12
0.09/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.01
0.09/0.16	c Calc non-exist non-lernt bins v-fix:     0 done:    300 time:  0.00 s
0.09/0.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.09/0.16	c Subs w/ non-existent bins:      0 time:  0.00 s
0.09/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.19/0.23	c lits-rem:         0  cl-subs:        0  v-elim:    200  v-fix:    0  time:  0.07 s
0.19/0.23	c learnt bin added due to v-elim: 0
0.19/0.23	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.25	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.25	c calculated reachability. Time: 0.00
0.19/0.25	c Calc default polars -  time:   0.00 s pos:     147 undec:       4 neg:     149
0.19/0.25	c =========================================================================================
0.19/0.25	c types(t): F = full restart, N = normal restart
0.19/0.25	c types(t): S = simplification begin/end, E = solution found
0.19/0.25	c restart types(rt): st = static, dy = dynamic
0.19/0.25	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.19/0.25	c  B st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.39/0.48	c Decided on static restart strategy
5.09/5.11	c  N dy     7     30002       300     25500         0     10550    178500    578172     83.33     72.28  --
5.09/5.15	c  S st     7     30002       300     25500         0     10550    178500    578172     83.33     72.28  --
5.19/5.24	c  S st     7     30503       300     25500         0     11050    178500    611407     83.33     72.28  --
5.19/5.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.19/5.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.29/5.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.8M T:  0.06
5.29/5.30	c Calc non-exist non-lernt bins v-fix:     0 done:    300 time:  0.00 s
5.29/5.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.29/5.30	c Subs w/ non-existent bins:      0 time:  0.00 s
5.29/5.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.29/5.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.29/5.32	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
7.60/7.63	c lits-rem:      2778  cl-subs:      720  v-elim:    300  v-fix:    0  time:  2.32 s
7.60/7.63	c learnt bin added due to v-elim: 0
7.60/7.64	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
7.60/7.64	c vivif2 --  cl tried    10330 cl shrink        0 lits rem          0 time: 0.00
7.70/7.74	c asymm  cl-useful: 0/2142/25500 lits-rem:0 time: 0.10
7.70/7.74	c calculated reachability. Time: 0.00
7.70/7.74	c  N dy     7     30503       300     25500         0     10330    178500    558227     83.33     72.28  --
7.70/7.74	c  F st     7     30503       300     25500         0     10330    178500    558227     83.33     72.28  --
7.99/8.03	c Decided on static restart strategy
10.09/10.17	c  N dy    14     45756       300     25500         0      8777    178500    294720     82.35     71.11  --
10.19/10.20	c  S st    14     45756       300     25500         0      8777    178500    294720     82.35     71.11  --
10.19/10.28	c  S st    14     46260       300     25500         0      9277    178500    327520     82.35     71.11  --
10.19/10.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.19/10.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.29/10.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.1M T:  0.05
10.29/10.32	c Calc non-exist non-lernt bins v-fix:     0 done:    300 time:  0.00 s
10.29/10.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.29/10.33	c Subs w/ non-existent bins:      0 time:  0.00 s
10.29/10.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.29/10.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.29/10.33	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.19/12.24	c lits-rem:       193  cl-subs:      194  v-elim:    300  v-fix:    0  time:  1.91 s
12.19/12.24	c learnt bin added due to v-elim: 0
12.19/12.24	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
12.19/12.25	c vivif2 --  cl tried     9083 cl shrink        0 lits rem          0 time: 0.00
12.39/12.40	c asymm  cl-useful: 0/4231/25500 lits-rem:0 time: 0.15
12.39/12.40	c calculated reachability. Time: 0.00
12.39/12.40	c  N dy    14     46260       300     25500         0      9083    178500    321274     82.35     71.11  --
16.69/16.74	c  N dy    15     69390       300     25500         0     11181    178500    363075     80.66     70.23  --
16.69/16.76	c  S st    15     69390       300     25500         0     11181    178500    363075     80.66     70.23  --
16.79/16.85	c  S st    15     69891       300     25500         0     11678    178500    395560     80.66     70.23  --
16.79/16.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.79/16.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.89/16.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.06
16.89/16.91	c Calc non-exist non-lernt bins v-fix:     0 done:    300 time:  0.00 s
16.89/16.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.89/16.91	c Subs w/ non-existent bins:      0 time:  0.00 s
16.89/16.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.89/16.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.89/16.92	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
18.99/19.06	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
20.79/20.88	c Added 4 vars  tried: 80000 time: 1.82
20.79/20.89	c ORs :      4 avg-s:  0.0 cl-sh:  2416 l-rem:   2416 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.83
20.79/20.90	c lits-rem:       373  cl-subs:      263  v-elim:    300  v-fix:    0  time:  3.98 s
20.79/20.90	c learnt bin added due to v-elim: 0
20.89/20.90	c vivif2 --  cl tried    25504 cl shrink        0 lits rem          0 time: 0.00
20.89/20.91	c vivif2 --  cl tried    11415 cl shrink        0 lits rem          0 time: 0.00
20.89/20.98	c asymm  cl-useful: 0/1865/25504 lits-rem:0 time: 0.08
20.89/20.98	c calculated reachability. Time: 0.00
20.89/20.98	c  N dy    15     69891       304     25504         8     11415    178512    382254     80.66     70.23  --
20.89/20.98	c  F st    15     69891       304     25504         8     11415    178512    382254     80.66     70.23  --
21.19/21.27	c Decided on static restart strategy
27.50/27.56	c  N dy    22    104836       304     25504         8     21090    178512   1058824     86.88     70.99  --
27.60/27.61	c  S st    22    104836       304     25504         8     21090    178512   1058824     86.88     70.99  --
27.70/27.72	c  S st    22    105339       304     25504         8     21589    178512   1093409     86.88     70.99  --
27.70/27.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.70/27.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.80/27.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.9M T:  0.13
27.80/27.86	c Calc non-exist non-lernt bins v-fix:     0 done:    304 time:  0.00 s
27.80/27.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.80/27.86	c Subs w/ non-existent bins:      0 time:  0.01 s
27.80/27.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.80/27.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.80/27.89	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
30.80/30.83	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
36.30/36.32	c Added 4 vars  tried: 80000 time: 5.49
36.39/36.43	c ORs :      4 avg-s:  0.0 cl-sh: 10421 l-rem:  10421 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    5.60
36.39/36.45	c lits-rem:       165  cl-subs:     1101  v-elim:    300  v-fix:    0  time:  8.56 s
36.39/36.45	c learnt bin added due to v-elim: 0
36.39/36.45	c vivif2 --  cl tried    25508 cl shrink        0 lits rem          0 time: 0.00
36.39/36.46	c vivif2 --  cl tried    20488 cl shrink        0 lits rem          0 time: 0.01
36.49/36.56	c asymm  cl-useful: 0/1528/25508 lits-rem:0 time: 0.10
36.49/36.56	c calculated reachability. Time: 0.00
36.49/36.56	c  N dy    22    105339       308     25508        16     20488    178524    990712     86.88     70.99  --
48.59/48.70	c  N dy    23    158008       308     25508        16     28086    178524   1458803     83.51     71.39  --
48.69/48.76	c  S st    23    158008       308     25508        16     28086    178524   1458803     83.51     71.39  --
48.79/48.89	c  S st    23    158509       308     25508        16     28585    178524   1492748     83.51     71.39  --
48.79/48.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.79/48.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.99/49.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.2M T:  0.20
48.99/49.09	c Calc non-exist non-lernt bins v-fix:     0 done:    308 time:  0.00 s
48.99/49.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.09/49.11	c Subs w/ non-existent bins:      0 time:  0.01 s
49.09/49.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.09/49.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.09/49.13	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
53.50/53.54	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
61.60/61.60	c Added 4 vars  tried: 80000 time: 8.06
61.80/61.85	c ORs :      4 avg-s:  0.0 cl-sh: 16076 l-rem:  16076 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    8.31
61.80/61.87	c lits-rem:       153  cl-subs:     1636  v-elim:    300  v-fix:    0  time: 12.74 s
61.80/61.87	c learnt bin added due to v-elim: 0
61.80/61.87	c vivif2 --  cl tried    25512 cl shrink        0 lits rem          0 time: 0.00
61.80/61.88	c vivif2 --  cl tried    26949 cl shrink        0 lits rem          0 time: 0.01
61.90/61.98	c asymm  cl-useful: 0/1452/25512 lits-rem:0 time: 0.10
61.90/61.99	c calculated reachability. Time: 0.00
61.90/61.99	c  N dy    23    158509       312     25512        24     26949    178539   1335130     83.51     71.39  --
83.19/83.28	c  N dy    24    237763       312     25512        24     32517    178539   1556449     83.48     70.76  --
83.29/83.35	c  S st    24    237763       312     25512        24     32517    178539   1556449     83.48     70.76  --
83.39/83.49	c  S st    24    238263       312     25512        24     33015    178539   1589959     83.48     70.76  --
83.39/83.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.39/83.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.69/83.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.0M T:  0.22
83.69/83.71	c Calc non-exist non-lernt bins v-fix:     0 done:    312 time:  0.00 s
83.69/83.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.69/83.72	c Subs w/ non-existent bins:      0 time:  0.01 s
83.69/83.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.69/83.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.69/83.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
88.79/88.85	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
98.19/98.22	c Added 4 vars  tried: 80000 time: 9.37
98.29/98.39	c ORs :      4 avg-s:  0.0 cl-sh: 10834 l-rem:  10834 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    9.54
98.39/98.42	c lits-rem:       485  cl-subs:     1693  v-elim:    300  v-fix:    0  time: 14.66 s
98.39/98.42	c learnt bin added due to v-elim: 0
98.39/98.42	c vivif2 --  cl tried    25516 cl shrink        0 lits rem          0 time: 0.00
98.39/98.43	c vivif2 --  cl tried    31322 cl shrink        0 lits rem          0 time: 0.01
98.49/98.54	c asymm  cl-useful: 0/1438/25516 lits-rem:0 time: 0.10
98.49/98.54	c calculated reachability. Time: 0.00
98.49/98.54	c  N dy    24    238263       316     25516        32     31322    178552   1444075     83.48     70.76  --
132.39/132.45	c  N dy    25    357396       316     25516        32     35318    178552   1464221     87.67     70.31  --
132.49/132.52	c  S st    25    357396       316     25516        32     35318    178552   1464221     87.67     70.31  --
132.59/132.66	c  S st    25    357899       316     25516        32     35821    178552   1499071     87.67     70.31  --
132.59/132.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.59/132.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.79/132.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.3M T:  0.22
132.79/132.88	c Calc non-exist non-lernt bins v-fix:     0 done:    316 time:  0.00 s
132.79/132.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.79/132.89	c Subs w/ non-existent bins:      0 time:  0.01 s
132.89/132.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.89/132.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.89/132.92	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
137.29/137.39	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
145.89/145.97	c Added 4 vars  tried: 80000 time: 8.58
146.20/146.28	c ORs :      4 avg-s:  0.0 cl-sh: 22820 l-rem:  22820 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    8.90
146.30/146.31	c lits-rem:       108  cl-subs:     1720  v-elim:    300  v-fix:    0  time: 13.39 s
146.30/146.31	c learnt bin added due to v-elim: 0
146.30/146.31	c vivif2 --  cl tried    25520 cl shrink        0 lits rem          0 time: 0.00
146.30/146.32	c vivif2 --  cl tried    34101 cl shrink        0 lits rem          0 time: 0.01
146.39/146.43	c asymm  cl-useful: 0/1149/25520 lits-rem:0 time: 0.10
146.39/146.43	c calculated reachability. Time: 0.00
146.39/146.43	c  N dy    25    357899       320     25520        40     34101    178561   1352416     87.67     70.31  --
203.30/203.33	c  N dy    26    536849       320     25520        40     41990    178561   1623080     83.54     70.15  --
203.30/203.40	c  S st    26    536849       320     25520        40     41990    178561   1623080     83.54     70.15  --
203.51/203.55	c  S st    26    537354       320     25520        40     42492    178561   1656298     83.54     70.15  --
203.51/203.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
203.51/203.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
203.80/203.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.5M T:  0.25
203.80/203.81	c Calc non-exist non-lernt bins v-fix:     0 done:    320 time:  0.00 s
203.80/203.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
203.80/203.83	c Subs w/ non-existent bins:      0 time:  0.01 s
203.80/203.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
203.80/203.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
203.80/203.87	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
208.91/208.98	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
217.71/217.72	c Added 4 vars  tried: 80000 time: 8.74
217.90/217.97	c ORs :      4 avg-s:  0.0 cl-sh: 15505 l-rem:  15505 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    8.99
218.00/218.00	c lits-rem:       251  cl-subs:     1936  v-elim:    300  v-fix:    0  time: 14.13 s
218.00/218.00	c learnt bin added due to v-elim: 0
218.00/218.00	c vivif2 --  cl tried    25524 cl shrink        0 lits rem          0 time: 0.00
218.00/218.01	c vivif2 --  cl tried    40556 cl shrink        0 lits rem          0 time: 0.01
218.10/218.12	c asymm  cl-useful: 0/1040/25524 lits-rem:0 time: 0.11
218.10/218.12	c calculated reachability. Time: 0.00
218.10/218.12	c  N dy    26    537354       324     25524        48     40556    178576   1508091     83.54     70.15  --
218.10/218.12	c  F st    26    537354       324     25524        48     40556    178576   1508091     83.54     70.15  --
218.50/218.58	c Decided on static restart strategy
314.40/314.46	c  N dy    33    806032       324     25524        48     63197    178576   2957280     83.84     69.21  --
314.51/314.57	c  S st    33    806032       324     25524        48     63197    178576   2957280     83.84     69.21  --
314.70/314.78	c  S st    33    806536       324     25524        48     63697    178576   2990929     83.84     69.21  --
314.70/314.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
314.70/314.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
315.40/315.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.7M T:  0.66
315.40/315.45	c Calc non-exist non-lernt bins v-fix:     0 done:    324 time:  0.00 s
315.40/315.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
315.40/315.47	c Subs w/ non-existent bins:      0 time:  0.02 s
315.50/315.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
315.50/315.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
315.50/315.54	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
401.71/401.76	c ORs :     24 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.11
420.31/420.39	c Added 4 vars  tried: 80000 time: 18.63
420.91/420.90	c ORs :      4 avg-s:  0.0 cl-sh: 18948 l-rem:  18948 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:   19.14
420.91/420.95	c lits-rem:       498  cl-subs:     3818  v-elim:    300  v-fix:    0  time: 105.41 s
420.91/420.95	c learnt bin added due to v-elim: 0
420.91/420.95	c vivif2 --  cl tried    25528 cl shrink        0 lits rem          0 time: 0.00
420.91/420.97	c vivif2 --  cl tried    59879 cl shrink        0 lits rem          0 time: 0.03
421.11/421.10	c asymm  cl-useful: 0/1009/25528 lits-rem:0 time: 0.13
421.11/421.11	c calculated reachability. Time: 0.00
421.11/421.11	c  N dy    33    806536       328     25528        56     59879    178585   2696023     83.84     69.21  --
613.21/613.26	c  N dy    34   1209807       328     25528        56     77075    178585   3500165     83.65     69.45  --
613.41/613.40	c  S st    34   1209807       328     25528        56     77075    178585   3500165     83.65     69.45  --
613.61/613.63	c  S st    34   1210308       328     25528        56     77575    178585   3532830     83.65     69.45  --
613.61/613.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
613.61/613.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
614.21/614.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.2M T:  0.58
614.21/614.22	c Calc non-exist non-lernt bins v-fix:     0 done:    328 time:  0.00 s
614.21/614.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
614.21/614.25	c Subs w/ non-existent bins:      0 time:  0.03 s
614.31/614.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
614.31/614.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
614.31/614.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
733.21/733.25	c ORs :     28 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.11
755.12/755.17	c Added 4 vars  tried: 80000 time: 21.92
756.32/756.39	c ORs :      4 avg-s:  0.0 cl-sh: 38725 l-rem:  38725 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:   23.14
756.42/756.45	c lits-rem:       490  cl-subs:     4015  v-elim:    300  v-fix:    0  time: 142.11 s
756.42/756.45	c learnt bin added due to v-elim: 0
756.42/756.45	c vivif2 --  cl tried    25532 cl shrink        0 lits rem          0 time: 0.00
756.42/756.49	c vivif2 --  cl tried    73560 cl shrink        0 lits rem          0 time: 0.03
756.62/756.63	c asymm  cl-useful: 0/804/25532 lits-rem:0 time: 0.14
756.62/756.63	c calculated reachability. Time: 0.00
756.62/756.63	c  N dy    34   1210308       332     25532        64     73560    178593   3191672     83.65     69.45  --
1038.93/1038.99	c  N dy    35   1710309       332     25532        64    104805    178593   5196398     84.01     69.44  --
1039.13/1039.19	c  S st    35   1710309       332     25532        64    104805    178593   5196398     84.01     69.44  --
1039.53/1039.51	c  S st    35   1710813       332     25532        64    105308    178593   5230020     84.01     69.44  --
1039.53/1039.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1039.53/1039.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1040.23/1040.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.2M T:  0.77
1040.33/1040.30	c Calc non-exist non-lernt bins v-fix:     0 done:    332 time:  0.00 s
1040.33/1040.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1040.33/1040.34	c Subs w/ non-existent bins:      0 time:  0.04 s
1040.43/1040.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1040.43/1040.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1040.43/1040.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.44 3.87 3.75 4/177 3877
/proc/meminfo: memFree=31975312/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=28912 CPUtime=0 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 756 0 0 0 0 0 0 0 18 0 1 0 856581562 29605888 691 33554432000 4194304 4797429 140735046846768 18446744073709551615 4629040 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 7228 691 347 148 0 2157 0

[startup+0.040049 s]
/proc/loadavg: 3.44 3.87 3.75 4/177 3877
/proc/meminfo: memFree=31975312/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=30284 CPUtime=0.03 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 1317 0 0 0 3 0 0 0 18 0 1 0 856581562 31010816 1231 33554432000 4194304 4797429 140735046846768 18446744073709551615 4428866 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 7571 1231 370 148 0 2500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30284

[startup+0.101037 s]
/proc/loadavg: 3.44 3.87 3.75 4/177 3877
/proc/meminfo: memFree=31975312/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=30284 CPUtime=0.09 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 1327 0 0 0 9 0 0 0 18 0 1 0 856581562 31010816 1241 33554432000 4194304 4797429 140735046846768 18446744073709551615 4429118 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 7571 1241 370 148 0 2500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30284

[startup+0.300998 s]
/proc/loadavg: 3.44 3.87 3.75 4/177 3877
/proc/meminfo: memFree=31975312/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=132784 CPUtime=0.29 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 2477 0 0 0 29 0 0 0 18 0 1 0 856581562 135970816 2026 33554432000 4194304 4797429 140735046846768 18446744073709551615 4425039 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 33196 2026 404 148 0 28125 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 132784

[startup+0.700933 s]
/proc/loadavg: 3.44 3.87 3.75 4/177 3877
/proc/meminfo: memFree=31975312/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=132784 CPUtime=0.69 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 2751 0 0 0 69 0 0 0 18 0 1 0 856581562 135970816 2298 33554432000 4194304 4797429 140735046846768 18446744073709551615 4425824 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 33196 2299 406 148 0 28125 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132784

[startup+1.50077 s]
/proc/loadavg: 3.44 3.87 3.75 6/187 3886
/proc/meminfo: memFree=31927472/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=133836 CPUtime=1.49 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 3642 0 0 0 149 0 0 0 20 0 1 0 856581562 137048064 2581 33554432000 4194304 4797429 140735046846768 18446744073709551615 4425045 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 33459 2581 406 148 0 28388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133836

[startup+3.10047 s]
/proc/loadavg: 3.44 3.87 3.75 8/187 3886
/proc/meminfo: memFree=31921168/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=135092 CPUtime=3.09 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 5490 0 0 0 309 0 0 0 25 0 1 0 856581562 138334208 2620 33554432000 4194304 4797429 140735046846768 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 33773 2620 406 148 0 28702 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135092

[startup+6.30087 s]
/proc/loadavg: 3.48 3.87 3.75 8/187 3886
/proc/meminfo: memFree=31897780/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=139400 CPUtime=6.29 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 7940 0 0 0 628 1 0 0 25 0 1 0 856581562 142745600 3954 33554432000 4194304 4797429 140735046846768 18446744073709551615 4524200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 34850 3954 410 148 0 29779 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139400

[startup+12.7007 s]
/proc/loadavg: 3.52 3.87 3.75 6/187 3886
/proc/meminfo: memFree=31875740/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=142152 CPUtime=12.69 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 10811 0 0 0 1268 1 0 0 25 0 1 0 856581562 145563648 4218 33554432000 4194304 4797429 140735046846768 18446744073709551615 4425157 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 35538 4218 411 148 0 30467 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 142152

[startup+25.5002 s]
/proc/loadavg: 3.63 3.88 3.76 5/187 3887
/proc/meminfo: memFree=31859992/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=143896 CPUtime=25.49 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 16598 0 0 0 2546 3 0 0 25 0 1 0 856581562 147349504 5499 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 35974 5499 416 148 0 30903 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143896

[startup+51.1004 s]
/proc/loadavg: 3.75 3.89 3.76 7/187 3887
/proc/meminfo: memFree=31805728/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=153484 CPUtime=51.1 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 26713 0 0 0 5104 6 0 0 25 0 1 0 856581562 157167616 8004 33554432000 4194304 4797429 140735046846768 18446744073709551615 4527113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 38371 8004 416 148 0 33300 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 153484

[startup+102.308 s]
/proc/loadavg: 4.06 3.96 3.79 8/187 3889
/proc/meminfo: memFree=31769832/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=159532 CPUtime=102.3 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 39605 0 0 0 10221 9 0 0 25 0 1 0 856581562 163360768 8822 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424768 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 39883 8822 416 148 0 34812 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 159532

[startup+162.3 s]
/proc/loadavg: 4.02 3.97 3.80 7/187 3890
/proc/meminfo: memFree=31748924/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=163940 CPUtime=162.3 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 58634 0 0 0 16217 13 0 0 25 0 1 0 856581562 167874560 10282 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 40985 10282 416 148 0 35914 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 163940

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.82 8/187 3892
/proc/meminfo: memFree=31732348/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=169164 CPUtime=222.3 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 74925 0 0 0 22212 18 0 0 25 0 1 0 856581562 173223936 12903 33554432000 4194304 4797429 140735046846768 18446744073709551615 4425824 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 42291 12903 416 148 0 37220 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 169164

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.82 8/187 3894
/proc/meminfo: memFree=31699920/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=172540 CPUtime=282.3 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 94498 0 0 0 28206 24 0 0 25 0 1 0 856581562 176680960 13459 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 43135 13459 416 148 0 38064 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 172540

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.83 7/187 3895
/proc/meminfo: memFree=31650520/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=183560 CPUtime=342.3 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 105793 0 0 0 34202 28 0 0 25 0 1 0 856581562 187965440 16335 33554432000 4194304 4797429 140735046846768 18446744073709551615 4567765 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 45890 16335 417 148 0 40819 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 183560

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.83 5/187 3897
/proc/meminfo: memFree=31639432/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=183560 CPUtime=402.31 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 105813 0 0 0 40203 28 0 0 25 0 1 0 856581562 187965440 16355 33554432000 4194304 4797429 140735046846768 18446744073709551615 4495559 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 45890 16355 417 148 0 40819 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 183560

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.84 8/187 3898
/proc/meminfo: memFree=31602808/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=187028 CPUtime=462.31 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 116692 0 0 0 46199 32 0 0 25 0 1 0 856581562 191516672 18175 33554432000 4194304 4797429 140735046846768 18446744073709551615 4259014 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 46757 18175 417 148 0 41686 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 187028

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.85 7/187 3900
/proc/meminfo: memFree=31602768/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=188924 CPUtime=522.31 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 131240 0 0 0 52194 37 0 0 25 0 1 0 856581562 193458176 18673 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424652 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 47231 18673 417 148 0 42160 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 188924

[startup+582.301 s]
/proc/loadavg: 4.06 3.99 3.86 8/187 3902
/proc/meminfo: memFree=31606172/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=190596 CPUtime=582.31 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 145018 0 0 0 58188 43 0 0 25 0 1 0 856581562 195170304 17399 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 47649 17399 417 148 0 42578 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 190596

[startup+642.301 s]
/proc/loadavg: 4.02 3.99 3.86 7/187 3903
/proc/meminfo: memFree=31564716/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=196220 CPUtime=642.32 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 152448 0 0 0 64186 46 0 0 25 0 1 0 856581562 200929280 19604 33554432000 4194304 4797429 140735046846768 18446744073709551615 4567820 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 49055 19604 417 148 0 43984 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 196220

[startup+702.3 s]
/proc/loadavg: 4.01 3.99 3.87 6/187 3905
/proc/meminfo: memFree=31551396/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=196220 CPUtime=702.31 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 152448 0 0 0 70185 46 0 0 25 0 1 0 856581562 200929280 19604 33554432000 4194304 4797429 140735046846768 18446744073709551615 4568009 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 49055 19604 417 148 0 43984 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 196220

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.88 8/187 3906
/proc/meminfo: memFree=31550352/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=197272 CPUtime=762.32 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 153630 0 0 0 76185 47 0 0 25 0 1 0 856581562 202006528 20769 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 49318 20769 417 148 0 44247 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 197272

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.88 8/187 3917
/proc/meminfo: memFree=31543068/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=200500 CPUtime=822.32 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 167593 0 0 0 82180 52 0 0 25 0 1 0 856581562 205312000 18505 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 50125 18505 417 148 0 45054 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 200500

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.89 6/187 3919
/proc/meminfo: memFree=31524912/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=201276 CPUtime=882.32 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 179353 0 0 0 88175 57 0 0 25 0 1 0 856581562 206106624 19025 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 50319 19025 417 148 0 45248 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 201276

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.89 8/187 3920
/proc/meminfo: memFree=31535640/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=202536 CPUtime=942.32 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 190837 0 0 0 94169 63 0 0 25 0 1 0 856581562 207396864 18790 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 50634 18790 417 148 0 45563 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 202536

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.90 8/187 3922
/proc/meminfo: memFree=31485124/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=202620 CPUtime=1002.32 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 200728 0 0 0 100163 69 0 0 25 0 1 0 856581562 207482880 22600 33554432000 4194304 4797429 140735046846768 18446744073709551615 4424617 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 50655 22600 417 148 0 45584 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 202620

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.90 6/187 3923
/proc/meminfo: memFree=31482968/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=213860 CPUtime=1062.33 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 209872 0 0 0 106159 74 0 0 25 0 1 0 856581562 218992640 25598 33554432000 4194304 4797429 140735046846768 18446744073709551615 4506535 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 53465 25598 416 148 0 48394 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 213860

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.91 8/187 3925
/proc/meminfo: memFree=31461460/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=213860 CPUtime=1122.34 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 209872 0 0 0 112160 74 0 0 25 0 1 0 856581562 218992640 25598 33554432000 4194304 4797429 140735046846768 18446744073709551615 4568069 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 53465 25598 416 148 0 48394 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 213860

[startup+1182.3 s]
/proc/loadavg: 4.13 4.04 3.93 8/187 3927
/proc/meminfo: memFree=31492388/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=213860 CPUtime=1182.34 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 209872 0 0 0 118160 74 0 0 25 0 1 0 856581562 218992640 25598 33554432000 4194304 4797429 140735046846768 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 53465 25598 416 148 0 48394 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 213860

[startup+1242.3 s]
/proc/loadavg: 4.04 4.03 3.93 6/187 3928
/proc/meminfo: memFree=31439756/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=213860 CPUtime=1242.34 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 209872 0 0 0 124160 74 0 0 25 0 1 0 856581562 218992640 25598 33554432000 4194304 4797429 140735046846768 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 53465 25598 416 148 0 48394 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 213860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.93 6/187 3930
/proc/meminfo: memFree=31457932/32951124 swapFree=67064572/67111528
[pid=3876] ppid=3871 vsize=213860 CPUtime=1300.05 cores=5,7
/proc/3876/stat : 3876 (techdemo) R 3871 3876 1856 0 -1 4202496 209872 0 0 0 129931 74 0 0 25 0 1 0 856581562 218992640 25598 33554432000 4194304 4797429 140735046846768 18446744073709551615 4568098 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3876/statm: 53465 25598 416 148 0 48394 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 213860

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.06
CPU user time (s): 1299.31
CPU system time (s): 0.745886
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 314520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.31
system time used= 0.745886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209872
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= 49
involuntary context switches= 1175

runsolver used 2.03869 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-09 19:47:39
IDJOB=3173207
IDBENCH=82625
IDSOLVER=1585
FILE ID=node141/3173207-1307641659
RUNJOBID= node141-1307641659-3830
PBS_JOBID= 13549351
Free space on /tmp= 74192 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173207-1307641659/watcher-3173207-1307641659 -o /tmp/evaluation-result-3173207-1307641659/solver-3173207-1307641659 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3173207-1307641659.cnf

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

MD5SUM BENCH= ebf03c9c6463f3682b7e09274cee8655
RANDOM SEED=1203614918

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31976992 kB
Buffers:        193032 kB
Cached:         584596 kB
SwapCached:       8728 kB
Active:         343824 kB
Inactive:       451056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31976992 kB
SwapTotal:    67111528 kB
SwapFree:     67064572 kB
Dirty:           34676 kB
Writeback:           0 kB
AnonPages:       15696 kB
Mapped:           9716 kB
Slab:           114576 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   159520 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= 74156 MiB
End job on node141 at 2011-06-09 20:09:22