Trace number 3369952

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1579607106-017.SATISFIABLE.cnf
MD5SUM7790a3f63c0c8a2b2a87d89aa5f80b99
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.080987
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369952-1305384611.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c 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:    150 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      76 undec:       4 neg:      70
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.09/0.14	c  N st     8      4921       150      3195         0      4692     15975    140701   no data   no data  --
0.29/0.35	c  N st    10     11304       150      3195         0      4324     15975     98063   no data   no data  --
0.49/0.58	c  N st    11     17047       150      3195         0      9782     15975    259617   no data   no data  --
0.89/0.91	c  F st    12     25000       150      3195         0     12031     15975    326993   no data   no data  --
0.89/0.92	c  N st    12     25000       150      3195         0     12031     15975    326993   no data   no data  --
1.10/1.13	c Decided on static restart strategy
1.10/1.13	c  N st    18     30001       150      3195         0     10327     15975    265280   no data   no data  --
1.10/1.13	c  S st    18     30001       150      3195         0     10327     15975    265280   no data   no data  --
1.10/1.16	c  S st    18     30506       150      3195         0     10828     15975    279888   no data   no data  --
1.10/1.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.10/1.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.10/1.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.10/1.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.10/1.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.10/1.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.10/1.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.99/2.01	c lits-rem:      3003  cl-subs:     1316  v-elim:      0  v-fix:    0  time:  0.83 s
1.99/2.05	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
1.99/2.05	c calculated reachability. Time: 0.00
1.99/2.05	c  N st    18     30506       150      3195         0      9512     15975    232575   no data   no data  --
2.39/2.46	c  N st    20     37617       150      3195         0      8768     15975    191997   no data   no data  --
2.69/2.76	c  N st    21     44016       150      3195         0     14856     15975    373951   no data   no data  --
2.79/2.86	c  S st    22     45759       150      3195         0     16514     15975    423063   no data   no data  --
2.89/2.90	c  S st    22     46265       150      3195         0     17006     15975    437401   no data   no data  --
2.89/2.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.89/2.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.89/2.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.89/2.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2.89/2.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.29/4.33	c lits-rem:      3761  cl-subs:     1452  v-elim:      0  v-fix:    0  time:  1.40 s
4.29/4.33	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4.29/4.33	c vivif2 --  cl tried    15554 cl shrink        0 lits rem          0 time: 0.00
4.29/4.40	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.07
4.29/4.40	c calculated reachability. Time: 0.00
4.29/4.40	c  N st    22     46265       150      3195         0     15554     15975    386668   no data   no data  --
5.09/5.17	c  N st    23     60662       150      3195         0     11215     15975    226760   no data   no data  --
5.59/5.69	c  N st    24     69397       150      3195         0     19528     15975    479132   no data   no data  --
5.59/5.69	c  S st    24     69397       150      3195         0     19528     15975    479132   no data   no data  --
5.69/5.74	c  S st    24     69901       150      3195         0     20029     15975    493967   no data   no data  --
5.69/5.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.69/5.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.69/5.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
5.69/5.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.69/5.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.69/5.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
5.69/5.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.48/7.51	c lits-rem:      5099  cl-subs:     1856  v-elim:      0  v-fix:    0  time:  1.76 s
7.48/7.51	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
7.48/7.52	c vivif2 --  cl tried    18173 cl shrink        0 lits rem          0 time: 0.00
7.59/7.61	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
7.59/7.61	c calculated reachability. Time: 0.00
7.59/7.61	c  N st    24     69901       150      3195         0     18173     15975    429877   no data   no data  --
8.70/8.72	c  F st    25     87500       150      3195         0     13148     15975    260879   no data   no data  --
8.70/8.73	c  N st    25     87500       150      3195         0     13148     15975    260879   no data   no data  --
8.99/9.01	c Decided on static restart strategy
9.09/9.18	c  N st    32     95540       150      3195         0     20819     15975    491128   no data   no data  --
9.79/9.82	c  N st    34    104851       150      3195         0     17356     15975    374635   no data   no data  --
9.79/9.82	c  S st    34    104851       150      3195         0     17356     15975    374635   no data   no data  --
9.79/9.86	c  S st    34    105352       150      3195         0     17849     15975    389237   no data   no data  --
9.79/9.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.79/9.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.79/9.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.79/9.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.79/9.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.79/9.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
9.79/9.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.09/11.13	c lits-rem:      2459  cl-subs:     1078  v-elim:      0  v-fix:    0  time:  1.25 s
11.09/11.13	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
11.09/11.13	c vivif2 --  cl tried    16771 cl shrink        0 lits rem          0 time: 0.00
11.19/11.21	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
11.19/11.21	c calculated reachability. Time: 0.00
11.19/11.21	c  N st    34    105352       150      3195         0     16771     15975    353461   no data   no data  --
11.79/11.86	c  N st    35    114950       150      3195         0     25892     15975    629855   no data   no data  --
12.89/12.90	c  N st    36    129348       150      3195         0     26301     15975    637072   no data   no data  --
14.38/14.45	c  N st    37    150944       150      3195         0     17339     15975    320244   no data   no data  --
14.89/14.90	c  S st    38    158030       150      3195         0     24109     15975    525450   no data   no data  --
14.89/14.96	c  S st    38    158531       150      3195         0     24597     15975    540253   no data   no data  --
14.89/14.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.89/14.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.89/14.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
14.89/14.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.89/14.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.89/14.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.89/14.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.40/16.49	c lits-rem:      3122  cl-subs:     1396  v-elim:      0  v-fix:    0  time:  1.51 s
16.40/16.49	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
16.40/16.49	c vivif2 --  cl tried    23201 cl shrink        0 lits rem          0 time: 0.00
16.59/16.60	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.11
16.59/16.61	c calculated reachability. Time: 0.00
16.59/16.61	c  N st    38    158531       150      3195         0     23201     15975    491704   no data   no data  --
20.90/20.93	c  N st    39    207119       150      3195         0     17985     15975    290568   no data   no data  --
23.39/23.40	c  N st    40    237796       150      3195         0     28156     15975    592833   no data   no data  --
23.39/23.40	c  S st    40    237796       150      3195         0     28156     15975    592833   no data   no data  --
23.39/23.47	c  S st    40    238298       150      3195         0     28648     15975    607473   no data   no data  --
23.39/23.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.39/23.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.39/23.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
23.39/23.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.39/23.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.39/23.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
23.39/23.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.20/25.25	c lits-rem:      3462  cl-subs:     1766  v-elim:      0  v-fix:    0  time:  1.76 s
25.20/25.25	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
25.20/25.26	c vivif2 --  cl tried    26882 cl shrink        0 lits rem          0 time: 0.00
25.30/25.38	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.12
25.30/25.38	c calculated reachability. Time: 0.00
25.30/25.38	c  N st    40    238298       150      3195         0     26882     15975    549620   no data   no data  --
32.19/32.26	c  F st    41    306250       150      3195         0     28751     15975    557135   no data   no data  --
32.19/32.26	c  N st    41    306250       150      3195         0     28751     15975    557135   no data   no data  --
32.69/32.71	c Decided on static restart strategy
34.79/34.82	c  N st    51    334556       150      3195         0     32902     15975    663811   no data   no data  --
37.19/37.25	c  N st    53    357447       150      3195         0     30916     15975    579229   no data   no data  --
37.19/37.25	c  S st    53    357447       150      3195         0     30916     15975    579229   no data   no data  --
37.30/37.32	c  S st    53    357951       150      3195         0     31409     15975    593517   no data   no data  --
37.30/37.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.30/37.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.30/37.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
37.30/37.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.30/37.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.30/37.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
37.30/37.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.89/38.90	c lits-rem:      2512  cl-subs:     1313  v-elim:      0  v-fix:    0  time:  1.55 s
38.89/38.90	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
38.89/38.90	c vivif2 --  cl tried    30096 cl shrink        0 lits rem          0 time: 0.00
38.99/39.04	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.14
38.99/39.04	c calculated reachability. Time: 0.00
38.99/39.04	c  N st    53    357951       150      3195         0     30096     15975    547457   no data   no data  --
42.29/42.31	c  N st    54    390343       150      3195         0     36113     15975    717008   no data   no data  --
47.49/47.52	c  N st    55    438931       150      3195         0     29980     15975    505612   no data   no data  --
56.11/56.19	c  N st    56    511814       150      3195         0     42866     15975    849171   no data   no data  --
58.89/58.94	c  N st    57    536926       150      3195         0     37380     15975    675895   no data   no data  --
58.89/58.94	c  S st    57    536926       150      3195         0     37380     15975    675895   no data   no data  --
58.99/59.02	c  S st    57    537429       150      3195         0     37877     15975    690912   no data   no data  --
58.99/59.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.99/59.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.99/59.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
58.99/59.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.99/59.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.99/59.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
58.99/59.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.89/60.93	c lits-rem:      2628  cl-subs:     1615  v-elim:      0  v-fix:    0  time:  1.87 s
60.89/60.93	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
60.89/60.94	c vivif2 --  cl tried    36262 cl shrink        0 lits rem          0 time: 0.01
61.09/61.10	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.17
61.09/61.10	c calculated reachability. Time: 0.00
61.09/61.10	c  N st    57    537429       150      3195         0     36262     15975    635541   no data   no data  --
80.69/80.74	c  N st    58    701413       150      3195         0     64623     15975   1456274   no data   no data  --
94.19/94.28	c  N st    59    806143       150      3195         0     59002     15975   1248423   no data   no data  --
94.19/94.28	c  S st    59    806143       150      3195         0     59002     15975   1248423   no data   no data  --
94.39/94.42	c  S st    59    806646       150      3195         0     59489     15975   1263101   no data   no data  --
94.39/94.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
94.39/94.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.39/94.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
94.39/94.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.39/94.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.39/94.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
94.39/94.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
100.19/100.28	c lits-rem:      1326  cl-subs:     3982  v-elim:      0  v-fix:    0  time:  5.80 s
100.19/100.28	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
100.19/100.29	c vivif2 --  cl tried    55507 cl shrink        0 lits rem          0 time: 0.01
100.39/100.49	c asymm  cl-useful: 0/2378/3195 lits-rem:0 time: 0.20
100.39/100.49	c calculated reachability. Time: 0.00
100.39/100.49	c  N st    59    806646       150      3195         0     55507     15975   1134803   no data   no data  --
137.59/137.65	c  F st    60   1071875       150      3195         0     70832     15975   1514112   no data   no data  --
137.59/137.65	c  N st    60   1071875       150      3195         0     70832     15975   1514112   no data   no data  --
138.79/138.81	c Decided on static restart strategy
142.59/142.64	c  N st    70   1100185       150      3195         0     55329     15975    976543   no data   no data  --
148.79/148.86	c  N st    72   1136177       150      3195         0     45878     15975    663245   no data   no data  --
154.20/154.23	c  N st    73   1168569       150      3195         0     76634     15975   1665431   no data   no data  --
161.39/161.42	c  N st    74   1209970       150      3195         0     71180     15975   1415782   no data   no data  --
161.39/161.42	c  S st    74   1209970       150      3195         0     71180     15975   1415782   no data   no data  --
161.49/161.58	c  S st    74   1210471       150      3195         0     71674     15975   1430171   no data   no data  --
161.49/161.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
161.49/161.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
161.60/161.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
161.60/161.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
161.60/161.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.60/161.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
161.60/161.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
169.30/169.39	c lits-rem:      1350  cl-subs:     5297  v-elim:      0  v-fix:    0  time:  7.74 s
169.30/169.39	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
169.40/169.41	c vivif2 --  cl tried    66377 cl shrink        0 lits rem          0 time: 0.01
169.49/169.53	c asymm  cl-useful: 0/817/3195 lits-rem:0 time: 0.12
169.49/169.53	c calculated reachability. Time: 0.00
169.49/169.53	c  N st    74   1210471       150      3195         0     66377     15975   1263507   no data   no data  --
180.69/180.74	c  N st    75   1283353       150      3195         0     89909     15975   1983801   no data   no data  --
198.69/198.71	c  N st    76   1392678       150      3195         0     51692     15975    741431   no data   no data  --
226.10/226.10	c  N st    77   1556663       150      3195         0     56184     15975    834787   no data   no data  --
255.50/255.56	c  N st    78   1710471       150      3195         0     96103     15975   2017760   no data   no data  --
255.50/255.56	c  S st    78   1710471       150      3195         0     96103     15975   2017760   no data   no data  --
255.80/255.80	c  S st    78   1710978       150      3195         0     96602     15975   2032923   no data   no data  --
255.80/255.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
255.80/255.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.80/255.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
255.90/255.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
255.90/255.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.90/255.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
255.90/255.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
278.20/278.27	c lits-rem:      3011  cl-subs:     9760  v-elim:      0  v-fix:    0  time: 22.37 s
278.20/278.27	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
278.20/278.29	c vivif2 --  cl tried    86842 cl shrink        0 lits rem          0 time: 0.02
278.50/278.53	c asymm  cl-useful: 0/1434/3195 lits-rem:0 time: 0.24
278.50/278.54	c calculated reachability. Time: 0.00
278.50/278.54	c  N st    78   1710978       150      3195         0     86842     15975   1740016   no data   no data  --
351.10/351.17	c  N st    79   2079944       150      3195         0     98574     15975   1995677   no data   no data  --
380.70/380.75	c  N st    80   2210979       150      3195         0    102706     15975   2082532   no data   no data  --
380.70/380.75	c  S st    80   2210979       150      3195         0    102706     15975   2082532   no data   no data  --
381.00/381.00	c  S st    80   2211482       150      3195         0    103202     15975   2097781   no data   no data  --
381.00/381.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
381.00/381.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
381.00/381.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
381.10/381.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.10/381.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.10/381.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
381.10/381.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
405.50/405.54	c lits-rem:      1823  cl-subs:     9315  v-elim:      0  v-fix:    0  time: 24.44 s
405.50/405.54	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
405.50/405.56	c vivif2 --  cl tried    93887 cl shrink        0 lits rem          0 time: 0.02
405.80/405.82	c asymm  cl-useful: 0/1167/3195 lits-rem:0 time: 0.25
405.80/405.82	c calculated reachability. Time: 0.00
405.80/405.82	c  N st    80   2211482       150      3195         0     93887     15975   1821350   no data   no data  --
513.10/513.17	c  N st    81   2711482       150      3195         0    116975     15975   2450155   no data   no data  --
513.10/513.17	c  S st    81   2711482       150      3195         0    116975     15975   2450155   no data   no data  --
513.40/513.47	c  S st    81   2711988       150      3195         0    117467     15975   2465512   no data   no data  --
513.40/513.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
513.40/513.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
513.50/513.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
513.50/513.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
513.50/513.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
513.50/513.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
513.50/513.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
549.10/549.18	c lits-rem:      4618  cl-subs:    10665  v-elim:      0  v-fix:    0  time: 35.58 s
549.10/549.18	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
549.20/549.21	c vivif2 --  cl tried   106802 cl shrink        0 lits rem          0 time: 0.02
549.30/549.37	c asymm  cl-useful: 0/594/3195 lits-rem:0 time: 0.16
549.30/549.38	c calculated reachability. Time: 0.00
549.30/549.38	c  N st    81   2711988       150      3195         0    106802     15975   2128434   no data   no data  --
680.11/680.19	c  N st    82   3211988       150      3195         0     84045     15975   1260549   no data   no data  --
680.11/680.19	c  S st    82   3211988       150      3195         0     84045     15975   1260549   no data   no data  --
680.31/680.38	c  S st    82   3212495       150      3195         0     84545     15975   1275440   no data   no data  --
680.31/680.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
680.31/680.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
680.41/680.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
680.41/680.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
680.41/680.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
680.41/680.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
680.41/680.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
685.51/685.55	c lits-rem:       537  cl-subs:     2095  v-elim:      0  v-fix:    0  time:  5.10 s
685.51/685.55	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
685.51/685.57	c vivif2 --  cl tried    82450 cl shrink        0 lits rem          0 time: 0.01
685.81/685.80	c asymm  cl-useful: 0/1557/3195 lits-rem:0 time: 0.23
685.81/685.80	c calculated reachability. Time: 0.00
685.81/685.80	c  N st    82   3212495       150      3195         0     82450     15975   1211788   no data   no data  --
821.81/821.84	c  N st    83   3712495       150      3195         0     93007     15975   1426321   no data   no data  --
821.81/821.84	c  S st    83   3712495       150      3195         0     93007     15975   1426321   no data   no data  --
822.11/822.12	c  S st    83   3713001       150      3195         0     93497     15975   1441108   no data   no data  --
822.11/822.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
822.11/822.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
822.11/822.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
822.21/822.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
822.21/822.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
822.21/822.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
822.21/822.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
831.31/831.31	c lits-rem:       444  cl-subs:     2489  v-elim:      0  v-fix:    0  time:  9.08 s
831.31/831.32	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
831.31/831.33	c vivif2 --  cl tried    91008 cl shrink        0 lits rem          0 time: 0.02
831.71/831.72	c asymm  cl-useful: 0/1238/3195 lits-rem:0 time: 0.39
831.71/831.72	c calculated reachability. Time: 0.00
831.71/831.72	c  N st    83   3713001       150      3195         0     91008     15975   1366220   no data   no data  --
843.72/843.75	c  F st    84   3751565       150      3195         0    127389     15975   2466387   no data   no data  --
843.72/843.75	c  N st    84   3751565       150      3195         0    127389     15975   2466387   no data   no data  --
846.01/846.06	c Decided on static restart strategy
854.41/854.40	c  N st    94   3779865       150      3195         0    154308     15975   3290797   no data   no data  --
864.01/864.09	c  N st    96   3815860       150      3195         0    108226     15975   1872431   no data   no data  --
873.12/873.12	c  N st    97   3848255       150      3195         0    138922     15975   2826981   no data   no data  --
887.61/887.61	c  N st    98   3896843       150      3195         0    103614     15975   1714535   no data   no data  --
909.92/909.90	c  N st    99   3969725       150      3195         0     90253     15975   1271853   no data   no data  --
943.31/943.32	c  N st   100   4079050       150      3195         0    109903     15975   1862132   no data   no data  --
985.72/985.72	c  N st   101   4213001       150      3195         0    152316     15975   3149773   no data   no data  --
985.72/985.72	c  S st   101   4213001       150      3195         0    152316     15975   3149773   no data   no data  --
986.12/986.17	c  S st   101   4213504       150      3195         0    152804     15975   3165036   no data   no data  --
986.12/986.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
986.12/986.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
986.22/986.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
986.32/986.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
986.32/986.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
986.32/986.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
986.32/986.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1099.12/1099.12	c lits-rem:      2855  cl-subs:    13291  v-elim:      0  v-fix:    0  time: 112.78 s
1099.12/1099.12	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1099.12/1099.16	c vivif2 --  cl tried   139513 cl shrink        0 lits rem          0 time: 0.03
1099.42/1099.46	c asymm  cl-useful: 0/1106/3195 lits-rem:0 time: 0.30
1099.42/1099.47	c calculated reachability. Time: 0.00
1099.42/1099.47	c  N st   101   4213504       150      3195         0    139513     15975   2759582   no data   no data  --
1179.13/1179.11	c  N st   102   4459480       150      3195         0    114728     15975   1961012   no data   no data  --
1261.73/1261.76	c  N st   103   4713504       150      3195         0    177782     15975   3920256   no data   no data  --
1261.73/1261.76	c  S st   103   4713504       150      3195         0    177782     15975   3920256   no data   no data  --
1262.22/1262.26	c  S st   103   4714009       150      3195         0    178280     15975   3935371   no data   no data  --
1262.22/1262.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1262.22/1262.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1262.32/1262.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.08
1262.42/1262.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1262.42/1262.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1262.42/1262.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1262.42/1262.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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-3369952-1305384611/watcher-3369952-1305384611 -o /tmp/evaluation-result-3369952-1305384611/solver-3369952-1305384611 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369952-1305384611.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: 2.76 2.97 3.15 4/298 3048
/proc/meminfo: memFree=16856916/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=29812 CPUtime=0 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 503 0 0 0 0 0 0 0 24 0 1 0 650063898 30527488 443 33554432000 4194304 4650387 140737041106400 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 7453 443 327 112 0 2418 0

