Trace number 3265014

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 432.647 432.652

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
MD5SUMdb05e30798a5a29f39775d55b01c4246
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.638
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses2416
Sum of the clauses size10560
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41656
Number of clauses of size 5624
Number of clauses of size over 5136

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-3265014-1303574547.cnf'
0.00/0.00	c -- header says num vars:            349
0.00/0.00	c -- header says num clauses:        2416
0.00/0.00	c -- clauses added:            0 learnts,         2416 normals,            0 xors
0.00/0.00	c -- vars added        349
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       349      2416         0         0     10560         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 245/2416/2416 lits-rem:245 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.1M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    349 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.01	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:      1391  cl-subs:      761  v-elim:     38  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:     118 undec:     118 neg:     113
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       349      1655         0         0      5686         0   no data   no data  --
0.01/0.05	c Decided on static restart strategy
2.20/2.29	c  N dy     7     30002       349      1655         3      9948      5686    162712     22.06     15.08  --
2.29/2.30	c  S st     7     30002       349      1655         3      9948      5686    162712     22.06     15.08  --
2.29/2.35	c  S st     7     30504       349      1655         4     10432      5686    173282     22.06     15.08  --
2.29/2.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.29/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.01
2.29/2.36	c Calc non-exist non-lernt bins v-fix:     0 done:    349 time:  0.00 s
2.29/2.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.29/2.36	c Subs w/ non-existent bins:      4 time:  0.00 s
2.29/2.37	c Replacing        2 vars Replaced      695 lits Time:     0.00 s 
2.29/2.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.49/2.57	c lits-rem:       662  cl-subs:     2524  v-elim:     43  v-fix:    0  time:  0.20 s
2.49/2.57	c learnt bin added due to v-elim: 0
2.49/2.57	c vivif2 --  cl tried     1637 cl shrink        0 lits rem          0 time: 0.00
2.49/2.57	c vivif2 --  cl tried     7918 cl shrink        0 lits rem          0 time: 0.00
2.49/2.59	c asymm  cl-useful: 0/1637/1637 lits-rem:0 time: 0.02
2.49/2.59	c calculated reachability. Time: 0.00
2.49/2.59	c  N dy     7     30504       345      1637         0      7918      5625    136555     22.06     15.08  --
2.49/2.59	c  F st     7     30504       345      1637         0      7918      5625    136555     22.06     15.08  --
2.69/2.75	c Decided on static restart strategy
4.19/4.29	c  N dy    14     45756       345      1637         1     14497      5625    251509     22.02     15.55  --
4.30/4.30	c  S st    14     45756       345      1637         1     14497      5625    251509     22.02     15.55  --
4.30/4.37	c  S st    14     46257       345      1637         1     14979      5625    262833     22.02     15.55  --
4.30/4.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.30/4.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.30/4.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.02
4.30/4.40	c Calc non-exist non-lernt bins v-fix:     0 done:    345 time:  0.00 s
4.30/4.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.30/4.40	c Subs w/ non-existent bins:      0 time:  0.00 s
4.40/4.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/4.40	c subs with bin:        8  lits-rem:        62  v-fix:    0  time:  0.00 s
4.40/4.40	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.09/5.17	c lits-rem:      1670  cl-subs:     4559  v-elim:     41  v-fix:    0  time:  0.77 s
5.09/5.17	c learnt bin added due to v-elim: 0
5.09/5.17	c vivif2 --  cl tried     1637 cl shrink        0 lits rem          0 time: 0.00
5.09/5.17	c vivif2 --  cl tried    10412 cl shrink        0 lits rem          0 time: 0.00
5.09/5.19	c asymm  cl-useful: 0/1637/1637 lits-rem:0 time: 0.02
5.09/5.20	c calculated reachability. Time: 0.00
5.09/5.20	c  N dy    14     46257       345      1637         2     10412      5625    178670     22.02     15.55  --
7.99/8.09	c  N dy    15     69385       345      1637         2     14468      5625    244016     21.60     15.79  --
8.09/8.10	c  S st    15     69385       345      1637         2     14468      5625    244016     21.60     15.79  --
8.09/8.17	c  S st    15     69889       345      1637         3     14962      5625    255018     21.60     15.79  --
8.09/8.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.09/8.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.19/8.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.02
8.19/8.20	c Calc non-exist non-lernt bins v-fix:     0 done:    345 time:  0.00 s
8.19/8.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.19/8.20	c Subs w/ non-existent bins:      0 time:  0.00 s
8.19/8.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.19/8.20	c subs with bin:        1  lits-rem:         9  v-fix:    0  time:  0.00 s
8.19/8.21	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.09/9.10	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
9.99/10.02	c Added 4 vars  tried: 70312 time: 0.91
9.99/10.06	c ORs :      4 avg-s:  0.0 cl-sh:  7392 l-rem:   7392 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.96
9.99/10.07	c lits-rem:      1013  cl-subs:     3134  v-elim:     41  v-fix:    0  time:  1.86 s
9.99/10.07	c learnt bin added due to v-elim: 0
9.99/10.07	c vivif2 --  cl tried     1641 cl shrink        0 lits rem          0 time: 0.00
9.99/10.07	c vivif2 --  cl tried    11827 cl shrink        0 lits rem          0 time: 0.00
9.99/10.09	c asymm  cl-useful: 0/1641/1641 lits-rem:0 time: 0.02
9.99/10.09	c calculated reachability. Time: 0.00
9.99/10.09	c  N dy    15     69889       349      1641        11     11827      5653    192020     21.60     15.79  --
9.99/10.09	c  F st    15     69889       349      1641        11     11827      5653    192020     21.60     15.79  --
10.19/10.25	c Decided on static restart strategy
14.49/14.55	c  N dy    22    104834       349      1641        11     23115      5653    402986     21.44     15.75  --
14.49/14.57	c  S st    22    104834       349      1641        11     23115      5653    402986     21.44     15.75  --
14.59/14.69	c  S st    22    105338       349      1641        11     11863      5653    157558     21.44     15.75  --
14.59/14.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.59/14.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.69/14.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.02
14.69/14.71	c Calc non-exist non-lernt bins v-fix:     0 done:    349 time:  0.00 s
14.69/14.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.69/14.71	c Subs w/ non-existent bins:      0 time:  0.00 s
14.69/14.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.69/14.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.69/14.72	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
14.99/15.02	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.00
15.49/15.53	c Added 4 vars  tried: 80000 time: 0.51
15.49/15.55	c ORs :      4 avg-s:  0.0 cl-sh:  3613 l-rem:   3613 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.52
15.49/15.55	c lits-rem:       241  cl-subs:      364  v-elim:     45  v-fix:    0  time:  0.83 s
15.49/15.55	c learnt bin added due to v-elim: 0
15.49/15.55	c vivif2 --  cl tried     1645 cl shrink        0 lits rem          0 time: 0.00
15.49/15.55	c vivif2 --  cl tried    11499 cl shrink        0 lits rem          0 time: 0.00
15.49/15.57	c asymm  cl-useful: 0/1645/1645 lits-rem:0 time: 0.02
15.49/15.57	c calculated reachability. Time: 0.00
15.49/15.57	c  N dy    22    105338       353      1645        19     11499      5681    149778     21.44     15.75  --
23.79/23.83	c  N dy    23    158008       353      1645        19     18712      5681    281935     19.98     15.24  --
23.79/23.84	c  S st    23    158008       353      1645        19     18712      5681    281935     19.98     15.24  --
23.89/23.92	c  S st    23    158509       353      1645        19     19199      5681    292934     19.98     15.24  --
23.89/23.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.89/23.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.89/23.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.03
23.89/23.95	c Calc non-exist non-lernt bins v-fix:     0 done:    353 time:  0.00 s
23.89/23.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.89/23.96	c Subs w/ non-existent bins:      0 time:  0.00 s
23.89/23.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.89/23.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.89/23.96	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
24.99/25.06	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.00
25.59/25.65	c Added 4 vars  tried: 80000 time: 0.59
25.59/25.67	c ORs :      4 avg-s:  0.0 cl-sh:  3802 l-rem:   3802 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.61
25.59/25.68	c lits-rem:       916  cl-subs:     2708  v-elim:     49  v-fix:    0  time:  1.72 s
25.59/25.68	c learnt bin added due to v-elim: 0
25.59/25.68	c vivif2 --  cl tried     1649 cl shrink        0 lits rem          0 time: 0.00
25.59/25.68	c vivif2 --  cl tried    16491 cl shrink        0 lits rem          0 time: 0.00
25.69/25.71	c asymm  cl-useful: 0/1649/1649 lits-rem:0 time: 0.02
25.69/25.71	c calculated reachability. Time: 0.00
25.69/25.71	c  N dy    23    158509       357      1649        27     16491      5709    248843     19.98     15.24  --
39.29/39.33	c  N dy    24    237763       357      1649        27     21214      5709    298784     21.20     14.69  --
39.29/39.34	c  S st    24    237763       357      1649        27     21214      5709    298784     21.20     14.69  --
39.39/39.43	c  S st    24    238265       357      1649        28     21704      5709    310769     21.20     14.69  --
39.39/39.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.39/39.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.39/39.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      1 BRemN:      0 CBin:       0 P:  2.3M T:  0.04
39.39/39.47	c Calc non-exist non-lernt bins v-fix:     0 done:    357 time:  0.00 s
39.39/39.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.39/39.47	c Subs w/ non-existent bins:      0 time:  0.00 s
39.39/39.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.39/39.48	c subs with bin:        2  lits-rem:         6  v-fix:    0  time:  0.00 s
39.39/39.48	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
40.49/40.51	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.01
40.89/40.99	c Added 4 vars  tried: 80000 time: 0.48
40.99/41.00	c ORs :      4 avg-s:  0.0 cl-sh:  3297 l-rem:   3297 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.50
40.99/41.01	c lits-rem:       847  cl-subs:     3696  v-elim:     52  v-fix:    0  time:  1.53 s
40.99/41.01	c learnt bin added due to v-elim: 0
40.99/41.01	c vivif2 --  cl tried     1653 cl shrink        0 lits rem          0 time: 0.00
40.99/41.01	c vivif2 --  cl tried    18006 cl shrink        0 lits rem          0 time: 0.00
40.99/41.04	c asymm  cl-useful: 0/1653/1653 lits-rem:0 time: 0.03
40.99/41.04	c calculated reachability. Time: 0.00
40.99/41.04	c  N dy    24    238265       361      1653        35     18006      5737    251705     21.20     14.69  --
64.79/64.86	c  N dy    25    357397       361      1653        35     46449      5737    817506     20.82     14.49  --
64.79/64.90	c  S st    25    357397       361      1653        35     46449      5737    817506     20.82     14.49  --
64.99/65.05	c  S st    25    357902       361      1653        35     46944      5737    829848     20.82     14.49  --
64.99/65.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
64.99/65.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.09/65.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.7M T:  0.11
65.09/65.17	c Calc non-exist non-lernt bins v-fix:     0 done:    361 time:  0.00 s
65.09/65.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.09/65.18	c Subs w/ non-existent bins:      0 time:  0.01 s
65.09/65.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
65.09/65.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.09/65.20	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
68.50/68.55	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 13.2 T:    0.04
69.20/69.25	c Added 4 vars  tried: 80000 time: 0.70
69.30/69.33	c ORs :      4 avg-s:  0.0 cl-sh:  6194 l-rem:   6194 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.77
69.30/69.34	c lits-rem:      3627  cl-subs:    11617  v-elim:     53  v-fix:    0  time:  4.14 s
69.30/69.34	c learnt bin added due to v-elim: 0
69.30/69.34	c vivif2 --  cl tried     1657 cl shrink        0 lits rem          0 time: 0.00
69.30/69.35	c vivif2 --  cl tried    35323 cl shrink        0 lits rem          0 time: 0.01
69.40/69.40	c asymm  cl-useful: 0/1657/1657 lits-rem:0 time: 0.06
69.40/69.41	c calculated reachability. Time: 0.00
69.40/69.41	c  N dy    25    357902       365      1657        43     35323      5765    630295     20.82     14.49  --
109.60/109.61	c  N dy    26    536853       365      1657        43     48313      5765    795909     19.64     14.14  --
109.60/109.64	c  S st    26    536853       365      1657        43     48313      5765    795909     19.64     14.14  --
109.80/109.82	c  S st    26    537356       365      1657        45     48801      5764    807650     19.64     14.14  --
109.80/109.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
109.80/109.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
109.90/109.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      1 BRemL:      1 BRemN:      0 CBin:       0 P:  6.0M T:  0.12
109.90/109.95	c Calc non-exist non-lernt bins v-fix:     0 done:    365 time:  0.00 s
109.90/109.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
109.90/109.96	c Subs w/ non-existent bins:    378 time:  0.01 s
110.20/110.22	c Replacing        1 vars Replaced    16399 lits Time:     0.26 s 
110.20/110.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.20/110.24	c subs with bin:       12  lits-rem:         7  v-fix:    0  time:  0.01 s
110.20/110.24	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
113.49/113.56	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.03
114.09/114.17	c Added 4 vars  tried: 80000 time: 0.62
114.19/114.23	c ORs :      4 avg-s:  0.0 cl-sh:  5533 l-rem:   5533 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.67
114.19/114.24	c lits-rem:      4291  cl-subs:    15277  v-elim:     55  v-fix:    0  time:  4.00 s
114.19/114.24	c learnt bin added due to v-elim: 0
114.19/114.24	c vivif2 --  cl tried     1660 cl shrink        0 lits rem          0 time: 0.00
114.19/114.25	c vivif2 --  cl tried    33135 cl shrink        2 lits rem          2 time: 0.01
114.30/114.30	c asymm  cl-useful: 8/1660/1660 lits-rem:8 time: 0.05
114.30/114.30	c calculated reachability. Time: 0.00
114.30/114.30	c  N dy    26    537356       368      1660        53     33135      5779    561988     19.64     14.14  --
114.30/114.30	c  F st    26    537356       368      1660        53     33135      5779    561988     19.64     14.14  --
114.59/114.69	c Decided on static restart strategy
193.40/193.49	c  N dy    33    806035       368      1660        53     62995      5779   1063350     16.27     13.97  --
193.50/193.53	c  S st    33    806035       368      1660        53     62995      5779   1063350     16.27     13.97  --
193.70/193.73	c  S st    33    806538       368      1660        54     63488      5779   1075272     16.27     13.97  --
193.70/193.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
193.70/193.73	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
193.90/193.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.1M T:  0.21
193.90/193.94	c Calc non-exist non-lernt bins v-fix:     0 done:    368 time:  0.00 s
193.90/193.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
193.90/193.96	c Subs w/ non-existent bins:      0 time:  0.01 s
193.90/193.97	c Replacing        1 vars Replaced      280 lits Time:     0.01 s 
193.90/193.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
193.90/193.99	c subs with bin:        2  lits-rem:        12  v-fix:    0  time:  0.01 s
193.90/193.99	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
199.59/199.68	c ORs :     24 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 6 avg s: 11.0 T:    0.05
200.20/200.24	c Added 4 vars  tried: 80000 time: 0.55
200.29/200.33	c ORs :      4 avg-s:  0.0 cl-sh:  6622 l-rem:   6622 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.65
200.29/200.35	c lits-rem:      2877  cl-subs:    19662  v-elim:     57  v-fix:    0  time:  6.35 s
200.29/200.35	c learnt bin added due to v-elim: 0
200.29/200.35	c vivif2 --  cl tried     1646 cl shrink        0 lits rem          0 time: 0.00
200.29/200.36	c vivif2 --  cl tried    43829 cl shrink        0 lits rem          0 time: 0.01
200.39/200.43	c asymm  cl-useful: 1/1646/1646 lits-rem:3 time: 0.07
200.39/200.43	c calculated reachability. Time: 0.00
200.39/200.43	c  N dy    33    806538       369      1645        61     43829      5741    776651     16.27     13.97  --
348.90/348.97	c  N dy    34   1209808       369      1645        61     71302      5741   1184454     21.14     13.29  --
349.00/349.03	c  S st    34   1209808       369      1645        61     71302      5741   1184454     21.14     13.29  --
349.00/349.03	c Finding binary XORs  T:     0.00 s  found:       0
349.30/349.31	c  S st    34   1210312       369      1645        61     71793      5741   1197119     21.14     13.29  --
349.30/349.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
349.30/349.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
349.50/349.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 12.9M T:  0.27
349.50/349.59	c Calc non-exist non-lernt bins v-fix:     0 done:    369 time:  0.00 s
349.50/349.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
349.60/349.60	c Subs w/ non-existent bins:      2 time:  0.02 s
349.60/349.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
349.60/349.64	c subs with bin:        2  lits-rem:         2  v-fix:    0  time:  0.01 s
349.60/349.64	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
354.50/354.54	c ORs :     28 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 16 avg s: 14.3 T:    0.10
355.20/355.23	c Added 4 vars  tried: 80000 time: 0.68
355.40/355.49	c ORs :      4 avg-s:  0.0 cl-sh: 12438 l-rem:  12438 b-add:      8 v-rep:   0 cl-rem: 1 avg s: 15.0 T:    0.95
355.50/355.51	c lits-rem:       762  cl-subs:    12035  v-elim:     56  v-fix:    0  time:  5.87 s
355.50/355.51	c learnt bin added due to v-elim: 0
355.50/355.51	c vivif2 --  cl tried     1644 cl shrink        0 lits rem          0 time: 0.00
355.50/355.53	c vivif2 --  cl tried    59742 cl shrink        2 lits rem          2 time: 0.02
355.60/355.64	c asymm  cl-useful: 0/1567/1644 lits-rem:0 time: 0.11
355.60/355.64	c calculated reachability. Time: 0.00
355.60/355.64	c  N dy    34   1210312       373      1644        69     59742      5753   1005381     21.14     13.29  --
432.60/432.63	c  E dy    35   1413587         0      1644        69     66440      5753   1029054     18.44     13.29  --
432.60/432.63	c Verified 1644 clauses.
432.60/432.63	c Solution needs extension. Extending.
432.60/432.64	c Verified 1644 clauses.
432.60/432.64	c num threads              : 1          
432.60/432.64	c restarts                 : 35         
432.60/432.64	c dynamic restarts         : 11         
432.60/432.64	c static restarts          : 24         
432.60/432.64	c full restarts            : 3          
432.60/432.64	c total simplify time      : 0.00       
432.60/432.64	c learnts DL2              : 0          
432.60/432.64	c learnts size 2           : 79         
432.60/432.64	c learnts size 1           : 0           (0.00      % of vars)
432.60/432.64	c filedLit time            : 0.86        (0.20      % time)
432.60/432.64	c v-elim SatELite          : 4           (1.05      % vars)
432.60/432.64	c SatELite time            : 26.92       (6.22      % time)
432.60/432.64	c v-elim xor               : 0           (0.00      % vars)
432.60/432.64	c xor elim time            : 0.02        (0.00      % time)
432.60/432.64	c num binary xor trees     : 4          
432.60/432.64	c binxor trees' crown      : 4           (1.00      leafs/tree)
432.60/432.64	c bin xor find time        : 0.00       
432.60/432.64	c OTF clause subsumed      : 98480       (0.07      clauses/conflict)
432.60/432.64	c OTF subs. size diff      : 118509      (1.20       lits/clause)
432.60/432.64	c OTF cl watch-shrink      : 197362      (0.14      clauses/conflict)
432.60/432.64	c OTF cl watch-sh-lit      : 241683      (1.22       lits/clause)
432.60/432.64	c tried to recurMin cls    : 1413587     (100.00     % of conflicts)
432.60/432.64	c updated cache            : 1824        (0.00       lits/tried recurMin)
432.60/432.64	c OTF Gate-Rem cl          : 794887      (0.56      clauses/conflict)
432.60/432.64	c OTF Gate-rem lits        : 1364649     (1.72      lits/confl)
432.60/432.64	c clauses over max glue    : 0           (0.00      % of all clauses)
432.60/432.64	c conflicts                : 1413587     (3268.41   / sec)
432.60/432.64	c decisions                : 1492005     (0.65      % random)
432.60/432.64	c bogo-props               : 40225854748 (93007703.10 / sec)
432.60/432.64	c props                    : 120121939   (277738.43 / sec)
432.60/432.64	c conflict literals        : 28598216    (36.44     % deleted)
432.60/432.64	c Memory used              : 158.37      MB
432.60/432.64	c CPU time                 : 432.50      s
432.60/432.64	s SATISFIABLE
432.60/432.65	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 -181 182 183 184 185 186 -187 -188 -189 -190 -191 192 -193 194 -195 -196 197 -198 -199 -200 -201 -202 -203 -204 -205 -206 -207 -208 -209 210 -211 212 -213 214 215 -216 -217 218 -219 -220 221 -222 223 -224 -225 -226 227 228 -229 230 -231 232 233 -234 235 -236 237 -238 -239 240 241 -242 243 244 245 246 -247 248 249 250 -251 252 253 254 255 256 257 -258 -259 260 -261 -262 263 264 -265 266 267 268 -269 -270 271 -272 -273 274 275 -276 -277 278 -279 -280 281 -282 -283 -284 -285 286 287 -288 289 -290 291 292 293 -294 295 -296 -297 298 299 -300 -301 302 303 -304 -305 -306 -307 308 -309 310 311 -312 -313 314 -315 316 -317 -318 319 320 321 -322 323 -324 325 -326 327 -328 -329 330 -331 332 -333 -334 -335 -336 -337 -338 339 340 341 342 -343 344 -345 346 347 348 349 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-3265014-1303574547/watcher-3265014-1303574547 -o /tmp/evaluation-result-3265014-1303574547/solver-3265014-1303574547 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3265014-1303574547.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: 3.68 3.89 3.42 5/185 30914
/proc/meminfo: memFree=13948960/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=28916 CPUtime=0 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 590 0 0 0 0 0 0 0 18 0 1 0 469053447 29609984 525 33554432000 4194304 4797429 140737247264224 18446744073709551615 251813936663 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 7229 525 370 148 0 2158 0

