Trace number 3274183

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 Strange-Night-1-stSAT 889.755 889.734

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s18527668-sat.cnf
MD5SUMd6f66d406779966e0b3cbed9097980e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099983
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses336
Sum of the clauses size840
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2280
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3274183-1303608616.cnf'
0.00/0.00	c -- header says num vars:            140
0.00/0.00	c -- header says num clauses:         336
0.00/0.00	c -- clauses added:            0 learnts,          336 normals,            0 xors
0.00/0.00	c -- vars added        140
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       140        56       280         0       840         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:      63 undec:       0 neg:      77
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       140        56       280         0       840         0   no data   no data  --
0.05/0.05	c Decided on static restart strategy
0.09/0.13	c  N st     8      4920       140        56       280      4762       840    117374   no data   no data  --
0.39/0.40	c  N st    10     11303       140        56       280      4416       840     92742   no data   no data  --
0.69/0.72	c  N st    11     17048       140        56       280      9998       840    227415   no data   no data  --
1.19/1.21	c  F st    12     25000       140        56       280     12221       840    272191   no data   no data  --
1.19/1.21	c  N st    12     25000       140        56       280     12221       840    272191   no data   no data  --
1.49/1.52	c Decided on static restart strategy
1.49/1.52	c  N st    18     30000       140        56       280     10525       840    214371   no data   no data  --
1.49/1.52	c  S st    18     30000       140        56       280     10525       840    214371   no data   no data  --
1.49/1.57	c  S st    18     30502       140        56       280     11023       840    225411   no data   no data  --
1.49/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.49/1.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1.59/1.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1.59/1.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.89/1.91	c lits-rem:       343  cl-subs:      283  v-elim:      0  v-fix:    0  time:  0.30 s
1.89/1.91	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
1.89/1.91	c calculated reachability. Time: 0.00
1.89/1.91	c  N st    18     30502       140        56       280     10740       840    219389   no data   no data  --
2.29/2.34	c  N st    20     37612       140        56       280      9948       840    194087   no data   no data  --
2.69/2.76	c  N st    21     44011       140        56       280     16155       840    347087   no data   no data  --
2.79/2.89	c  S st    22     45753       140        56       280      9163       840    160017   no data   no data  --
2.89/2.93	c  S st    22     46253       140        56       280      9655       840    171028   no data   no data  --
2.89/2.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
2.89/2.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.89/2.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2.89/2.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2.89/2.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.89/3.00	c lits-rem:       118  cl-subs:       42  v-elim:      0  v-fix:    0  time:  0.04 s
2.89/3.00	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
2.99/3.00	c vivif2 --  cl tried     9613 cl shrink        0 lits rem          0 time: 0.00
2.99/3.00	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
2.99/3.00	c calculated reachability. Time: 0.00
2.99/3.00	c  N st    22     46253       140        56       280      9613       840    170054   no data   no data  --
3.99/4.02	c  N st    23     60650       140        56       280     13924       840    269974   no data   no data  --
4.78/4.80	c  N st    24     69379       140        56       280     11784       840    204624   no data   no data  --
4.78/4.80	c  S st    24     69379       140        56       280     11784       840    204624   no data   no data  --
4.78/4.86	c  S st    24     69881       140        56       280     12279       840    215649   no data   no data  --
4.78/4.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.78/4.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.78/4.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
4.78/4.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.78/4.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4.78/4.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
4.78/4.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.18/5.24	c lits-rem:        96  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.36 s
5.18/5.24	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
5.18/5.25	c vivif2 --  cl tried    12223 cl shrink        0 lits rem          0 time: 0.00
5.18/5.25	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
5.18/5.25	c calculated reachability. Time: 0.00
5.18/5.25	c  N st    24     69881       140        56       280     12223       840    214136   no data   no data  --
6.89/6.99	c  F st    25     87500       140        56       280     17699       840    350946   no data   no data  --
6.89/6.99	c  N st    25     87500       140        56       280     17699       840    350946   no data   no data  --
7.49/7.53	c Decided on static restart strategy
7.79/7.88	c  N st    32     95540       140        56       280     12852       840    207004   no data   no data  --
8.70/8.78	c  N st    34    104821       140        56       280     21926       840    432291   no data   no data  --
8.70/8.78	c  S st    34    104821       140        56       280     21926       840    432291   no data   no data  --
8.80/8.89	c  S st    34    105325       140        56       280     22424       840    443617   no data   no data  --
8.80/8.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/8.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.89/8.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
8.89/8.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.89/8.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
8.89/8.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
8.89/8.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.80/9.84	c lits-rem:       630  cl-subs:      381  v-elim:      0  v-fix:    0  time:  0.89 s
9.80/9.84	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
9.80/9.85	c vivif2 --  cl tried    22043 cl shrink        0 lits rem          0 time: 0.00
9.80/9.85	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
9.80/9.85	c calculated reachability. Time: 0.00
9.80/9.85	c  N st    34    105325       140        56       280     22043       840    434978   no data   no data  --
10.79/10.81	c  N st    35    114923       140        56       280     17785       840    316628   no data   no data  --
12.49/12.53	c  N st    36    129320       140        56       280     17184       840    287737   no data   no data  --
15.09/15.10	c  N st    37    150917       140        56       280     22540       840    415297   no data   no data  --
15.99/16.02	c  S st    38    157987       140        56       280     29362       840    567971   no data   no data  --
16.09/16.14	c  S st    38    158491       140        56       280     29859       840    579252   no data   no data  --
16.09/16.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.09/16.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.09/16.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
16.09/16.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.19/16.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
16.19/16.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
16.19/16.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.19/17.24	c lits-rem:       539  cl-subs:      963  v-elim:      0  v-fix:    0  time:  1.02 s
17.19/17.24	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
17.19/17.25	c vivif2 --  cl tried    28896 cl shrink        0 lits rem          0 time: 0.01
17.19/17.25	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
17.19/17.25	c calculated reachability. Time: 0.00
17.19/17.25	c  N st    38    158491       140        56       280     28896       840    562081   no data   no data  --
23.19/23.27	c  N st    39    207081       140        56       280     23699       840    400118   no data   no data  --
27.29/27.32	c  N st    40    237737       140        56       280     34011       840    642273   no data   no data  --
27.29/27.32	c  S st    40    237737       140        56       280     34011       840    642273   no data   no data  --
27.39/27.47	c  S st    40    238240       140        56       280     34511       840    653632   no data   no data  --
27.39/27.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.39/27.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.39/27.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
27.49/27.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.49/27.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
27.49/27.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
27.49/27.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.59/28.63	c lits-rem:       799  cl-subs:     1030  v-elim:      0  v-fix:    0  time:  1.06 s
28.59/28.63	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
28.59/28.63	c vivif2 --  cl tried    33481 cl shrink        0 lits rem          0 time: 0.01
28.59/28.64	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
28.59/28.64	c calculated reachability. Time: 0.00
28.59/28.64	c  N st    40    238240       140        56       280     33481       840    634145   no data   no data  --
38.50/38.52	c  F st    41    306250       140        56       280     35497       840    660820   no data   no data  --
38.50/38.52	c  N st    41    306250       140        56       280     35497       840    660820   no data   no data  --
39.39/39.42	c Decided on static restart strategy
43.19/43.26	c  N st    51    334554       140        56       280     39633       840    718337   no data   no data  --
46.79/46.81	c  N st    53    357361       140        56       280     37426       840    652956   no data   no data  --
46.79/46.81	c  S st    53    357361       140        56       280     37426       840    652956   no data   no data  --
46.89/46.97	c  S st    53    357869       140        56       280     37930       840    664304   no data   no data  --
46.89/46.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.89/46.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.89/46.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
46.99/47.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.99/47.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
46.99/47.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
46.99/47.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.09/48.15	c lits-rem:       733  cl-subs:      835  v-elim:      0  v-fix:    0  time:  1.09 s
48.09/48.15	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
48.09/48.16	c vivif2 --  cl tried    37095 cl shrink        0 lits rem          0 time: 0.01
48.09/48.16	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
48.09/48.17	c calculated reachability. Time: 0.00
48.09/48.17	c  N st    53    357869       140        56       280     37095       840    649358   no data   no data  --
53.29/53.33	c  N st    54    390264       140        56       280     43363       840    823820   no data   no data  --
62.39/62.41	c  N st    55    438852       140        56       280     37094       840    624772   no data   no data  --
75.29/75.38	c  N st    56    511735       140        56       280     50372       840    917865   no data   no data  --
80.50/80.57	c  N st    57    536803       140        56       280     44573       840    766935   no data   no data  --
80.50/80.57	c  S st    57    536803       140        56       280     44573       840    766935   no data   no data  --
80.70/80.74	c  S st    57    537305       140        56       280     45072       840    777991   no data   no data  --
80.70/80.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.70/80.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.70/80.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
80.70/80.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.79/80.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
80.79/80.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
80.79/80.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.40/82.44	c lits-rem:       925  cl-subs:     1794  v-elim:      0  v-fix:    0  time:  1.59 s
82.40/82.44	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
82.40/82.45	c vivif2 --  cl tried    43278 cl shrink        0 lits rem          0 time: 0.01
82.40/82.46	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
82.40/82.46	c calculated reachability. Time: 0.00
82.40/82.46	c  N st    57    537305       140        56       280     43278       840    746464   no data   no data  --
118.19/118.21	c  N st    58    701291       140        56       281     37701       840    544966   no data   no data  --
141.19/141.24	c  N st    59    805957       140        56       281     66383       840   1205527   no data   no data  --
141.19/141.24	c  S st    59    805957       140        56       281     66383       840   1205527   no data   no data  --
141.39/141.49	c  S st    59    806461       140        56       281     66881       840   1216861   no data   no data  --
141.49/141.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.49/141.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
141.49/141.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.04
141.49/141.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.60/141.69	c subs with bin:      125  lits-rem:        23  v-fix:    0  time:  0.12 s
141.60/141.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
141.60/141.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.90/143.97	c lits-rem:       112  cl-subs:     2605  v-elim:      0  v-fix:    0  time:  2.27 s
143.90/143.97	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
143.90/143.98	c vivif2 --  cl tried    64151 cl shrink        0 lits rem          0 time: 0.01
143.90/143.99	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.01
144.00/144.00	c calculated reachability. Time: 0.00
144.00/144.00	c  N st    59    806461       140        56       281     64151       840   1174250   no data   no data  --
210.79/210.89	c  F st    60   1071875       140        56       281     79719       840   1456471   no data   no data  --
210.79/210.89	c  N st    60   1071875       140        56       281     79719       840   1456471   no data   no data  --
212.89/212.93	c Decided on static restart strategy
218.50/218.55	c  N st    70   1100179       140        56       281     63828       840   1062525   no data   no data  --
228.49/228.51	c  N st    72   1136171       140        56       281     54215       840    836993   no data   no data  --
237.69/237.72	c  N st    73   1168563       140        56       281     85292       840   1533927   no data   no data  --
249.00/249.08	c  N st    74   1209691       140        56       281     79970       840   1420690   no data   no data  --
249.00/249.08	c  S st    74   1209691       140        56       281     79970       840   1420690   no data   no data  --
249.40/249.40	c  S st    74   1210191       140        56       281     80466       840   1431773   no data   no data  --
249.40/249.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
249.40/249.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
249.40/249.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.05
249.50/249.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
249.60/249.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
249.60/249.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
249.60/249.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
253.79/253.90	c lits-rem:       356  cl-subs:     3924  v-elim:      0  v-fix:    0  time:  4.28 s
253.79/253.90	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
253.89/253.91	c vivif2 --  cl tried    76542 cl shrink        0 lits rem          0 time: 0.02
253.89/253.93	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.02
253.89/253.93	c calculated reachability. Time: 0.00
253.89/253.93	c  N st    74   1210191       140        56       281     76542       840   1364937   no data   no data  --
273.90/273.98	c  N st    75   1283073       140        56       281     53237       840    784613   no data   no data  --
305.20/305.24	c  N st    76   1392396       140        56       281     61398       840    963128   no data   no data  --
353.50/353.50	c  N st    77   1556384       140        56       281     66345       840   1053009   no data   no data  --
400.90/400.96	c  N st    78   1710192       140        56       281    107995       840   2076594   no data   no data  --
400.90/400.96	c  S st    78   1710192       140        56       281    107995       840   2076594   no data   no data  --
401.30/401.38	c  S st    78   1710698       140        56       281    108499       840   2087924   no data   no data  --
401.30/401.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
401.30/401.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
401.41/401.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.09
401.50/401.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
401.70/401.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.21 s
401.70/401.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
401.70/401.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
408.90/408.91	c lits-rem:       294  cl-subs:     4138  v-elim:      0  v-fix:    0  time:  7.16 s
408.90/408.91	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
408.90/408.94	c vivif2 --  cl tried   104361 cl shrink        0 lits rem          0 time: 0.03
408.90/408.97	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.03
408.90/408.97	c calculated reachability. Time: 0.00
408.90/408.97	c  N st    78   1710698       140        56       281    104361       840   2019227   no data   no data  --
542.50/542.58	c  N st    79   2079662       140        56       281    115464       840   2126593   no data   no data  --
590.40/590.44	c  N st    80   2210698       140        56       281    118859       840   2123607   no data   no data  --
590.40/590.44	c  S st    80   2210698       140        56       281    118859       840   2123607   no data   no data  --
590.90/590.92	c  S st    80   2211200       140        56       281    119354       840   2134968   no data   no data  --
590.90/590.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
590.90/590.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
591.00/591.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.10
591.00/591.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
591.20/591.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
591.20/591.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
591.20/591.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
604.91/604.95	c lits-rem:      1244  cl-subs:    10069  v-elim:      0  v-fix:    0  time: 13.66 s
604.91/604.95	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
604.91/604.97	c vivif2 --  cl tried   109285 cl shrink        0 lits rem          0 time: 0.03
605.01/605.01	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.03
605.01/605.01	c calculated reachability. Time: 0.00
605.01/605.01	c  N st    80   2211200       140        56       281    109285       840   1950887   no data   no data  --
775.41/775.44	c Finding binary XORs  T:     0.00 s  found:       0
793.12/793.19	c  N st    81   2711201       139        56       276    126758       830   2297532   no data   no data  --
793.12/793.19	c  S st    81   2711201       139        56       276    126758       830   2297532   no data   no data  --
793.71/793.73	c  S st    81   2711704       139        56       276    127257       830   2308793   no data   no data  --
793.71/793.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
793.71/793.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
793.81/793.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.1M T:  0.12
793.91/793.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.11/794.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
794.11/794.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    139 time:  0.00 s
794.11/794.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
825.11/825.16	c lits-rem:      1011  cl-subs:    36177  v-elim:      1  v-fix:    0  time: 31.00 s
825.11/825.16	c vivif2 --  cl tried       60 cl shrink        0 lits rem          0 time: 0.00
825.11/825.18	c vivif2 --  cl tried    91080 cl shrink        0 lits rem          0 time: 0.02
825.21/825.21	c asymm  cl-useful: 0/60/60 lits-rem:0 time: 0.03
825.21/825.21	c calculated reachability. Time: 0.00
825.21/825.21	c  N st    81   2711704       138        60       273     91080       844   1540216   no data   no data  --
889.71/889.72	c  E st    82   2869827         0        60       273    109604       844   1854965   no data   no data  --
889.71/889.72	c Verified 60 clauses.
889.71/889.72	c Solution needs extension. Extending.
889.71/889.72	c Verified 60 clauses.
889.71/889.72	c num threads              : 1          
889.71/889.72	c restarts                 : 82         
889.71/889.72	c dynamic restarts         : 0          
889.71/889.72	c static restarts          : 82         
889.71/889.72	c full restarts            : 4          
889.71/889.72	c total simplify time      : 0.05       
889.71/889.72	c learnts DL2              : 0          
889.71/889.72	c learnts size 2           : 296        
889.71/889.72	c learnts size 1           : 1           (0.71      % of vars)
889.71/889.72	c filedLit time            : 0.54        (0.06      % time)
889.71/889.72	c v-elim SatELite          : 1           (0.71      % vars)
889.71/889.72	c SatELite time            : 64.41       (7.24      % time)
889.71/889.72	c v-elim xor               : 0           (0.00      % vars)
889.71/889.72	c xor elim time            : 0.04        (0.00      % time)
889.71/889.72	c num binary xor trees     : 0          
889.71/889.72	c binxor trees' crown      : 0           (nan       leafs/tree)
889.71/889.72	c bin xor find time        : 0.00       
889.71/889.72	c OTF clause improved      : 92968       (0.03      clauses/conflict)
889.71/889.72	c OTF impr. size diff      : 99135       (1.07       lits/clause)
889.71/889.72	c OTF cl watch-shrink      : 1238990     (0.43      clauses/conflict)
889.71/889.72	c OTF cl watch-sh-lit      : 2088897     (1.69       lits/clause)
889.71/889.72	c tried to recurMin cls    : 354619      (12.36      % of conflicts)
889.71/889.72	c updated cache            : 2394        (0.01       lits/tried recurMin)
889.71/889.72	c clauses over max glue    : 0           (0.00      % of all clauses)
889.71/889.72	c conflicts                : 2869827     (3226.48   / sec)
889.71/889.72	c decisions                : 3186541     (0.20      % random)
889.71/889.72	c bogo-props               : 119083813229 (133883302.85 / sec)
889.71/889.72	c conflict literals        : 68288373    (23.88     % deleted)
889.71/889.72	c Memory used              : 135.40      MB
889.71/889.72	c CPU time                 : 889.46      s
889.71/889.72	s SATISFIABLE
889.71/889.73	v -1 -2 -3 -4 5 -6 7 -8 9 -10 11 -12 13 -14 -15 -16 17 -18 -19 -20 -21 -22 -23 24 -25 -26 -27 28 -29 30 31 32 33 -34 -35 -36 37 -38 39 40 41 42 43 44 45 -46 47 -48 49 -50 51 -52 -53 -54 55 -56 -57 -58 -59 60 -61 -62 -63 64 65 -66 67 -68 69 -70 -71 -72 -73 -74 -75 -76 -77 78 -79 80 81 -82 -83 84 85 -86 -87 88 -89 -90 91 -92 93 94 95 96 97 -98 99 100 -101 102 103 -104 -105 -106 107 -108 -109 -110 -111 112 -113 114 -115 -116 -117 -118 -119 120 -121 -122 123 124 125 126 -127 128 -129 -130 131 -132 -133 -134 135 -136 137 138 139 -140 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3274183-1303608616/watcher-3274183-1303608616 -o /tmp/evaluation-result-3274183-1303608616/solver-3274183-1303608616 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3274183-1303608616.cnf 

