Trace number 3367769

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)? (TO) 1300.05 1300.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S608588601-044.SATISFIABLE.cnf
MD5SUM83b00b2914a5aae11a4e612c2fcbfce7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.101984
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 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-3367769-1305387044.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.00	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.00	c -- vars added        700
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       700      2982         0         0      8946         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.00
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:    700 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     303 undec:      77 neg:     320
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       686      2960         0         0      8961         0   no data   no data
0.05/0.07	c Decided on static restart strategy
0.09/0.18	c  N st     8      4918       686      2960         0      4852      8961    144892   no data   no data
0.39/0.49	c  N st    10     11301       686      2960         0      4505      8961     92095   no data   no data
0.79/0.81	c  N st    11     17045       686      2960         0     10195      8961    275379   no data   no data
1.29/1.30	c  F st    12     25000       686      2960         0     12471      8961    328226   no data   no data
1.29/1.30	c  N st    12     25000       686      2960         0     12471      8961    328226   no data   no data
1.49/1.57	c Decided on static restart strategy
1.49/1.57	c  N st    18     30000       686      2960         0     10734      8961    254323   no data   no data
1.49/1.57	c  S st    18     30000       686      2960         0     10734      8961    254323   no data   no data
1.59/1.61	c  S st    18     30501       686      2960         0     11234      8961    268684   no data   no data
1.59/1.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.59/1.61	c blocked clauses removed:       19 vars:      4 tried:         686 T: 0.00 s
1.59/1.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
1.59/1.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.59/1.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.59/1.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.67	c lits-rem:        92  cl-subs:      256  v-elim:      0  v-fix:    0  time:  0.05 s
1.59/1.68	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.01
1.59/1.68	c calculated reachability. Time: 0.00
1.59/1.68	c  N st    18     30501       682      2941         0     10978      8904    259801   no data   no data
2.09/2.12	c  N st    20     37612       682      2941         0     10188      8904    210116   no data   no data
2.49/2.55	c  N st    21     44011       682      2941         0     16496      8904    418839   no data   no data
2.59/2.67	c  S st    22     45751       682      2941         0      9420      8904    167187   no data   no data
2.69/2.70	c  S st    22     46260       682      2941         0      9929      8904    180643   no data   no data
2.69/2.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.69/2.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.69/2.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.69/2.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
2.69/2.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.69/2.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.69/2.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.72	c lits-rem:        22  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.01 s
2.69/2.72	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
2.69/2.72	c vivif2 --  cl tried     9891 cl shrink        0 lits rem          0 time: 0.00
2.69/2.73	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.01
2.69/2.73	c calculated reachability. Time: 0.00
2.69/2.73	c  N st    22     46260       682      2941         0      9891      8904    179240   no data   no data
3.79/3.82	c  N st    23     60661       682      2941         0     14329      8904    301412   no data   no data
4.49/4.53	c  N st    24     69390       682      2941         0     12091      8904    216188   no data   no data
4.49/4.53	c  S st    24     69390       682      2941         0     12091      8904    216188   no data   no data
4.49/4.57	c  S st    24     69896       682      2941         0     12596      8904    230647   no data   no data
4.49/4.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.49/4.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.49/4.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.49/4.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.49/4.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.49/4.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
4.49/4.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.49/4.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.49/4.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.58/4.60	c lits-rem:        19  cl-subs:       81  v-elim:      0  v-fix:    0  time:  0.02 s
4.58/4.60	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
4.58/4.60	c vivif2 --  cl tried    12515 cl shrink        0 lits rem          0 time: 0.00
4.58/4.61	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.01
4.58/4.61	c calculated reachability. Time: 0.00
4.58/4.61	c  N st    24     69896       682      2941         0     12515      8904    228075   no data   no data
5.89/5.96	c  F st    25     87500       682      2941         0     18027      8904    409139   no data   no data
5.89/5.96	c  N st    25     87500       682      2941         0     18027      8904    409139   no data   no data
6.29/6.36	c Decided on static restart strategy
6.49/6.61	c  N st    32     95535       682      2941         0     13147      8904    215680   no data   no data
7.29/7.34	c  N st    34    104846       682      2941         0     22317      8904    513472   no data   no data
7.29/7.34	c  S st    34    104846       682      2941         0     22317      8904    513472   no data   no data
7.29/7.39	c  S st    34    105350       682      2941         0     22821      8904    528481   no data   no data
7.29/7.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.39/7.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.39/7.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.39/7.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.39/7.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.39/7.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
7.39/7.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.39/7.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.39/7.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.49/7.59	c lits-rem:       156  cl-subs:      532  v-elim:      0  v-fix:    0  time:  0.17 s
7.49/7.59	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
7.59/7.61	c vivif2 --  cl tried    22289 cl shrink        0 lits rem          0 time: 0.01
7.59/7.61	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.01
7.59/7.61	c calculated reachability. Time: 0.00
7.59/7.61	c  N st    34    105350       682      2941         0     22289      8904    507846   no data   no data
8.49/8.50	c  N st    35    114948       682      2941         0     17938      8904    340991   no data   no data
9.99/10.05	c  N st    36    129345       682      2941         0     17295      8904    293128   no data   no data
12.11/12.13	c  N st    37    150940       682      2941         0     22785      8904    439209   no data   no data
12.79/12.86	c  S st    38    158025       682      2941         0     29799      8904    656610   no data   no data
12.89/12.92	c  S st    38    158531       682      2941         0     30305      8904    670874   no data   no data
12.89/12.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.89/12.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
12.89/12.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.89/12.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.89/12.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.89/12.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
12.89/12.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.89/12.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.89/12.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.29/13.37	c lits-rem:       220  cl-subs:     1104  v-elim:      0  v-fix:    0  time:  0.41 s
13.29/13.37	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
13.29/13.38	c vivif2 --  cl tried    29201 cl shrink        0 lits rem          0 time: 0.01
13.39/13.40	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.02
13.39/13.40	c calculated reachability. Time: 0.00
13.39/13.40	c  N st    38    158531       682      2941         0     29201      8904    634572   no data   no data
18.60/18.69	c  N st    39    207119       682      2941         0     23915      8904    436751   no data   no data
22.09/22.17	c  N st    40    237800       682      2941         0     34434      8904    745202   no data   no data
22.09/22.17	c  S st    40    237800       682      2941         0     34434      8904    745202   no data   no data
22.19/22.26	c  S st    40    238305       682      2941         0     34939      8904    759731   no data   no data
22.19/22.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.19/22.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
22.19/22.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.19/22.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.19/22.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.19/22.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
22.19/22.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
22.19/22.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.29/22.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.89/22.95	c lits-rem:       134  cl-subs:     1150  v-elim:      0  v-fix:    0  time:  0.65 s
22.89/22.95	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
22.89/22.96	c vivif2 --  cl tried    33789 cl shrink        0 lits rem          0 time: 0.01
22.89/22.98	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.02
22.89/22.98	c calculated reachability. Time: 0.00
22.89/22.98	c  N st    40    238305       682      2941         0     33789      8904    717149   no data   no data
31.29/31.38	c  F st    41    306250       682      2941         0     35643      8904    712359   no data   no data
31.29/31.38	c  N st    41    306250       682      2941         0     35643      8904    712359   no data   no data
31.90/31.96	c Decided on static restart strategy
34.69/34.79	c  N st    51    334553       682      2941         0     39944      8904    801633   no data   no data
37.69/37.71	c  N st    53    357458       682      2941         0     37875      8904    716917   no data   no data
37.69/37.71	c  S st    53    357458       682      2941         0     37875      8904    716917   no data   no data
37.79/37.80	c  S st    53    357963       682      2941         0     38380      8904    732004   no data   no data
37.79/37.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.79/37.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
37.79/37.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.79/37.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.79/37.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.79/37.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
37.79/37.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.79/37.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
37.79/37.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.19/38.24	c lits-rem:       235  cl-subs:      933  v-elim:      0  v-fix:    0  time:  0.39 s
38.19/38.24	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
38.19/38.25	c vivif2 --  cl tried    37447 cl shrink        0 lits rem          0 time: 0.01
38.19/38.27	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.02
38.19/38.27	c calculated reachability. Time: 0.00
38.19/38.27	c  N st    53    357963       682      2941         0     37447      8904    701917   no data   no data
42.59/42.60	c  N st    54    390357       682      2941         0     43753      8904    893863   no data   no data
49.19/49.27	c  N st    55    438945       682      2941         0     37396      8904    632533   no data   no data
59.40/59.43	c  N st    56    511827       682      2941         0     50864      8904   1002174   no data   no data
63.00/63.08	c  N st    57    536944       682      2941         0     45165      8904    869545   no data   no data
63.00/63.08	c  S st    57    536944       682      2941         0     45165      8904    869545   no data   no data
63.10/63.19	c  S st    57    537446       682      2941         0     45667      8904    884082   no data   no data
63.10/63.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.20/63.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
63.20/63.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.20/63.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.20/63.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.20/63.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
63.20/63.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
63.20/63.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
63.20/63.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.89/63.94	c lits-rem:       284  cl-subs:     1138  v-elim:      0  v-fix:    0  time:  0.69 s
63.89/63.94	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
63.89/63.95	c vivif2 --  cl tried    44529 cl shrink        0 lits rem          0 time: 0.01
63.89/63.98	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.03
63.89/63.98	c calculated reachability. Time: 0.00
63.89/63.98	c  N st    57    537446       682      2941         0     44529      8904    843890   no data   no data
91.09/91.18	c  N st    58    701431       682      2941         0     38600      8904    528510   no data   no data
110.79/110.85	c  N st    59    806173       682      2941         0     68056      8904   1412150   no data   no data
110.79/110.85	c  S st    59    806173       682      2941         0     68056      8904   1412150   no data   no data
111.00/111.01	c  S st    59    806673       682      2941         0     68556      8904   1425912   no data   no data
111.00/111.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.00/111.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
111.00/111.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.00/111.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.00/111.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.00/111.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
111.00/111.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
111.00/111.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
111.00/111.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.10/115.10	c lits-rem:       744  cl-subs:     3857  v-elim:      0  v-fix:    0  time:  4.00 s
115.10/115.10	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
115.10/115.12	c vivif2 --  cl tried    64699 cl shrink        0 lits rem          0 time: 0.02
115.10/115.16	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.05
115.10/115.17	c calculated reachability. Time: 0.00
115.10/115.17	c  N st    59    806673       682      2941         0     64699      8904   1302015   no data   no data
169.10/169.11	c  F st    60   1071875       682      2941         0     80252      8904   1677039   no data   no data
169.10/169.11	c  N st    60   1071875       682      2941         0     80252      8904   1677039   no data   no data
170.40/170.42	c Decided on static restart strategy
174.49/174.54	c  N st    70   1100180       682      2941         0     64080      8904   1138875   no data   no data
182.61/182.66	c  N st    72   1136174       682      2941         0     54320      8904    778680   no data   no data
190.10/190.11	c  N st    73   1168568       682      2941         0     86178      8904   1744371   no data   no data
199.90/199.93	c  N st    74   1210009       682      2941         0     80528      8904   1516875   no data   no data
199.90/199.93	c  S st    74   1210009       682      2941         0     80528      8904   1516875   no data   no data
200.10/200.13	c  S st    74   1210510       682      2941         0     81029      8904   1532236   no data   no data
200.10/200.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
200.10/200.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
200.10/200.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
200.10/200.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
200.10/200.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
200.10/200.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
200.10/200.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
200.10/200.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
200.21/200.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
204.19/204.25	c lits-rem:       914  cl-subs:     3749  v-elim:      0  v-fix:    0  time:  4.01 s
204.19/204.25	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
204.19/204.27	c vivif2 --  cl tried    77280 cl shrink        0 lits rem          0 time: 0.02
204.29/204.33	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.07
204.29/204.33	c calculated reachability. Time: 0.00
204.29/204.33	c  N st    74   1210510       682      2941         0     77280      8904   1420253   no data   no data
221.11/221.16	c  N st    75   1283393       682      2941         0     53591      8904    703839   no data   no data
245.90/245.94	c  N st    76   1392716       682      2941         0     61989      8904    933520   no data   no data
288.10/288.13	c  N st    77   1556702       682      2941         0     66666      8904   1009130   no data   no data
328.80/328.82	c  N st    78   1710511       682      2941         0    108942      8904   2391293   no data   no data
328.80/328.82	c  S st    78   1710511       682      2941         0    108942      8904   2391293   no data   no data
329.09/329.14	c  S st    78   1711013       682      2941         0    109444      8904   2405947   no data   no data
329.09/329.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
329.19/329.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
329.19/329.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
329.19/329.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
329.19/329.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
329.19/329.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
329.19/329.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
329.19/329.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
329.30/329.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
341.70/341.70	c lits-rem:      1089  cl-subs:     5661  v-elim:      0  v-fix:    0  time: 12.39 s
341.70/341.70	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
341.70/341.73	c vivif2 --  cl tried   103783 cl shrink        0 lits rem          0 time: 0.03
341.80/341.83	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.11
341.80/341.84	c calculated reachability. Time: 0.00
341.80/341.84	c  N st    78   1711013       682      2941         0    103783      8904   2216302   no data   no data
446.70/446.77	c  N st    79   2079978       682      2941         0    115572      8904   2487772   no data   no data
486.00/486.04	c  N st    80   2211013       682      2941         0    119769      8904   2454631   no data   no data
486.00/486.04	c  S st    80   2211013       682      2941         0    119769      8904   2454631   no data   no data
486.30/486.34	c  S st    80   2211515       682      2941         0    120270      8904   2469677   no data   no data
486.30/486.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
486.40/486.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
486.40/486.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
486.40/486.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
486.40/486.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
486.40/486.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
486.40/486.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
486.40/486.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
486.50/486.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
500.01/500.08	c lits-rem:       522  cl-subs:     7305  v-elim:      0  v-fix:    0  time: 13.59 s
500.01/500.09	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
500.10/500.12	c vivif2 --  cl tried   112965 cl shrink        0 lits rem          0 time: 0.03
500.21/500.23	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.11
500.21/500.24	c calculated reachability. Time: 0.00
500.21/500.24	c  N st    80   2211515       682      2941         0    112965      8904   2260353   no data   no data
664.90/664.95	c  N st    81   2711516       682      2941         0    136324      8904   2905653   no data   no data
664.90/664.95	c  S st    81   2711516       682      2941         0    136324      8904   2905653   no data   no data
665.30/665.30	c  S st    81   2712018       682      2941         0    136826      8904   2921461   no data   no data
665.30/665.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
665.30/665.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
665.30/665.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
665.30/665.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
665.30/665.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
665.30/665.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
665.30/665.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
665.41/665.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
665.41/665.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
682.60/682.69	c lits-rem:       841  cl-subs:     6393  v-elim:      0  v-fix:    0  time: 17.19 s
682.60/682.69	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
682.70/682.73	c vivif2 --  cl tried   130433 cl shrink        0 lits rem          0 time: 0.04
682.80/682.85	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.13
682.80/682.86	c calculated reachability. Time: 0.00
682.80/682.86	c  N st    81   2712018       682      2941         0    130433      8904   2714024   no data   no data
860.41/860.47	c  N st    82   3212018       682      2941         0    105511      8904   1697196   no data   no data
860.41/860.47	c  S st    82   3212018       682      2941         0    105511      8904   1697196   no data   no data
860.71/860.72	c  S st    82   3212519       682      2941         0    106012      8904   1712201   no data   no data
860.71/860.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
860.71/860.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
860.71/860.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
860.71/860.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
860.71/860.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
860.71/860.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
860.71/860.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
860.81/860.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
860.81/860.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
865.31/865.31	c lits-rem:       755  cl-subs:     4278  v-elim:      0  v-fix:    0  time:  4.46 s
865.31/865.31	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
865.31/865.33	c vivif2 --  cl tried   101734 cl shrink        0 lits rem          0 time: 0.02
865.41/865.41	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.08
865.41/865.42	c calculated reachability. Time: 0.00
865.41/865.42	c  N st    82   3212519       682      2941         0    101734      8904   1589364   no data   no data
1060.51/1060.57	c  N st    83   3712519       682      2941         0    113245      8904   1895014   no data   no data
1060.51/1060.57	c  S st    83   3712519       682      2941         0    113245      8904   1895014   no data   no data
1060.81/1060.86	c  S st    83   3713022       682      2941         0    113748      8904   1910012   no data   no data
1060.81/1060.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1060.91/1060.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1060.91/1060.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1060.91/1060.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1060.91/1060.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1060.91/1060.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
1060.91/1060.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1060.91/1060.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1061.01/1061.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1065.41/1065.45	c lits-rem:       463  cl-subs:     2864  v-elim:      0  v-fix:    0  time:  4.43 s
1065.41/1065.45	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
1065.41/1065.47	c vivif2 --  cl tried   110884 cl shrink        0 lits rem          0 time: 0.03
1065.61/1065.60	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.13
1065.61/1065.60	c calculated reachability. Time: 0.00
1065.61/1065.60	c  N st    83   3713022       682      2941         0    110884      8904   1818464   no data   no data
1081.81/1081.86	c  F st    84   3751562       682      2941         0    148732      8904   3001163   no data   no data
1081.81/1081.86	c  N st    84   3751562       682      2941         0    148732      8904   3001163   no data   no data
1084.63/1084.63	c Decided on static restart strategy
1094.61/1094.68	c  N st    94   3779865       682      2941         0     93100      8904   1159293   no data   no data
1107.32/1107.36	c  N st    96   3815857       682      2941         0    128533      8904   2275551   no data   no data
1120.61/1120.66	c  N st    97   3848250       682      2941         0    160479      8904   3290751   no data   no data
1135.92/1135.97	c  N st    98   3896839       682      2941         0    123656      8904   2083515   no data   no data
1163.51/1163.55	c  N st    99   3969722       682      2941         0    109772      8904   1644452   no data   no data
1201.92/1201.94	c  N st   100   4079046       682      2941         0    130533      8904   2306336   no data   no data
1254.72/1254.77	c  N st   101   4213023       682      2941         0    174784      8904   3780718   no data   no data
1254.72/1254.77	c  S st   101   4213023       682      2941         0    174784      8904   3780718   no data   no data
1255.32/1255.31	c  S st   101   4213526       682      2941         0    175287      8904   3795814   no data   no data
1255.32/1255.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1255.42/1255.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
1255.42/1255.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.42/1255.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1255.42/1255.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1255.42/1255.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
1255.42/1255.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1255.42/1255.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1255.52/1255.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1284.22/1284.24	c lits-rem:      1246  cl-subs:     8073  v-elim:      0  v-fix:    0  time: 28.65 s
1284.22/1284.24	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
1284.22/1284.29	c vivif2 --  cl tried   167214 cl shrink        0 lits rem          0 time: 0.05
1284.42/1284.47	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.18
1284.42/1284.48	c calculated reachability. Time: 0.00
1284.42/1284.48	c  N st   101   4213526       682      2941         0    167214      8904   3514362   no data   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3367769-1305387044/watcher-3367769-1305387044 -o /tmp/evaluation-result-3367769-1305387044/solver-3367769-1305387044 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367769-1305387044.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.88 1.45 2.47 3/314 17352
/proc/meminfo: memFree=17361716/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=30348 CPUtime=0.01 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 740 0 0 0 1 0 0 0 23 0 1 0 650304083 31076352 658 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 7587 658 363 95 0 2569 0

