Trace number 3264400

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

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
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-3264400-1303571016.cnf'
0.00/0.00	c -- header says num vars:            772
0.00/0.00	c -- header says num clauses:        9601
0.00/0.00	c -- clauses added:            0 learnts,         9601 normals,            0 xors
0.00/0.00	c -- vars added        772
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       772      9601         0         0     28996         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/9601/9601 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    772 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.03	c lits-rem:      2968  cl-subs:        0  v-elim:    193  v-fix:    0  time:  0.01 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:       0 undec:     193 neg:     579
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0       579      9408         0         0     39368         0   no data   no data
0.09/0.13	c Decided on static restart strategy
0.19/0.26	c  N st     8      4915       579      9408         6      4759     39368     99888   no data   no data
0.59/0.68	c  N st    10     11297       579      9408        11      4606     39368     55770   no data   no data
1.10/1.11	c  N st    11     17042       579      9408        13     10087     39368    179147   no data   no data
1.69/1.78	c  F st    12     25000       579      9408        16     12364     39368    242489   no data   no data
1.69/1.78	c  N st    12     25000       579      9408        16     12364     39368    242489   no data   no data
2.09/2.14	c Decided on static restart strategy
2.09/2.14	c  N st    18     30001       579      9408        21     11199     39368    187409   no data   no data
2.09/2.14	c  S st    18     30001       579      9408        21     11199     39368    187409   no data   no data
2.09/2.17	c  S st    18     30505       579      9408        27     11695     39368    191995   no data   no data
2.09/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.09/2.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      8 BRemL:      1 BRemN:      0 P:  0.2M T:  0.00
2.09/2.18	c blocked clauses removed:        0 vars:      0 tried:         579 T: 0.00 s
2.09/2.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.09/2.18	c subs with bin:       18  lits-rem:        27  v-fix:    0  time:  0.00 s
2.09/2.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
2.09/2.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.09/2.18	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.00 s
2.09/2.20	c subs with bin:      100  lits-rem:      2005  v-fix:    0  time:  0.01 s
2.29/2.37	c lits-rem:      2423  cl-subs:     2030  v-elim:      0  v-fix:    0  time:  0.18 s
2.39/2.41	c asymm  cl-useful: 2402/9388/9388 lits-rem:3477 time: 0.04
2.39/2.41	c calculated reachability. Time: 0.00
2.39/2.41	c  N st    18     30505       579      9388        42      9565     34471    161231   no data   no data
2.59/2.63	c Finding binary XORs  T:     0.00 s  found:       0
2.89/2.97	c  N st    20     37618       579      9388        44      8633     34471    111915   no data   no data
3.39/3.48	c  N st    21     44017       579      9388        48     14890     34471    254769   no data   no data
3.59/3.64	c  S st    22     45757       579      9388        48     16591     34471    294627   no data   no data
3.59/3.68	c  S st    22     46259       579      9388        49     17090     34471    300953   no data   no data
3.59/3.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.59/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      2 BRemL:      1 BRemN:      0 P:  0.3M T:  0.00
3.59/3.69	c Replacing        1 vars Replaced     1057 lits Time:     0.00 s 
3.59/3.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.59/3.69	c bin-w-bin subsume rem            4 bins  time:  0.00 s
3.59/3.69	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.00 s
3.59/3.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
3.59/3.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.69/3.70	c lits-rem:       221  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.01 s
3.69/3.72	c subs with bin:       12  lits-rem:      1866  v-fix:    0  time:  0.01 s
3.99/4.07	c lits-rem:      1436  cl-subs:     2832  v-elim:      0  v-fix:    0  time:  0.36 s
3.99/4.07	c vivif2 --  cl tried     9372 cl shrink        0 lits rem          0 time: 0.00
3.99/4.08	c vivif2 --  cl tried    14238 cl shrink      172 lits rem        174 time: 0.00
4.09/4.14	c asymm  cl-useful: 997/9372/9372 lits-rem:1279 time: 0.06
4.09/4.14	c calculated reachability. Time: 0.00
4.09/4.14	c  N st    22     46259       578      9372        43     14238     32823    243186   no data   no data
5.39/5.50	c  N st    23     60656       578      9372        47     19324     32823    327978   no data   no data
6.39/6.41	c  N st    24     69388       578      9372        48     18059     32823    305058   no data   no data
6.39/6.41	c  S st    24     69388       578      9372        48     18059     32823    305058   no data   no data
6.39/6.46	c  S st    24     69890       578      9372        56     18546     32823    311995   no data   no data
6.39/6.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.39/6.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      1 BRemN:      0 P:  0.3M T:  0.00
6.39/6.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.39/6.47	c bin-w-bin subsume rem            1 bins  time:  0.00 s
6.39/6.47	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
6.39/6.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
6.39/6.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.39/6.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.39/6.49	c subs with bin:       36  lits-rem:      1448  v-fix:    0  time:  0.01 s
6.99/7.04	c lits-rem:       808  cl-subs:     3659  v-elim:      0  v-fix:    0  time:  0.54 s
6.99/7.04	c vivif2 --  cl tried     9371 cl shrink        0 lits rem          0 time: 0.00
6.99/7.04	c vivif2 --  cl tried    14851 cl shrink      346 lits rem        348 time: 0.00
7.09/7.11	c asymm  cl-useful: 489/9371/9371 lits-rem:553 time: 0.07
7.09/7.11	c calculated reachability. Time: 0.00
7.09/7.11	c  N st    24     69890       578      9371        57     14851     32229    228789   no data   no data
8.70/8.76	c  F st    25     87500       578      9371        58     21438     32229    377550   no data   no data
8.70/8.76	c  N st    25     87500       578      9371        58     21438     32229    377550   no data   no data
8.70/8.76	c Finding binary XORs  T:     0.00 s  found:       1
9.19/9.28	c Decided on static restart strategy
9.49/9.54	c  N st    32     95538       578      9371        62     17647     32229    257007   no data   no data
10.39/10.47	c  N st    34    104837       578      9371        62     14018     32229    160498   no data   no data
10.39/10.47	c  S st    34    104837       578      9371        62     14018     32229    160498   no data   no data
10.49/10.52	c  S st    34    105337       578      9371        68     14505     32229    168830   no data   no data
10.49/10.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.49/10.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.49/10.53	c Replacing        1 vars Replaced      331 lits Time:     0.00 s 
10.49/10.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.49/10.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.49/10.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.49/10.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
10.49/10.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.49/10.53	c lits-rem:        74  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.00 s
10.49/10.54	c subs with bin:       33  lits-rem:       661  v-fix:    0  time:  0.00 s
10.59/10.60	c lits-rem:       659  cl-subs:      825  v-elim:      0  v-fix:    0  time:  0.06 s
10.59/10.60	c vivif2 --  cl tried     9358 cl shrink        0 lits rem          0 time: 0.00
10.59/10.61	c vivif2 --  cl tried    13644 cl shrink       33 lits rem         33 time: 0.00
10.59/10.68	c asymm  cl-useful: 232/9358/9358 lits-rem:242 time: 0.07
10.59/10.68	c calculated reachability. Time: 0.00
10.59/10.68	c  N st    34    105337       577      9358        68     13644     31856    156160   no data   no data
11.69/11.71	c  N st    35    114935       577      9358        69     22942     31856    367355   no data   no data
13.29/13.33	c  N st    36    129334       577      9358        71     23394     31856    365327   no data   no data
13.29/13.33	c Finding binary XORs  T:     0.00 s  found:       0
15.89/15.97	c  N st    37    150930       577      9358        76     29459     31856    449822   no data   no data
16.89/16.91	c  S st    38    158007       577      9358        76     20955     31856    274837   no data   no data
16.89/16.96	c  S st    38    158513       577      9358        78     21454     31856    283314   no data   no data
16.89/16.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.89/16.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
16.89/16.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.89/16.97	c bin-w-bin subsume rem            1 bins  time:  0.00 s
16.89/16.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.89/16.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
16.89/16.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.89/16.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.99/17.00	c subs with bin:       25  lits-rem:      3153  v-fix:    0  time:  0.01 s
17.29/17.35	c lits-rem:      1007  cl-subs:     3451  v-elim:      0  v-fix:    0  time:  0.35 s
17.29/17.36	c vivif2 --  cl tried     9358 cl shrink        0 lits rem          0 time: 0.00
17.29/17.36	c vivif2 --  cl tried    17978 cl shrink       76 lits rem         77 time: 0.00
17.39/17.44	c asymm  cl-useful: 157/9358/9358 lits-rem:157 time: 0.08
17.39/17.44	c calculated reachability. Time: 0.00
17.39/17.44	c  N st    38    158513       577      9358        79     17978     31684    213827   no data   no data
23.19/23.22	c  N st    39    207101       577      9358        82     31403     31684    474430   no data   no data
23.19/23.22	c Finding binary XORs  T:     0.00 s  found:       0
26.89/26.99	c  N st    40    237771       577      9358        83     23391     31684    292923   no data   no data
26.89/26.99	c  S st    40    237771       577      9358        83     23391     31684    292923   no data   no data
26.99/27.05	c  S st    40    238275       577      9358        83     23885     31684    301806   no data   no data
26.99/27.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.99/27.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
26.99/27.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.99/27.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.99/27.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.99/27.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
26.99/27.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
26.99/27.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.99/27.09	c subs with bin:       10  lits-rem:      1475  v-fix:    0  time:  0.01 s
27.29/27.35	c lits-rem:      1231  cl-subs:     2098  v-elim:      0  v-fix:    0  time:  0.27 s
27.29/27.35	c vivif2 --  cl tried     9358 cl shrink        0 lits rem          0 time: 0.00
27.29/27.36	c vivif2 --  cl tried    21777 cl shrink       20 lits rem         27 time: 0.00
27.39/27.46	c asymm  cl-useful: 85/9358/9358 lits-rem:85 time: 0.10
27.39/27.46	c calculated reachability. Time: 0.00
27.39/27.46	c  N st    40    238275       577      9358        83     21777     31593    261917   no data   no data
36.69/36.77	c  F st    41    306250       577      9358        84     23751     31593    268034   no data   no data
36.69/36.78	c  N st    41    306250       577      9358        84     23751     31593    268034   no data   no data
37.30/37.40	c Decided on static restart strategy
40.39/40.48	c  N st    51    334553       577      9358        88     27972     31593    338437   no data   no data
43.49/43.56	c  N st    53    357413       577      9358        88     25845     31593    283395   no data   no data
43.49/43.56	c  S st    53    357413       577      9358        88     25845     31593    283395   no data   no data
43.59/43.63	c  S st    53    357918       577      9358        90     26340     31593    292363   no data   no data
43.59/43.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.59/43.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.59/43.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.59/43.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.59/43.64	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
43.59/43.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
43.59/43.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
43.59/43.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.59/43.67	c subs with bin:       17  lits-rem:      2278  v-fix:    0  time:  0.02 s
43.69/43.78	c lits-rem:      1295  cl-subs:      915  v-elim:      0  v-fix:    0  time:  0.11 s
43.69/43.78	c vivif2 --  cl tried     9357 cl shrink        0 lits rem          0 time: 0.00
43.69/43.79	c vivif2 --  cl tried    25408 cl shrink       31 lits rem         31 time: 0.00
43.89/43.90	c asymm  cl-useful: 69/9357/9357 lits-rem:69 time: 0.11
43.89/43.90	c calculated reachability. Time: 0.00
43.89/43.90	c  N st    53    357918       577      9357        93     25408     31508    277042   no data   no data
48.40/48.49	c  N st    54    390310       577      9357        94     31790     31508    404275   no data   no data
48.40/48.49	c Finding binary XORs  T:     0.00 s  found:       0
55.79/55.84	c  N st    55    438898       577      9357        97     52678     31508    817463   no data   no data
65.89/65.91	c  N st    56    511780       577      9357       100     38864     31508    483523   no data   no data
69.70/69.76	c  N st    57    536877       577      9357       100     33262     31508    381865   no data   no data
69.70/69.76	c  S st    57    536877       577      9357       100     33262     31508    381865   no data   no data
69.80/69.84	c  S st    57    537382       577      9357       100     33765     31508    391169   no data   no data
69.80/69.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.80/69.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
69.80/69.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.80/69.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.80/69.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.80/69.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
69.80/69.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
69.80/69.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
69.80/69.88	c subs with bin:       15  lits-rem:      1952  v-fix:    0  time:  0.01 s
70.10/70.11	c lits-rem:      1369  cl-subs:     1277  v-elim:      0  v-fix:    0  time:  0.23 s
70.10/70.11	c vivif2 --  cl tried     9357 cl shrink        0 lits rem          0 time: 0.00
70.10/70.11	c vivif2 --  cl tried    32473 cl shrink      190 lits rem        190 time: 0.01
70.20/70.25	c asymm  cl-useful: 119/9357/9357 lits-rem:120 time: 0.14
70.20/70.25	c calculated reachability. Time: 0.00
70.20/70.25	c  N st    57    537382       577      9357       100     32473     31384    368125   no data   no data
97.59/97.67	c  N st    58    701366       577      9357       106     61238     31384    834617   no data   no data
97.59/97.67	c Finding binary XORs  T:     0.00 s  found:       0
116.60/116.64	c  N st    59    806073       577      9357       108     55021     31384    732374   no data   no data
116.60/116.64	c  S st    59    806073       577      9357       108     55021     31384    732374   no data   no data
116.70/116.75	c  S st    59    806575       577      9357       112     55515     31384    741506   no data   no data
116.70/116.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.70/116.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
116.70/116.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
116.70/116.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.70/116.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.70/116.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
116.70/116.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
116.70/116.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
116.80/116.84	c subs with bin:       29  lits-rem:      3801  v-fix:    0  time:  0.04 s
119.80/119.87	c lits-rem:      1847  cl-subs:    13678  v-elim:      0  v-fix:    0  time:  3.02 s
119.80/119.87	c vivif2 --  cl tried     9357 cl shrink        0 lits rem          0 time: 0.00
119.80/119.88	c vivif2 --  cl tried    41808 cl shrink      156 lits rem        162 time: 0.01
119.99/120.05	c asymm  cl-useful: 39/9357/9357 lits-rem:39 time: 0.17
119.99/120.05	c calculated reachability. Time: 0.00
119.99/120.05	c  N st    59    806575       577      9357       112     41808     31344    503522   no data   no data
169.40/169.44	c  F st    60   1071876       577      9357       113     58536     31344    792236   no data   no data
169.40/169.44	c  N st    60   1071876       577      9357       113     58536     31344    792236   no data   no data
170.29/170.31	c Decided on static restart strategy
174.90/174.92	c  N st    70   1100185       577      9357       114     85784     31344   1299205   no data   no data
181.30/181.30	c  N st    72   1136179       577      9357       115     77253     31344   1178153   no data   no data
188.00/188.09	c  N st    73   1168571       577      9357       115     64168     31344    875257   no data   no data
196.99/197.09	c  N st    74   1209862       577      9357       115     58405     31344    705345   no data   no data
196.99/197.09	c  S st    74   1209862       577      9357       115     58405     31344    705345   no data   no data
197.19/197.22	c  S st    74   1210366       577      9357       117     58903     31344    714882   no data   no data
197.19/197.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
197.19/197.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
197.19/197.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
197.19/197.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
197.19/197.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
197.19/197.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
197.19/197.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
197.19/197.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
197.29/197.31	c subs with bin:        8  lits-rem:      2366  v-fix:    0  time:  0.03 s
199.00/199.01	c lits-rem:      2179  cl-subs:     9365  v-elim:      0  v-fix:    0  time:  1.71 s
199.00/199.01	c vivif2 --  cl tried     9357 cl shrink        0 lits rem          0 time: 0.00
199.00/199.03	c vivif2 --  cl tried    49530 cl shrink      211 lits rem        217 time: 0.01
199.19/199.21	c asymm  cl-useful: 9/8159/9357 lits-rem:9 time: 0.18
199.19/199.21	c calculated reachability. Time: 0.00
199.19/199.21	c  N st    74   1210366       577      9357       118     49530     31335    565305   no data   no data
199.19/199.21	c Finding binary XORs  T:     0.00 s  found:       0
214.40/214.43	c  N st    75   1283248       577      9357       122     73499     31335   1009693   no data   no data
236.20/236.28	c  N st    76   1392573       577      9357       122     83939     31335   1194045   no data   no data
268.40/268.49	c  N st    77   1556557       577      9357       123     91953     31335   1301672   no data   no data
303.10/303.10	c  N st    78   1710366       577      9357       123     80619     31335   1081369   no data   no data
303.10/303.10	c  S st    78   1710366       577      9357       123     80619     31335   1081369   no data   no data
303.20/303.26	c  S st    78   1710867       577      9357       128     81103     31335   1090408   no data   no data
303.20/303.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
303.20/303.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      2 BRemN:      0 P:  1.2M T:  0.02
303.30/303.30	c Replacing        1 vars Replaced      140 lits Time:     0.00 s 
303.30/303.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
303.30/303.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
303.30/303.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
303.30/303.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
303.30/303.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
303.30/303.32	c lits-rem:         0  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.02 s
303.40/303.41	c subs with bin:       18  lits-rem:      2183  v-fix:    0  time:  0.06 s
309.30/309.31	c lits-rem:      2021  cl-subs:    19108  v-elim:      0  v-fix:    0  time:  5.90 s
309.30/309.31	c vivif2 --  cl tried     9343 cl shrink        0 lits rem          0 time: 0.00
309.30/309.33	c vivif2 --  cl tried    61972 cl shrink      320 lits rem        332 time: 0.02
309.30/309.36	c asymm  cl-useful: 0/1184/9343 lits-rem:0 time: 0.03
309.30/309.37	c calculated reachability. Time: 0.00
309.30/309.37	c  N st    78   1710867       576      9343       124     61972     31291    761900   no data   no data
309.30/309.37	c Finding binary XORs  T:     0.00 s  found:       0
392.61/392.63	c  N st    79   2079831       576      9343       128     74478     31291    915067   no data   no data
422.20/422.21	c  N st    80   2210868       576      9343       128     78631     31291    968503   no data   no data
422.20/422.21	c  S st    80   2210868       576      9343       128     78631     31291    968503   no data   no data
422.31/422.38	c  S st    80   2211374       576      9343       133     79128     31291    977735   no data   no data
422.31/422.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
422.41/422.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
422.41/422.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.41/422.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.41/422.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.41/422.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
422.41/422.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
422.41/422.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
422.41/422.49	c subs with bin:       10  lits-rem:      2314  v-fix:    0  time:  0.04 s
424.90/424.96	c lits-rem:      2492  cl-subs:     8817  v-elim:      0  v-fix:    0  time:  2.46 s
424.90/424.96	c vivif2 --  cl tried     9343 cl shrink        0 lits rem          0 time: 0.00
424.90/424.98	c vivif2 --  cl tried    70301 cl shrink      316 lits rem        329 time: 0.02
425.10/425.17	c asymm  cl-useful: 2/6095/9343 lits-rem:2 time: 0.19
425.10/425.17	c calculated reachability. Time: 0.00
425.10/425.17	c  N st    80   2211374       576      9343       133     70301     31289    824391   no data   no data
547.51/547.57	c  N st    81   2711376       576      9343       133     93093     31289   1130255   no data   no data
547.51/547.57	c  S st    81   2711376       576      9343       133     93093     31289   1130255   no data   no data
547.71/547.77	c  S st    81   2711877       576      9343       133     93588     31289   1140632   no data   no data
547.71/547.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
547.81/547.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
547.81/547.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
547.81/547.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
547.81/547.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
547.81/547.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
547.81/547.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
547.81/547.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
547.81/547.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
552.51/552.56	c lits-rem:      2170  cl-subs:    21425  v-elim:      0  v-fix:    0  time:  4.67 s
552.51/552.56	c vivif2 --  cl tried     9343 cl shrink        0 lits rem          0 time: 0.00
552.51/552.58	c vivif2 --  cl tried    72163 cl shrink      163 lits rem        170 time: 0.02
552.71/552.70	c asymm  cl-useful: 0/3248/9343 lits-rem:0 time: 0.12
552.71/552.70	c calculated reachability. Time: 0.00
552.71/552.70	c  N st    81   2711877       576      9343       133     72163     31289    808659   no data   no data
677.71/677.76	c  N st    82   3211880       576      9343       133    124879     31289   1770780   no data   no data
677.71/677.76	c  S st    82   3211880       576      9343       133    124879     31289   1770780   no data   no data
678.01/678.00	c Finding binary XORs  T:     0.00 s  found:       0
678.01/678.06	c  S st    82   3212384       576      9343       135    125374     31289   1780339   no data   no data
678.01/678.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
678.11/678.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
678.11/678.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
678.11/678.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
678.11/678.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
678.11/678.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
678.11/678.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
678.11/678.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
678.21/678.26	c subs with bin:        6  lits-rem:       786  v-fix:    0  time:  0.07 s
692.41/692.44	c lits-rem:      4291  cl-subs:    31243  v-elim:      0  v-fix:    0  time: 14.17 s
692.41/692.44	c vivif2 --  cl tried     9343 cl shrink        0 lits rem          0 time: 0.00
692.41/692.47	c vivif2 --  cl tried    94125 cl shrink      252 lits rem        252 time: 0.03
692.71/692.71	c asymm  cl-useful: 1/4599/9343 lits-rem:1 time: 0.24
692.71/692.71	c calculated reachability. Time: 0.00
692.71/692.71	c  N st    82   3212384       576      9343       135     94125     31287   1294457   no data   no data
827.31/827.37	c  N st    83   3712386       576      9343       135    111682     31287   1387593   no data   no data
827.31/827.37	c  S st    83   3712386       576      9343       135    111682     31287   1387593   no data   no data
827.62/827.60	c  S st    83   3712888       576      9343       138    112178     31287   1396572   no data   no data
827.62/827.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
827.62/827.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
827.62/827.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
827.62/827.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
827.62/827.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
827.62/827.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    576 time:  0.00 s
827.62/827.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
827.62/827.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
827.72/827.75	c subs with bin:        6  lits-rem:        11  v-fix:    0  time:  0.04 s
835.52/835.55	c lits-rem:      2976  cl-subs:    26592  v-elim:      0  v-fix:    0  time:  7.80 s
835.52/835.55	c vivif2 --  cl tried     9343 cl shrink        0 lits rem          0 time: 0.00
835.52/835.58	c vivif2 --  cl tried    85580 cl shrink      129 lits rem        139 time: 0.02
835.72/835.79	c asymm  cl-useful: 0/4492/9343 lits-rem:0 time: 0.21
835.72/835.80	c calculated reachability. Time: 0.00
835.72/835.80	c  N st    83   3712888       576      9343       138     85580     31287   1019266   no data   no data
844.92/844.98	c  F st    84   3751562       576      9343       139    123098     31287   1721585   no data   no data
844.92/844.98	c  N st    84   3751562       576      9343       139    123098     31287   1721585   no data   no data
846.32/846.37	c Decided on static restart strategy
853.02/853.01	c  N st    94   3779864       576      9343       139    150656     31287   2279023   no data   no data
862.71/862.76	c  N st    96   3815858       576      9343       140    104387     31287   1317360   no data   no data
871.42/871.43	c  N st    97   3848250       576      9343       140    135738     31287   1917188   no data   no data
884.71/884.70	c  N st    98   3896839       576      9343       140    100718     31287   1208872   no data   no data
906.61/906.67	c  N st    99   3969721       576      9343       140     87838     31287    947582   no data   no data
937.62/937.67	c  N st   100   4079044       576      9343       141    109938     31287   1454237   no data   no data
980.42/980.42	c  N st   101   4212888       576      9343       141    153428     31287   2174192   no data   no data
980.42/980.42	c  S st   101   4212888       576      9343       141    153428     31287   2174192   no data   no data
980.62/980.68	c Finding binary XORs  T:     0.00 s  found:       1
980.72/980.75	c  S st   101   4213391       576      9343       145    153925     31287   2183298   no data   no data
980.72/980.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
980.82/980.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  2.3M T:  0.06
980.82/980.88	c Replacing        1 vars Replaced     3483 lits Time:     0.05 s 
980.82/980.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
980.82/980.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
980.82/980.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
980.82/980.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    575 time:  0.00 s
980.82/980.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
980.92/980.91	c lits-rem:         0  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.03 s
981.22/981.21	c subs with bin:       16  lits-rem:      5165  v-fix:    0  time:  0.23 s
1006.22/1006.22	c lits-rem:      4713  cl-subs:    47188  v-elim:      0  v-fix:    0  time: 25.01 s
1006.22/1006.22	c vivif2 --  cl tried     9328 cl shrink        0 lits rem          0 time: 0.00
1006.22/1006.26	c vivif2 --  cl tried   106712 cl shrink      683 lits rem        704 time: 0.04
1006.42/1006.50	c asymm  cl-useful: 2/3762/9328 lits-rem:2 time: 0.24
1006.52/1006.50	c calculated reachability. Time: 0.00
1006.52/1006.50	c  N st   101   4213391       575      9328       144    106712     31240   1390846   no data   no data
1084.32/1084.32	c  N st   102   4459367       575      9328       145    173135     31240   2620859   no data   no data
1165.03/1165.00	c  N st   103   4713391       575      9328       145    152565     31240   2177503   no data   no data
1165.03/1165.00	c  S st   103   4713391       575      9328       145    152565     31240   2177503   no data   no data
1165.33/1165.34	c  S st   103   4713893       575      9328       150    153058     31240   2187438   no data   no data
1165.33/1165.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1165.43/1165.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
1165.43/1165.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1165.43/1165.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1165.43/1165.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1165.43/1165.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    575 time:  0.00 s
1165.43/1165.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1165.43/1165.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1165.53/1165.59	c subs with bin:        7  lits-rem:       661  v-fix:    0  time:  0.09 s
1187.82/1187.87	c lits-rem:     13902  cl-subs:    36605  v-elim:      0  v-fix:    0  time: 22.28 s
1187.82/1187.87	c vivif2 --  cl tried     9328 cl shrink        0 lits rem          0 time: 0.00
1187.93/1187.91	c vivif2 --  cl tried   116446 cl shrink      259 lits rem        259 time: 0.04
1188.12/1188.17	c asymm  cl-useful: 0/3236/9328 lits-rem:0 time: 0.26
1188.12/1188.17	c calculated reachability. Time: 0.00
1188.12/1188.17	c  N st   103   4713893       575      9328       150    116446     31240   1581115   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: 935)

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

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

