Trace number 3422026

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-Night2-st (fixed)SAT 73.2349 73.2388

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
MD5SUM1002234f62b5dfa01a75197c65e66327
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.177972
Satisfiable
(Un)Satisfiability was proved
Number of variables1285
Number of clauses166723
Sum of the clauses size334661
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2166688
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.00	c Outputting solution to console
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-3422026-1306632718.cnf'
0.00/0.00	c -- header says num vars:           1285
0.00/0.00	c -- header says num clauses:      166723
0.00/0.02	c -- clauses added:            0 learnts,       166723 normals,            0 xors
0.00/0.02	c -- vars added       1285
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      1285        35    166688         0    334661         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/35/35 lits-rem:0 time: 0.00
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
0.00/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.07	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.00/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1285 time:  0.01 s
0.10/0.11	c Removed useless bin:       0  fixed:     0  props:   0.84M  time:  0.01 s
0.10/0.19	c lits-rem:      1419  cl-subs:        0  v-elim:     35  v-fix:    0  time:  0.08 s
0.10/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.19/0.20	c calculated reachability. Time: 0.00
0.19/0.20	c Calc default polars -  time:   0.00 s pos:       0 undec:      35 neg:    1250
0.19/0.20	c =========================================================================================
0.19/0.20	c types(t): F = full restart, N = normal restart
0.19/0.20	c types(t): S = simplification begin/end, E = solution found
0.19/0.20	c restart types(rt): st = static, dy = dynamic
0.19/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.20	c  B st     0         0      1250      3425    162013         0    468823         0   no data   no data
0.49/0.53	c  N dy    14      4013      1250      3425    162013      3924    468823    588689     13.65     26.16
1.11/1.13	c  N dy    26      9759      1250      3425    162014      7075    468823    853355     13.54     14.38
1.59/1.60	c  N dy    36     13986      1250      3425    162014      7034    468823    758930     12.91     13.73
2.21/2.26	c  N dy    45     19722      1250      3425    162014      7133    468823    486976     12.09     12.74
2.69/2.71	c  N dy    50     24376      1250      3425    162014     11648    468823    837665     11.56     12.19
2.69/2.77	c  F st    55     25000      1250      3425    162014     12261    468823    916131     11.76   no data
3.19/3.26	c  N dy    61     30002      1250      3425    162014     10551    468823    969617     11.76   no data
3.19/3.26	c  S st    61     30002      1250      3425    162014     10551    468823    969617     11.76   no data
3.31/3.32	c  S st    61     30505      1250      3425    162014     11052    468823   1014153     11.76   no data
3.31/3.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 13.3M T:  0.27
3.59/3.60	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
3.59/3.61	c bin-w-bin subsume rem            0 bins  time:  0.02 s
5.39/5.45	c subs with bin:        0  lits-rem:     42957  v-fix:    0  time:  1.83 s
5.39/5.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.01 s
5.39/5.48	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
5.39/5.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
6.89/6.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
8.91/8.94	c lits-rem:      2126  cl-subs:      430  v-elim:      0  v-fix:    0  time:  2.03 s
9.09/9.14	c asymm  cl-useful: 0/2220/3425 lits-rem:0 time: 0.19
9.09/9.14	c calculated reachability. Time: 0.00
9.09/9.14	c  N dy    61     30505      1250      3425    162016     10622    425866    967339     11.76   no data
9.59/9.65	c  N dy    75     34698      1250      3425    162017     14736    425866   1480414     11.96     12.69
10.01/10.08	c  N dy    92     38756      1250      3425    162018     10936    425866    711824     12.01     34.40
10.49/10.53	c  N dy   111     42886      1250      3425    162018     14985    425866   1099509     12.30     13.09
10.79/10.87	c  S st   129     45759      1250      3425    162019      9072    425866    569700     12.56   no data
10.89/10.91	c  S st   129     46261      1250      3425    162019      9573    425866    609143     12.56   no data
10.89/10.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.11/11.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.6M T:  0.22
11.11/11.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.11/11.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.39/12.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
12.49/12.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.01 s
12.49/12.51	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
12.49/12.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.79/13.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
13.99/14.05	c lits-rem:       194  cl-subs:      106  v-elim:      0  v-fix:    0  time:  0.24 s
13.99/14.05	c vivif2 --  cl tried     3425 cl shrink        0 lits rem          0 time: 0.00
13.99/14.06	c vivif2 --  cl tried     9467 cl shrink       26 lits rem         26 time: 0.01
14.19/14.23	c asymm  cl-useful: 0/1170/3425 lits-rem:0 time: 0.17
14.19/14.23	c calculated reachability. Time: 0.00
14.19/14.23	c  N dy   129     46261      1250      3425    162019      9467    425866    604894     12.56   no data
14.58/14.60	c  N dy   144     50316      1250      3425    162020     13408    425866   1080313     12.65     13.48
15.08/15.14	c  N dy   159     54382      1250      3425    162020     17398    425866   1646135     12.70     25.08
15.69/15.71	c  N dy   164     59659      1250      3425    162020     12771    425866    816167     12.38     13.04
16.09/16.15	c  N dy   173     63880      1250      3425    162020     16910    425866   1371536     12.36     13.26
16.79/16.85	c  N dy   203     68326      1250      3425    162020     21263    425866   1869276     12.63     13.33
16.89/16.97	c  S st   205     69393      1250      3425    162020     11581    425866    651958     12.59      9.63
16.99/17.02	c  S st   205     69898      1250      3425    162020     12084    425866    694170     12.59   no data
16.99/17.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.19/17.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 12.5M T:  0.24
17.19/17.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.19/17.27	c bin-w-bin subsume rem            0 bins  time:  0.02 s
18.59/18.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
18.59/18.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.01 s
18.59/18.64	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
18.59/18.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.91/19.93	c subs with bin:        8  lits-rem:         0  v-fix:    0  time:  1.27 s
20.19/20.27	c lits-rem:       177  cl-subs:      135  v-elim:      0  v-fix:    0  time:  0.33 s
20.19/20.27	c vivif2 --  cl tried     3425 cl shrink        0 lits rem          0 time: 0.00
20.19/20.29	c vivif2 --  cl tried    11941 cl shrink        2 lits rem          2 time: 0.02
20.39/20.47	c asymm  cl-useful: 0/2334/3425 lits-rem:0 time: 0.18
20.39/20.48	c calculated reachability. Time: 0.00
20.39/20.48	c  N dy   205     69898      1250      3425    162021     11941    425866    687368     12.59   no data
20.91/20.99	c  N dy   218     75071      1250      3425    162022     16964    425866   1022701     12.42     13.29
21.49/21.57	c  N dy   235     80130      1250      3425    162023     21921    425866   1513645     12.35     13.01
22.19/22.21	c  N dy   253     85342      1250      3425    162023     15287    425866    893639     12.39     24.80
22.39/22.45	c  F st   264     87506      1250      3425    162025     17401    425866   1056837     12.44     13.12
22.79/22.89	c  N st   269     90804      1250      3425    162025     20566    425866   1209580     12.44   no data
23.49/23.59	c  N dy   292     96610      1250      3425    162026     13547    425866    785506     12.56     27.05
24.39/24.42	c  N dy   322    103121      1250      3425    162026     19878    425866   1529668     12.70     13.38
24.69/24.72	c  S st   331    104848      1250      3425    162026     21576    425866   1633021     12.69      8.71
24.79/24.80	c  S st   331    105350      1250      3425    162026     22077    425866   1677172     12.69   no data
24.79/24.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.09/25.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 19.3M T:  0.37
25.09/25.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.19/25.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
26.51/26.53	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  1.33 s
26.51/26.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.01 s
26.51/26.55	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
26.51/26.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.89/27.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
31.49/31.55	c lits-rem:      1384  cl-subs:      622  v-elim:      0  v-fix:    0  time:  3.61 s
31.49/31.56	c vivif2 --  cl tried     3425 cl shrink        0 lits rem          0 time: 0.00
31.49/31.59	c vivif2 --  cl tried    21455 cl shrink       49 lits rem         53 time: 0.03
31.69/31.79	c asymm  cl-useful: 0/652/3425 lits-rem:0 time: 0.20
31.69/31.79	c calculated reachability. Time: 0.00
31.69/31.79	c  N dy   331    105350      1250      3425    162027     21455    425864   1645272     12.69   no data
33.01/33.02	c  N dy   346    113245      1250      3425    162029     15538    425864    851496     12.54     13.21
33.99/34.06	c  N dy   360    120950      1250      3425    162030     23027    425864   1222478     12.39     13.49
35.31/35.37	c  N dy   375    128817      1250      3425    162031     16044    425864    691854     12.26     12.99
36.18/36.27	c  N dy   396    137354      1250      3425    162032     24333    425864   1491221     12.20     12.91
37.41/37.47	c  N dy   425    146159      1250      3425    162032     17342    425864    797395     12.15     12.97
38.51/38.55	c  N dy   447    155617      1250      3425    162034     26539    425864   1539822     12.08     12.75
38.89/38.94	c  S st   450    158025      1250      3425    162034     28873    425864   1641347     12.06   no data
38.99/39.01	c  S st   450    158525      1250      3425    162034     29368    425864   1676728     12.06   no data
38.99/39.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
39.29/39.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.36
39.29/39.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.29/39.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
40.71/40.73	c subs with bin:        0  lits-rem:         4  v-fix:    0  time:  1.34 s
40.71/40.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.01 s
40.71/40.76	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
40.71/40.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
42.09/42.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
45.89/45.93	c lits-rem:      2334  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  3.84 s
45.89/45.94	c vivif2 --  cl tried     3425 cl shrink        0 lits rem          0 time: 0.00
45.89/45.98	c vivif2 --  cl tried    28104 cl shrink      470 lits rem        490 time: 0.04
46.09/46.17	c asymm  cl-useful: 0/1733/3425 lits-rem:0 time: 0.19
46.09/46.17	c calculated reachability. Time: 0.00
46.09/46.17	c  N dy   450    158525      1250      3425    162034     28104    425860   1628877     12.06   no data
47.58/47.64	c  N dy   481    169462      1250      3425    162034     22201    425860    925918     12.06     12.71
48.79/48.89	c  N dy   522    180412      1250      3425    162034     32875    425860   1895200     12.13     12.88
50.29/50.39	c  N dy   566    193121      1250      3425    162038     27713    425860   1557487     12.16     12.80
52.09/52.10	c  N dy   599    206742      1250      3425    162038     22484    425860    867738     12.13     13.01
53.49/53.51	c  N dy   619    220050      1250      3425    162040     35304    425860   1607140     11.99     12.65
55.11/55.16	c  N dy   662    234672      1250      3425    162041     30124    425860   1354433     11.93     12.60
55.49/55.58	c  S st   664    237788      1250      3425    162041     33144    425860   1524760     11.90      8.08
55.59/55.65	c  S st   664    238288      1250      3425    162041     33643    425860   1565681     11.90   no data
55.59/55.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.89/55.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.8M T:  0.32
55.89/55.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.89/55.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
57.31/57.32	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  1.33 s
57.31/57.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.01 s
57.31/57.35	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
57.31/57.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.69/58.71	c subs with bin:       30  lits-rem:         0  v-fix:    0  time:  1.31 s
62.19/62.21	c lits-rem:      2509  cl-subs:     2029  v-elim:      0  v-fix:    0  time:  3.50 s
62.19/62.21	c vivif2 --  cl tried     3425 cl shrink        0 lits rem          0 time: 0.00
62.19/62.26	c vivif2 --  cl tried    31584 cl shrink       85 lits rem         85 time: 0.05
62.39/62.45	c asymm  cl-useful: 0/974/3425 lits-rem:0 time: 0.19
62.39/62.45	c calculated reachability. Time: 0.00
62.39/62.45	c  N dy   664    238288      1250      3425    162041     31584    425858   1518867     11.90   no data
64.38/64.45	c  N dy   708    254128      1250      3425    162043     26594    425858    971592     11.90     12.62
66.48/66.57	c  N dy   751    271485      1250      3425    162046     22061    425858    766651     11.82     12.65
68.88/68.91	c  N dy   813    289319      1250      3425    162046     39414    425858   1819074     11.87     12.52
70.99/71.06	c  F st   867    306250      1250      3425    162049     33481    425858   1293512     11.85     11.06
71.29/71.34	c  N st   871    308286      1250      3425    162049     35454    425858   1394942     11.85   no data
73.19/73.23	c  E dy   925    322651         0      3425    162049     26185    425858    961429     11.95      7.87
73.19/73.23	c Verified 3425 clauses.
73.19/73.23	c Solution needs extension. Extending.
73.19/73.23	c Verified 3425 clauses.
73.19/73.23	c num threads              : 1          
73.19/73.23	c restarts                 : 925        
73.19/73.23	c dynamic restarts         : 901        
73.19/73.23	c static restarts          : 24         
73.19/73.23	c full restarts            : 3          
73.19/73.23	c total simplify time      : 0.00       
73.19/73.23	c learnts DL2              : 0          
73.19/73.23	c learnts size 2           : 166724     
73.19/73.23	c learnts size 1           : 0           (0.00      % of vars)
73.19/73.23	c filedLit time            : 1.80        (2.45      % time)
73.19/73.23	c v-elim SatELite          : 35          (2.72      % vars)
73.19/73.23	c SatELite time            : 13.72       (18.76     % time)
73.19/73.23	c v-elim xor               : 0           (0.00      % vars)
73.19/73.23	c xor elim time            : 0.03        (0.04      % time)
73.19/73.23	c num binary xor trees     : 0          
73.19/73.23	c binxor trees' crown      : 0           (nan       leafs/tree)
73.19/73.23	c bin xor find time        : 0.00       
73.19/73.23	c OTF clause improved      : 9340        (0.03      clauses/conflict)
73.19/73.23	c OTF impr. size diff      : 10880       (1.16       lits/clause)
73.19/73.23	c OTF cl watch-shrink      : 265078      (0.82      clauses/conflict)
73.19/73.23	c OTF cl watch-sh-lit      : 6083960     (22.95      lits/clause)
73.19/73.23	c tried to recurMin cls    : 97728       (30.29      % of conflicts)
73.19/73.23	c updated cache            : 0           (0.00       lits/tried recurMin)
73.19/73.23	c clauses over max glue    : 0           (0.00      % of all clauses)
73.19/73.23	c conflicts                : 322651      (4411.06   / sec)
73.19/73.23	c decisions                : 513696      (0.27      % random)
73.19/73.23	c bogo-props               : 3865079918  (52840705.70 / sec)
73.19/73.23	c conflict literals        : 24883921    (39.90     % deleted)
73.19/73.23	c Memory used              : 110.67      MB
73.19/73.23	c CPU time                 : 73.15       s
73.19/73.23	s SATISFIABLE
73.19/73.23	v 1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 -75 -76 77 -78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 -106 -107 -108 -109 -110 -111 -112 -113 -114 115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188 -189 -190 191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 -202 -203 -204 -205 -206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216 -217 -218 -219 -220 -221 -222 -223 -224 -225 -226 -227 -228 229 -230 -231 -232 -233 -234 -235 -236 -237 -238 -239 -240 -241 -242 -243 -244 -245 -246 -247 -248 -249 -250 -251 -252 -253 -254 -255 -256 -257 -258 -259 -260 -261 -262 -263 -264 -265 -266 267 -268 -269 -270 -271 -272 -273 -274 -275 -276 -277 -278 -279 -280 -281 -282 -283 -284 -285 -286 -287 -288 -289 -290 -291 -292 -293 -294 -295 -296 -297 -298 -299 -300 -301 -302 -303 -304 305 -306 -307 -308 -309 -310 -311 -312 -313 -314 -315 -316 -317 -318 -319 -320 -321 -322 -323 -324 -325 -326 -327 -328 -329 -330 -331 -332 -333 -334 -335 -336 -337 -338 -339 -340 341 -342 -343 -344 -345 -346 -347 -348 -349 -350 -351 -352 -353 -354 -355 -356 -357 -358 -359 -360 -361 -362 -363 -364 -365 -366 -367 -368 -369 -370 -371 -372 -373 -374 -375 -376 -377 -378 379 -380 -381 -382 -383 -384 -385 -386 -387 -388 -389 -390 -391 -392 -393 -394 -395 -396 -397 -398 -399 -400 -401 -402 -403 -404 -405 -406 -407 -408 -409 -410 -411 -412 -413 -414 -415 -416 -417 418 -419 -420 -421 -422 -423 -424 -425 -426 -427 -428 -429 -430 -431 -432 -433 -434 -435 -436 -437 -438 -439 -440 -441 -442 -443 -444 -445 -446 -447 -448 -449 -450 -451 -452 -453 -454 -455 456 -457 -458 -459 -460 -461 -462 -463 -464 -465 -466 -467 -468 -469 -470 -471 -472 -473 -474 -475 -476 -477 -478 -479 -480 -481 -482 -483 -484 -485 -486 -487 -488 -489 -490 -491 -492 -493 494 -495 -496 -497 -498 -499 -500 -501 -502 -503 -504 -505 -506 -507 -508 -509 -510 -511 -512 -513 -514 -515 -516 -517 -518 -519 -520 -521 -522 -523 -524 -525 -526 -527 -528 -529 -530 -531 532 -533 -534 -535 -536 -537 -538 -539 -540 -541 -542 -543 -544 -545 -546 -547 -548 -549 -550 -551 -552 -553 -554 -555 -556 -557 -558 -559 -560 -561 -562 -563 -564 -565 -566 -567 -568 -569 570 -571 -572 -573 -574 -575 -576 -577 -578 -579 -580 -581 -582 -583 -584 -585 -586 -587 -588 -589 -590 -591 -592 -593 -594 -595 -596 -597 -598 -599 -600 -601 -602 -603 -604 -605 -606 -607 608 -609 -610 -611 -612 -613 -614 -615 -616 -617 -618 -619 -620 -621 -622 -623 -624 -625 -626 -627 -628 -629 -630 -631 -632 -633 -634 -635 -636 -637 -638 -639 -640 -641 -642 -643 -644 645 -646 -647 -648 -649 -650 -651 -652 -653 -654 -655 -656 -657 -658 -659 -660 -661 -662 -663 -664 -665 -666 -667 -668 -669 -670 -671 -672 -673 -674 -675 -676 -677 -678 -679 -680 -681 -682 683 -684 -685 -686 -687 -688 -689 -690 -691 -692 -693 -694 -695 -696 -697 -698 -699 -700 -701 -702 -703 -704 -705 -706 -707 -708 -709 -710 -711 -712 -713 -714 -715 -716 -717 -718 -719 -720 721 -722 -723 -724 -725 -726 -727 -728 -729 -730 -731 -732 -733 -734 -735 -736 -737 -738 -739 -740 -741 -742 -743 -744 -745 -746 -747 -748 -749 -750 -751 -752 -753 -754 -755 -756 -757 -758 759 -760 -761 -762 -763 -764 -765 -766 -767 -768 -769 -770 -771 -772 -773 -774 -775 -776 -777 -778 -779 -780 -781 -782 -783 -784 -785 -786 -787 -788 -789 -790 -791 -792 -793 -794 -795 796 -797 -798 -799 -800 -801 -802 -803 -804 -805 -806 -807 -808 -809 -810 -811 -812 -813 -814 -815 -816 -817 -818 -819 -820 -821 -822 -823 -824 -825 -826 -827 -828 -829 -830 -831 -832 -833 -834 -835 -836 -837 838 -839 -840 -841 -842 -843 -844 -845 -846 -847 -848 -849 -850 -851 -852 -853 -854 -855 -856 -857 -858 -859 -860 -861 -862 -863 -864 -865 -866 -867 -868 -869 -870 -871 872 -873 -874 -875 -876 -877 -878 -879 -880 -881 -882 -883 -884 -885 -886 -887 -888 -889 -890 -891 -892 -893 -894 -895 -896 -897 -898 -899 -900 -901 -902 -903 -904 -905 -906 -907 -908 -909 910 -911 -912 -913 -914 -915 -916 -917 -918 -919 -920 -921 -922 -923 -924 -925 -926 -927 -928 -929 -930 -931 -932 -933 -934 -935 -936 -937 -938 -939 -940 -941 -942 -943 -944 -945 -946 -947 948 -949 -950 -951 -952 -953 -954 -955 -956 -957 -958 -959 -960 -961 -962 -963 -964 -965 -966 -967 -968 -969 -970 -971 -972 -973 -974 -975 -976 -977 -978 -979 -980 -981 982 -983 -984 -985 -986 -987 -988 -989 -990 -991 -992 -993 -994 -995 -996 -997 -998 -999 -1000 -1001 -1002 -1003 -1004 -1005 -1006 -1007 -1008 -1009 -1010 -1011 -1012 -1013 -1014 -1015 -1016 -1017 -1018 -1019 -1020 -1021 -1022 -1023 1024 -1025 -1026 -1027 -1028 -1029 -1030 -1031 -1032 -1033 -1034 -1035 -1036 -1037 -1038 -1039 -1040 -1041 -1042 -1043 -1044 -1045 -1046 -1047 -1048 -1049 -1050 -1051 -1052 -1053 -1054 -1055 -1056 -1057 -1058 -1059 -1060 1061 -1062 -1063 -1064 -1065 -1066 -1067 -1068 -1069 -1070 -1071 -1072 -1073 -1074 -1075 -1076 -1077 -1078 -1079 -1080 -1081 -1082 -1083 -1084 -1085 -1086 -1087 -1088 -1089 -1090 -1091 -1092 -1093 -1094 -1095 -1096 -1097 1098 -1099 -1100 -1101 -1102 -1103 -1104 -1105 -1106 -1107 -1108 -1109 -1110 -1111 -1112 -1113 -1114 -1115 -1116 -1117 -1118 -1119 -1120 -1121 -1122 -1123 -1124 -1125 -1126 -1127 -1128 -1129 -1130 -1131 -1132 -1133 -1134 1135 -1136 -1137 -1138 -1139 -1140 -1141 -1142 -1143 -1144 -1145 -1146 -1147 -1148 -1149 -1150 -1151 -1152 -1153 -1154 -1155 -1156 -1157 -1158 -1159 -1160 -1161 -1162 -1163 -1164 -1165 -1166 -1167 -1168 -1169 -1170 -1171 -1172 1173 -1174 -1175 -1176 -1177 -1178 -1179 -1180 -1181 -1182 -1183 -1184 -1185 -1186 -1187 -1188 -1189 -1190 -1191 -1192 -1193 -1194 -1195 -1196 -1197 -1198 -1199 -1200 -1201 -1202 -1203 -1204 -1205 -1206 -1207 -1208 -1209 -1210 1211 -1212 -1213 -1214 -1215 -1216 -1217 -1218 -1219 -1220 -1221 -1222 -1223 -1224 -1225 -1226 -1227 -1228 -1229 -1230 -1231 -1232 -1233 -1234 -1235 -1236 -1237 -1238 -1239 -1240 -1241 -1242 -1243 -1244 -1245 -1246 -1247 1248 -1249 -1250 -1251 -1252 -1253 -1254 -1255 -1256 -1257 -1258 -1259 -1260 -1261 -1262 -1263 -1264 -1265 -1266 -1267 -1268 -1269 -1270 -1271 -1272 -1273 -1274 -1275 -1276 -1277 -1278 -1279 -1280 -1281 -1282 -1283 -1284 1285 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-3422026-1306632718/watcher-3422026-1306632718 -o /tmp/evaluation-result-3422026-1306632718/solver-3422026-1306632718 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3422026-1306632718.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.01 1.15 1.52 3/561 24020
/proc/meminfo: memFree=23728620/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=32828 CPUtime=0.01 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 1492 0 0 0 1 0 0 0 22 0 1 0 774870535 33615872 1432 33554432000 4194304 4580011 140735211460864 18446744073709551615 251813900997 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 8207 1432 323 95 0 3189 0

