Trace number 3261142

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 204.877 204.883

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-18-sat.cnf
MD5SUM8d1a6057b61b09d4ac0bb88470e901e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses910
Sum of the clauses size3420
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

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-3261142-1303539694.cnf'
0.00/0.00	c -- header says num vars:            180
0.00/0.00	c -- header says num clauses:         910
0.00/0.00	c -- clauses added:            0 learnts,          910 normals,            0 xors
0.00/0.00	c -- vars added        180
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       180       100       810         0      3420         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/100/100 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:    180 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.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c learnt bin added due to v-elim: 0
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     180
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.01	c  B st     0         0       180       100       810         0      3420         0   no data   no data  --
0.02/0.07	c Decided on static restart strategy
0.09/0.19	c  N dy    21      4116       180       100       810      4015      3420    239757     56.45     21.88  --
0.49/0.53	c  N dy    50      8151       180       100       810      5501      3420    304494     60.46     22.54  --
0.89/0.97	c  N dy    80     12277       180       100       810      5388      3420    272385     58.32     22.30  --
1.39/1.47	c  N dy   110     16407       180       100       810      9429      3420    515985     60.12     22.58  --
1.79/1.89	c  N dy   140     20478       180       100       810      7914      3420    390011     56.11     22.50  --
2.49/2.54	c  N dy   169     24556       180       100       810     11844      3420    637346     65.62     22.54  --
3.09/3.10	c  N dy   198     28593       180       100       810      9127      3420    464081     60.73     22.55  --
3.30/3.34	c  S st   209     30000       180       100       810     10496      3420    547573     60.32     22.55  --
3.30/3.37	c  S st   209     30504       180       100       810     10993      3420    576598     60.32     22.55  --
3.30/3.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.30/3.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.49/3.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.2M T:  0.15
3.49/3.52	c Calc non-exist non-lernt bins v-fix:     0 done:    180 time:  0.00 s
3.49/3.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.49/3.52	c Subs w/ non-existent bins:      0 time:  0.00 s
3.49/3.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
3.79/3.87	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.29/6.38	c lits-rem:        56  cl-subs:     1077  v-elim:      0  v-fix:    0  time:  2.51 s
6.29/6.38	c learnt bin added due to v-elim: 0
6.29/6.38	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
6.29/6.39	c vivif2 --  cl tried     9916 cl shrink        0 lits rem          0 time: 0.00
6.39/6.40	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
6.39/6.40	c calculated reachability. Time: 0.00
6.39/6.40	c  N dy   209     30504       180       100       810      9916      3420    530559     60.32     22.55  --
6.39/6.40	c  F st   209     30504       180       100       810      9916      3420    530559     60.32     22.55  --
6.49/6.50	c Decided on static restart strategy
6.59/6.64	c  N dy   230     34599       180       100       810     13878      3420    758371     58.06     22.52  --
6.89/6.94	c  N dy   260     38706       180       100       810     10242      3420    502039     60.23     22.44  --
7.39/7.42	c  N dy   290     42816       180       100       810     14267      3420    741425     61.36     22.34  --
7.89/7.95	c  S st   312     45756       180       100       810     17157      3420    913698     62.51     22.34  --
7.99/8.01	c  S st   312     46258       180       100       810      8916      3420    392724     62.51     22.34  --
7.99/8.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.99/8.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.09/8.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.0M T:  0.13
8.09/8.14	c Calc non-exist non-lernt bins v-fix:     0 done:    180 time:  0.00 s
8.09/8.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.09/8.15	c Subs w/ non-existent bins:      0 time:  0.00 s
8.09/8.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.29/8.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.20 s
8.29/8.36	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.89/8.93	c lits-rem:         2  cl-subs:      349  v-elim:      0  v-fix:    0  time:  0.58 s
8.89/8.93	c learnt bin added due to v-elim: 0
8.89/8.93	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
8.89/8.93	c vivif2 --  cl tried     8567 cl shrink        0 lits rem          0 time: 0.00
8.89/8.94	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
8.89/8.94	c calculated reachability. Time: 0.00
8.89/8.94	c  N dy   312     46258       180       100       810      8567      3420    380115     62.51     22.34  --
9.19/9.25	c  N dy   341     50270       180       100       810     12448      3420    621942     66.24     22.35  --
9.69/9.76	c  N dy   371     54336       180       100       810     16381      3420    873666     66.87     22.41  --
10.40/10.43	c  N dy   401     58462       180       100       810     10692      3420    487181     59.04     22.40  --
10.80/10.88	c  N dy   430     62582       180       100       810     14648      3420    735761     68.48     22.48  --
11.40/11.43	c  N dy   459     66663       180       100       810     18599      3420    973059     58.96     22.44  --
12.00/12.04	c  S st   479     69387       180       100       810     21242      3420   1125550     57.02     22.46  --
12.00/12.10	c  S st   479     69891       180       100       810     11100      3420    506604     57.02     22.46  --
12.00/12.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.00/12.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.29/12.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.7M T:  0.24
12.29/12.34	c Calc non-exist non-lernt bins v-fix:     0 done:    180 time:  0.00 s
12.29/12.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.29/12.34	c Subs w/ non-existent bins:      0 time:  0.00 s
12.29/12.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.59/12.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.28 s
12.59/12.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.19/15.23	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
18.70/18.79	c Added 2 vars  tried: 80000 time: 3.56
18.79/18.83	c ORs :      2 avg-s:  0.0 cl-sh:  7395 l-rem:   7395 b-add:      4 v-rep:   0 cl-rem: 1 avg s: 23.0 T:    3.60
18.79/18.84	c lits-rem:        14  cl-subs:      285  v-elim:      0  v-fix:    0  time:  6.21 s
18.79/18.84	c learnt bin added due to v-elim: 0
18.79/18.84	c vivif2 --  cl tried      102 cl shrink        0 lits rem          0 time: 0.00
18.79/18.84	c vivif2 --  cl tried    10814 cl shrink        0 lits rem          0 time: 0.00
18.79/18.85	c asymm  cl-useful: 0/102/102 lits-rem:0 time: 0.01
18.79/18.85	c calculated reachability. Time: 0.00
18.79/18.85	c  N dy   479     69891       182       102       814     10814      3414    488289     57.02     22.46  --
18.79/18.85	c  F st   479     69891       182       102       814     10814      3414    488289     57.02     22.46  --
18.89/18.99	c Decided on static restart strategy
19.09/19.17	c  N dy   503     74455       182       102       814     15256      3414    773158     61.35     22.47  --
19.59/19.69	c  N dy   538     79251       182       102       814     19957      3414   1057570     62.02     22.42  --
20.19/20.27	c  N dy   575     84357       182       102       814     13288      3414    629874     61.52     22.38  --
20.80/20.82	c  N dy   615     89854       182       102       814     18676      3414    957248     60.13     22.33  --
21.69/21.73	c  N dy   656     95626       182       102       814     24318      3414   1302786     63.09     22.33  --
22.50/22.56	c  N dy   701    101802       182       102       814     17667      3414    839364     60.73     22.35  --
23.00/23.01	c  S st   724    104837       182       102       814     20636      3414   1012793     56.22     22.33  --
23.00/23.07	c  S st   724    105340       182       102       814     21135      3414   1043317     56.22     22.33  --
23.00/23.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.00/23.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.59/23.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 24.1M T:  0.58
23.59/23.66	c Calc non-exist non-lernt bins v-fix:     0 done:    182 time:  0.00 s
23.59/23.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.59/23.67	c Subs w/ non-existent bins:      0 time:  0.01 s
23.59/23.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.29/24.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.68 s
24.29/24.36	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
27.59/27.62	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
34.10/34.17	c Added 2 vars  tried: 80000 time: 6.55
34.19/34.27	c ORs :      2 avg-s:  0.0 cl-sh: 11558 l-rem:  11558 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    6.65
34.19/34.28	c lits-rem:        14  cl-subs:     3122  v-elim:      2  v-fix:    0  time:  9.92 s
34.19/34.28	c learnt bin added due to v-elim: 0
34.19/34.28	c vivif2 --  cl tried      120 cl shrink        0 lits rem          0 time: 0.00
34.19/34.29	c vivif2 --  cl tried    18013 cl shrink        0 lits rem          0 time: 0.01
34.29/34.32	c asymm  cl-useful: 0/120/120 lits-rem:0 time: 0.03
34.29/34.32	c calculated reachability. Time: 0.00
34.29/34.32	c  N dy   724    105340       182       120       798     18013      3416    862146     56.22     22.33  --
34.99/35.07	c  N dy   773    112165       182       120       798     24688      3416   1266848     60.05     22.33  --
35.79/35.89	c  N dy   826    119436       182       120       798     18150      3416    833422     58.58     22.31  --
36.89/36.92	c  N dy   881    127086       182       120       798     25600      3416   1259116     58.91     22.29  --
38.09/38.12	c  N dy   940    135232       182       120       798     18906      3416    832216     56.03     22.29  --
39.49/39.50	c  N dy  1003    143964       182       120       798     27416      3416   1312553     52.49     22.30  --
40.99/41.04	c  N dy  1070    153237       182       120       798     20862      3416    912967     56.91     22.29  --
41.79/41.88	c  S st  1104    158011       182       120       798     25520      3416   1179980     55.39     22.29  --
41.89/41.94	c  S st  1104    158512       182       120       798     26017      3416   1209225     55.39     22.29  --
41.89/41.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.89/41.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.69/42.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 36.4M T:  0.78
42.69/42.72	c Calc non-exist non-lernt bins v-fix:     0 done:    182 time:  0.00 s
42.69/42.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.69/42.73	c Subs w/ non-existent bins:      0 time:  0.01 s
42.69/42.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.39/43.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.67 s
43.39/43.42	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
45.69/45.72	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
53.39/53.45	c Added 2 vars  tried: 80000 time: 7.72
53.59/53.67	c ORs :      2 avg-s:  0.0 cl-sh: 17147 l-rem:  17147 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    7.94
53.59/53.68	c lits-rem:        90  cl-subs:     2474  v-elim:      2  v-fix:    0  time: 10.26 s
53.59/53.68	c learnt bin added due to v-elim: 0
53.59/53.68	c vivif2 --  cl tried      135 cl shrink        0 lits rem          0 time: 0.00
53.59/53.69	c vivif2 --  cl tried    23543 cl shrink        0 lits rem          0 time: 0.01
53.69/53.74	c asymm  cl-useful: 0/135/135 lits-rem:0 time: 0.05
53.69/53.74	c calculated reachability. Time: 0.00
53.69/53.74	c  N dy  1104    158512       182       135       785     23543      3418   1072397     55.39     22.29  --
54.79/54.87	c  N dy  1178    168759       182       135       785     16971      3418    677693     61.00     22.25  --
56.00/56.04	c  N dy  1256    179580       182       135       785     27509      3418   1292091     58.45     22.23  --
57.69/57.76	c  N dy  1340    191159       182       135       785     21307      3418    912903     55.76     22.18  --
59.59/59.62	c  N dy  1429    203485       182       135       785     33356      3418   1609857     58.79     22.14  --
61.49/61.53	c  N dy  1522    216492       182       135       785     27478      3418   1295512     58.06     22.12  --
63.99/64.02	c  N dy  1621    230381       182       135       785     21459      3418    887402     60.04     22.13  --
64.99/65.09	c  S st  1674    237768       182       135       785     28628      3418   1308022     59.38     22.14  --
65.09/65.16	c  S st  1674    238273       182       135       785     29128      3418   1335594     59.38     22.14  --
65.09/65.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
65.09/65.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.09/66.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 41.5M T:  0.94
66.09/66.11	c Calc non-exist non-lernt bins v-fix:     0 done:    182 time:  0.00 s
66.09/66.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.09/66.12	c Subs w/ non-existent bins:      0 time:  0.01 s
66.09/66.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.79/66.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.76 s
66.79/66.89	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
69.49/69.54	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
77.39/77.50	c Added 2 vars  tried: 80000 time: 7.95
77.69/77.72	c ORs :      2 avg-s:  0.0 cl-sh: 17353 l-rem:  17353 b-add:      4 v-rep:   0 cl-rem: 3 avg s: 18.7 T:    8.18
77.69/77.74	c lits-rem:       105  cl-subs:     3171  v-elim:      2  v-fix:    0  time: 10.84 s
77.69/77.74	c learnt bin added due to v-elim: 0
77.69/77.74	c vivif2 --  cl tried      152 cl shrink        0 lits rem          0 time: 0.00
77.69/77.75	c vivif2 --  cl tried    25954 cl shrink        0 lits rem          0 time: 0.01
77.79/77.80	c asymm  cl-useful: 0/152/152 lits-rem:0 time: 0.05
77.79/77.80	c calculated reachability. Time: 0.00
77.79/77.80	c  N dy  1674    238273       182       152       770     25954      3420   1170338     59.38     22.14  --
80.19/80.22	c  N dy  1786    253587       182       152       770     20537      3420    801518     53.41     22.13  --
83.19/83.24	c  N dy  1904    269809       182       152       770     36390      3420   1702978     59.88     22.09  --
86.89/86.95	c  N dy  2030    287092       182       152       770     31787      3420   1392008     57.43     22.06  --
91.20/91.27	c  N dy  2164    305455       182       152       770     27292      3420   1098773     49.72     22.04  --
96.09/96.18	c  N dy  2306    325090       182       152       770     46500      3420   2158775     51.15     22.03  --
100.79/100.87	c  N dy  2452    345134       182       152       770     42642      3420   1901877     56.95     21.99  --
104.19/104.23	c  S st  2542    357409       182       152       770     30233      3420   1203568     55.25     21.98  --
104.29/104.30	c  S st  2542    357916       182       152       770     30735      3420   1233331     55.25     21.98  --
104.29/104.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.29/104.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.39/105.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 58.8M T:  1.17
105.39/105.47	c Calc non-exist non-lernt bins v-fix:     0 done:    182 time:  0.00 s
105.39/105.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.39/105.49	c Subs w/ non-existent bins:      0 time:  0.01 s
105.50/105.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.09/106.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.61 s
106.09/106.12	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
108.29/108.37	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
115.19/115.27	c Added 2 vars  tried: 80000 time: 6.90
115.39/115.45	c ORs :      2 avg-s:  0.0 cl-sh: 14493 l-rem:  14493 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    7.07
115.39/115.46	c lits-rem:        21  cl-subs:     2981  v-elim:      2  v-fix:    0  time:  9.34 s
115.39/115.46	c learnt bin added due to v-elim: 0
115.39/115.46	c vivif2 --  cl tried      168 cl shrink        0 lits rem          0 time: 0.00
115.39/115.47	c vivif2 --  cl tried    27754 cl shrink        0 lits rem          0 time: 0.01
115.50/115.52	c asymm  cl-useful: 0/168/168 lits-rem:0 time: 0.04
115.50/115.52	c calculated reachability. Time: 0.00
115.50/115.52	c  N dy  2542    357916       182       168       756     27754      3422   1088954     55.25     21.98  --
118.80/118.83	c  N dy  2687    377974       182       168       756     47365      3422   2238780     57.94     21.95  --
122.39/122.49	c  N dy  2831    398090       182       168       756     41641      3422   1832511     60.09     21.94  --
126.39/126.50	c  N dy  2975    418188       182       168       756     34876      3422   1401462     55.81     21.96  --
131.09/131.11	c  N dy  3120    438273       182       168       756     54494      3422   2508492     55.51     21.96  --
134.60/134.69	c  N dy  3263    458410       182       168       756     46805      3422   2042419     54.39     21.96  --
138.89/138.92	c  N dy  3405    478463       182       168       756     37962      3422   1535832     54.34     21.97  --
143.50/143.59	c  N dy  3549    498609       182       168       756     57541      3422   2612166     60.05     21.98  --
147.40/147.49	c  N dy  3692    518678       182       168       756     47935      3422   2063185     54.49     21.97  --
152.00/152.08	c  S st  3822    536875       182       168       756     35445      3422   1360723     51.17     21.98  --
152.10/152.15	c  S st  3822    537379       182       168       756     35942      3422   1388144     51.17     21.98  --
152.10/152.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
152.10/152.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.40/153.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.1M T:  1.29
153.40/153.44	c Calc non-exist non-lernt bins v-fix:     0 done:    182 time:  0.00 s
153.40/153.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.40/153.46	c Subs w/ non-existent bins:      0 time:  0.01 s
153.40/153.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.20/154.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.73 s
154.20/154.21	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
157.10/157.15	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
163.70/163.76	c Added 2 vars  tried: 80000 time: 6.60
163.90/163.96	c ORs :      2 avg-s:  0.0 cl-sh: 16436 l-rem:  16436 b-add:      4 v-rep:   0 cl-rem: 2 avg s: 23.5 T:    6.80
163.90/163.97	c lits-rem:        42  cl-subs:     6798  v-elim:      2  v-fix:    0  time:  9.76 s
163.90/163.97	c learnt bin added due to v-elim: 0
163.90/163.97	c vivif2 --  cl tried      185 cl shrink        0 lits rem          0 time: 0.00
163.90/163.99	c vivif2 --  cl tried    29142 cl shrink        0 lits rem          0 time: 0.01
164.00/164.06	c asymm  cl-useful: 0/185/185 lits-rem:0 time: 0.07
164.00/164.06	c calculated reachability. Time: 0.00
164.00/164.06	c  N dy  3822    537379       182       185       741     29142      3424   1130012     51.17     21.98  --
164.00/164.06	c  F st  3822    537379       182       185       741     29142      3424   1130012     51.17     21.98  --
164.20/164.26	c Decided on static restart strategy
166.69/166.74	c  N dy  3955    557462       182       185       741     48663      3424   2250635     55.85     21.98  --
170.69/170.73	c  N dy  4097    577518       182       185       741     37125      3424   1470745     56.83     21.99  --
174.60/174.63	c  N dy  4239    597653       182       185       741     56635      3424   2549007     53.63     22.00  --
178.60/178.61	c  N dy  4382    617793       182       185       741     44193      3424   1808097     56.60     22.00  --
183.09/183.14	c  N dy  4523    637902       182       185       741     63717      3424   2877789     53.72     22.00  --
186.80/186.85	c  N dy  4665    657973       182       185       741     50250      3424   2100003     55.11     21.99  --
191.40/191.43	c  N dy  4806    678018       182       185       741     35671      3424   1322479     51.91     21.99  --
194.70/194.76	c  N dy  4949    698123       182       185       741     55232      3424   2367614     55.43     21.99  --
199.20/199.29	c  N dy  5091    718178       182       185       741     39726      3424   1542293     52.19     21.99  --
203.00/203.03	c  N dy  5233    738294       182       185       741     59244      3424   2580357     49.53     21.98  --
204.80/204.86	c  E dy  5287    745852         0       185       741     66579      3424   2965934     53.85     21.98  --
204.80/204.86	c Verified 185 clauses.
204.80/204.86	c Solution needs extension. Extending.
204.80/204.88	c Verified 185 clauses.
204.80/204.88	c num threads              : 1          
204.80/204.88	c restarts                 : 5287       
204.80/204.88	c dynamic restarts         : 5263       
204.80/204.88	c static restarts          : 24         
204.80/204.88	c full restarts            : 3          
204.80/204.88	c total simplify time      : 0.00       
204.80/204.88	c learnts DL2              : 0          
204.80/204.88	c learnts size 2           : 834        
204.80/204.88	c learnts size 1           : 0           (0.00      % of vars)
204.80/204.88	c filedLit time            : 5.27        (2.58      % time)
204.80/204.88	c v-elim SatELite          : 10          (5.21      % vars)
204.80/204.88	c SatELite time            : 59.32       (28.98     % time)
204.80/204.88	c v-elim xor               : 0           (0.00      % vars)
204.80/204.88	c xor elim time            : 0.02        (0.01      % time)
204.80/204.88	c num binary xor trees     : 0          
204.80/204.88	c binxor trees' crown      : 0           (nan       leafs/tree)
204.80/204.88	c bin xor find time        : 0.00       
204.80/204.88	c OTF clause subsumed      : 19406       (0.03      clauses/conflict)
204.80/204.88	c OTF subs. size diff      : 20013       (1.03       lits/clause)
204.80/204.88	c OTF cl watch-shrink      : 360950      (0.48      clauses/conflict)
204.80/204.88	c OTF cl watch-sh-lit      : 848353      (2.35       lits/clause)
204.80/204.88	c tried to recurMin cls    : 745852      (100.00     % of conflicts)
204.80/204.88	c updated cache            : 226         (0.00       lits/tried recurMin)
204.80/204.88	c OTF Gate-Rem cl          : 71          (0.00      clauses/conflict)
204.80/204.88	c OTF Gate-rem lits        : 74          (1.04      lits/confl)
204.80/204.88	c clauses over max glue    : 0           (0.00      % of all clauses)
204.80/204.88	c conflicts                : 745852      (3643.44   / sec)
204.80/204.88	c decisions                : 1032944     (0.25      % random)
204.80/204.88	c bogo-props               : 8309323142  (40590530.33 / sec)
204.80/204.88	c props                    : 20338418    (99351.92  / sec)
204.80/204.88	c conflict literals        : 42224129    (15.03     % deleted)
204.80/204.88	c Memory used              : 162.53      MB
204.80/204.88	c CPU time                 : 204.71      s
204.80/204.88	s SATISFIABLE
204.80/204.88	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 -141 -142 -143 144 -145 -146 -147 -148 -149 -150 -151 -152 -153 154 -155 -156 -157 -158 -159 -160 -161 -162 -163 164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 178 -179 -180 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-3261142-1303539694/watcher-3261142-1303539694 -o /tmp/evaluation-result-3261142-1303539694/solver-3261142-1303539694 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3261142-1303539694.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 29769
/proc/meminfo: memFree=15616156/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=127224 CPUtime=0 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 581 0 0 0 0 0 0 0 22 0 1 0 465572026 130277376 515 33554432000 4194304 4797429 140733216796064 18446744073709551615 4423819 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 31806 515 404 148 0 26735 0