running on 2 cores: 5,7

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: 1.19 2.83 3.38 4/189 6282
/proc/meminfo: memFree=16250204/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=30388 CPUtime=0 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 720 0 0 0 0 0 0 0 23 0 1 0 468701981 31117312 659 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309024 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 7597 659 340 106 0 2568 0

[startup+0.00755396 s]
/proc/loadavg: 1.19 2.83 3.38 4/189 6282
/proc/meminfo: memFree=16250204/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=30388 CPUtime=0 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 720 0 0 0 0 0 0 0 23 0 1 0 468701981 31117312 659 33554432000 4194304 4627331 140733491734160 18446744073709551615 4308351 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 7597 659 340 106 0 2568 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30388

[startup+0.100574 s]
/proc/loadavg: 1.19 2.83 3.38 4/189 6282
/proc/meminfo: memFree=16250204/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=32720 CPUtime=0.09 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 1612 0 0 0 9 0 0 0 23 0 1 0 468701981 33505280 1341 33554432000 4194304 4627331 140733491734160 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 8180 1341 372 106 0 3151 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32720

[startup+0.300537 s]
/proc/loadavg: 1.19 2.83 3.38 4/189 6282
/proc/meminfo: memFree=16250204/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=33356 CPUtime=0.29 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 1850 0 0 0 29 0 0 0 24 0 1 0 468701981 34156544 1350 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 8339 1350 373 106 0 3310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33356