[startup+0.110425 s]
/proc/loadavg: 1.01 1.15 1.52 3/561 24020
/proc/meminfo: memFree=23728620/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=36948 CPUtime=0.1 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 2560 0 0 0 10 0 0 0 23 0 1 0 774870535 37834752 2500 33554432000 4194304 4580011 140735211460864 18446744073709551615 4490380 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 9237 2500 350 95 0 4219 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 36948

[startup+0.20041 s]
/proc/loadavg: 1.01 1.15 1.52 3/561 24020
/proc/meminfo: memFree=23728620/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=38556 CPUtime=0.19 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 3151 0 0 0 19 0 0 0 23 0 1 0 774870535 39481344 3051 33554432000 4194304 4580011 140735211460864 18446744073709551615 4364604 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 9639 3051 356 95 0 4621 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38556

[startup+0.300402 s]
/proc/loadavg: 1.01 1.15 1.52 3/561 24020
/proc/meminfo: memFree=23728620/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=38960 CPUtime=0.29 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 3433 0 0 0 29 0 0 0 23 0 1 0 774870535 39895040 3333 33554432000 4194304 4580011 140735211460864 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 9740 3333 363 95 0 4722 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38960

[startup+0.70033 s]
/proc/loadavg: 1.01 1.15 1.52 3/561 24020
/proc/meminfo: memFree=23728620/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=41656 CPUtime=0.69 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 4632 0 0 0 69 0 0 0 25 0 1 0 774870535 42655744 3646 33554432000 4194304 4580011 140735211460864 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 10414 3646 363 95 0 5396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41656