[startup+0.0193689 s]
/proc/loadavg: 3.68 3.89 3.42 5/185 30914
/proc/meminfo: memFree=13948960/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=127696 CPUtime=0.01 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 718 0 0 0 1 0 0 0 18 0 1 0 469053447 130760704 635 33554432000 4194304 4797429 140737247264224 18446744073709551615 4423072 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 31924 635 404 148 0 26853 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 127696

[startup+0.100356 s]
/proc/loadavg: 3.68 3.89 3.42 5/185 30914
/proc/meminfo: memFree=13948960/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=127840 CPUtime=0.09 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 813 0 0 0 9 0 0 0 18 0 1 0 469053447 130908160 725 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424338 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 31960 725 406 148 0 26889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127840

[startup+0.300321 s]
/proc/loadavg: 3.68 3.89 3.42 5/185 30914
/proc/meminfo: memFree=13948960/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=128064 CPUtime=0.29 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 975 0 0 0 29 0 0 0 18 0 1 0 469053447 131137536 768 33554432000 4194304 4797429 140737247264224 18446744073709551615 4413305 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 32016 768 406 148 0 26945 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128064

[startup+0.700254 s]
/proc/loadavg: 3.68 3.89 3.42 5/185 30914
/proc/meminfo: memFree=13948960/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=128664 CPUtime=0.69 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 1280 0 0 0 69 0 0 0 18 0 1 0 469053447 131751936 882 33554432000 4194304 4797429 140737247264224 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 32166 882 406 148 0 27095 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128664