[startup+0.05989 s]
/proc/loadavg: 0.88 1.45 2.47 3/314 17352
/proc/meminfo: memFree=17361716/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=30348 CPUtime=0.05 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 791 0 0 0 5 0 0 0 23 0 1 0 650304083 31076352 709 33554432000 4194304 4580011 140737061050960 18446744073709551615 4296040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 7587 709 363 95 0 2569 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30348

[startup+0.100882 s]
/proc/loadavg: 0.88 1.45 2.47 3/314 17352
/proc/meminfo: memFree=17361716/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=30480 CPUtime=0.09 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 847 0 0 0 9 0 0 0 23 0 1 0 650304083 31211520 765 33554432000 4194304 4580011 140737061050960 18446744073709551615 4318692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 7620 765 364 95 0 2602 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30480

[startup+0.300956 s]
/proc/loadavg: 0.88 1.45 2.47 3/314 17352
/proc/meminfo: memFree=17361716/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=30984 CPUtime=0.29 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 1117 0 0 0 29 0 0 0 25 0 1 0 650304083 31727616 858 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 7746 858 364 95 0 2728 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30984

[startup+0.70084 s]
/proc/loadavg: 0.88 1.45 2.47 3/314 17352
/proc/meminfo: memFree=17361716/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=31504 CPUtime=0.69 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 1541 0 0 0 69 0 0 0 25 0 1 0 650304083 32260096 1019 33554432000 4194304 4580011 140737061050960 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 7876 1019 364 95 0 2858 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31504