[startup+0.0920789 s]
/proc/loadavg: 2.76 2.97 3.15 4/298 3048
/proc/meminfo: memFree=16856916/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=30672 CPUtime=0.08 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 895 0 0 0 8 0 0 0 24 0 1 0 650063898 31408128 809 33554432000 4194304 4650387 140737041106400 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 7668 809 377 112 0 2633 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30672

[startup+0.10108 s]
/proc/loadavg: 2.76 2.97 3.15 4/298 3048
/proc/meminfo: memFree=16856916/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=30672 CPUtime=0.09 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 905 0 0 0 9 0 0 0 24 0 1 0 650063898 31408128 819 33554432000 4194304 4650387 140737041106400 18446744073709551615 4328235 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 7668 819 377 112 0 2633 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30672

[startup+0.301054 s]
/proc/loadavg: 2.76 2.97 3.15 4/298 3048
/proc/meminfo: memFree=16856916/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=31264 CPUtime=0.29 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 1237 0 0 0 29 0 0 0 25 0 1 0 650063898 32014336 971 33554432000 4194304 4650387 140737041106400 18446744073709551615 4334281 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 7816 971 379 112 0 2781 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31264

[startup+0.700974 s]
/proc/loadavg: 2.76 2.97 3.15 4/298 3048
/proc/meminfo: memFree=16856916/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=32184 CPUtime=0.69 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 1979 0 0 0 69 0 0 0 25 0 1 0 650063898 32956416 1108 33554432000 4194304 4650387 140737041106400 18446744073709551615 4365334 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 8046 1108 379 112 0 3011 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32184

