Trace number 3366626

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-2-mt (fixed)SAT 232.255 58.1755

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1214523131-078.SATISFIABLE.cnf
MD5SUM3aa844b4c7696e37cd971cc91ca76859
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366626-1305410849.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      33 undec:       3 neg:      39
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4916        75      1597         0      4506      7985     79989   no data   no data
3.57/0.90	c  N st    10     11298        75      1597         0      4152      7985     60452   no data   no data
3.57/0.90	c  N st    11     17042        75      1597         0      9301      7985    146345   no data   no data
3.57/0.90	c  F st    12     25000        75      1597         0     11472      7985    179110   no data   no data
3.57/0.90	c  N st    12     25000        75      1597         0     11472      7985    179110   no data   no data
3.57/1.00	c Decided on static restart strategy
3.57/1.00	c  N st    18     30001        75      1597         0      9830      7985    143297   no data   no data
3.57/1.00	c  S st    18     30001        75      1597         0      9830      7985    143297   no data   no data
3.57/1.00	c  S st    18     30502        75      1597         0     10297      7985    151782   no data   no data
3.57/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/1.00	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.20	c lits-rem:       238  cl-subs:     2428  v-elim:      0  v-fix:    0  time:  0.14 s
4.77/1.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.77/1.20	c calculated reachability. Time: 0.00
4.77/1.20	c  N st    18     30502        75      1597         0      7869      7985    114613   no data   no data
5.57/1.45	c  N st    20     37614        75      1597         0      7225      7985     94788   no data   no data
6.77/1.70	c  N st    21     44014        75      1597         0     12965      7985    190745   no data   no data
6.77/1.78	c  S st    22     45753        75      1597         0     14531      7985    217373   no data   no data
7.17/1.82	c  S st    22     46257        75      1597         0     15002      7985    225936   no data   no data
7.17/1.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.17/1.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.17/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.17/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.17/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.17/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.17/1.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.17/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/2.15	c lits-rem:       381  cl-subs:     2834  v-elim:      0  v-fix:    0  time:  0.31 s
8.39/2.15	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.39/2.15	c vivif2 --  cl tried    12168 cl shrink        0 lits rem          0 time: 0.00
8.39/2.19	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.39/2.19	c calculated reachability. Time: 0.00
8.39/2.19	c  N st    22     46257        75      1597         0     12168      7985    180876   no data   no data
11.16/2.82	c  N st    23     60655        75      1597         0     17160      7985    241632   no data   no data
12.77/3.21	c  N st    24     69385        75      1597         0     16147      7985    222765   no data   no data
12.77/3.21	c  S st    24     69385        75      1597         0     16147      7985    222765   no data   no data
12.77/3.25	c  S st    24     69887        75      1597         0     16623      7985    231341   no data   no data
12.77/3.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.77/3.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.77/3.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.77/3.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.77/3.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.77/3.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
12.77/3.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.77/3.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.77/3.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.68	c lits-rem:       307  cl-subs:     3955  v-elim:      0  v-fix:    0  time:  0.42 s
14.36/3.68	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.36/3.68	c vivif2 --  cl tried    12668 cl shrink        0 lits rem          0 time: 0.00
14.76/3.73	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.76/3.73	c calculated reachability. Time: 0.00
14.76/3.73	c  N st    24     69887        75      1597         0     12668      7985    174255   no data   no data
18.34/4.62	c  F st    25     87500        75      1597         0     18743      7985    253715   no data   no data
18.34/4.62	c  N st    25     87500        75      1597         0     18743      7985    253715   no data   no data
19.54/4.90	c Decided on static restart strategy
19.94/5.04	c  N st    32     95541        75      1597         0     15394      7985    204933   no data   no data
21.97/5.59	c  N st    34    104831        75      1597         0     12152      7985    146555   no data   no data
21.97/5.59	c  S st    34    104831        75      1597         0     12152      7985    146555   no data   no data
22.34/5.62	c  S st    34    105341        75      1597         0     12636      7985    155284   no data   no data
22.34/5.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.34/5.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.34/5.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.34/5.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.34/5.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.34/5.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.34/5.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.34/5.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.34/5.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.70	c lits-rem:        70  cl-subs:     1193  v-elim:      0  v-fix:    0  time:  0.07 s
22.74/5.70	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
22.74/5.70	c vivif2 --  cl tried    11443 cl shrink        0 lits rem          0 time: 0.00
22.74/5.74	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
22.74/5.74	c calculated reachability. Time: 0.00
22.74/5.74	c  N st    34    105341        75      1597         0     11443      7985    138479   no data   no data
24.74/6.27	c  N st    35    114939        75      1597         0     20082      7985    279426   no data   no data
28.33/7.12	c  N st    36    129336        75      1597         0     20552      7985    278086   no data   no data
33.92/8.57	c  N st    37    150931        75      1597         0     26514      7985    366515   no data   no data
35.91/9.04	c  S st    38    158012        75      1597         0     18495      7985    229934   no data   no data
35.91/9.09	c  S st    38    158516        75      1597         0     18968      7985    238776   no data   no data
35.91/9.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.91/9.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
35.91/9.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.91/9.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.91/9.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.91/9.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
35.91/9.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.31/9.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.31/9.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.11/9.33	c lits-rem:       200  cl-subs:     2301  v-elim:      0  v-fix:    0  time:  0.23 s
37.11/9.33	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.11/9.33	c vivif2 --  cl tried    16667 cl shrink        0 lits rem          0 time: 0.00
37.11/9.39	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
37.11/9.39	c calculated reachability. Time: 0.00
37.11/9.39	c  N st    38    158516        75      1597         0     16667      7985    205878   no data   no data
49.89/12.57	c  N st    39    207105        75      1597         0     28918      7985    383666   no data   no data
59.07/14.88	c  N st    40    237774        75      1597         0     21504      7985    254936   no data   no data
59.07/14.88	c  S st    40    237774        75      1597         0     21504      7985    254936   no data   no data
59.47/14.94	c  S st    40    238279        75      1597         0     21991      7985    264052   no data   no data
59.47/14.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.47/14.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
59.47/14.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.47/14.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.47/14.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.47/14.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
59.47/14.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.47/14.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
59.47/14.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.67/15.21	c lits-rem:       193  cl-subs:     2326  v-elim:      0  v-fix:    0  time:  0.25 s
60.67/15.21	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
60.67/15.21	c vivif2 --  cl tried    19665 cl shrink        0 lits rem          0 time: 0.00
60.67/15.28	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
60.67/15.28	c calculated reachability. Time: 0.00
60.67/15.28	c  N st    40    238279        75      1597         0     19665      7985    232427   no data   no data
83.47/20.99	c  F st    41    306250        75      1597         0     21593      7985    237920   no data   no data
83.47/20.99	c  N st    41    306250        75      1597         0     21593      7985    237920   no data   no data
85.43/21.44	c Decided on static restart strategy
95.01/23.82	c  N st    51    334550        75      1597         0     25544      7985    292289   no data   no data
104.59/26.26	c  N st    53    357419        75      1597         0     23623      7985    257082   no data   no data
104.59/26.26	c  S st    53    357419        75      1597         0     23623      7985    257082   no data   no data
105.01/26.32	c  S st    53    357923        75      1597         0     24101      7985    265968   no data   no data
105.01/26.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.01/26.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
105.01/26.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.01/26.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.01/26.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.01/26.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
105.01/26.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
105.01/26.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
105.01/26.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.42/26.49	c lits-rem:       116  cl-subs:     1307  v-elim:      0  v-fix:    0  time:  0.15 s
105.42/26.49	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
105.42/26.50	c vivif2 --  cl tried    22794 cl shrink        0 lits rem          0 time: 0.00
105.78/26.58	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
105.78/26.58	c calculated reachability. Time: 0.00
105.78/26.58	c  N st    53    357923        75      1597         0     22794      7985    248047   no data   no data
117.37/29.47	c  N st    54    390316        75      1597         0     28431      7985    327727   no data   no data
136.93/34.38	c  N st    55    438906        75      1597         0     47643      7985    633309   no data   no data
166.91/41.89	c  N st    56    511788        75      1597         0     34948      7985    411256   no data   no data
178.45/44.77	c  N st    57    536884        75      1597         0     29726      7985    320935   no data   no data
178.45/44.77	c  S st    57    536884        75      1597         0     29726      7985    320935   no data   no data
178.85/44.85	c  S st    57    537388        75      1597         0     30201      7985    329384   no data   no data
178.85/44.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
178.85/44.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
178.85/44.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
178.85/44.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.85/44.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.85/44.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
178.85/44.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
178.85/44.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
178.85/44.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.08/45.13	c lits-rem:       161  cl-subs:     1653  v-elim:      0  v-fix:    0  time:  0.26 s
180.08/45.13	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
180.08/45.13	c vivif2 --  cl tried    28548 cl shrink        0 lits rem          0 time: 0.00
180.45/45.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
180.45/45.23	c calculated reachability. Time: 0.00
180.45/45.23	c  N st    57    537388        75      1597         0     28548      7985    308473   no data   no data
231.96/58.16	c  E st    58    656036         0      1597         0     46321      7985    572139   no data   no data
231.96/58.17	c Verified 1597 clauses.
231.96/58.17	c Verified 1597 clauses.
231.96/58.17	c Following stats are for *FIRST FINISHED THREAD ONLY*
231.96/58.17	c num threads              : 4          
231.96/58.17	c restarts                 : 58         
231.96/58.17	c dynamic restarts         : 0          
231.96/58.17	c static restarts          : 58         
231.96/58.17	c full restarts            : 3          
231.96/58.17	c total simplify time      : 0.00       
231.96/58.17	c learnts DL2              : 0          
231.96/58.17	c learnts size 2           : 0          
231.96/58.17	c learnts size 1           : 0           (0.00      % of vars)
231.96/58.17	c filedLit time            : 0.03        (0.06      % time)
231.96/58.17	c v-elim SatELite          : 0           (0.00      % vars)
231.96/58.17	c SatELite time            : 1.82        (3.13      % time)
231.96/58.17	c v-elim xor               : 0           (0.00      % vars)
231.96/58.17	c xor elim time            : 0.01        (0.01      % time)
231.96/58.17	c num binary xor trees     : 0          
231.96/58.17	c binxor trees' crown      : 0           (nan       leafs/tree)
231.96/58.17	c bin xor find time        : 0.00       
231.96/58.17	c OTF clause improved      : 69850       (0.11      clauses/conflict)
231.96/58.17	c OTF impr. size diff      : 70749       (1.01       lits/clause)
231.96/58.17	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
231.96/58.17	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
231.96/58.17	c tried to recurMin cls    : 25163       (3.84       % of conflicts)
231.96/58.17	c updated cache            : 0           (0.00       lits/tried recurMin)
231.96/58.17	c unit cls recevied        : 0           (nan       % of units)
231.96/58.17	c unit cls sent            : 0           (nan       % of units)
231.96/58.17	c bin cls recevied         : 0          
231.96/58.17	c bin cls sent             : 0          
231.96/58.17	c clauses over max glue    : 0           (0.00      % of all clauses)
231.96/58.17	c conflicts                : 656036      (11286.03  / sec)
231.96/58.17	c decisions                : 721758      (0.64      % random)
231.96/58.17	c bogo-props               : 10668026859 (183525958.99 / sec)
231.96/58.17	c conflict literals        : 10672292    (19.19     % deleted)
231.96/58.17	c Memory used              : 243.96      MB
231.96/58.17	c single-thread CPU time   : 58.13       s
231.96/58.17	c all-threads sum CPU time : 232.05      s
231.96/58.17	s SATISFIABLE
231.96/58.17	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 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3366626-1305410849/watcher-3366626-1305410849 -o /tmp/evaluation-result-3366626-1305410849/solver-3366626-1305410849 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366626-1305410849.cnf 