[startup+1.50074 s]
/proc/loadavg: 0.88 1.45 2.47 5/320 17361
/proc/meminfo: memFree=17343760/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=32292 CPUtime=1.49 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 2422 0 0 0 149 0 0 0 25 0 1 0 650304083 33067008 1147 33554432000 4194304 4580011 140737061050960 18446744073709551615 4293713 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 8073 1147 365 95 0 3055 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32292

[startup+3.10047 s]
/proc/loadavg: 0.88 1.45 2.47 5/320 17361
/proc/meminfo: memFree=17315984/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=39240 CPUtime=3.09 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 5241 0 0 0 309 0 0 0 25 0 1 0 650304083 40181760 2985 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 9810 2985 367 95 0 4792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39240

[startup+6.30085 s]
/proc/loadavg: 1.13 1.50 2.48 5/320 17361
/proc/meminfo: memFree=17304584/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=41124 CPUtime=6.29 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 7661 0 0 0 629 0 0 0 25 0 1 0 650304083 42110976 3583 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 10281 3583 367 95 0 5263 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41124

[startup+12.7007 s]
/proc/loadavg: 1.36 1.54 2.49 5/320 17361
/proc/meminfo: memFree=17258544/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=49076 CPUtime=12.69 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 12692 0 0 0 1267 2 0 0 25 0 1 0 650304083 50253824 5485 33554432000 4194304 4580011 140737061050960 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 12269 5485 367 95 0 7251 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49076