[startup+1.50083 s]
/proc/loadavg: 2.76 2.97 3.15 5/304 3059
/proc/meminfo: memFree=16834044/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=39400 CPUtime=1.49 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 4176 0 0 0 149 0 0 0 25 0 1 0 650063898 40345600 2893 33554432000 4194304 4650387 140737041106400 18446744073709551615 4438693 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 9850 2893 381 112 0 4815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39400

[startup+3.10055 s]
/proc/loadavg: 2.76 2.97 3.15 5/304 3059
/proc/meminfo: memFree=16813212/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=44776 CPUtime=3.09 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 6082 0 0 0 309 0 0 0 25 0 1 0 650063898 45850624 4288 33554432000 4194304 4650387 140737041106400 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 11194 4288 381 112 0 6159 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44776

[startup+6.30098 s]
/proc/loadavg: 2.86 2.98 3.15 5/304 3059
/proc/meminfo: memFree=16791516/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=49116 CPUtime=6.29 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 8254 0 0 0 629 0 0 0 25 0 1 0 650063898 50294784 5374 33554432000 4194304 4650387 140737041106400 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 12279 5374 381 112 0 7244 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49116

[startup+12.7008 s]
/proc/loadavg: 2.95 3.00 3.15 5/304 3059
/proc/meminfo: memFree=16777908/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=52068 CPUtime=12.69 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 11696 0 0 0 1268 1 0 0 25 0 1 0 650063898 53317632 6050 33554432000 4194304 4650387 140737041106400 18446744073709551615 4333577 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 13017 6050 381 112 0 7982 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52068