running on 4 cores: 1,3,5,7

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: 0.01 0.03 0.16 7/253 13377
/proc/meminfo: memFree=21738364/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=207960 CPUtime=0 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 621 0 0 0 0 0 0 0 23 0 4 0 652682845 212951040 543 33554432000 4194304 4580107 140734015001088 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 51990 544 336 95 0 46972 0
[pid=13377/tid=13378] ppid=13375 vsize=207948 CPUtime=0 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 78 0 0 0 0 0 0 0 24 0 4 0 652682845 212938752 577 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=207948 CPUtime=0 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 79 0 0 0 0 0 0 0 24 0 4 0 652682845 212938752 577 33554432000 4194304 4580107 140734015001088 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=207948 CPUtime=0 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 15 0 0 0 0 0 0 0 24 0 4 0 652682845 212938752 578 33554432000 4194304 4580107 140734015001088 18446744073709551615 271550537531 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0793889 s]
/proc/loadavg: 0.01 0.03 0.16 7/253 13377
/proc/meminfo: memFree=21738364/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=216920 CPUtime=0.29 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 1402 0 0 0 29 0 0 0 18 0 4 0 652682845 222126080 1309 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294908 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 54230 1309 376 95 0 49212 0
[pid=13377/tid=13378] ppid=13375 vsize=216920 CPUtime=0.07 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 273 0 0 0 7 0 0 0 18 0 4 0 652682845 222126080 1309 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=216920 CPUtime=0.07 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 268 0 0 0 7 0 0 0 24 0 4 0 652682845 222126080 1309 33554432000 4194304 4580107 140734015001088 18446744073709551615 4305074 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=216920 CPUtime=0.07 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 180 0 0 0 7 0 0 0 24 0 4 0 652682845 222126080 1309 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 216920