running on 2 cores: 4,6

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: 2.63 3.02 2.89 1/174 21606
/proc/meminfo: memFree=11795168/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=29676 CPUtime=0 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 551092253 30388224 456 33554432000 4194304 4650387 140733598670816 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 7419 456 377 112 0 2384 0

[startup+0.0573491 s]
/proc/loadavg: 2.63 3.02 2.89 1/174 21606
/proc/meminfo: memFree=11795168/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=29960 CPUtime=0.05 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 630 0 0 0 5 0 0 0 19 0 1 0 551092253 30679040 567 33554432000 4194304 4650387 140733598670816 18446744073709551615 4333577 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 7490 567 378 112 0 2455 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29960

[startup+0.100345 s]
/proc/loadavg: 2.63 3.02 2.89 1/174 21606
/proc/meminfo: memFree=11795168/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=29960 CPUtime=0.09 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 693 0 0 0 9 0 0 0 19 0 1 0 551092253 30679040 630 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 7490 630 378 112 0 2455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29960

[startup+0.300305 s]
/proc/loadavg: 2.63 3.02 2.89 1/174 21606
/proc/meminfo: memFree=11795168/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=30640 CPUtime=0.29 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 970 0 0 0 29 0 0 0 20 0 1 0 551092253 31375360 774 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365462 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 7660 774 380 112 0 2625 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30640