[startup+25.5006 s]
/proc/loadavg: 3.18 3.05 3.17 5/304 3059
/proc/meminfo: memFree=16750004/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=62628 CPUtime=25.49 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 19614 0 0 0 2546 3 0 0 25 0 1 0 650063898 64131072 8513 33554432000 4194304 4650387 140737041106400 18446744073709551615 4368256 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 15657 8513 381 112 0 10622 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62628

[startup+51.101 s]
/proc/loadavg: 3.46 3.12 3.19 5/304 3060
/proc/meminfo: memFree=16719164/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=66264 CPUtime=51.09 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 31488 0 0 0 5104 5 0 0 25 0 1 0 650063898 67854336 9047 33554432000 4194304 4650387 140737041106400 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 16566 9047 381 112 0 11531 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66264

[startup+102.311 s]
/proc/loadavg: 3.76 3.26 3.23 5/304 3061
/proc/meminfo: memFree=16645444/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=86056 CPUtime=102.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 52320 0 0 0 10221 9 0 0 25 0 1 0 650063898 88121344 14926 33554432000 4194304 4650387 140737041106400 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 21514 14926 381 112 0 16479 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86056

[startup+162.3 s]
/proc/loadavg: 4.03 3.42 3.28 5/304 3063
/proc/meminfo: memFree=16614288/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=98324 CPUtime=162.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 73849 0 0 0 16215 15 0 0 25 0 1 0 650063898 100683776 17395 33554432000 4194304 4650387 140737041106400 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 24581 17395 381 112 0 19546 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 98324

