Trace number 3249215

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-mtSAT 92.256 23.4831

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x30.cnf
MD5SUMb4a3233c98b6a02fd9143f926d90025d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.182971
Satisfiable
(Un)Satisfiability was proved
Number of variables720
Number of clauses27360
Sum of the clauses size107280
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21080
Number of clauses of size 30
Number of clauses of size 426280
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 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-3249215-1304130222.cnf'
0.00/0.00	c -- header says num vars:            720
0.00/0.00	c -- header says num clauses:       27360
0.00/0.04	c -- clauses added:            0 learnts,        27360 normals,            0 xors
0.00/0.04	c -- vars added        720
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0       720     26280      1080         0    107280         0   no data   no data  --
0.33/0.12	c asymm  cl-useful: 0/16837/26280 lits-rem:0 time: 0.29
0.33/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.7M T:  0.03
0.33/0.13	c Calc non-exist non-lernt bins v-fix:     0 done:    720 time:  0.00 s
0.33/0.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.33/0.13	c Subs w/ non-existent bins:      0 time:  0.00 s
0.33/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.33/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.33/0.15	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
0.85/0.25	c lits-rem:         0  cl-subs:        0  v-elim:    383  v-fix:    0  time:  0.44 s
0.85/0.25	c learnt bin added due to v-elim: 0
0.85/0.25	c Finding binary XORs  T:     0.00 s  found:       0
1.42/0.47	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
1.42/0.47	c calculated reachability. Time: 0.00
1.42/0.47	c Calc default polars -  time:   0.00 s pos:       6 undec:      97 neg:     617
1.42/0.47	c =========================================================================================
1.42/0.47	c types(t): F = full restart, N = normal restart
1.42/0.47	c types(t): S = simplification begin/end, E = solution found
1.42/0.47	c restart types(rt): st = static, dy = dynamic
1.42/0.47	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
1.42/0.47	c  B st     0         0       623     26183       789         0    134440         0   no data   no data  --
1.42/0.47	c Decided on static restart strategy
1.42/0.47	c  N dy    21      4063       623     26183       789      4048    134440    122902     30.86     25.42  --
1.42/0.86	c  N dy    52      8196       623     26183       789      5682    134440    127067     29.51     24.60  --
1.42/0.86	c  N dy    83     12282       623     26183       789      5518    134440     95527     28.59     24.18  --
1.42/0.86	c  N dy   114     16409       623     26183       789      9642    134440    210152     27.11     24.05  --
1.42/0.86	c  N dy   144     20410       623     26183       789      8017    134440    141482     26.34     24.10  --
3.36/0.96	c  N dy   175     24502       623     26183       789     12098    134440    252915     26.92     23.98  --
4.16/1.16	c  N dy   206     28602       623     26183       789      9393    134440    159522     30.80     23.91  --
4.16/1.16	c  S st   217     30000       623     26183       789     10790    134440    196257     26.33     23.85  --
4.16/1.16	c  S st   217     30500       623     26183       789     11290    134440    214682     26.33     23.85  --
4.16/1.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.16/1.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.56/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.4M T:  0.20
4.56/1.26	c Calc non-exist non-lernt bins v-fix:     0 done:    623 time:  0.00 s
4.56/1.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.56/1.26	c Subs w/ non-existent bins:      0 time:  0.02 s
4.56/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.56/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
4.56/1.26	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
11.45/2.95	c lits-rem:       783  cl-subs:     9896  v-elim:    745  v-fix:    0  time:  6.88 s
11.45/2.95	c learnt bin added due to v-elim: 0
11.45/2.95	c vivif2 --  cl tried    26100 cl shrink        0 lits rem          0 time: 0.01
11.45/2.95	c vivif2 --  cl tried     1394 cl shrink        0 lits rem          0 time: 0.00
11.85/3.02	c asymm  cl-useful: 0/9263/26100 lits-rem:0 time: 0.29
11.85/3.03	c calculated reachability. Time: 0.00
11.85/3.03	c  N dy   217     30500       540     26100       540      1394    157680     20306     26.33     23.85  --
11.85/3.03	c  F st   217     30500       540     26100       540      1394    157680     20306     26.33     23.85  --
11.85/3.09	c Decided on static restart strategy
12.25/3.15	c  N dy   238     34512       540     26100       540      5390    157680    159152     29.33     24.47  --
12.65/3.29	c  N dy   269     38619       540     26100       540      9486    157680    288145     31.67     24.66  --
13.44/3.44	c  N dy   300     42708       540     26100       540     13566    157680    413842     33.39     24.81  --
13.84/3.58	c  S st   324     45750       540     26100       540      8729    157680    155785     31.00     24.87  --
14.26/3.61	c  S st   324     46252       540     26100       540      9231    157680    173322     31.00     24.87  --
14.26/3.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.26/3.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.26/3.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.9M T:  0.28
14.26/3.68	c Calc non-exist non-lernt bins v-fix:     0 done:    540 time:  0.00 s
14.26/3.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.26/3.68	c Subs w/ non-existent bins:      0 time:  0.02 s
14.26/3.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.66/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
14.66/3.70	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
19.06/4.84	c lits-rem:       513  cl-subs:      536  v-elim:    540  v-fix:    0  time:  4.55 s
19.06/4.84	c learnt bin added due to v-elim: 0
19.06/4.85	c vivif2 --  cl tried    26100 cl shrink        0 lits rem          0 time: 0.01
19.06/4.85	c vivif2 --  cl tried     8695 cl shrink        0 lits rem          0 time: 0.01
19.44/4.96	c asymm  cl-useful: 0/9129/26100 lits-rem:0 time: 0.46
19.44/4.96	c calculated reachability. Time: 0.00
19.44/4.96	c  N dy   324     46252       540     26100       540      8695    157680    161632     31.00     24.87  --
20.23/5.11	c  N dy   355     50353       540     26100       540     12789    157680    288468     31.47     24.96  --
20.63/5.26	c  N dy   386     54461       540     26100       540     16889    157680    421979     32.76     25.13  --
21.43/5.42	c  N dy   417     58586       540     26100       540     12081    157680    237178     31.56     25.21  --
21.83/5.57	c  N dy   447     62588       540     26100       540     16071    157680    364473     32.41     25.32  --
22.63/5.73	c  N dy   477     66593       540     26100       540     10108    157680    152269     31.70     25.38  --
23.05/5.84	c  S st   498     69378       540     26100       540     12889    157680    247947     36.23     25.53  --
23.05/5.87	c  S st   498     69880       540     26100       540     13391    157680    267353     36.23     25.53  --
23.05/5.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.05/5.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.45/6.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.4M T:  0.48
23.83/6.00	c Calc non-exist non-lernt bins v-fix:     0 done:    540 time:  0.00 s
23.83/6.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.83/6.00	c Subs w/ non-existent bins:      0 time:  0.02 s
23.83/6.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.83/6.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
23.83/6.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
29.82/7.58	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
31.84/8.07	c Added 6 vars  tried: 80000 time: 1.95
31.84/8.07	c ORs :      6 avg-s:  0.0 cl-sh:  2187 l-rem:   2187 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    1.97
31.84/8.08	c lits-rem:       952  cl-subs:      736  v-elim:    540  v-fix:    0  time:  8.16 s
31.84/8.08	c learnt bin added due to v-elim: 0
31.84/8.08	c vivif2 --  cl tried    26106 cl shrink        0 lits rem          0 time: 0.01
31.84/8.09	c vivif2 --  cl tried    12655 cl shrink        0 lits rem          0 time: 0.02
32.62/8.20	c asymm  cl-useful: 0/5229/26106 lits-rem:0 time: 0.46
32.62/8.20	c calculated reachability. Time: 0.00
32.62/8.20	c  N dy   498     69880       546     26106       552     12655    157345    241961     36.23     25.53  --
32.62/8.20	c  F st   498     69880       546     26106       552     12655    157345    241961     36.23     25.53  --
32.62/8.28	c Decided on static restart strategy
33.01/8.37	c  N dy   522     74347       546     26106       552     17099    157345    395094     32.23     25.74  --
33.81/8.56	c  N dy   558     79103       546     26106       552     21842    157345    539337     31.80     25.74  --
34.61/8.76	c  N dy   596     84167       546     26106       552     15939    157345    319222     33.47     25.84  --
35.41/8.97	c  N dy   637     89622       546     26106       552     21383    157345    495661     29.95     25.91  --
36.23/9.20	c  N dy   681     95388       546     26106       552     15179    157345    269730     31.73     25.94  --
37.41/9.44	c  N dy   727    101501       546     26106       552     21284    157345    457374     31.85     25.93  --
38.21/9.62	c  S st   752    104821       546     26106       552     24600    157345    564337     32.42     25.97  --
38.21/9.66	c  S st   752    105321       546     26106       552     25100    157345    581367     32.42     25.97  --
38.21/9.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
38.21/9.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.41/9.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      3 BRemL:      0 BRemN:      0 CBin:       0 P: 15.6M T:  0.99
39.41/9.91	c Calc non-exist non-lernt bins v-fix:     0 done:    546 time:  0.00 s
39.41/9.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.41/9.92	c Subs w/ non-existent bins:      0 time:  0.04 s
39.41/9.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.80/10.00	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.24 s
39.80/10.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
50.58/12.78	c ORs :      6 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
50.58/12.79	c lits-rem:      1729  cl-subs:     2222  v-elim:    916  v-fix:    0  time: 11.15 s
50.58/12.79	c learnt bin added due to v-elim: 0
50.58/12.79	c vivif2 --  cl tried    26106 cl shrink        2 lits rem          2 time: 0.01
50.98/12.80	c vivif2 --  cl tried    22878 cl shrink        0 lits rem          0 time: 0.04
50.98/12.87	c asymm  cl-useful: 0/2624/26104 lits-rem:0 time: 0.29
50.98/12.88	c calculated reachability. Time: 0.00
50.98/12.88	c  N dy   752    105321       544     26104       550     22878    157621    506384     32.42     25.97  --
52.19/13.17	c  N dy   803    112088       544     26104       550     16663    157621    301911     35.95     26.04  --
53.39/13.45	c  N dy   857    119296       544     26104       550     23857    157621    526282     32.95     26.06  --
54.59/13.78	c  N dy   914    126939       544     26104       550     17510    157621    304271     33.00     26.08  --
56.18/14.11	c  N dy   975    135051       544     26104       550     25594    157621    554722     31.08     26.08  --
57.38/14.49	c  N dy  1041    143748       544     26104       550     19304    157621    335654     32.00     26.05  --
58.97/14.88	c  N dy  1111    153012       544     26104       550     28551    157621    623539     29.87     26.05  --
60.18/15.14	c  S st  1149    157981       544     26104       550     17548    157621    259339     28.60     26.02  --
60.18/15.17	c  S st  1149    158483       544     26104       550     18050    157621    281021     28.60     26.02  --
60.18/15.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.18/15.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.98/15.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.5M T:  0.72
60.98/15.36	c Calc non-exist non-lernt bins v-fix:     0 done:    544 time:  0.00 s
60.98/15.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.98/15.36	c Subs w/ non-existent bins:      0 time:  0.02 s
60.98/15.37	c bin-w-bin subsume rem            2 bins  time:  0.00 s
60.98/15.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
60.98/15.39	c Removed useless bin:       2  fixed:     0  bprops:   0.00M  time:  0.00 s
66.18/16.62	c ORs :      6 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
66.18/16.63	c lits-rem:       405  cl-subs:      486  v-elim:    538  v-fix:    0  time:  4.95 s
66.18/16.63	c learnt bin added due to v-elim: 0
66.18/16.63	c vivif2 --  cl tried    26104 cl shrink        0 lits rem          0 time: 0.01
66.18/16.64	c vivif2 --  cl tried    17564 cl shrink        0 lits rem          0 time: 0.02
66.58/16.75	c asymm  cl-useful: 0/7690/26104 lits-rem:0 time: 0.46
66.58/16.75	c calculated reachability. Time: 0.00
66.58/16.75	c  N dy  1149    158483       544     26104       546     17564    157617    270298     28.60     26.02  --
68.17/17.19	c  N dy  1225    168619       544     26104       546     27676    157617    589969     31.12     26.04  --
70.57/17.70	c  N dy  1306    179435       544     26104       546     21502    157617    359421     29.58     26.02  --
72.56/18.22	c  N dy  1392    190897       544     26104       546     32952    157617    707551     29.60     25.98  --
74.56/18.78	c  N dy  1484    203102       544     26104       546     27167    157617    523032     31.01     25.99  --
77.36/19.40	c  N dy  1582    216188       544     26104       546     21270    157617    318024     31.09     26.01  --
79.75/20.02	c  N dy  1686    230055       544     26104       546     35114    157617    746438     32.63     26.01  --
81.35/20.43	c  S st  1744    237724       544     26104       546     22799    157617    346799     34.87     26.01  --
81.35/20.47	c  S st  1744    238227       544     26104       546     23298    157617    370385     34.87     26.01  --
81.35/20.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.35/20.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
82.55/20.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 20.1M T:  0.95
82.55/20.71	c Calc non-exist non-lernt bins v-fix:     0 done:    544 time:  0.00 s
82.55/20.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
82.55/20.72	c Subs w/ non-existent bins:      0 time:  0.03 s
82.55/20.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.55/20.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
82.55/20.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
88.96/22.37	c ORs :      6 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
88.96/22.38	c lits-rem:      1086  cl-subs:      653  v-elim:    538  v-fix:    0  time:  6.46 s
88.96/22.38	c learnt bin added due to v-elim: 0
88.96/22.38	c vivif2 --  cl tried    26104 cl shrink        0 lits rem          0 time: 0.01
88.96/22.39	c vivif2 --  cl tried    22645 cl shrink        0 lits rem          0 time: 0.03
89.36/22.41	c asymm  cl-useful: 0/1432/26104 lits-rem:0 time: 0.11
89.36/22.41	c calculated reachability. Time: 0.00
89.36/22.41	c  N dy  1744    238227       544     26104       546     22645    157617    353024     34.87     26.01  --
90.94/22.89	c  E dy  1820    248372         0     26104       546     32760    157617    672708     32.99     26.03  --
90.94/22.89	c Verified 26104 clauses.
90.94/22.89	c Solution needs extension. Extending.
92.14/23.47	c Verified 26104 clauses.
92.14/23.47	c Following stats are for *FIRST FINISHED THREAD ONLY*
92.14/23.47	c num threads              : 4          
92.14/23.47	c restarts                 : 1820       
92.14/23.47	c dynamic restarts         : 1802       
92.14/23.47	c static restarts          : 18         
92.14/23.47	c full restarts            : 2          
92.14/23.47	c total simplify time      : 0.00       
92.14/23.47	c learnts DL2              : 0          
92.14/23.47	c learnts size 2           : 1097       
92.14/23.47	c learnts size 1           : 0           (0.00      % of vars)
92.14/23.47	c filedLit time            : 3.65        (3.96      % time)
92.14/23.47	c v-elim SatELite          : 182         (25.07     % vars)
92.14/23.47	c SatELite time            : 42.36       (45.98     % time)
92.14/23.47	c v-elim xor               : 0           (0.00      % vars)
92.14/23.47	c xor elim time            : 0.04        (0.04      % time)
92.14/23.47	c num binary xor trees     : 0          
92.14/23.47	c binxor trees' crown      : 0           (nan       leafs/tree)
92.14/23.47	c bin xor find time        : 0.00       
92.14/23.47	c OTF clause subsumed      : 563         (0.00      clauses/conflict)
92.14/23.47	c OTF subs. size diff      : 588         (1.04       lits/clause)
92.14/23.47	c OTF cl watch-shrink      : 5567        (0.02      clauses/conflict)
92.14/23.47	c OTF cl watch-sh-lit      : 6253        (1.12       lits/clause)
92.14/23.47	c tried to recurMin cls    : 248372      (100.00     % of conflicts)
92.14/23.47	c updated cache            : 12          (0.00       lits/tried recurMin)
92.14/23.47	c OTF Gate-Rem cl          : 2235        (0.01      clauses/conflict)
92.14/23.47	c OTF Gate-rem lits        : 2241        (1.00      lits/confl)
92.14/23.47	c unit cls received        : 0           (nan       % of units)
92.14/23.47	c unit cls sent            : 0           (nan       % of units)
92.14/23.47	c bin cls received         : 0          
92.14/23.47	c bin cls sent             : 17         
92.14/23.47	c tri cls recevied         : 0          
92.14/23.47	c tri cls sent             : 32         
92.14/23.47	c clauses over max glue    : 0           (0.00      % of all clauses)
92.14/23.47	c conflicts                : 248372      (2696.03   / sec)
92.14/23.47	c decisions                : 895610      (0.59      % random)
92.14/23.47	c bogo-props               : 663201264   (7198928.71 / sec)
92.14/23.47	c props                    : 4402414     (47787.40  / sec)
92.14/23.47	c conflict literals        : 7745273     (1.61      % deleted)
92.14/23.47	c Memory used              : 687.97      MB
92.14/23.47	c single-thread CPU time   : 92.12       s
92.14/23.47	c all-threads sum CPU time : 92.12       s
92.14/23.47	s SATISFIABLE
92.14/23.48	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 350 -351 -352 -353 354 -355 -356 357 -358 -359 -360 -361 -362 363 -364 -365 366 -367 -368 369 -370 -371 -372 -373 -374 -375 376 -377 -378 -379 380 381 -382 -383 -384 -385 -386 -387 388 -389 390 -391 -392 -393 394 -395 -396 -397 -398 -399 400 401 -402 -403 -404 -405 -406 -407 408 -409 410 -411 -412 413 -414 -415 -416 -417 -418 419 -420 -421 -422 423 -424 -425 426 -427 -428 -429 430 -431 -432 -433 -434 -435 436 -437 -438 439 -440 -441 -442 -443 444 -445 -446 -447 448 -449 450 -451 -452 -453 454 -455 -456 -457 -458 459 -460 -461 -462 463 -464 465 -466 -467 -468 -469 -470 -471 472 473 -474 -475 -476 -477 -478 479 -480 -481 -482 -483 484 485 -486 -487 -488 -489 490 -491 -492 -493 -494 495 -496 -497 -498 -499 500 -501 502 -503 -504 -505 506 -507 -508 -509 -510 -511 512 513 -514 -515 -516 -517 -518 519 -520 -521 -522 523 -524 525 -526 -527 -528 529 -530 -531 -532 -533 -534 -535 536 -537 -538 -539 540 -541 -542 543 -544 545 -546 -547 -548 -549 -550 -551 552 -553 554 -555 -556 -557 -558 -559 560 561 -562 -563 -564 -565 -566 567 -568 -569 570 -571 -572 -573 -574 575 -576 -577 578 -579 -580 -581 -582 -583 584 -585 586 -587 -588 -589 -590 591 -592 593 -594 -595 -596 -597 -598 -599 600 -601 602 -603 -604 -605 -606 -607 608 609 -610 -611 -612 -613 614 -615 -616 617 -618 -619 -620 -621 -622 -623 624 -625 -626 627 -628 629 -630 -631 -632 -633 634 -635 -636 637 -638 -639 -640 -641 642 -643 -644 -645 646 -647 -648 -649 -650 651 -652 -653 -654 655 -656 -657 -658 659 -660 661 -662 -663 -664 665 -666 -667 -668 -669 -670 671 -672 -673 -674 675 -676 -677 -678 -679 680 -681 -682 -683 684 685 -686 -687 -688 -689 -690 -691 692 -693 -694 -695 696 -697 698 -699 -700 701 -702 -703 -704 -705 -706 -707 708 -709 -710 711 -712 -713 714 -715 -716 -717 718 -719 -720 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-3249215-1304130222/watcher-3249215-1304130222 -o /tmp/evaluation-result-3249215-1304130222/solver-3249215-1304130222 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3249215-1304130222.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.47 7.95 8.00 2/177 27930
/proc/meminfo: memFree=31007360/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=51196 CPUtime=0 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 978 0 0 0 0 0 0 0 25 0 1 0 505438486 52424704 909 33554432000 4194304 4797429 140733576342320 18446744073709551615 4358799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27930/statm: 12799 910 348 148 0 7728 0