[startup+0.700233 s]
/proc/loadavg: 2.63 3.02 2.89 1/174 21606
/proc/meminfo: memFree=11795168/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=31136 CPUtime=0.69 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 1357 0 0 0 69 0 0 0 20 0 1 0 551092253 31883264 938 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365316 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 7784 938 380 112 0 2749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31136

[startup+1.50109 s]
/proc/loadavg: 2.63 3.02 2.89 3/180 21617
/proc/meminfo: memFree=11783596/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=31844 CPUtime=1.49 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 2068 0 0 0 149 0 0 0 23 0 1 0 551092253 32608256 1041 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365295 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 7961 1041 381 112 0 2926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31844

[startup+3.10081 s]
/proc/loadavg: 2.66 3.02 2.89 3/180 21617
/proc/meminfo: memFree=11768840/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=38484 CPUtime=3.09 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 4420 0 0 0 309 0 0 0 25 0 1 0 551092253 39407616 2587 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 9621 2587 382 112 0 4586 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38484

[startup+6.30025 s]
/proc/loadavg: 2.66 3.02 2.89 3/179 21617
/proc/meminfo: memFree=11760564/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=39700 CPUtime=6.29 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 5973 0 0 0 628 1 0 0 25 0 1 0 551092253 40652800 3150 33554432000 4194304 4650387 140733598670816 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 9925 3150 382 112 0 4890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39700