[startup+0.100385 s]
/proc/loadavg: 0.01 0.03 0.16 7/253 13377
/proc/meminfo: memFree=21738364/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=225376 CPUtime=0.38 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 1548 0 0 0 38 0 0 0 18 0 4 0 652682845 230785024 1455 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 56344 1455 376 95 0 51326 0
[pid=13377/tid=13378] ppid=13375 vsize=225376 CPUtime=0.09 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 306 0 0 0 9 0 0 0 18 0 4 0 652682845 230785024 1455 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=225376 CPUtime=0.09 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 300 0 0 0 9 0 0 0 24 0 4 0 652682845 230785024 1455 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=225376 CPUtime=0.09 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 234 0 0 0 9 0 0 0 24 0 4 0 652682845 230785024 1455 33554432000 4194304 4580107 140734015001088 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 225376

[startup+0.30035 s]
/proc/loadavg: 0.01 0.03 0.16 7/253 13377
/proc/meminfo: memFree=21738364/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=218920 CPUtime=1.18 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 2836 0 0 0 118 0 0 0 18 0 4 0 652682845 224174080 1681 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294574 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 54730 1681 377 95 0 49712 0
[pid=13377/tid=13378] ppid=13375 vsize=218920 CPUtime=0.29 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 640 0 0 0 29 0 0 0 18 0 4 0 652682845 224174080 1681 33554432000 4194304 4580107 140734015001088 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=218920 CPUtime=0.29 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 620 0 0 0 29 0 0 0 24 0 4 0 652682845 224174080 1681 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=218920 CPUtime=0.29 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 546 0 0 0 29 0 0 0 25 0 4 0 652682845 224174080 1681 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 218920