[startup+0.0611541 s]
/proc/loadavg: 7.47 7.95 8.00 2/177 27930
/proc/meminfo: memFree=31007360/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=497104 CPUtime=0.33 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 3336 0 0 0 33 0 0 0 18 0 4 0 505438486 509034496 3053 33554432000 4194304 4797429 140733576342320 18446744073709551615 212039698791 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 134648 3263 377 148 0 129577 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 497104

[startup+0.180786 s]
/proc/loadavg: 7.47 7.95 8.00 2/177 27930
/proc/meminfo: memFree=31007360/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=683708 CPUtime=0.58 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 7151 0 0 0 57 1 0 0 18 0 4 0 505438486 700116992 5748 33554432000 4194304 4797429 140733576342320 18446744073709551615 212039351834 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 170927 6532 400 148 0 165856 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 683708

[startup+0.37685 s]
/proc/loadavg: 7.47 7.95 8.00 2/177 27930
/proc/meminfo: memFree=31007360/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=1005468 CPUtime=1.42 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) D 27928 27930 26718 0 -1 4202496 11076 0 0 0 140 2 0 0 18 0 4 0 505438486 1029599232 9248 33554432000 4194304 4797429 140733576342320 18446744073709551615 212039351801 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 251367 8936 412 148 0 246296 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1005468

