Trace number 3367694

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.04 1300.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S171669125-021.SATISFIABLE.cnf
MD5SUM9649b9e4fa8d251c4c59f8783cbf0b60
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008998
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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367694-1305385988.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	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:     17  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:     302 undec:      86 neg:     312
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       683      2964         0         0      9003         0   no data   no data
0.00/0.07	c Decided on static restart strategy
0.10/0.17	c  N st     8      4920       683      2964         0      4862      9003    156188   no data   no data
0.39/0.45	c  N st    10     11305       683      2964         0      4487      9003     97953   no data   no data
0.69/0.75	c  N st    11     17049       683      2964         0     10164      9003    285670   no data   no data
1.10/1.21	c  F st    12     25000       683      2964         0     12415      9003    343716   no data   no data
1.10/1.21	c  N st    12     25000       683      2964         0     12415      9003    343716   no data   no data
1.39/1.48	c Decided on static restart strategy
1.39/1.48	c  N st    18     30000       683      2964         0     10682      9003    255103   no data   no data
1.39/1.48	c  S st    18     30000       683      2964         0     10682      9003    255103   no data   no data
1.48/1.51	c  S st    18     30503       683      2964         0     11185      9003    268906   no data   no data
1.48/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.48/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.48/1.51	c blocked clauses removed:       18 vars:      2 tried:         683 T: 0.00 s
1.48/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.48/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.48/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
1.48/1.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.48/1.51	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
1.48/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.48/1.58	c lits-rem:       129  cl-subs:      443  v-elim:      0  v-fix:    0  time:  0.06 s
1.48/1.59	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.01
1.48/1.59	c calculated reachability. Time: 0.00
1.48/1.59	c  N st    18     30503       680      2945         0     10720      8953    251862   no data   no data
1.99/2.01	c  N st    20     37615       680      2945         0     10019      8953    208193   no data   no data
2.39/2.42	c  N st    21     44014       680      2945         0     16307      8953    411868   no data   no data
2.49/2.54	c  S st    22     45754       680      2945         0      9232      8953    165445   no data   no data
2.49/2.57	c  S st    22     46261       680      2945         0      9739      8953    179227   no data   no data
2.49/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.49/2.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.49/2.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.49/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.49/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.49/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
2.49/2.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.49/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.49/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.49/2.59	c lits-rem:        15  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.01 s
2.49/2.59	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
2.49/2.59	c vivif2 --  cl tried     9721 cl shrink        0 lits rem          0 time: 0.00
2.49/2.60	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.01
2.49/2.60	c calculated reachability. Time: 0.00
2.49/2.60	c  N st    22     46261       680      2945         0      9721      8953    178555   no data   no data
3.59/3.60	c  N st    23     60660       680      2945         0     14059      8953    295478   no data   no data
4.19/4.27	c  N st    24     69391       680      2945         0     11823      8953    218055   no data   no data
4.19/4.27	c  S st    24     69391       680      2945         0     11823      8953    218055   no data   no data
4.29/4.30	c  S st    24     69893       680      2945         0     12325      8953    232100   no data   no data
4.29/4.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.29/4.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.29/4.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.29/4.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.29/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.29/4.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
4.29/4.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.29/4.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.29/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.29/4.33	c lits-rem:        21  cl-subs:      129  v-elim:      0  v-fix:    0  time:  0.02 s
4.29/4.33	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
4.29/4.34	c vivif2 --  cl tried    12196 cl shrink        0 lits rem          0 time: 0.00
4.29/4.34	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.01
4.29/4.34	c calculated reachability. Time: 0.00
4.29/4.34	c  N st    24     69893       680      2945         0     12196      8953    228620   no data   no data
5.69/5.72	c  F st    25     87501       680      2945         0     17751      8953    381235   no data   no data
5.69/5.72	c  N st    25     87501       680      2945         0     17751      8953    381235   no data   no data
6.19/6.25	c  N dy    33     94362       680      2945         0     24543      8953    586095     19.88     20.93
6.60/6.70	c  N dy    52    100574       680      2945         0     17806      8953    308259     19.45     20.48
6.98/7.05	c  S st    67    104840       680      2945         0     22032      8953    425490     19.26     18.46
7.08/7.10	c  S st    67    105342       680      2945         0     22534      8953    438990     19.26   no data
7.08/7.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.08/7.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.08/7.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.08/7.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.08/7.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.08/7.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
7.08/7.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.08/7.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.08/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.08/7.19	c lits-rem:        72  cl-subs:      314  v-elim:      0  v-fix:    0  time:  0.07 s
7.08/7.19	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
7.18/7.20	c vivif2 --  cl tried    22220 cl shrink        0 lits rem          0 time: 0.00
7.18/7.21	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.01
7.18/7.21	c calculated reachability. Time: 0.00
7.18/7.21	c  N dy    67    105342       680      2945         0     22220      8953    429141     19.26   no data
7.80/7.88	c  N dy    95    113064       680      2945         0     16022      8953    220300     19.19     20.29
8.38/8.43	c  N dy   139    120279       680      2945         0     23200      8953    428877     19.45     20.56
9.09/9.14	c  N dy   177    128051       680      2945         0     16030      8953    190881     19.48     21.15
9.69/9.79	c  N dy   195    136593       680      2945         0     24493      8953    435139     19.32     20.37
10.59/10.62	c  N dy   208    145708       680      2945         0     17670      8953    211037     19.05     20.07
11.39/11.42	c  N dy   242    155420       680      2945         0     27304      8953    485566     19.03     20.11
11.69/11.70	c  S st   260    158015       680      2945         0     29880      8953    557937     19.06   no data
11.69/11.77	c  S st   260    158518       680      2945         0     30382      8953    571621     19.06   no data
11.69/11.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.69/11.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.69/11.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.69/11.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.69/11.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.69/11.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
11.69/11.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.69/11.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.79/11.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.89/11.94	c lits-rem:       224  cl-subs:      432  v-elim:      0  v-fix:    0  time:  0.13 s
11.89/11.94	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
11.89/11.95	c vivif2 --  cl tried    29950 cl shrink        0 lits rem          0 time: 0.01
11.89/11.96	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.02
11.89/11.97	c calculated reachability. Time: 0.00
11.89/11.97	c  N dy   260    158518       680      2945         0     29950      8953    557975     19.06   no data
12.89/12.91	c  N dy   332    168704       680      2945         0     23211      8953    348935     19.25     20.48
13.99/14.02	c  N dy   388    180058       680      2945         0     34496      8953    671647     19.32     20.40
14.99/15.03	c  N dy   434    191582       680      2945         0     28052      8953    456343     19.32     23.86
16.50/16.55	c  N dy   487    206865       680      2945         0     24330      8953    329694     19.30     20.58
17.89/17.95	c  N dy   556    220068       680      2945         0     37454      8953    708082     19.36     20.48
19.39/19.40	c  N dy   630    234513       680      2945         0     31941      8953    518091     19.39     20.41
19.69/19.77	c  S st   653    237778       680      2945         0     35190      8953    614992     19.43     19.55
19.80/19.85	c  S st   653    238278       680      2945         0     35690      8953    628820     19.43   no data
19.80/19.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.80/19.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.80/19.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.80/19.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.80/19.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.80/19.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
19.80/19.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.80/19.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.80/19.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.99/20.03	c lits-rem:       208  cl-subs:      380  v-elim:      0  v-fix:    0  time:  0.15 s
19.99/20.03	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
19.99/20.04	c vivif2 --  cl tried    35310 cl shrink        0 lits rem          0 time: 0.01
19.99/20.06	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.02
19.99/20.06	c calculated reachability. Time: 0.00
19.99/20.06	c  N dy   653    238278       680      2945         0     35310      8953    615543     19.43   no data
22.10/22.17	c  N dy   717    258325       680      2945         0     34360      8953    573562     19.35     20.37
23.99/24.09	c  N dy   807    274972       680      2945         0     29013      8953    386207     19.41     20.48
26.40/26.43	c  N dy   861    295358       680      2945         0     26431      8953    294321     19.27     20.34
27.50/27.60	c  F st   918    306252       680      2945         0     37240      8953    604766     19.30     18.49
28.08/28.18	c Decided on static restart strategy
28.48/28.53	c  N st   925    314290       680      2945         0     45196      8953    854681     19.30   no data
30.90/30.94	c  N st   928    334556       680      2945         0     41401      8953    959935     19.30   no data
33.59/33.69	c  N st   930    357417       680      2945         0     39220      8953    887412     19.30   no data
33.59/33.69	c  S st   930    357417       680      2945         0     39220      8953    887412     19.30   no data
33.69/33.77	c  S st   930    357921       680      2945         0     39724      8953    901488     19.30   no data
33.69/33.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.69/33.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
33.69/33.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.69/33.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.69/33.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.69/33.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
33.69/33.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.79/33.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.79/33.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.28/34.38	c lits-rem:       179  cl-subs:     1137  v-elim:      0  v-fix:    0  time:  0.55 s
34.28/34.38	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
34.28/34.39	c vivif2 --  cl tried    38587 cl shrink        0 lits rem          0 time: 0.01
34.38/34.41	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.03
34.38/34.41	c calculated reachability. Time: 0.00
34.38/34.41	c  N st   930    357921       680      2945         0     38587      8953    861558     19.30   no data
38.98/39.08	c  N st   931    390315       680      2945         0     44830      8953   1064795     19.30   no data
45.89/45.92	c  N st   932    438905       680      2945         0     38530      8953    772683     19.30   no data
56.88/56.98	c  N st   933    511787       680      2945         0     52489      8953   1241717     19.30   no data
60.99/61.07	c  N st   934    536881       680      2945         0     46588      8953    958266     19.30   no data
60.99/61.07	c  S st   934    536881       680      2945         0     46588      8953    958266     19.30   no data
61.09/61.17	c  S st   934    537386       680      2945         0     47092      8953    972412     19.30   no data
61.09/61.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.09/61.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
61.09/61.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.09/61.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.09/61.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.09/61.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
61.09/61.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
61.19/61.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
61.19/61.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.89/61.97	c lits-rem:       768  cl-subs:      983  v-elim:      0  v-fix:    0  time:  0.75 s
61.89/61.97	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
61.89/61.99	c vivif2 --  cl tried    46109 cl shrink        0 lits rem          0 time: 0.01
61.99/62.02	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.03
61.99/62.02	c calculated reachability. Time: 0.00
61.99/62.02	c  N st   934    537386       680      2945         0     46109      8953    936481     19.30   no data
88.69/88.78	c  N st   935    701372       680      2945         0     40143      8953    618865     19.30   no data
106.99/107.09	c  N st   936    806080       680      2945         0     69140      8953   1489675     19.30   no data
106.99/107.09	c  S st   936    806080       680      2945         0     69140      8953   1489675     19.30   no data
107.19/107.24	c  S st   936    806583       680      2945         0     69643      8953   1503985     19.30   no data
107.19/107.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.19/107.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
107.19/107.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
107.19/107.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.19/107.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.19/107.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
107.19/107.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
107.19/107.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
107.29/107.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.79/110.88	c lits-rem:       518  cl-subs:     3306  v-elim:      0  v-fix:    0  time:  3.55 s
110.79/110.88	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
110.89/110.90	c vivif2 --  cl tried    66337 cl shrink        0 lits rem          0 time: 0.02
110.89/110.95	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.05
110.89/110.95	c calculated reachability. Time: 0.00
110.89/110.95	c  N st   936    806583       680      2945         0     66337      8953   1400674     19.30   no data
160.70/160.75	c  F st   937   1071875       680      2945         0     82357      8953   1785039     19.30   no data
160.70/160.75	c  N st   937   1071875       680      2945         0     82357      8953   1785039     19.30   no data
161.89/161.92	c Decided on static restart strategy
165.59/165.63	c  N st   947   1100179       680      2945         0     66096      8953   1226789     19.30   no data
172.08/172.14	c  N st   949   1136175       680      2945         0     56277      8953    884389     19.30   no data
178.99/179.00	c  N st   950   1168568       680      2945         0     88095      8953   1855712     19.30   no data
188.20/188.25	c  N st   951   1209874       680      2945         0     82351      8953   1692004     19.30   no data
188.20/188.25	c  S st   951   1209874       680      2945         0     82351      8953   1692004     19.30   no data
188.38/188.44	c  S st   951   1210381       680      2945         0     82858      8953   1706474     19.30   no data
188.38/188.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
188.38/188.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
188.38/188.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
188.38/188.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.38/188.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.38/188.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
188.38/188.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
188.48/188.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
188.48/188.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
193.89/193.91	c lits-rem:       666  cl-subs:     4070  v-elim:      0  v-fix:    0  time:  5.36 s
193.89/193.91	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
193.89/193.93	c vivif2 --  cl tried    78788 cl shrink        0 lits rem          0 time: 0.02
193.89/193.99	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.06
193.89/194.00	c calculated reachability. Time: 0.00
193.89/194.00	c  N st   951   1210381       680      2945         0     78788      8953   1570732     19.30   no data
209.29/209.38	c  N st   952   1283264       680      2945         0     55286      8953    771037     19.30   no data
232.10/232.18	c  N st   953   1392587       680      2945         0     63265      8953    961465     19.30   no data
270.60/270.65	c  N st   954   1556573       680      2945         0     68009      8953   1055913     19.30   no data
308.99/309.05	c  N st   955   1710381       680      2945         0    109846      8953   2354378     19.30   no data
308.99/309.05	c  S st   955   1710381       680      2945         0    109846      8953   2354378     19.30   no data
309.29/309.34	c  S st   955   1710884       680      2945         0    110349      8953   2369501     19.30   no data
309.29/309.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
309.29/309.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
309.39/309.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
309.39/309.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.39/309.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.39/309.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
309.39/309.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
309.39/309.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
309.39/309.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
326.29/326.37	c lits-rem:      1212  cl-subs:     8422  v-elim:      0  v-fix:    0  time: 16.88 s
326.29/326.37	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
326.39/326.41	c vivif2 --  cl tried   101927 cl shrink        0 lits rem          0 time: 0.03
326.49/326.50	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.09
326.49/326.50	c calculated reachability. Time: 0.00
326.49/326.50	c  N st   955   1710884       680      2945         0    101927      8953   2106801     19.30   no data
417.20/417.20	c  N st   956   2079850       680      2945         0    113902      8953   2250536     19.30   no data
455.09/455.18	c  N st   957   2210884       680      2945         0    118078      8953   2430124     19.30   no data
455.09/455.18	c  S st   957   2210884       680      2945         0    118078      8953   2430124     19.30   no data
455.41/455.47	c  S st   957   2211387       680      2945         0    118581      8953   2444690     19.30   no data
455.41/455.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
455.51/455.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
455.51/455.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
455.51/455.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.51/455.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.51/455.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
455.51/455.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
455.51/455.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
455.59/455.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
469.90/469.93	c lits-rem:       841  cl-subs:     7572  v-elim:      0  v-fix:    0  time: 14.30 s
469.90/469.93	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
469.90/469.96	c vivif2 --  cl tried   111009 cl shrink        0 lits rem          0 time: 0.03
470.00/470.06	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.10
470.00/470.07	c calculated reachability. Time: 0.00
470.00/470.07	c  N st   957   2211387       680      2945         0    111009      8953   2212420     19.30   no data
621.09/621.14	c  N st   958   2711389       680      2945         0    134398      8953   2839344     19.30   no data
621.09/621.14	c  S st   958   2711389       680      2945         0    134398      8953   2839344     19.30   no data
621.51/621.51	c  S st   958   2711890       680      2945         0    134899      8953   2853434     19.30   no data
621.51/621.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
621.51/621.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
621.51/621.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
621.51/621.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
621.51/621.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
621.51/621.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
621.51/621.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
621.61/621.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
621.61/621.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
647.40/647.48	c lits-rem:       714  cl-subs:    10404  v-elim:      0  v-fix:    0  time: 25.79 s
647.40/647.48	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
647.50/647.52	c vivif2 --  cl tried   124495 cl shrink        0 lits rem          0 time: 0.04
647.60/647.64	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.12
647.60/647.65	c calculated reachability. Time: 0.00
647.60/647.65	c  N st   958   2711890       680      2945         0    124495      8953   2529803     19.30   no data
808.10/808.11	c  N st   959   3211892       680      2945         0    100303      8953   1588317     19.30   no data
808.10/808.11	c  S st   959   3211892       680      2945         0    100303      8953   1588317     19.30   no data
808.30/808.35	c  S st   959   3212396       680      2945         0    100806      8953   1603059     19.30   no data
808.30/808.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
808.30/808.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
808.30/808.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
808.30/808.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
808.30/808.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.30/808.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
808.30/808.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
808.40/808.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
808.40/808.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
811.00/811.08	c lits-rem:       250  cl-subs:     2429  v-elim:      0  v-fix:    0  time:  2.62 s
811.00/811.08	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
811.10/811.10	c vivif2 --  cl tried    98377 cl shrink        0 lits rem          0 time: 0.02
811.10/811.19	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.08
811.10/811.19	c calculated reachability. Time: 0.00
811.10/811.19	c  N st   959   3212396       680      2945         0     98377      8953   1524506     19.30   no data
985.00/985.01	c  N st   960   3712396       680      2945         0    109320      8953   1731037     19.30   no data
985.00/985.01	c  S st   960   3712396       680      2945         0    109320      8953   1731037     19.30   no data
985.20/985.25	c  S st   960   3712900       680      2945         0    109824      8953   1745473     19.30   no data
985.20/985.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
985.20/985.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
985.30/985.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
985.30/985.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
985.30/985.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
985.30/985.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
985.30/985.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
985.30/985.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
985.30/985.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
988.10/988.19	c lits-rem:       371  cl-subs:     2305  v-elim:      0  v-fix:    0  time:  2.82 s
988.10/988.19	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
988.20/988.22	c vivif2 --  cl tried   107519 cl shrink        0 lits rem          0 time: 0.02
988.30/988.31	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.09
988.30/988.32	c calculated reachability. Time: 0.00
988.30/988.32	c  N st   960   3712900       680      2945         0    107519      8953   1672161     19.30   no data
1001.50/1001.56	c  F st   961   3751562       680      2945         0    145405      8953   2836516     19.30   no data
1001.50/1001.56	c  N st   961   3751562       680      2945         0    145405      8953   2836516     19.30   no data
1004.00/1004.08	c Decided on static restart strategy
1011.70/1011.73	c  N st   971   3779874       680      2945         0     90008      8953   1090588     19.30   no data
1021.91/1021.94	c  N st   973   3815866       680      2945         0    125441      8953   2239000     19.30   no data
1034.12/1034.13	c  N st   974   3848258       680      2945         0    157329      8953   3245597     19.30   no data
1049.70/1049.74	c  N st   975   3896850       680      2945         0    120689      8953   2042014     19.30   no data
1074.30/1074.37	c  N st   976   3969732       680      2945         0    106857      8953   1599944     19.30   no data
1115.61/1115.65	c  N st   977   4079056       680      2945         0    127675      8953   2208282     19.30   no data
1164.70/1164.77	c  N st   978   4212903       680      2945         0    171924      8953   3832352     19.30   no data
1164.70/1164.77	c  S st   978   4212903       680      2945         0    171924      8953   3832352     19.30   no data
1165.20/1165.29	c  S st   978   4213406       680      2945         0    172427      8953   3847396     19.30   no data
1165.30/1165.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1165.30/1165.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1165.30/1165.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1165.30/1165.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1165.30/1165.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1165.30/1165.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    680 time:  0.00 s
1165.30/1165.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1165.40/1165.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1165.50/1165.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1197.92/1197.96	c lits-rem:     10614  cl-subs:     9379  v-elim:      0  v-fix:    0  time: 32.42 s
1197.92/1197.96	c vivif2 --  cl tried     2945 cl shrink        0 lits rem          0 time: 0.00
1197.92/1198.01	c vivif2 --  cl tried   163048 cl shrink        0 lits rem          0 time: 0.05
1198.11/1198.17	c asymm  cl-useful: 0/2945/2945 lits-rem:0 time: 0.17
1198.11/1198.18	c calculated reachability. Time: 0.00
1198.11/1198.18	c  N st   978   4213406       680      2945         0    163048      8953   3505765     19.30   no data
1281.90/1281.96	c  N st   979   4459384       680      2945         0    136772      8953   2539923     19.30   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-3367694-1305385988/watcher-3367694-1305385988 -o /tmp/evaluation-result-3367694-1305385988/solver-3367694-1305385988 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367694-1305385988.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.77 3.99 3.98 5/397 26475
/proc/meminfo: memFree=27081152/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=30396 CPUtime=0 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 743 0 0 0 0 0 0 0 21 0 1 0 650197525 31125504 666 33554432000 4194304 4580011 140735483891872 18446744073709551615 4325198 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 7599 666 363 95 0 2581 0