[startup+0.700472 s]
/proc/loadavg: 1.19 2.83 3.38 4/189 6282
/proc/meminfo: memFree=16250204/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=33800 CPUtime=0.69 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 2181 0 0 0 69 0 0 0 25 0 1 0 468701981 34611200 1436 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 8450 1436 373 106 0 3421 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33800

[startup+1.50032 s]
/proc/loadavg: 1.19 2.83 3.38 6/190 6283
/proc/meminfo: memFree=16241144/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=34104 CPUtime=1.49 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 2631 0 0 0 149 0 0 0 25 0 1 0 468701981 34922496 1590 33554432000 4194304 4627331 140733491734160 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 8526 1590 373 106 0 3497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34104

[startup+3.10102 s]
/proc/loadavg: 1.19 2.83 3.38 6/190 6283
/proc/meminfo: memFree=16226020/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=39300 CPUtime=3.09 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 4688 0 0 0 309 0 0 0 25 0 1 0 468701981 40243200 2813 33554432000 4194304 4627331 140733491734160 18446744073709551615 4308552 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 9825 2813 378 106 0 4796 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39300

[startup+6.30044 s]
/proc/loadavg: 1.42 2.85 3.38 6/190 6312
/proc/meminfo: memFree=16217952/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=42740 CPUtime=6.29 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 6602 0 0 0 629 0 0 0 25 0 1 0 468701981 43765760 3770 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 10685 3770 379 106 0 5656 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42740