[startup+12.7011 s]
/proc/loadavg: 2.61 3.00 2.89 3/178 21617
/proc/meminfo: memFree=11744852/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=45704 CPUtime=12.69 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 9654 0 0 0 1268 1 0 0 25 0 1 0 551092253 46800896 4333 33554432000 4194304 4650387 140733598670816 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 11426 4333 382 112 0 6391 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45704

[startup+25.5008 s]
/proc/loadavg: 2.47 2.95 2.87 3/178 21617
/proc/meminfo: memFree=11729956/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=52728 CPUtime=25.49 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 15145 0 0 0 2547 2 0 0 25 0 1 0 551092253 53993472 5858 33554432000 4194304 4650387 140733598670816 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 13182 5858 382 112 0 8147 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52728

[startup+51.1003 s]
/proc/loadavg: 2.31 2.88 2.85 3/178 21618
/proc/meminfo: memFree=11708356/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=60076 CPUtime=51.09 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 23136 0 0 0 5106 3 0 0 25 0 1 0 551092253 61517824 7736 33554432000 4194304 4650387 140733598670816 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 15019 7736 382 112 0 9984 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60076

[startup+102.306 s]
/proc/loadavg: 2.20 2.74 2.80 3/178 21619
/proc/meminfo: memFree=11683532/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=67860 CPUtime=102.3 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 34548 0 0 0 10225 5 0 0 25 0 1 0 551092253 69488640 10255 33554432000 4194304 4650387 140733598670816 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 16965 10255 382 112 0 11930 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67860