[startup+0.108033 s]
/proc/loadavg: 3.77 3.99 3.98 5/397 26475
/proc/meminfo: memFree=27081152/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=30536 CPUtime=0.1 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 858 0 0 0 10 0 0 0 21 0 1 0 650197525 31268864 781 33554432000 4194304 4580011 140735483891872 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 7634 781 364 95 0 2616 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30536

[startup+0.201017 s]
/proc/loadavg: 3.77 3.99 3.98 5/397 26475
/proc/meminfo: memFree=27081152/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=31040 CPUtime=0.19 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 1048 0 0 0 19 0 0 0 21 0 1 0 650197525 31784960 783 33554432000 4194304 4580011 140735483891872 18446744073709551615 4318987 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 7760 783 364 95 0 2742 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31040

[startup+0.301 s]
/proc/loadavg: 3.77 3.99 3.98 5/397 26475
/proc/meminfo: memFree=27081152/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=31216 CPUtime=0.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 1161 0 0 0 29 0 0 0 22 0 1 0 650197525 31965184 896 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 7804 896 364 95 0 2786 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31216

[startup+0.700933 s]
/proc/loadavg: 3.77 3.99 3.98 5/397 26475
/proc/meminfo: memFree=27081152/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=31568 CPUtime=0.69 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 1622 0 0 0 69 0 0 0 23 0 1 0 650197525 32325632 1087 33554432000 4194304 4580011 140735483891872 18446744073709551615 4295809 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 7892 1087 364 95 0 2874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31568