[startup+25.5004 s]
/proc/loadavg: 1.94 1.66 2.51 5/320 17361
/proc/meminfo: memFree=17216788/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=64552 CPUtime=25.49 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 21312 0 0 0 2546 3 0 0 25 0 1 0 650304083 66101248 9131 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 16138 9131 367 95 0 11120 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64552

[startup+51.1009 s]
/proc/loadavg: 2.64 1.84 2.55 5/320 17362
/proc/meminfo: memFree=17187492/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=69628 CPUtime=51.1 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 31510 0 0 0 5105 5 0 0 25 0 1 0 650304083 71299072 10643 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 17407 10643 367 95 0 12389 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 69628

[startup+102.312 s]
/proc/loadavg: 3.41 2.18 2.62 5/320 17364
/proc/meminfo: memFree=17172696/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=78016 CPUtime=102.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 48476 0 0 0 10222 9 0 0 25 0 1 0 650304083 79888384 12885 33554432000 4194304 4580011 140737061050960 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 19504 12885 367 95 0 14486 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 78016

[startup+162.3 s]
/proc/loadavg: 3.89 2.54 2.72 5/320 17365
/proc/meminfo: memFree=17103848/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=96884 CPUtime=162.29 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 66033 0 0 0 16216 13 0 0 25 0 1 0 650304083 99209216 16466 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 24221 16466 367 95 0 19203 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96884