[startup+162.301 s]
/proc/loadavg: 2.08 2.62 2.75 3/178 21621
/proc/meminfo: memFree=11656620/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=81040 CPUtime=162.3 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 48163 0 0 0 16222 8 0 0 25 0 1 0 551092253 82984960 13056 33554432000 4194304 4650387 140733598670816 18446744073709551615 4367213 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 20260 13056 382 112 0 15225 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 81040

[startup+222.301 s]
/proc/loadavg: 2.02 2.49 2.70 3/178 21623
/proc/meminfo: memFree=11630288/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=81392 CPUtime=222.3 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 57460 0 0 0 22219 11 0 0 25 0 1 0 551092253 83345408 13386 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365295 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 20348 13386 382 112 0 15313 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 81392

[startup+282.301 s]
/proc/loadavg: 2.01 2.41 2.66 3/178 21624
/proc/meminfo: memFree=11615876/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=91392 CPUtime=282.3 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 67863 0 0 0 28217 13 0 0 25 0 1 0 551092253 93585408 15905 33554432000 4194304 4650387 140733598670816 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 22848 15905 382 112 0 17813 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 91392

[startup+342.301 s]
/proc/loadavg: 2.00 2.33 2.61 3/178 21626
/proc/meminfo: memFree=11600232/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=91688 CPUtime=342.29 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 76401 0 0 0 34215 14 0 0 25 0 1 0 551092253 93888512 15840 33554432000 4194304 4650387 140733598670816 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 22922 15840 382 112 0 17887 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 91688