[startup+1.5008 s]
/proc/loadavg: 3.87 4.01 3.99 5/398 26476
/proc/meminfo: memFree=27063516/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=32336 CPUtime=1.48 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 2528 0 0 0 148 0 0 0 25 0 1 0 650197525 33112064 1212 33554432000 4194304 4580011 140735483891872 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 8084 1212 366 95 0 3066 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32336

[startup+3.10059 s]
/proc/loadavg: 3.87 4.01 3.99 5/398 26476
/proc/meminfo: memFree=27041808/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=39388 CPUtime=3.09 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 5348 0 0 0 308 1 0 0 25 0 1 0 650197525 40333312 3044 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 9847 3044 367 95 0 4829 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39388

[startup+6.30099 s]
/proc/loadavg: 3.88 4.01 3.99 5/398 26476
/proc/meminfo: memFree=27032264/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=41128 CPUtime=6.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 7730 0 0 0 628 1 0 0 25 0 1 0 650197525 42115072 3658 33554432000 4194304 4580011 140735483891872 18446744073709551615 4230032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 10282 3658 367 95 0 5264 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41128

[startup+12.7009 s]
/proc/loadavg: 3.89 4.01 3.99 5/398 26476
/proc/meminfo: memFree=27003492/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=64692 CPUtime=12.69 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 11502 0 0 0 1267 2 0 0 25 0 1 0 650197525 66244608 6731 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 16173 6731 367 95 0 11155 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64692