[startup+1.50008 s]
/proc/loadavg: 1.09 1.17 1.52 3/562 24021
/proc/meminfo: memFree=23706664/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=42716 CPUtime=1.49 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 6249 0 0 0 149 0 0 0 25 0 1 0 774870535 43741184 4104 33554432000 4194304 4580011 140735211460864 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 10679 4104 363 95 0 5661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42716

[startup+3.10094 s]
/proc/loadavg: 1.09 1.17 1.52 3/562 24021
/proc/meminfo: memFree=23705912/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=43520 CPUtime=3.09 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 8833 0 0 0 308 1 0 0 25 0 1 0 774870535 44564480 4288 33554432000 4194304 4580011 140735211460864 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 10880 4289 364 95 0 5862 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43520

[startup+6.30039 s]
/proc/loadavg: 1.32 1.22 1.54 3/562 24048
/proc/meminfo: memFree=23697444/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=62672 CPUtime=6.29 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 13790 0 0 0 627 2 0 0 25 0 1 0 774870535 64176128 9244 33554432000 4194304 4580011 140735211460864 18446744073709551615 4413521 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 15668 9244 366 95 0 10650 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62672

[startup+12.7003 s]
/proc/loadavg: 1.38 1.23 1.54 3/562 24048
/proc/meminfo: memFree=23645828/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=65588 CPUtime=12.69 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 17240 0 0 0 1267 2 0 0 25 0 1 0 774870535 67162112 9379 33554432000 4194304 4580011 140735211460864 18446744073709551615 4413250 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 16397 9379 366 95 0 11379 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65588