[startup+0.022475 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 29769
/proc/meminfo: memFree=15616156/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=127224 CPUtime=0.02 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 627 0 0 0 2 0 0 0 22 0 1 0 465572026 130277376 561 33554432000 4194304 4797429 140733216796064 18446744073709551615 4415787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 31806 561 404 148 0 26735 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 127224

[startup+0.100454 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 29769
/proc/meminfo: memFree=15616156/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=127488 CPUtime=0.09 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 814 0 0 0 9 0 0 0 22 0 1 0 465572026 130547712 744 33554432000 4194304 4797429 140733216796064 18446744073709551615 4425057 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 31872 744 406 148 0 26801 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127488

[startup+0.300422 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 29769
/proc/meminfo: memFree=15616156/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=128608 CPUtime=0.29 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 1223 0 0 0 29 0 0 0 23 0 1 0 465572026 131694592 855 33554432000 4194304 4797429 140733216796064 18446744073709551615 4422918 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 32152 855 406 148 0 27081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128608

[startup+0.700338 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 29769
/proc/meminfo: memFree=15616156/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=129316 CPUtime=0.69 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 1638 0 0 0 69 0 0 0 25 0 1 0 465572026 132419584 1265 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424960 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 32329 1265 406 148 0 27258 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129316

[startup+1.5002 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 29770
/proc/meminfo: memFree=15611932/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=130476 CPUtime=1.49 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 2441 0 0 0 149 0 0 0 25 0 1 0 465572026 133607424 1580 33554432000 4194304 4797429 140733216796064 18446744073709551615 216634212038 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 32619 1580 406 148 0 27548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130476

[startup+3.10092 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 29807
/proc/meminfo: memFree=15598988/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=132152 CPUtime=3.09 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 4000 0 0 0 309 0 0 0 25 0 1 0 465572026 135323648 1783 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424725 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 33038 1783 406 148 0 27967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132152

[startup+6.30035 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 29817
/proc/meminfo: memFree=15572416/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=135816 CPUtime=6.29 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 5020 0 0 0 629 0 0 0 25 0 1 0 465572026 139075584 2803 33554432000 4194304 4797429 140733216796064 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 33954 2803 410 148 0 28883 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135816

[startup+12.7002 s]
/proc/loadavg: 0.46 0.10 0.03 4/185 29817
/proc/meminfo: memFree=15555096/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=139360 CPUtime=12.69 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 9712 0 0 0 1268 1 0 0 25 0 1 0 465572026 142704640 3366 33554432000 4194304 4797429 140733216796064 18446744073709551615 4568088 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 34840 3366 411 148 0 29769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139360

[startup+25.501 s]
/proc/loadavg: 1.10 0.26 0.08 5/190 29828
/proc/meminfo: memFree=15523280/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=144704 CPUtime=25.49 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 14191 0 0 0 2547 2 0 0 25 0 1 0 465572026 148176896 5122 33554432000 4194304 4797429 140733216796064 18446744073709551615 4524480 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 36176 5122 415 148 0 31105 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144704

[startup+51.1004 s]
/proc/loadavg: 2.09 0.56 0.19 5/190 29828
/proc/meminfo: memFree=15501584/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=149164 CPUtime=51.09 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 20051 0 0 0 5107 2 0 0 25 0 1 0 465572026 152743936 6268 33554432000 4194304 4797429 140733216796064 18446744073709551615 4495544 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 37291 6268 415 148 0 32220 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 149164

[startup+102.306 s]
/proc/loadavg: 3.17 1.09 0.38 5/190 29830
/proc/meminfo: memFree=15461592/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=156952 CPUtime=102.3 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 38798 0 0 0 10224 6 0 0 25 0 1 0 465572026 160718848 8651 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 39238 8651 415 148 0 34167 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156952

[startup+162.301 s]
/proc/loadavg: 3.74 1.63 0.61 5/190 29831
/proc/meminfo: memFree=15442460/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=163188 CPUtime=162.3 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 57752 0 0 0 16218 12 0 0 25 0 1 0 465572026 167104512 9260 33554432000 4194304 4797429 140733216796064 18446744073709551615 4495544 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 40797 9260 416 148 0 35726 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 163188

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

[startup+179.101 s]
/proc/loadavg: 3.81 1.78 0.68 5/190 29832
/proc/meminfo: memFree=15432652/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=164428 CPUtime=179.1 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 64994 0 0 0 17896 14 0 0 25 0 1 0 465572026 168374272 10071 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41107 10071 415 148 0 36036 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 164428

[startup+191.901 s]
/proc/loadavg: 3.84 1.85 0.72 5/190 29832
/proc/meminfo: memFree=15429924/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=166156 CPUtime=191.9 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 70970 0 0 0 19175 15 0 0 25 0 1 0 465572026 170143744 9791 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41539 9791 415 148 0 36468 0
Current children cumulated CPU time (s) 191.9
Current children cumulated vsize (KiB) 166156

[startup+198.3 s]
/proc/loadavg: 3.87 1.92 0.75 5/190 29832
/proc/meminfo: memFree=15419756/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=166156 CPUtime=198.29 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 72637 0 0 0 19814 15 0 0 25 0 1 0 465572026 170143744 11428 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41539 11428 415 148 0 36468 0
Current children cumulated CPU time (s) 198.29
Current children cumulated vsize (KiB) 166156

[startup+201.501 s]
/proc/loadavg: 3.87 1.92 0.75 5/190 29832
/proc/meminfo: memFree=15419756/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=166424 CPUtime=201.5 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 74980 0 0 0 20134 16 0 0 25 0 1 0 465572026 170418176 10523 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41606 10523 415 148 0 36535 0
Current children cumulated CPU time (s) 201.5
Current children cumulated vsize (KiB) 166424

[startup+203.101 s]
/proc/loadavg: 3.87 1.92 0.75 5/190 29832
/proc/meminfo: memFree=15422980/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=166424 CPUtime=203.1 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 75368 0 0 0 20294 16 0 0 25 0 1 0 465572026 170418176 10898 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41606 10898 415 148 0 36535 0
Current children cumulated CPU time (s) 203.1
Current children cumulated vsize (KiB) 166424

[startup+203.9 s]
/proc/loadavg: 3.88 1.96 0.77 5/190 29833
/proc/meminfo: memFree=15417276/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=166424 CPUtime=203.9 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 75547 0 0 0 20374 16 0 0 25 0 1 0 465572026 170418176 11075 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424134 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41606 11075 415 148 0 36535 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 166424

[startup+204.3 s]
/proc/loadavg: 3.88 1.96 0.77 5/190 29833
/proc/meminfo: memFree=15417276/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=166424 CPUtime=204.3 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 75652 0 0 0 20414 16 0 0 25 0 1 0 465572026 170418176 11179 33554432000 4194304 4797429 140733216796064 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41606 11179 415 148 0 36535 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 166424

[startup+204.7 s]
/proc/loadavg: 3.88 1.96 0.77 5/190 29833
/proc/meminfo: memFree=15412068/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=166424 CPUtime=204.7 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 75737 0 0 0 20454 16 0 0 25 0 1 0 465572026 170418176 11259 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424603 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41606 11259 415 148 0 36535 0
Current children cumulated CPU time (s) 204.7
Current children cumulated vsize (KiB) 166424

[startup+204.8 s]
/proc/loadavg: 3.88 1.96 0.77 5/190 29833
/proc/meminfo: memFree=15412068/32951124 swapFree=67111528/67111528
[pid=29769] ppid=29767 vsize=166424 CPUtime=204.8 cores=1,3
/proc/29769/stat : 29769 (techdemo) R 29767 29769 29739 0 -1 4202496 75762 0 0 0 20464 16 0 0 25 0 1 0 465572026 170418176 11283 33554432000 4194304 4797429 140733216796064 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29769/statm: 41606 11283 415 148 0 36535 0
Current children cumulated CPU time (s) 204.8
Current children cumulated vsize (KiB) 166424

Child status: 10
Real time (s): 204.883
CPU time (s): 204.877
CPU user time (s): 204.711
CPU system time (s): 0.165974
CPU usage (%): 99.9968
Max. virtual memory (cumulated for all children) (KiB): 254340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.711
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75794
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= 12
involuntary context switches= 389

runsolver used 0.340948 second user time and 0.778881 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-23 08:21:34
IDJOB=3261142
IDBENCH=83216
IDSOLVER=1585
FILE ID=node103/3261142-1303539694
RUNJOBID= node103-1303539689-29759
PBS_JOBID= 13143135
Free space on /tmp= 71096 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-10-18-sat.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261142-1303539694/watcher-3261142-1303539694 -o /tmp/evaluation-result-3261142-1303539694/solver-3261142-1303539694 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3261142-1303539694.cnf

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

MD5SUM BENCH= 8d1a6057b61b09d4ac0bb88470e901e8
RANDOM SEED=494461433

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.83
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.858
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:      15616560 kB
Buffers:       2145880 kB
Cached:       14550984 kB
SwapCached:          0 kB
Active:       10240824 kB
Inactive:      6519492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15616560 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8028 kB
Writeback:           0 kB
AnonPages:       62912 kB
Mapped:          14416 kB
Slab:           511432 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186256 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= 71064 MiB
End job on node103 at 2011-04-23 08:24:59