[startup+12.7003 s]
/proc/loadavg: 1.62 2.87 3.38 5/190 6340
/proc/meminfo: memFree=16190332/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=45168 CPUtime=12.69 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 9346 0 0 0 1268 1 0 0 25 0 1 0 468701981 46252032 4222 33554432000 4194304 4627331 140733491734160 18446744073709551615 4332808 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 11292 4222 379 106 0 6263 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45168

[startup+25.501 s]
/proc/loadavg: 2.23 2.94 3.40 5/190 6340
/proc/meminfo: memFree=16167308/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=46884 CPUtime=25.49 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 13405 0 0 0 2548 1 0 0 25 0 1 0 468701981 48009216 4845 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 11721 4845 379 106 0 6692 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46884

[startup+51.1003 s]
/proc/loadavg: 2.83 3.03 3.41 5/190 6341
/proc/meminfo: memFree=16149780/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=49916 CPUtime=51.09 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 20792 0 0 0 5106 3 0 0 25 0 1 0 468701981 51113984 5779 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309177 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 12479 5779 379 106 0 7450 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49916

[startup+102.307 s]
/proc/loadavg: 3.49 3.17 3.44 5/190 6342
/proc/meminfo: memFree=16128652/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=52384 CPUtime=102.3 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 32738 0 0 0 10225 5 0 0 25 0 1 0 468701981 53641216 6278 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 13096 6278 379 106 0 8067 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 52384