[startup+25.5012 s]
/proc/loadavg: 1.47 1.25 1.54 3/562 24048
/proc/meminfo: memFree=23620956/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=66952 CPUtime=25.49 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 26001 0 0 0 2545 4 0 0 25 0 1 0 774870535 68558848 10646 33554432000 4194304 4580011 140735211460864 18446744073709551615 4413521 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 16738 10646 366 95 0 11720 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66952

[startup+51.1009 s]
/proc/loadavg: 1.68 1.32 1.56 3/562 24049
/proc/meminfo: memFree=23555168/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=107656 CPUtime=51.09 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 39582 0 0 0 5102 7 0 0 25 0 1 0 774870535 110239744 20358 33554432000 4194304 4580011 140735211460864 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 26914 20358 366 95 0 21896 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107656

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

[startup+51.2008 s]
/proc/loadavg: 1.68 1.32 1.56 3/562 24049
/proc/meminfo: memFree=23555168/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=107656 CPUtime=51.19 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 39582 0 0 0 5112 7 0 0 25 0 1 0 774870535 110239744 20358 33554432000 4194304 4580011 140735211460864 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 26914 20358 366 95 0 21896 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 107656

[startup+64.0007 s]
/proc/loadavg: 1.73 1.34 1.56 3/562 24050
/proc/meminfo: memFree=23529616/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=113324 CPUtime=63.98 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 42001 0 0 0 6391 7 0 0 25 0 1 0 774870535 116043776 22777 33554432000 4194304 4580011 140735211460864 18446744073709551615 4316645 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 28331 22777 366 95 0 23313 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 113324