[startup+0.700277 s]
/proc/loadavg: 0.01 0.03 0.16 7/253 13377
/proc/meminfo: memFree=21738364/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=219916 CPUtime=2.77 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 4347 0 0 0 277 0 0 0 18 0 4 0 652682845 225193984 2387 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 54979 2387 377 95 0 49961 0
[pid=13377/tid=13378] ppid=13375 vsize=219916 CPUtime=0.69 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 1035 0 0 0 69 0 0 0 18 0 4 0 652682845 225193984 2387 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=219916 CPUtime=0.69 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 1003 0 0 0 69 0 0 0 25 0 4 0 652682845 225193984 2387 33554432000 4194304 4580107 140734015001088 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=219916 CPUtime=0.69 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 906 0 0 0 69 0 0 0 25 0 4 0 652682845 225193984 2387 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 219916

[startup+1.50113 s]
/proc/loadavg: 0.01 0.03 0.16 10/257 13381
/proc/meminfo: memFree=21716520/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=225376 CPUtime=5.97 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 8761 0 0 0 596 1 0 0 20 0 4 0 652682845 230785024 4687 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294513 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 56344 4687 379 95 0 51326 0
[pid=13377/tid=13378] ppid=13375 vsize=225376 CPUtime=1.49 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 2519 0 0 0 149 0 0 0 20 0 4 0 652682845 230785024 4687 33554432000 4194304 4580107 140734015001088 18446744073709551615 4317137 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=225376 CPUtime=1.49 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 1666 0 0 0 149 0 0 0 25 0 4 0 652682845 230785024 4687 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=225376 CPUtime=1.48 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 1542 0 0 0 148 0 0 0 25 0 4 0 652682845 230785024 4687 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 225376