[startup+162.301 s]
/proc/loadavg: 3.81 3.32 3.47 5/190 6344
/proc/meminfo: memFree=16083872/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=63312 CPUtime=162.3 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 46023 0 0 0 16222 8 0 0 25 0 1 0 468701981 64831488 8946 33554432000 4194304 4627331 140733491734160 18446744073709551615 4321571 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 15828 8946 379 106 0 10799 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 63312

[startup+222.3 s]
/proc/loadavg: 3.93 3.44 3.50 5/190 6346
/proc/meminfo: memFree=16060176/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=67316 CPUtime=222.3 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 56959 0 0 0 22220 10 0 0 25 0 1 0 468701981 68931584 9713 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 16829 9713 379 106 0 11800 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 67316

[startup+282.3 s]
/proc/loadavg: 4.02 3.56 3.54 5/190 6347
/proc/meminfo: memFree=16055076/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=67664 CPUtime=282.3 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 66719 0 0 0 28218 12 0 0 25 0 1 0 468701981 69287936 10466 33554432000 4194304 4627331 140733491734160 18446744073709551615 4308360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 16916 10466 379 106 0 11887 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 67664

[startup+342.3 s]
/proc/loadavg: 4.01 3.63 3.56 5/190 6349
/proc/meminfo: memFree=16037208/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=77188 CPUtime=342.29 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 77115 0 0 0 34215 14 0 0 25 0 1 0 468701981 79040512 12507 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309318 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 19297 12507 379 106 0 14268 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 77188