[startup+0.977816 s]
/proc/loadavg: 7.47 7.95 8.00 2/177 27930
/proc/meminfo: memFree=31007360/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=691784 CPUtime=3.76 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 15060 0 0 0 373 3 0 0 18 0 4 0 505438486 708386816 10392 33554432000 4194304 4797429 140733576342320 18446744073709551615 4387365 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 172946 10392 416 148 0 167875 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 691784

[startup+1.50672 s]
/proc/loadavg: 7.51 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30847592/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=693064 CPUtime=5.88 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 16041 0 0 0 584 4 0 0 19 0 4 0 505438486 709697536 10707 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524184 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 173266 10707 416 148 0 168195 0
[pid=27930/tid=27935] ppid=27928 vsize=693064 CPUtime=1.44 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) R 27928 27930 26718 0 -1 4202560 2902 0 0 0 144 0 0 0 20 0 4 0 505438490 709697536 10707 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=693064 CPUtime=1.45 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) R 27928 27930 26718 0 -1 4202560 3131 0 0 0 144 1 0 0 20 0 4 0 505438490 709697536 10707 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=693064 CPUtime=1.45 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 2622 0 0 0 145 0 0 0 20 0 4 0 505438490 709697536 10707 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 693064

[startup+3.10044 s]
/proc/loadavg: 7.51 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30834000/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=693676 CPUtime=12.25 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 17920 0 0 0 1221 4 0 0 24 0 4 0 505438486 710324224 12536 33554432000 4194304 4797429 140733576342320 18446744073709551615 4351600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 173419 12537 417 148 0 168348 0
[pid=27930/tid=27935] ppid=27928 vsize=693676 CPUtime=3.03 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) R 27928 27930 26718 0 -1 4202560 3340 0 0 0 303 0 0 0 25 0 4 0 505438490 710324224 12537 33554432000 4194304 4797429 140733576342320 18446744073709551615 4424670 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=693676 CPUtime=3.05 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) R 27928 27930 26718 0 -1 4202560 3562 0 0 0 304 1 0 0 25 0 4 0 505438490 710324224 12537 33554432000 4194304 4797429 140733576342320 18446744073709551615 4428832 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=693676 CPUtime=3.05 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 3166 0 0 0 305 0 0 0 25 0 4 0 505438490 710324224 12537 33554432000 4194304 4797429 140733576342320 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 693676