[startup+222.301 s]
/proc/loadavg: 4.08 3.55 3.34 5/304 3065
/proc/meminfo: memFree=16575444/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=103516 CPUtime=222.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 89628 0 0 0 22211 19 0 0 25 0 1 0 650063898 106000384 18631 33554432000 4194304 4650387 140737041106400 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 25879 18632 381 112 0 20844 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 103516

[startup+282.301 s]
/proc/loadavg: 4.08 3.65 3.38 5/304 3066
/proc/meminfo: memFree=16536852/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=122700 CPUtime=282.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 103094 0 0 0 28208 22 0 0 25 0 1 0 650063898 125644800 24376 33554432000 4194304 4650387 140737041106400 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 30675 24376 381 112 0 25640 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 122700

[startup+342.3 s]
/proc/loadavg: 4.03 3.71 3.42 5/304 3068
/proc/meminfo: memFree=16532200/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=123008 CPUtime=342.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 117036 0 0 0 34204 26 0 0 25 0 1 0 650063898 125960192 24365 33554432000 4194304 4650387 140737041106400 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 30752 24365 381 112 0 25717 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 123008

[startup+402.301 s]
/proc/loadavg: 4.01 3.76 3.45 5/304 3097
/proc/meminfo: memFree=16516068/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=134868 CPUtime=402.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 127879 0 0 0 40201 29 0 0 25 0 1 0 650063898 138104832 26462 33554432000 4194304 4650387 140737041106400 18446744073709551615 4476379 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 33717 26462 381 112 0 28682 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134868