[startup+3.10084 s]
/proc/loadavg: 0.01 0.03 0.16 9/257 13381
/proc/meminfo: memFree=21680808/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=241632 CPUtime=12.36 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 16063 0 0 0 1234 2 0 0 25 0 4 0 652682845 247431168 9340 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 60408 9340 379 95 0 55390 0
[pid=13377/tid=13378] ppid=13375 vsize=241632 CPUtime=3.08 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 4356 0 0 0 308 0 0 0 25 0 4 0 652682845 247431168 9340 33554432000 4194304 4580107 140734015001088 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=241632 CPUtime=3.08 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 4007 0 0 0 308 0 0 0 25 0 4 0 652682845 247431168 9340 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=241632 CPUtime=3.07 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 3410 0 0 0 307 0 0 0 25 0 4 0 652682845 247431168 9340 33554432000 4194304 4580107 140734015001088 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 241632

[startup+6.30026 s]
/proc/loadavg: 0.65 0.16 0.20 9/257 13381
/proc/meminfo: memFree=21664688/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=243996 CPUtime=25.14 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 23715 0 0 0 2510 4 0 0 25 0 4 0 652682845 249851904 11116 33554432000 4194304 4580107 140734015001088 18446744073709551615 4321874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 60999 11116 380 95 0 55981 0
[pid=13377/tid=13378] ppid=13375 vsize=243996 CPUtime=6.29 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 6012 0 0 0 628 1 0 0 25 0 4 0 652682845 249851904 11116 33554432000 4194304 4580107 140734015001088 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=243996 CPUtime=6.29 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 6375 0 0 0 628 1 0 0 25 0 4 0 652682845 249851904 11116 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=243996 CPUtime=6.24 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 5654 0 0 0 624 0 0 0 25 0 4 0 652682845 249851904 11116 33554432000 4194304 4580107 140734015001088 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 243996

[startup+12.7011 s]
/proc/loadavg: 1.24 0.29 0.24 9/257 13382
/proc/meminfo: memFree=21632760/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=253996 CPUtime=50.69 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 35642 0 0 0 5063 6 0 0 25 0 4 0 652682845 260091904 13500 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 63499 13500 379 95 0 58481 0
[pid=13377/tid=13378] ppid=13375 vsize=253996 CPUtime=12.69 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 9138 0 0 0 1267 2 0 0 25 0 4 0 652682845 260091904 13500 33554432000 4194304 4580107 140734015001088 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=253996 CPUtime=12.69 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 9762 0 0 0 1268 1 0 0 25 0 4 0 652682845 260091904 13500 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=253996 CPUtime=12.59 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 8265 0 0 0 1259 0 0 0 25 0 4 0 652682845 260091904 13500 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 253996