[startup+6.30087 s]
/proc/loadavg: 7.51 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30801380/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=697648 CPUtime=25.03 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 21595 0 0 0 2498 5 0 0 25 0 4 0 505438486 714391552 13769 33554432000 4194304 4797429 140733576342320 18446744073709551615 4523992 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 174412 13769 417 148 0 169341 0
[pid=27930/tid=27935] ppid=27928 vsize=697648 CPUtime=6.21 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) R 27928 27930 26718 0 -1 4202560 3472 0 0 0 621 0 0 0 25 0 4 0 505438490 714391552 13769 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=697648 CPUtime=6.25 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) R 27928 27930 26718 0 -1 4202560 3723 0 0 0 624 1 0 0 25 0 4 0 505438490 714391552 13769 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=697648 CPUtime=6.25 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 3258 0 0 0 625 0 0 0 25 0 4 0 505438490 714391552 13769 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 697648

[startup+12.7007 s]
/proc/loadavg: 7.58 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30757816/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=699372 CPUtime=50.58 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 25454 0 0 0 5053 5 0 0 25 0 4 0 505438486 716156928 15957 33554432000 4194304 4797429 140733576342320 18446744073709551615 4568074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 174843 15957 420 148 0 169772 0
[pid=27930/tid=27935] ppid=27928 vsize=699372 CPUtime=12.59 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) R 27928 27930 26718 0 -1 4202560 3797 0 0 0 1258 1 0 0 25 0 4 0 505438490 716156928 15957 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=699372 CPUtime=12.64 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) R 27928 27930 26718 0 -1 4202560 4004 0 0 0 1263 1 0 0 25 0 4 0 505438490 716156928 15957 33554432000 4194304 4797429 140733576342320 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=699372 CPUtime=12.65 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 3517 0 0 0 1265 0 0 0 25 0 4 0 505438490 716156928 15957 33554432000 4194304 4797429 140733576342320 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 699372

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