[startup+402.301 s]
/proc/loadavg: 2.08 2.28 2.58 3/178 21627
/proc/meminfo: memFree=11596240/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=109568 CPUtime=402.29 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 88354 0 0 0 40213 16 0 0 25 0 1 0 551092253 112197632 20822 33554432000 4194304 4650387 140733598670816 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 27392 20822 382 112 0 22357 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 109568

[startup+462.301 s]
/proc/loadavg: 2.03 2.23 2.54 3/178 21629
/proc/meminfo: memFree=11551596/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=116720 CPUtime=462.3 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 96033 0 0 0 46212 18 0 0 25 0 1 0 551092253 119521280 21174 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 29180 21174 382 112 0 24145 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 116720

[startup+522.301 s]
/proc/loadavg: 2.09 2.20 2.51 3/178 21634
/proc/meminfo: memFree=11572384/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=116852 CPUtime=522.3 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 102133 0 0 0 52210 20 0 0 25 0 1 0 551092253 119656448 22282 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 29213 22282 382 112 0 24178 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 116852

[startup+582.301 s]
/proc/loadavg: 2.03 2.16 2.47 3/178 21635
/proc/meminfo: memFree=11533044/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=117032 CPUtime=582.3 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 109230 0 0 0 58208 22 0 0 25 0 1 0 551092253 119840768 21773 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365295 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 29258 21773 382 112 0 24223 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 117032