[startup+222.301 s]
/proc/loadavg: 3.96 2.80 2.79 5/320 17367
/proc/meminfo: memFree=17053176/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=111940 CPUtime=222.29 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 80888 0 0 0 22211 18 0 0 25 0 1 0 650304083 114626560 20210 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 27985 20210 367 95 0 22967 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 111940

[startup+282.3 s]
/proc/loadavg: 3.98 3.02 2.87 5/320 17368
/proc/meminfo: memFree=17039592/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=112216 CPUtime=282.29 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 91937 0 0 0 28206 23 0 0 25 0 1 0 650304083 114909184 21413 33554432000 4194304 4580011 140737061050960 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 28054 21413 367 95 0 23036 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 112216

[startup+342.301 s]
/proc/loadavg: 4.03 3.21 2.94 5/320 17370
/proc/meminfo: memFree=16980648/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=139096 CPUtime=342.3 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 106630 0 0 0 34203 27 0 0 25 0 1 0 650304083 142434304 28269 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 34774 28269 367 95 0 29756 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 139096

[startup+402.301 s]
/proc/loadavg: 4.07 3.38 3.01 5/320 17372
/proc/meminfo: memFree=16985916/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=139308 CPUtime=402.3 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 117129 0 0 0 40200 30 0 0 25 0 1 0 650304083 142651392 27338 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 34827 27338 367 95 0 29809 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 139308