[startup+462.301 s]
/proc/loadavg: 4.07 3.82 3.49 5/304 3099
/proc/meminfo: memFree=16521960/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=139916 CPUtime=462.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 141741 0 0 0 46196 34 0 0 25 0 1 0 650063898 143273984 27589 33554432000 4194304 4650387 140737041106400 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 34979 27589 381 112 0 29944 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 139916

[startup+522.3 s]
/proc/loadavg: 4.02 3.85 3.52 5/304 3101
/proc/meminfo: memFree=16471708/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=154416 CPUtime=522.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 155514 0 0 0 52192 38 0 0 25 0 1 0 650063898 158121984 31579 33554432000 4194304 4650387 140737041106400 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 38604 31579 381 112 0 33569 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154416

[startup+582.301 s]
/proc/loadavg: 4.01 3.87 3.54 5/304 3103
/proc/meminfo: memFree=16455672/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=159116 CPUtime=582.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 162748 0 0 0 58190 40 0 0 25 0 1 0 650063898 162934784 31679 33554432000 4194304 4650387 140737041106400 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 39779 31679 381 112 0 34744 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 159116

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.57 5/304 3105
/proc/meminfo: memFree=16420156/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=159308 CPUtime=642.31 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 173860 0 0 0 64187 44 0 0 25 0 1 0 650063898 163131392 32259 33554432000 4194304 4650387 140737041106400 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 39827 32259 381 112 0 34792 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 159308