[startup+402.3 s]
/proc/loadavg: 4.07 3.71 3.59 5/190 6350
/proc/meminfo: memFree=16024416/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=77460 CPUtime=402.3 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 86028 0 0 0 40214 16 0 0 25 0 1 0 468701981 79319040 12998 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 19365 12998 379 106 0 14336 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 77460

[startup+462.301 s]
/proc/loadavg: 4.10 3.78 3.62 5/190 6352
/proc/meminfo: memFree=16003316/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=82540 CPUtime=462.3 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 95784 0 0 0 46212 18 0 0 25 0 1 0 468701981 84520960 13521 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 20635 13521 379 106 0 15606 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 82540

[startup+522.301 s]
/proc/loadavg: 4.03 3.82 3.64 5/190 6381
/proc/meminfo: memFree=16024036/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=82732 CPUtime=522.3 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 103523 0 0 0 52209 21 0 0 25 0 1 0 468701981 84717568 14293 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309328 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 20683 14293 379 106 0 15654 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 82732

[startup+582.301 s]
/proc/loadavg: 4.04 3.86 3.67 5/190 6382
/proc/meminfo: memFree=15992400/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=87908 CPUtime=582.31 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 112021 0 0 0 58208 23 0 0 25 0 1 0 468701981 90017792 15223 33554432000 4194304 4627331 140733491734160 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 21977 15223 379 106 0 16948 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 87908