[startup+67.2211 s]
/proc/loadavg: 1.75 1.36 1.56 3/562 24050
/proc/meminfo: memFree=23526020/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=113324 CPUtime=67.2 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 42001 0 0 0 6713 7 0 0 25 0 1 0 774870535 116043776 22777 33554432000 4194304 4580011 140735211460864 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 28331 22777 366 95 0 23313 0
Current children cumulated CPU time (s) 67.2
Current children cumulated vsize (KiB) 113324

[startup+70.4006 s]
/proc/loadavg: 1.75 1.36 1.56 3/562 24050
/proc/meminfo: memFree=23527384/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=126004 CPUtime=70.41 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 43150 0 0 0 7033 8 0 0 25 0 1 0 774870535 129028096 23926 33554432000 4194304 4580011 140735211460864 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 31501 23926 366 95 0 26483 0
Current children cumulated CPU time (s) 70.41
Current children cumulated vsize (KiB) 126004

[startup+72.0003 s]
/proc/loadavg: 1.77 1.37 1.56 3/562 24050
/proc/meminfo: memFree=23523044/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=126004 CPUtime=71.99 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 43888 0 0 0 7191 8 0 0 25 0 1 0 774870535 129028096 24664 33554432000 4194304 4580011 140735211460864 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 31501 24664 366 95 0 26483 0
Current children cumulated CPU time (s) 71.99
Current children cumulated vsize (KiB) 126004