[startup+25.5008 s]
/proc/loadavg: 2.74 0.67 0.36 9/257 13382
/proc/meminfo: memFree=21602680/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=254468 CPUtime=101.79 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 55200 0 0 0 10169 10 0 0 25 0 4 0 652682845 260575232 17361 33554432000 4194304 4580107 140734015001088 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 63617 17361 379 95 0 58599 0
[pid=13377/tid=13378] ppid=13375 vsize=254468 CPUtime=25.49 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 14642 0 0 0 2545 4 0 0 25 0 4 0 652682845 260575232 17361 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=254468 CPUtime=25.49 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 14532 0 0 0 2547 2 0 0 25 0 4 0 652682845 260575232 17361 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=254468 CPUtime=25.3 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 13041 0 0 0 2529 1 0 0 25 0 4 0 652682845 260575232 17361 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 254468

[startup+51.1011 s]
/proc/loadavg: 4.69 1.29 0.58 9/257 13383
/proc/meminfo: memFree=21571576/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=248464 CPUtime=204.01 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 82528 0 0 0 20383 18 0 0 25 0 4 0 652682845 254427136 22061 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 62116 22061 379 95 0 57098 0
[pid=13377/tid=13378] ppid=13375 vsize=248464 CPUtime=51.08 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 21793 0 0 0 5103 5 0 0 25 0 4 0 652682845 254427136 22061 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=248464 CPUtime=51.09 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 22044 0 0 0 5105 4 0 0 25 0 4 0 652682845 254427136 22061 33554432000 4194304 4580107 140734015001088 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=248464 CPUtime=50.71 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 19065 0 0 0 5068 3 0 0 25 0 4 0 652682845 254427136 22061 33554432000 4194304 4580107 140734015001088 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 248464

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

[startup+54.3005 s]
/proc/loadavg: 4.69 1.29 0.58 9/257 13383
/proc/meminfo: memFree=21566368/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=248600 CPUtime=216.79 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 86057 0 0 0 21660 19 0 0 25 0 4 0 652682845 254566400 22783 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 62150 22783 379 95 0 57132 0
[pid=13377/tid=13378] ppid=13375 vsize=248600 CPUtime=54.28 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 22657 0 0 0 5423 5 0 0 25 0 4 0 652682845 254566400 22783 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=248600 CPUtime=54.28 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 22990 0 0 0 5424 4 0 0 25 0 4 0 652682845 254566400 22783 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=248600 CPUtime=53.88 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 19893 0 0 0 5385 3 0 0 25 0 4 0 652682845 254566400 22783 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 216.79
Current children cumulated vsize (KiB) 248600

[startup+55.9002 s]
/proc/loadavg: 5.04 1.42 0.62 10/257 13383
/proc/meminfo: memFree=21561904/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=248804 CPUtime=223.18 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 86974 0 0 0 22299 19 0 0 25 0 4 0 652682845 254775296 23699 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 62201 23699 379 95 0 57183 0
[pid=13377/tid=13378] ppid=13375 vsize=248804 CPUtime=55.88 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 22882 0 0 0 5583 5 0 0 25 0 4 0 652682845 254775296 23699 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=248804 CPUtime=55.88 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 23217 0 0 0 5584 4 0 0 25 0 4 0 652682845 254775296 23699 33554432000 4194304 4580107 140734015001088 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=248804 CPUtime=55.48 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 20110 0 0 0 5544 4 0 0 25 0 4 0 652682845 254775296 23699 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 223.18
Current children cumulated vsize (KiB) 248804

[startup+57.501 s]
/proc/loadavg: 5.04 1.42 0.62 9/257 13383
/proc/meminfo: memFree=21571696/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=249812 CPUtime=229.56 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 89227 0 0 0 22937 19 0 0 25 0 4 0 652682845 255807488 21320 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 62453 21320 379 95 0 57435 0
[pid=13377/tid=13378] ppid=13375 vsize=249812 CPUtime=57.49 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 22993 0 0 0 5743 6 0 0 25 0 4 0 652682845 255807488 21320 33554432000 4194304 4580107 140734015001088 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=249812 CPUtime=57.49 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 23938 0 0 0 5744 5 0 0 25 0 4 0 652682845 255807488 21320 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=249812 CPUtime=57.07 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 20750 0 0 0 5703 4 0 0 25 0 4 0 652682845 255807488 21320 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 229.56
Current children cumulated vsize (KiB) 249812