[startup+642.301 s]
/proc/loadavg: 4.01 3.89 3.68 5/190 6384
/proc/meminfo: memFree=15974160/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=88096 CPUtime=642.31 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 119975 0 0 0 64207 24 0 0 25 0 1 0 468701981 90210304 15575 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 22024 15575 379 106 0 16995 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 88096

[startup+702.301 s]
/proc/loadavg: 4.06 3.92 3.71 5/190 6385
/proc/meminfo: memFree=15957164/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=101872 CPUtime=702.31 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 129064 0 0 0 70205 26 0 0 25 0 1 0 468701981 104316928 19241 33554432000 4194304 4627331 140733491734160 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 25468 19241 379 106 0 20439 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 101872

[startup+762.307 s]
/proc/loadavg: 4.02 3.93 3.72 5/190 6387
/proc/meminfo: memFree=15910520/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=102076 CPUtime=762.32 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 136972 0 0 0 76204 28 0 0 25 0 1 0 468701981 104525824 18311 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 25519 18311 379 106 0 20490 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 102076

[startup+822.301 s]
/proc/loadavg: 4.01 3.94 3.74 5/190 6389
/proc/meminfo: memFree=15895124/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=102252 CPUtime=822.31 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 144625 0 0 0 82201 30 0 0 25 0 1 0 468701981 104706048 17547 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 25563 17547 379 106 0 20534 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 102252