[startup+642.3 s]
/proc/loadavg: 2.01 2.13 2.44 3/178 21637
/proc/meminfo: memFree=11527184/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=124052 CPUtime=642.31 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 116810 0 0 0 64208 23 0 0 25 0 1 0 551092253 127029248 23768 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 31013 23768 382 112 0 25978 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 124052

[startup+702.301 s]
/proc/loadavg: 2.04 2.12 2.42 3/178 21638
/proc/meminfo: memFree=11507312/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=124208 CPUtime=702.3 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 122780 0 0 0 70206 24 0 0 25 0 1 0 551092253 127188992 24129 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 31052 24129 382 112 0 26017 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 124208

[startup+762.306 s]
/proc/loadavg: 2.01 2.09 2.38 3/178 21640
/proc/meminfo: memFree=11512372/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=124328 CPUtime=762.32 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 128798 0 0 0 76206 26 0 0 25 0 1 0 551092253 127311872 24594 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 31082 24594 382 112 0 26047 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 124328

[startup+822.3 s]
/proc/loadavg: 2.00 2.07 2.36 3/178 21642
/proc/meminfo: memFree=11509360/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=131680 CPUtime=822.31 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 133336 0 0 0 82204 27 0 0 25 0 1 0 551092253 134840320 26246 33554432000 4194304 4650387 140733598670816 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 32920 26246 382 112 0 27885 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 131680

[startup+882.301 s]
/proc/loadavg: 2.00 2.06 2.33 3/178 21643
/proc/meminfo: memFree=11467788/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=138644 CPUtime=882.31 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 137870 0 0 0 88203 28 0 0 25 0 1 0 551092253 141971456 27006 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 34661 27006 383 112 0 29626 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 138644

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

[startup+883.1 s]
/proc/loadavg: 2.00 2.06 2.33 3/178 21643
/proc/meminfo: memFree=11467788/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=138644 CPUtime=883.11 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 137930 0 0 0 88283 28 0 0 25 0 1 0 551092253 141971456 27066 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 34661 27066 383 112 0 29626 0
Current children cumulated CPU time (s) 883.11
Current children cumulated vsize (KiB) 138644