[startup+57.9009 s]
/proc/loadavg: 5.04 1.42 0.62 9/257 13383
/proc/meminfo: memFree=21571696/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=249812 CPUtime=231.16 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 89428 0 0 0 23097 19 0 0 25 0 4 0 652682845 255807488 21521 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 62453 21521 379 95 0 57435 0
[pid=13377/tid=13378] ppid=13375 vsize=249812 CPUtime=57.89 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 22993 0 0 0 5783 6 0 0 25 0 4 0 652682845 255807488 21521 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=249812 CPUtime=57.89 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 24005 0 0 0 5784 5 0 0 25 0 4 0 652682845 255807488 21521 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=249812 CPUtime=57.47 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 20818 0 0 0 5743 4 0 0 25 0 4 0 652682845 255807488 21521 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 231.16
Current children cumulated vsize (KiB) 249812

[startup+58.1009 s]
/proc/loadavg: 5.04 1.42 0.62 9/257 13383
/proc/meminfo: memFree=21571696/32951124 swapFree=67056788/67111528
[pid=13377] ppid=13375 vsize=249812 CPUtime=231.96 cores=1,3,5,7
/proc/13377/stat : 13377 (strangenight2-m) R 13375 13377 13336 0 -1 4202496 89515 0 0 0 23177 19 0 0 25 0 4 0 652682845 255807488 21608 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13377/statm: 62453 21608 379 95 0 57435 0
[pid=13377/tid=13378] ppid=13375 vsize=249812 CPUtime=58.09 cores=1,3,5,7
/proc/13377/task/13378/stat : 13378 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 22993 0 0 0 5803 6 0 0 25 0 4 0 652682845 255807488 21608 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13377/tid=13379] ppid=13375 vsize=249812 CPUtime=58.09 cores=1,3,5,7
/proc/13377/task/13379/stat : 13379 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 24035 0 0 0 5804 5 0 0 25 0 4 0 652682845 255807488 21608 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13377/tid=13380] ppid=13375 vsize=249812 CPUtime=57.67 cores=1,3,5,7
/proc/13377/task/13380/stat : 13380 (strangenight2-m) R 13375 13377 13336 0 -1 4202560 20845 0 0 0 5763 4 0 0 25 0 4 0 652682845 255807488 21608 33554432000 4194304 4580107 140734015001088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 231.96
Current children cumulated vsize (KiB) 249812

Child status: 10
Real time (s): 58.1755
CPU time (s): 232.255
CPU user time (s): 232.052
CPU system time (s): 0.202969
CPU usage (%): 399.231
Max. virtual memory (cumulated for all children) (KiB): 273948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.052
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89553
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= 217
involuntary context switches= 1171

runsolver used 0.124981 second user time and 0.312952 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 00:07:30
IDJOB=3366626
IDBENCH=83035
IDSOLVER=1844
FILE ID=node133/3366626-1305410849
RUNJOBID= node133-1305410848-13355
PBS_JOBID= 13324520
Free space on /tmp= 73648 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1214523131-078.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366626-1305410849/watcher-3366626-1305410849 -o /tmp/evaluation-result-3366626-1305410849/solver-3366626-1305410849 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366626-1305410849.cnf

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

MD5SUM BENCH= 3aa844b4c7696e37cd971cc91ca76859
RANDOM SEED=1106751146

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      21738644 kB
Buffers:        275352 kB
Cached:        3219076 kB
SwapCached:       8724 kB
Active:        8511648 kB
Inactive:      2418220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21738644 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           11312 kB
Writeback:           0 kB
AnonPages:     7432604 kB
Mapped:          20636 kB
Slab:           194664 kB
PageTables:      23560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19291672 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73644 MiB
End job on node133 at 2011-05-15 00:08:28