[startup+462.301 s]
/proc/loadavg: 4.06 3.50 3.08 5/320 17373
/proc/meminfo: memFree=16970604/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=139484 CPUtime=462.3 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 126631 0 0 0 46197 33 0 0 25 0 1 0 650304083 142831616 27873 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 34871 27873 367 95 0 29853 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 139484

[startup+522.301 s]
/proc/loadavg: 4.02 3.59 3.13 5/320 17375
/proc/meminfo: memFree=16942424/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=158936 CPUtime=522.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 137771 0 0 0 52195 36 0 0 25 0 1 0 650304083 162750464 32741 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 39734 32741 367 95 0 34716 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 158936

[startup+582.3 s]
/proc/loadavg: 4.01 3.66 3.18 5/320 17376
/proc/meminfo: memFree=16941768/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=159100 CPUtime=582.3 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 146838 0 0 0 58191 39 0 0 25 0 1 0 650304083 162918400 32383 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 39775 32383 367 95 0 34757 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 159100

[startup+642.301 s]
/proc/loadavg: 4.00 3.72 3.23 5/320 17378
/proc/meminfo: memFree=16922708/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=209788 CPUtime=642.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 154372 0 0 0 64189 42 0 0 25 0 1 0 650304083 214822912 33383 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 52447 33383 367 95 0 47429 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 209788