[startup+886.301 s]
/proc/loadavg: 2.00 2.06 2.33 3/178 21643
/proc/meminfo: memFree=11467044/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=138644 CPUtime=886.31 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 138120 0 0 0 88603 28 0 0 25 0 1 0 551092253 141971456 27256 33554432000 4194304 4650387 140733598670816 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 34661 27256 383 112 0 29626 0
Current children cumulated CPU time (s) 886.31
Current children cumulated vsize (KiB) 138644

[startup+887.901 s]
/proc/loadavg: 2.00 2.06 2.33 3/178 21643
/proc/meminfo: memFree=11463324/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=138644 CPUtime=887.91 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 138222 0 0 0 88763 28 0 0 25 0 1 0 551092253 141971456 27358 33554432000 4194304 4650387 140733598670816 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 34661 27358 383 112 0 29626 0
Current children cumulated CPU time (s) 887.91
Current children cumulated vsize (KiB) 138644

[startup+888.7 s]
/proc/loadavg: 2.00 2.06 2.33 3/178 21643
/proc/meminfo: memFree=11463192/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=138644 CPUtime=888.71 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 138276 0 0 0 88843 28 0 0 25 0 1 0 551092253 141971456 27412 33554432000 4194304 4650387 140733598670816 18446744073709551615 4365329 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 34661 27412 383 112 0 29626 0
Current children cumulated CPU time (s) 888.71
Current children cumulated vsize (KiB) 138644

[startup+889.5 s]
/proc/loadavg: 2.00 2.06 2.33 3/178 21643
/proc/meminfo: memFree=11463192/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=138644 CPUtime=889.51 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 138339 0 0 0 88923 28 0 0 25 0 1 0 551092253 141971456 27475 33554432000 4194304 4650387 140733598670816 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 34661 27475 383 112 0 29626 0
Current children cumulated CPU time (s) 889.51
Current children cumulated vsize (KiB) 138644

[startup+889.7 s]
/proc/loadavg: 2.00 2.06 2.33 3/178 21643
/proc/meminfo: memFree=11463192/32950928 swapFree=67111528/67111528
[pid=21606] ppid=21604 vsize=138644 CPUtime=889.71 cores=4,6
/proc/21606/stat : 21606 (strangenight1-s) R 21604 21606 20385 0 -1 4202496 138354 0 0 0 88943 28 0 0 25 0 1 0 551092253 141971456 27490 33554432000 4194304 4650387 140733598670816 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21606/statm: 34661 27490 383 112 0 29626 0
Current children cumulated CPU time (s) 889.71
Current children cumulated vsize (KiB) 138644

Child status: 10
Real time (s): 889.734
CPU time (s): 889.755
CPU user time (s): 889.46
CPU system time (s): 0.294955
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 192212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 889.46
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138375
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= 13
involuntary context switches= 535

runsolver used 1.3118 second user time and 2.77158 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-24 03:30:16
IDJOB=3274183
IDBENCH=83155
IDSOLVER=1589
FILE ID=node112/3274183-1303608616
RUNJOBID= node112-1303608615-21595
PBS_JOBID= 13150584
Free space on /tmp= 72580 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s18527668-sat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274183-1303608616/watcher-3274183-1303608616 -o /tmp/evaluation-result-3274183-1303608616/solver-3274183-1303608616 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3274183-1303608616.cnf

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

MD5SUM BENCH= d6f66d406779966e0b3cbed9097980e3
RANDOM SEED=1957145040

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11795448 kB
Buffers:       1967668 kB
Cached:       18578280 kB
SwapCached:          0 kB
Active:        9374548 kB
Inactive:     11236416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11795448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6444 kB
Writeback:           0 kB
AnonPages:       64632 kB
Mapped:          14432 kB
Slab:           481024 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189208 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= 72568 MiB
End job on node112 at 2011-04-24 03:45:06