[startup+882.3 s]
/proc/loadavg: 4.00 3.95 3.75 5/190 6390
/proc/meminfo: memFree=15876012/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=106144 CPUtime=882.31 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 152109 0 0 0 88199 32 0 0 25 0 1 0 468701981 108691456 18594 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 26536 18594 379 106 0 21507 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 106144

[startup+942.3 s]
/proc/loadavg: 4.00 3.95 3.76 5/190 6392
/proc/meminfo: memFree=15875616/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=106264 CPUtime=942.32 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 159147 0 0 0 94197 35 0 0 25 0 1 0 468701981 108814336 19437 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 26566 19437 379 106 0 21537 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 106264

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.77 5/190 6393
/proc/meminfo: memFree=15830944/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=118416 CPUtime=1002.32 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 165573 0 0 0 100196 36 0 0 25 0 1 0 468701981 121257984 22747 33554432000 4194304 4627331 140733491734160 18446744073709551615 4420179 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 29604 22747 379 106 0 24575 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 118416

[startup+1062.3 s]
/proc/loadavg: 4.04 3.98 3.79 5/190 6395
/proc/meminfo: memFree=15814684/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=118444 CPUtime=1062.32 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 171393 0 0 0 106194 38 0 0 25 0 1 0 468701981 121286656 21637 33554432000 4194304 4627331 140733491734160 18446744073709551615 4332751 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 29611 21637 379 106 0 24582 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 118444

[startup+1122.3 s]
/proc/loadavg: 4.01 3.98 3.80 5/190 6397
/proc/meminfo: memFree=15818252/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=118632 CPUtime=1122.32 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 178042 0 0 0 112192 40 0 0 25 0 1 0 468701981 121479168 21839 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309024 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 29658 21839 379 106 0 24629 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 118632

[startup+1182.3 s]
/proc/loadavg: 4.00 3.98 3.81 5/190 6398
/proc/meminfo: memFree=15812636/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=127584 CPUtime=1182.32 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 184086 0 0 0 118191 41 0 0 25 0 1 0 468701981 130646016 24643 33554432000 4194304 4627331 140733491734160 18446744073709551615 4420147 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 31896 24643 379 106 0 26867 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 127584

[startup+1242.3 s]
/proc/loadavg: 4.08 3.99 3.83 5/190 6400
/proc/meminfo: memFree=15793636/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=127692 CPUtime=1242.33 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 190943 0 0 0 124190 43 0 0 25 0 1 0 468701981 130756608 23847 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 31923 23847 379 106 0 26894 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 127692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 3.99 3.83 5/190 6401
/proc/meminfo: memFree=15781844/32951124 swapFree=67111528/67111528
[pid=6282] ppid=6280 vsize=127820 CPUtime=1300.03 cores=5,7
/proc/6282/stat : 6282 (strangenight2-s) R 6280 6282 5803 0 -1 4202496 197585 0 0 0 129958 45 0 0 25 0 1 0 468701981 130887680 23691 33554432000 4194304 4627331 140733491734160 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6282/statm: 31955 23691 379 106 0 26926 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 127820

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.59
CPU system time (s): 0.45993
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 184276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.59
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197585
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= 12
involuntary context switches= 744

runsolver used 2.11268 second user time and 4.99924 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-23 17:03:36
IDJOB=3264400
IDBENCH=84608
IDSOLVER=1587
FILE ID=node106/3264400-1303571016
RUNJOBID= node106-1303571015-6243
PBS_JOBID= 13150305
Free space on /tmp= 71728 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264400-1303571016/watcher-3264400-1303571016 -o /tmp/evaluation-result-3264400-1303571016/solver-3264400-1303571016 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3264400-1303571016.cnf

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

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=1490014972

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16250608 kB
Buffers:       1982776 kB
Cached:       14085304 kB
SwapCached:          0 kB
Active:        9641508 kB
Inactive:      6498916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16250608 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23224 kB
Writeback:           0 kB
AnonPages:       71816 kB
Mapped:          15928 kB
Slab:           496756 kB
PageTables:       5464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288060 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= 71724 MiB
End job on node106 at 2011-04-23 17:25:18