[startup+702.3 s]
/proc/loadavg: 4.15 3.80 3.29 5/320 17380
/proc/meminfo: memFree=16908652/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=180500 CPUtime=702.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 165532 0 0 0 70186 45 0 0 25 0 1 0 650304083 184832000 37598 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 45125 37598 367 95 0 40107 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 180500

[startup+762.312 s]
/proc/loadavg: 4.05 3.83 3.33 5/320 17381
/proc/meminfo: memFree=16898692/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=180624 CPUtime=762.32 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 172791 0 0 0 76184 48 0 0 25 0 1 0 650304083 184958976 38091 33554432000 4194304 4580011 140737061050960 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 45156 38091 367 95 0 40138 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 180624

[startup+822.3 s]
/proc/loadavg: 4.02 3.86 3.37 5/320 17383
/proc/meminfo: memFree=16895300/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=232592 CPUtime=822.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 180114 0 0 0 82180 51 0 0 25 0 1 0 650304083 238174208 38426 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 58148 38426 367 95 0 53130 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 232592

[startup+882.301 s]
/proc/loadavg: 4.05 3.90 3.41 5/320 17384
/proc/meminfo: memFree=16880388/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=235928 CPUtime=882.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 188030 0 0 0 88177 54 0 0 25 0 1 0 650304083 241590272 39243 33554432000 4194304 4580011 140737061050960 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 58982 39243 367 95 0 53964 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 235928