[startup+13.1007 s]
/proc/loadavg: 7.58 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30757816/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=699700 CPUtime=52.19 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 26287 0 0 0 5213 6 0 0 25 0 4 0 505438486 716492800 15786 33554432000 4194304 4797429 140733576342320 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 174925 15786 420 148 0 169854 0
[pid=27930/tid=27935] ppid=27928 vsize=699700 CPUtime=12.99 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) R 27928 27930 26718 0 -1 4202560 3797 0 0 0 1298 1 0 0 25 0 4 0 505438490 716492800 15786 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=699700 CPUtime=13.04 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) R 27928 27930 26718 0 -1 4202560 4010 0 0 0 1303 1 0 0 25 0 4 0 505438490 716492800 15786 33554432000 4194304 4797429 140733576342320 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=699700 CPUtime=13.05 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 3523 0 0 0 1305 0 0 0 25 0 4 0 505438490 716492800 15786 33554432000 4194304 4797429 140733576342320 18446744073709551615 4567988 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.19
Current children cumulated vsize (KiB) 699700

[startup+19.5005 s]
/proc/loadavg: 7.62 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30732280/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=704404 CPUtime=77.76 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 35383 0 0 0 7768 8 0 0 25 0 4 0 505438486 721309696 15877 33554432000 4194304 4797429 140733576342320 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 176101 15877 420 148 0 171030 0
[pid=27930/tid=27935] ppid=27928 vsize=704404 CPUtime=19.35 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) R 27928 27930 26718 0 -1 4202560 4266 0 0 0 1934 1 0 0 25 0 4 0 505438490 721309696 15877 33554432000 4194304 4797429 140733576342320 18446744073709551615 4508778 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=704404 CPUtime=19.44 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) R 27928 27930 26718 0 -1 4202560 4512 0 0 0 1943 1 0 0 25 0 4 0 505438490 721309696 15877 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=704404 CPUtime=19.45 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 4110 0 0 0 1945 0 0 0 25 0 4 0 505438490 721309696 15877 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.76
Current children cumulated vsize (KiB) 704404