[startup+25.5008 s]
/proc/loadavg: 3.91 4.01 3.99 5/398 26477
/proc/meminfo: memFree=26980200/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=74132 CPUtime=25.49 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 13868 0 0 0 2547 2 0 0 25 0 1 0 650197525 75911168 9097 33554432000 4194304 4580011 140735483891872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 18533 9097 367 95 0 13515 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74132

[startup+51.1005 s]
/proc/loadavg: 3.94 4.00 3.99 5/398 26477
/proc/meminfo: memFree=26959540/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=76496 CPUtime=51.09 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 25824 0 0 0 5105 4 0 0 25 0 1 0 650197525 78331904 11313 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 19124 11313 367 95 0 14106 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76496

[startup+102.301 s]
/proc/loadavg: 3.97 4.00 3.99 5/398 26479
/proc/meminfo: memFree=26904700/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=89516 CPUtime=102.3 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 40800 0 0 0 10223 7 0 0 25 0 1 0 650197525 91664384 13920 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294538 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 22379 13920 367 95 0 17361 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89516

[startup+162.301 s]
/proc/loadavg: 4.07 4.03 4.00 5/398 26480
/proc/meminfo: memFree=26873140/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=105124 CPUtime=162.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 56674 0 0 0 16218 11 0 0 25 0 1 0 650197525 107646976 19285 33554432000 4194304 4580011 140735483891872 18446744073709551615 4304848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 26281 19285 367 95 0 21263 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105124