[startup+942.301 s]
/proc/loadavg: 4.06 3.93 3.45 5/320 17386
/proc/meminfo: memFree=16873528/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=183784 CPUtime=942.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 195345 0 0 0 94174 57 0 0 25 0 1 0 650304083 188194816 38988 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 45946 38988 367 95 0 40928 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 183784

[startup+1002.3 s]
/proc/loadavg: 4.11 3.97 3.49 5/320 17388
/proc/meminfo: memFree=16869760/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=183896 CPUtime=1002.32 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 202951 0 0 0 100172 60 0 0 25 0 1 0 650304083 188309504 38660 33554432000 4194304 4580011 140737061050960 18446744073709551615 4324094 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 45974 38660 367 95 0 40956 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 183896

[startup+1062.3 s]
/proc/loadavg: 4.04 3.97 3.52 5/320 17389
/proc/meminfo: memFree=16867620/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=190640 CPUtime=1062.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 212098 0 0 0 106168 63 0 0 25 0 1 0 650304083 195215360 39592 33554432000 4194304 4580011 140737061050960 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 47660 39592 367 95 0 42642 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 190640

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.55 5/320 17391
/proc/meminfo: memFree=16829368/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=245316 CPUtime=1122.31 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 217913 0 0 0 112166 65 0 0 25 0 1 0 650304083 251203584 41314 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 61329 41314 367 95 0 56311 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 245316

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.57 5/320 17392
/proc/meminfo: memFree=16816676/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=245732 CPUtime=1182.32 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 225791 0 0 0 118164 68 0 0 25 0 1 0 650304083 251629568 41146 33554432000 4194304 4580011 140737061050960 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 61433 41146 367 95 0 56415 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 245732

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.60 5/320 17394
/proc/meminfo: memFree=16803356/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=191512 CPUtime=1242.32 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 233825 0 0 0 124162 70 0 0 25 0 1 0 650304083 196108288 40789 33554432000 4194304 4580011 140737061050960 18446744073709551615 4318699 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 47878 40789 367 95 0 42860 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 191512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.62 3/318 17397
/proc/meminfo: memFree=17049096/32950928 swapFree=67111348/67111528
[pid=17352] ppid=17350 vsize=230580 CPUtime=1300.03 cores=0,2
/proc/17352/stat : 17352 (strangenight2-s) R 17350 17352 16245 0 -1 4202496 246551 0 0 0 129931 72 0 0 25 0 1 0 650304083 236113920 48942 33554432000 4194304 4580011 140737061050960 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17352/statm: 57645 48942 367 95 0 52627 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 230580

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.32
CPU system time (s): 0.734888
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 285324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.32
system time used= 0.734888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246552
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= 20
involuntary context switches= 3679

runsolver used 3.87141 second user time and 9.16161 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 17:30:44
IDJOB=3367769
IDBENCH=82978
IDSOLVER=1845
FILE ID=node125/3367769-1305387044
RUNJOBID= node125-1305387044-17318
PBS_JOBID= 13324377
Free space on /tmp= 73188 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S608588601-044.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367769-1305387044/watcher-3367769-1305387044 -o /tmp/evaluation-result-3367769-1305387044/solver-3367769-1305387044 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367769-1305387044.cnf

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

MD5SUM BENCH= 83b00b2914a5aae11a4e612c2fcbfce7
RANDOM SEED=1677805009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17361880 kB
Buffers:        283876 kB
Cached:        4866316 kB
SwapCached:          0 kB
Active:       11428964 kB
Inactive:      3781896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17361880 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           16356 kB
Writeback:           0 kB
AnonPages:    10059980 kB
Mapped:          30552 kB
Slab:           278856 kB
PageTables:      36424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51049712 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= 73188 MiB
End job on node125 at 2011-05-14 17:52:26