[startup+21.1002 s]
/proc/loadavg: 7.62 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30730944/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=704476 CPUtime=84.15 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 36960 0 0 0 8406 9 0 0 25 0 4 0 505438486 721383424 16048 33554432000 4194304 4797429 140733576342320 18446744073709551615 4523986 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 176119 16048 420 148 0 171048 0
[pid=27930/tid=27935] ppid=27928 vsize=704476 CPUtime=20.94 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) R 27928 27930 26718 0 -1 4202560 4325 0 0 0 2093 1 0 0 25 0 4 0 505438490 721383424 16048 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=704476 CPUtime=21.04 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) R 27928 27930 26718 0 -1 4202560 4573 0 0 0 2103 1 0 0 25 0 4 0 505438490 721383424 16048 33554432000 4194304 4797429 140733576342320 18446744073709551615 4524072 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=704476 CPUtime=21.05 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 4175 0 0 0 2105 0 0 0 25 0 4 0 505438490 721383424 16048 33554432000 4194304 4797429 140733576342320 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.15
Current children cumulated vsize (KiB) 704476

[startup+22.7009 s]
/proc/loadavg: 7.65 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30726852/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=704476 CPUtime=90.54 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) R 27928 27930 26718 0 -1 4202496 37190 0 0 0 9045 9 0 0 25 0 4 0 505438486 721383424 16272 33554432000 4194304 4797429 140733576342320 18446744073709551615 4424659 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 176119 16272 420 148 0 171048 0
[pid=27930/tid=27935] ppid=27928 vsize=704476 CPUtime=22.53 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) R 27928 27930 26718 0 -1 4202560 4333 0 0 0 2252 1 0 0 25 0 4 0 505438490 721383424 16272 33554432000 4194304 4797429 140733576342320 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=704476 CPUtime=22.64 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) R 27928 27930 26718 0 -1 4202560 4592 0 0 0 2263 1 0 0 25 0 4 0 505438490 721383424 16272 33554432000 4194304 4797429 140733576342320 18446744073709551615 4425633 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=704476 CPUtime=22.65 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 4175 0 0 0 2265 0 0 0 25 0 4 0 505438490 721383424 16272 33554432000 4194304 4797429 140733576342320 18446744073709551615 4568042 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 90.54
Current children cumulated vsize (KiB) 704476