[startup+72.8002 s]
/proc/loadavg: 1.77 1.37 1.56 3/562 24050
/proc/meminfo: memFree=23516596/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=126004 CPUtime=72.79 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 44442 0 0 0 7271 8 0 0 25 0 1 0 774870535 129028096 25218 33554432000 4194304 4580011 140735211460864 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 31501 25218 366 95 0 26483 0
Current children cumulated CPU time (s) 72.79
Current children cumulated vsize (KiB) 126004

[startup+73.201 s]
/proc/loadavg: 1.77 1.37 1.56 3/562 24050
/proc/meminfo: memFree=23516596/32950928 swapFree=41934332/67111528
[pid=24020] ppid=24018 vsize=113324 CPUtime=73.19 cores=0,2,4,6
/proc/24020/stat : 24020 (strangenight2-s) R 24018 24020 22943 0 -1 4202496 44460 0 0 0 7311 8 0 0 25 0 1 0 774870535 116043776 22777 33554432000 4194304 4580011 140735211460864 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24020/statm: 28331 22777 366 95 0 23313 0
Current children cumulated CPU time (s) 73.19
Current children cumulated vsize (KiB) 113324

Child status: 10
Real time (s): 73.2388
CPU time (s): 73.2349
CPU user time (s): 73.1459
CPU system time (s): 0.088986
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 126004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.1459
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44476
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= 9
involuntary context switches= 114

runsolver used 0.416936 second user time and 0.923859 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-29 03:31:58
IDJOB=3422026
IDBENCH=88205
IDSOLVER=1887
FILE ID=node126/3422026-1306632718
RUNJOBID= node126-1306632718-24000
PBS_JOBID= 13471619
Free space on /tmp= 73468 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422026-1306632718/watcher-3422026-1306632718 -o /tmp/evaluation-result-3422026-1306632718/solver-3422026-1306632718 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3422026-1306632718.cnf

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

MD5SUM BENCH= 1002234f62b5dfa01a75197c65e66327
RANDOM SEED=1232298154

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23728908 kB
Buffers:        324656 kB
Cached:        6378244 kB
SwapCached:      49920 kB
Active:        4263888 kB
Inactive:      4639328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23728908 kB
SwapTotal:    67111528 kB
SwapFree:     41934332 kB
Dirty:           13208 kB
Writeback:           0 kB
AnonPages:     2162804 kB
Mapped:          25364 kB
Slab:           148156 kB
PageTables:     100104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176411180 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= 73460 MiB
End job on node126 at 2011-05-29 03:33:12