[startup+222.315 s]
/proc/loadavg: 4.06 4.03 4.00 5/398 26482
/proc/meminfo: memFree=26845072/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=116412 CPUtime=222.31 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 72836 0 0 0 22217 14 0 0 25 0 1 0 650197525 119205888 21565 33554432000 4194304 4580011 140735483891872 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 29103 21565 367 95 0 24085 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 116412

[startup+282.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/398 26484
/proc/meminfo: memFree=26829832/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=116628 CPUtime=282.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 85025 0 0 0 28213 16 0 0 25 0 1 0 650197525 119427072 21176 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 29157 21176 367 95 0 24139 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 116628

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/398 26485
/proc/meminfo: memFree=26769008/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=142024 CPUtime=342.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 98252 0 0 0 34210 19 0 0 25 0 1 0 650197525 145432576 28774 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 35506 28774 367 95 0 30488 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 142024

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/398 26514
/proc/meminfo: memFree=26808012/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=142248 CPUtime=402.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 109266 0 0 0 40206 23 0 0 25 0 1 0 650197525 145661952 28882 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 35562 28882 367 95 0 30544 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 142248

[startup+462.3 s]
/proc/loadavg: 4.07 4.02 4.00 5/398 26515
/proc/meminfo: memFree=26750792/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=160288 CPUtime=462.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 122263 0 0 0 46203 26 0 0 25 0 1 0 650197525 164134912 33189 33554432000 4194304 4580011 140735483891872 18446744073709551615 4406380 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 40072 33189 367 95 0 35054 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 160288

[startup+522.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/398 26517
/proc/meminfo: memFree=26731524/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=161532 CPUtime=522.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 131627 0 0 0 52201 28 0 0 25 0 1 0 650197525 165408768 32812 33554432000 4194304 4580011 140735483891872 18446744073709551615 4316267 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 40383 32812 367 95 0 35365 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 161532

[startup+582.3 s]
/proc/loadavg: 4.08 4.04 4.01 5/398 26519
/proc/meminfo: memFree=26704148/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=161732 CPUtime=582.29 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 141320 0 0 0 58199 30 0 0 25 0 1 0 650197525 165613568 32540 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 40433 32540 367 95 0 35415 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 161732

[startup+642.3 s]
/proc/loadavg: 4.06 4.05 4.01 5/398 26520
/proc/meminfo: memFree=26659936/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=232684 CPUtime=642.3 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 150630 0 0 0 64198 32 0 0 25 0 1 0 650197525 238268416 38417 33554432000 4194304 4580011 140735483891872 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 58171 38417 367 95 0 53153 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 232684

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/398 26522
/proc/meminfo: memFree=26651200/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=181836 CPUtime=702.3 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 159358 0 0 0 70195 35 0 0 25 0 1 0 650197525 186200064 36199 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 45459 36199 367 95 0 40441 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 181836

[startup+762.301 s]
/proc/loadavg: 4.09 4.05 4.01 5/398 26523
/proc/meminfo: memFree=26646340/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=181972 CPUtime=762.31 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 168220 0 0 0 76193 38 0 0 25 0 1 0 650197525 186339328 37691 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 45493 37691 367 95 0 40475 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 181972

[startup+822.301 s]
/proc/loadavg: 4.03 4.04 4.00 5/398 26525
/proc/meminfo: memFree=26629280/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=182064 CPUtime=822.3 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 176379 0 0 0 82190 40 0 0 25 0 1 0 650197525 186433536 38409 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 45516 38409 367 95 0 40498 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 182064

[startup+882.315 s]
/proc/loadavg: 4.01 4.03 4.00 5/398 26527
/proc/meminfo: memFree=26632320/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=235296 CPUtime=882.31 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 184511 0 0 0 88188 43 0 0 25 0 1 0 650197525 240943104 38952 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 58824 38952 367 95 0 53806 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 235296

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/398 26528
/proc/meminfo: memFree=26626460/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=235700 CPUtime=942.31 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 192405 0 0 0 94186 45 0 0 25 0 1 0 650197525 241356800 39088 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 58925 39088 367 95 0 53907 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 235700

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/398 26530
/proc/meminfo: memFree=26608412/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=189392 CPUtime=1002.3 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 201865 0 0 0 100182 48 0 0 25 0 1 0 650197525 193937408 40476 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 47348 40476 367 95 0 42330 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 189392

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 4.01 5/398 26531
/proc/meminfo: memFree=26609368/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=243796 CPUtime=1062.3 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 210269 0 0 0 106180 50 0 0 25 0 1 0 650197525 249647104 40800 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 60949 40800 367 95 0 55931 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 243796

[startup+1122.3 s]
/proc/loadavg: 4.06 4.05 4.01 5/398 26533
/proc/meminfo: memFree=26582792/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=189568 CPUtime=1122.3 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 218243 0 0 0 112177 53 0 0 25 0 1 0 650197525 194117632 40426 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 47392 40426 367 95 0 42374 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 189568

[startup+1182.3 s]
/proc/loadavg: 4.11 4.06 4.01 5/398 26535
/proc/meminfo: memFree=26539320/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=285320 CPUtime=1182.31 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 232921 0 0 0 118176 55 0 0 25 0 1 0 650197525 292167680 50773 33554432000 4194304 4580011 140735483891872 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 71330 50773 367 95 0 66312 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 285320

[startup+1242.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/398 26536
/proc/meminfo: memFree=26547108/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=230528 CPUtime=1242.31 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 240052 0 0 0 124174 57 0 0 25 0 1 0 650197525 236060672 48482 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 57632 48482 367 95 0 52614 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 230528



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.07 4.01 3/395 26540
/proc/meminfo: memFree=26774960/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=286192 CPUtime=1300.02 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 247056 0 0 0 129942 60 0 0 25 0 1 0 650197525 293060608 50855 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 71548 50855 367 95 0 66530 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 286192

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

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

[startup+1300 s]
/proc/loadavg: 4.16 4.07 4.01 3/395 26540
/proc/meminfo: memFree=26774960/32950928 swapFree=44388876/67111528
[pid=26475] ppid=26473 vsize=286192 CPUtime=1300.02 cores=4,6
/proc/26475/stat : 26475 (strangenight2-s) R 26473 26475 25497 0 -1 4202496 247056 0 0 0 129942 60 0 0 25 0 1 0 650197525 293060608 50855 33554432000 4194304 4580011 140735483891872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26475/statm: 71548 50855 367 95 0 66530 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 286192

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.43
CPU system time (s): 0.612906
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 286192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.43
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247056
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= 6
involuntary context switches= 801

runsolver used 4.80127 second user time and 11.6532 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 17:13:08
IDJOB=3367694
IDBENCH=82903
IDSOLVER=1845
FILE ID=node126/3367694-1305385988
RUNJOBID= node126-1305385988-26434
PBS_JOBID= 13324376
Free space on /tmp= 73308 MiB

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

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

MD5SUM BENCH= 9649b9e4fa8d251c4c59f8783cbf0b60
RANDOM SEED=723606224

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:      27081308 kB
Buffers:        245708 kB
Cached:        2408588 kB
SwapCached:      92524 kB
Active:         703016 kB
Inactive:      4916352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27081308 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           21816 kB
Writeback:           0 kB
AnonPages:     2884624 kB
Mapped:          16048 kB
Slab:           108220 kB
PageTables:      75968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88183260 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= 73316 MiB
End job on node126 at 2011-05-14 17:34:50