[startup+23.1009 s]
/proc/loadavg: 7.65 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30726852/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=704476 CPUtime=91.84 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) S 27928 27930 26718 0 -1 4202496 37453 0 0 0 9175 9 0 0 24 0 4 0 505438486 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 212051484273 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 176119 16520 423 148 0 171048 0
[pid=27930/tid=27935] ppid=27928 vsize=704476 CPUtime=22.9 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) S 27928 27930 26718 0 -1 4202560 4399 0 0 0 2289 1 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 47206023292468 0 0 4096 2 18446604453945177088 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=704476 CPUtime=22.97 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) S 27928 27930 26718 0 -1 4202560 4633 0 0 0 2296 1 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 47206023292468 0 0 4096 2 18446604453945177088 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=704476 CPUtime=23.05 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 4175 0 0 0 2305 0 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.84
Current children cumulated vsize (KiB) 704476

[startup+23.3009 s]
/proc/loadavg: 7.65 7.95 8.00 9/184 27937
/proc/meminfo: memFree=30726852/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=704476 CPUtime=92.04 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) S 27928 27930 26718 0 -1 4202496 37453 0 0 0 9195 9 0 0 22 0 4 0 505438486 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 212051484273 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 176119 16520 423 148 0 171048 0
[pid=27930/tid=27935] ppid=27928 vsize=704476 CPUtime=22.9 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) S 27928 27930 26718 0 -1 4202560 4399 0 0 0 2289 1 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 47206023292468 0 0 4096 2 18446604453945177088 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=704476 CPUtime=22.97 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) S 27928 27930 26718 0 -1 4202560 4633 0 0 0 2296 1 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 47206023292468 0 0 4096 2 18446604453945177088 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=704476 CPUtime=23.25 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 4175 0 0 0 2325 0 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 92.04
Current children cumulated vsize (KiB) 704476