[startup+1.50012 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13924820/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=129056 CPUtime=1.49 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 1644 0 0 0 149 0 0 0 20 0 1 0 469053447 132153344 1014 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424812 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 32264 1014 406 148 0 27193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129056

[startup+3.10085 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13921348/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=130960 CPUtime=3.09 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 2534 0 0 0 309 0 0 0 25 0 1 0 469053447 134103040 1624 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424987 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 32740 1624 414 148 0 27669 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130960

[startup+6.30037 s]
/proc/loadavg: 3.70 3.89 3.42 5/190 30922
/proc/meminfo: memFree=13905440/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=132720 CPUtime=6.29 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 3571 0 0 0 629 0 0 0 25 0 1 0 469053447 135905280 1869 33554432000 4194304 4797429 140737247264224 18446744073709551615 4340816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 33180 1869 414 148 0 28109 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132720

[startup+12.7002 s]
/proc/loadavg: 3.75 3.90 3.43 5/190 30949
/proc/meminfo: memFree=13906996/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=133872 CPUtime=12.69 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 5085 0 0 0 1269 0 0 0 25 0 1 0 469053447 137084928 2088 33554432000 4194304 4797429 140737247264224 18446744073709551615 4425030 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 33468 2088 417 148 0 28397 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133872

[startup+25.5001 s]
/proc/loadavg: 3.79 3.90 3.43 5/190 30949
/proc/meminfo: memFree=13882864/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=135540 CPUtime=25.49 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 7733 0 0 0 2548 1 0 0 25 0 1 0 469053447 138792960 2600 33554432000 4194304 4797429 140737247264224 18446744073709551615 4495525 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 33885 2600 419 148 0 28814 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 135540

[startup+51.1008 s]
/proc/loadavg: 3.86 3.91 3.45 5/190 30949
/proc/meminfo: memFree=13873328/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=138824 CPUtime=51.09 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 13086 0 0 0 5106 3 0 0 25 0 1 0 469053447 142155776 3496 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 34706 3496 417 148 0 29635 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138824

[startup+102.306 s]
/proc/loadavg: 3.94 3.92 3.48 5/190 30953
/proc/meminfo: memFree=13829184/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=145872 CPUtime=102.29 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 21972 0 0 0 10225 4 0 0 25 0 1 0 469053447 149372928 5322 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 36468 5322 417 148 0 31397 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 145872

[startup+162.3 s]
/proc/loadavg: 3.98 3.93 3.51 5/190 30956
/proc/meminfo: memFree=13798548/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=150356 CPUtime=162.29 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 29841 0 0 0 16223 6 0 0 25 0 1 0 469053447 153964544 5907 33554432000 4194304 4797429 140737247264224 18446744073709551615 4390385 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 37589 5907 417 148 0 32518 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 150356

[startup+222.301 s]
/proc/loadavg: 3.99 3.94 3.53 5/190 30957
/proc/meminfo: memFree=13776704/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=154172 CPUtime=222.3 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 36454 0 0 0 22222 8 0 0 25 0 1 0 469053447 157872128 6764 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 38543 6764 417 148 0 33472 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 154172

[startup+282.301 s]
/proc/loadavg: 4.06 3.98 3.57 5/190 30959
/proc/meminfo: memFree=13774460/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=154804 CPUtime=282.3 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 42840 0 0 0 28220 10 0 0 25 0 1 0 469053447 158519296 7079 33554432000 4194304 4797429 140737247264224 18446744073709551615 4351624 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 38701 7079 417 148 0 33630 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154804

[startup+342.301 s]
/proc/loadavg: 4.02 3.98 3.59 5/190 30960
/proc/meminfo: memFree=13755336/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=156388 CPUtime=342.3 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 48366 0 0 0 34218 12 0 0 25 0 1 0 469053447 160141312 7609 33554432000 4194304 4797429 140737247264224 18446744073709551615 4425824 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 39097 7609 417 148 0 34026 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 156388

[startup+402.301 s]
/proc/loadavg: 4.01 3.98 3.62 5/190 30962
/proc/meminfo: memFree=13728040/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=161224 CPUtime=402.29 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 53913 0 0 0 40216 13 0 0 25 0 1 0 469053447 165093376 9324 33554432000 4194304 4797429 140737247264224 18446744073709551615 4351600 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40306 9324 423 148 0 35235 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 161224

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

[startup+409.501 s]
/proc/loadavg: 4.09 3.99 3.62 5/190 30962
/proc/meminfo: memFree=13743292/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=161964 CPUtime=409.5 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 55266 0 0 0 40936 14 0 0 25 0 1 0 469053447 165851136 8946 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40491 8946 423 148 0 35420 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 161964

[startup+422.3 s]
/proc/loadavg: 4.07 3.99 3.63 5/190 30962
/proc/meminfo: memFree=13728772/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=161964 CPUtime=422.3 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 55812 0 0 0 42216 14 0 0 25 0 1 0 469053447 165851136 9459 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40491 9459 423 148 0 35420 0
Current children cumulated CPU time (s) 422.3
Current children cumulated vsize (KiB) 161964

[startup+428.7 s]
/proc/loadavg: 4.06 3.99 3.63 5/190 30963
/proc/meminfo: memFree=13734968/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=162164 CPUtime=428.7 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 56915 0 0 0 42856 14 0 0 25 0 1 0 469053447 166055936 8841 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40541 8841 423 148 0 35470 0
Current children cumulated CPU time (s) 428.7
Current children cumulated vsize (KiB) 162164

[startup+430.301 s]
/proc/loadavg: 4.06 3.99 3.63 5/190 30963
/proc/meminfo: memFree=13731496/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=162164 CPUtime=430.3 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 56995 0 0 0 43016 14 0 0 25 0 1 0 469053447 166055936 8921 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40541 8921 423 148 0 35470 0
Current children cumulated CPU time (s) 430.3
Current children cumulated vsize (KiB) 162164

[startup+431.901 s]
/proc/loadavg: 4.06 3.99 3.63 5/190 30963
/proc/meminfo: memFree=13730128/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=162164 CPUtime=431.9 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 57079 0 0 0 43176 14 0 0 25 0 1 0 469053447 166055936 8998 33554432000 4194304 4797429 140737247264224 18446744073709551615 4425630 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40541 8998 423 148 0 35470 0
Current children cumulated CPU time (s) 431.9
Current children cumulated vsize (KiB) 162164

[startup+432.307 s]
/proc/loadavg: 4.06 3.99 3.63 5/190 30963
/proc/meminfo: memFree=13727896/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=162164 CPUtime=432.3 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 57100 0 0 0 43216 14 0 0 25 0 1 0 469053447 166055936 9018 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40541 9018 423 148 0 35470 0
Current children cumulated CPU time (s) 432.3
Current children cumulated vsize (KiB) 162164

[startup+432.501 s]
/proc/loadavg: 4.06 3.99 3.63 5/190 30963
/proc/meminfo: memFree=13727896/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=162164 CPUtime=432.5 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 57107 0 0 0 43236 14 0 0 25 0 1 0 469053447 166055936 9025 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40541 9025 423 148 0 35470 0
Current children cumulated CPU time (s) 432.5
Current children cumulated vsize (KiB) 162164

[startup+432.601 s]
/proc/loadavg: 4.06 3.99 3.63 5/190 30963
/proc/meminfo: memFree=13727896/32950928 swapFree=67111528/67111528
[pid=30914] ppid=30911 vsize=162164 CPUtime=432.6 cores=1,3
/proc/30914/stat : 30914 (techdemo) R 30911 30914 30044 0 -1 4202496 57112 0 0 0 43246 14 0 0 25 0 1 0 469053447 166055936 9030 33554432000 4194304 4797429 140737247264224 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30914/statm: 40541 9030 423 148 0 35470 0
Current children cumulated CPU time (s) 432.6
Current children cumulated vsize (KiB) 162164

Child status: 10
Real time (s): 432.652
CPU time (s): 432.647
CPU user time (s): 432.5
CPU system time (s): 0.146977
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 270968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 432.5
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57129
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= 22
involuntary context switches= 5106

runsolver used 0.704892 second user time and 1.63275 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-23 18:02:27
IDJOB=3265014
IDBENCH=85368
IDSOLVER=1585
FILE ID=node126/3265014-1303574547
RUNJOBID= node126-1303574547-30880
PBS_JOBID= 13150291
Free space on /tmp= 71372 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265014-1303574547/watcher-3265014-1303574547 -o /tmp/evaluation-result-3265014-1303574547/solver-3265014-1303574547 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3265014-1303574547.cnf

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

MD5SUM BENCH= db05e30798a5a29f39775d55b01c4246
RANDOM SEED=286318836

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13949504 kB
Buffers:       1983828 kB
Cached:       16376496 kB
SwapCached:          0 kB
Active:        7635344 kB
Inactive:     10794192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13949504 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23488 kB
Writeback:           0 kB
AnonPages:       68328 kB
Mapped:          16048 kB
Slab:           506940 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   445876 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= 71356 MiB
End job on node126 at 2011-04-23 18:09:40