[startup+702.3 s]
/proc/loadavg: 4.07 3.93 3.60 5/304 3115
/proc/meminfo: memFree=16395480/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=214428 CPUtime=702.3 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 182225 0 0 0 70182 48 0 0 25 0 1 0 650063898 219574272 33392 33554432000 4194304 4650387 140737041106400 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 53607 33392 381 112 0 48572 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 214428

[startup+762.311 s]
/proc/loadavg: 4.06 3.95 3.63 5/304 3118
/proc/meminfo: memFree=16401040/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=159632 CPUtime=762.32 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 193356 0 0 0 76180 52 0 0 25 0 1 0 650063898 163463168 33230 33554432000 4194304 4650387 140737041106400 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 39908 33230 381 112 0 34873 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 159632

[startup+822.301 s]
/proc/loadavg: 4.09 3.97 3.65 5/304 3123
/proc/meminfo: memFree=16388344/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=159828 CPUtime=822.31 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 203379 0 0 0 82176 55 0 0 18 0 1 0 650063898 163663872 31682 33554432000 4194304 4650387 140737041106400 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 39957 31682 381 112 0 34922 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 159828

[startup+882.3 s]
/proc/loadavg: 4.03 3.97 3.67 5/304 3124
/proc/meminfo: memFree=16363208/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=221456 CPUtime=882.31 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 210692 0 0 0 88174 57 0 0 25 0 1 0 650063898 226770944 35009 33554432000 4194304 4650387 140737041106400 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 55364 35009 381 112 0 50329 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 221456