[startup+23.4009 s]
/proc/loadavg: 7.65 7.95 8.00 6/184 27937
/proc/meminfo: memFree=30732308/32951124 swapFree=67106388/67111528
[pid=27930] ppid=27928 vsize=704476 CPUtime=92.14 cores=0,2,4,6
/proc/27930/stat : 27930 (techdemo) S 27928 27930 26718 0 -1 4202496 37453 0 0 0 9205 9 0 0 20 0 4 0 505438486 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 212051484273 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27930/statm: 176119 16520 423 148 0 171048 0
[pid=27930/tid=27935] ppid=27928 vsize=704476 CPUtime=22.9 cores=0,2,4,6
/proc/27930/task/27935/stat : 27935 (techdemo) S 27928 27930 26718 0 -1 4202560 4399 0 0 0 2289 1 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 47206023292468 0 0 4096 2 18446604453945177088 0 0 -1 6 0 0 0
[pid=27930/tid=27936] ppid=27928 vsize=704476 CPUtime=22.97 cores=0,2,4,6
/proc/27930/task/27936/stat : 27936 (techdemo) S 27928 27930 26718 0 -1 4202560 4633 0 0 0 2296 1 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 47206023292468 0 0 4096 2 18446604453945177088 0 0 -1 2 0 0 0
[pid=27930/tid=27937] ppid=27928 vsize=704476 CPUtime=23.35 cores=0,2,4,6
/proc/27930/task/27937/stat : 27937 (techdemo) R 27928 27930 26718 0 -1 4202560 4175 0 0 0 2335 0 0 0 25 0 4 0 505438490 721383424 16520 33554432000 4194304 4797429 140733576342320 18446744073709551615 4430072 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 92.14
Current children cumulated vsize (KiB) 704476

Child status: 10
Real time (s): 23.4831
CPU time (s): 92.256
CPU user time (s): 92.159
CPU system time (s): 0.096985
CPU usage (%): 392.861
Max. virtual memory (cumulated for all children) (KiB): 1005468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.159
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37463
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= 2289
involuntary context switches= 599

runsolver used 0.040993 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 04:23:42
IDJOB=3249215
IDBENCH=83160
IDSOLVER=1584
FILE ID=node146/3249215-1304130222
RUNJOBID= node146-1304130222-27880
PBS_JOBID= 13170750
Free space on /tmp= 73340 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x30.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249215-1304130222/watcher-3249215-1304130222 -o /tmp/evaluation-result-3249215-1304130222/solver-3249215-1304130222 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3249215-1304130222.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b4a3233c98b6a02fd9143f926d90025d
RANDOM SEED=1785331004

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      31007888 kB
Buffers:        398872 kB
Cached:        1074676 kB
SwapCached:        636 kB
Active:         159828 kB
Inactive:      1410168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31007888 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:           19576 kB
Writeback:          44 kB
AnonPages:       95608 kB
Mapped:          14816 kB
Slab:           310376 kB
PageTables:       4500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   265008 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= 73332 MiB
End job on node146 at 2011-04-30 04:24:06