[startup+942.301 s]
/proc/loadavg: 4.01 3.97 3.69 5/304 3126
/proc/meminfo: memFree=16369368/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=164800 CPUtime=942.31 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 220944 0 0 0 94171 60 0 0 25 0 1 0 650063898 168755200 33079 33554432000 4194304 4650387 140737041106400 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 41200 33079 381 112 0 36165 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 164800

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.70 5/304 3127
/proc/meminfo: memFree=16331260/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=186776 CPUtime=1002.32 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 231779 0 0 0 100169 63 0 0 25 0 1 0 650063898 191258624 39831 33554432000 4194304 4650387 140737041106400 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 46694 39831 381 112 0 41659 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 186776

[startup+1062.3 s]
/proc/loadavg: 4.03 3.99 3.73 5/304 3131
/proc/meminfo: memFree=16325532/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=186776 CPUtime=1062.32 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 231819 0 0 0 106169 63 0 0 25 0 1 0 650063898 191258624 39871 33554432000 4194304 4650387 140737041106400 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 46694 39871 381 112 0 41659 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 186776

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.74 5/304 3133
/proc/meminfo: memFree=16323900/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=186804 CPUtime=1122.31 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 235423 0 0 0 112167 64 0 0 25 0 1 0 650063898 191287296 38904 33554432000 4194304 4650387 140737041106400 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 46701 38904 381 112 0 41666 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 186804

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.75 5/304 3134
/proc/meminfo: memFree=16307756/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=186940 CPUtime=1182.32 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 243988 0 0 0 118164 68 0 0 25 0 1 0 650063898 191426560 38922 33554432000 4194304 4650387 140737041106400 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 46735 38922 381 112 0 41700 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 186940

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.76 5/304 3137
/proc/meminfo: memFree=16325460/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=187068 CPUtime=1242.32 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 252751 0 0 0 124162 70 0 0 25 0 1 0 650063898 191557632 38921 33554432000 4194304 4650387 140737041106400 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 46767 38921 381 112 0 41732 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 187068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.79 4/302 3143
/proc/meminfo: memFree=16515060/32951124 swapFree=52307768/67111528
[pid=3048] ppid=3046 vsize=279716 CPUtime=1300.03 cores=5,7
/proc/3048/stat : 3048 (strangenight1-s) R 3046 3048 2276 0 -1 4202496 262513 0 0 0 129930 73 0 0 25 0 1 0 650063898 286429184 48683 33554432000 4194304 4650387 140737041106400 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/3048/statm: 69929 48683 381 112 0 64894 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 279716

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.31
system time used= 0.741887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 13971

runsolver used 3.50147 second user time and 8.5397 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 16:50:11
IDJOB=3369952
IDBENCH=82761
IDSOLVER=1847
FILE ID=node101/3369952-1305384611
RUNJOBID= node101-1305384611-3018
PBS_JOBID= 13324401
Free space on /tmp= 73724 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1579607106-017.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369952-1305384611/watcher-3369952-1305384611 -o /tmp/evaluation-result-3369952-1305384611/solver-3369952-1305384611 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369952-1305384611.cnf

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

MD5SUM BENCH= 7790a3f63c0c8a2b2a87d89aa5f80b99
RANDOM SEED=752274505

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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:      16857072 kB
Buffers:        311040 kB
Cached:        5847168 kB
SwapCached:      14848 kB
Active:       10813088 kB
Inactive:      5004352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16857072 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           18836 kB
Writeback:           0 kB
AnonPages:     9656092 kB
Mapped:          15440 kB
Slab:           149536 kB
PageTables:      62128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42041272 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= 73724 MiB
End job on node101 at 2011-05-14 17:11:53