Trace number 3367991

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.07 1300.02

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_3900_3900_220.shuffled.cnf
MD5SUMf0b7e0675915478b15cab3695fd0fd62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses3432
Sum of the clauses size17000
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32
Number of clauses of size 4156
Number of clauses of size 53274
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-3367991-1305395390.cnf'
0.00/0.00	c -- header says num vars:            220
0.00/0.00	c -- header says num clauses:        3432
0.00/0.01	c -- clauses added:            0 learnts,         3432 normals,            0 xors
0.00/0.01	c -- vars added        220
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       220      3432         0         0     17000         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3432/3432 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 blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 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.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      89 undec:      50 neg:      81
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       220      3432         0         0     17000         0   no data   no data
0.03/0.06	c Decided on static restart strategy
0.09/0.15	c  N st     8      4914       220      3432         0      4796     17000    213180   no data   no data
0.39/0.40	c  N st    10     11297       220      3432         0      4431     17000    141091   no data   no data
0.59/0.67	c  N st    11     17040       220      3432         0      9991     17000    399258   no data   no data
1.00/1.08	c  F st    12     25002       220      3432         0     12288     17000    491429   no data   no data
1.00/1.08	c  N st    12     25002       220      3432         0     12288     17000    491429   no data   no data
1.19/1.29	c Decided on static restart strategy
1.19/1.29	c  N st    18     30001       220      3432         0     10551     17000    376138   no data   no data
1.19/1.29	c  S st    18     30001       220      3432         0     10551     17000    376138   no data   no data
1.29/1.32	c  S st    18     30506       220      3432         0     11050     17000    396125   no data   no data
1.29/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.29/1.33	c blocked clauses removed:        0 vars:      0 tried:         220 T: 0.00 s
1.29/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1.29/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.55	c lits-rem:       174  cl-subs:      548  v-elim:      0  v-fix:    0  time:  0.21 s
1.49/1.59	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.03
1.49/1.59	c calculated reachability. Time: 0.00
1.49/1.59	c  N st    18     30506       220      3432         0     10502     17000    365052   no data   no data
1.89/1.95	c  N st    20     37619       220      3432         0      9716     17000    298511   no data   no data
2.29/2.32	c  N st    21     44018       220      3432         0     15935     17000    588280   no data   no data
2.39/2.42	c  S st    22     45759       220      3432         0      8918     17000    229162   no data   no data
2.39/2.45	c  S st    22     46262       220      3432         0      9419     17000    250457   no data   no data
2.39/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.39/2.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
2.39/2.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.39/2.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.49/2.50	c lits-rem:        45  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.04 s
2.49/2.50	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
2.49/2.50	c vivif2 --  cl tried     9329 cl shrink        0 lits rem          0 time: 0.00
2.49/2.53	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.03
2.49/2.53	c calculated reachability. Time: 0.00
2.49/2.53	c  N st    22     46262       220      3432         0      9329     17000    245364   no data   no data
3.30/3.37	c  N st    23     60659       220      3432         0     13632     17000    428549   no data   no data
3.89/3.96	c  N st    24     69395       220      3432         0     11429     17000    301524   no data   no data
3.89/3.96	c  S st    24     69395       220      3432         0     11429     17000    301524   no data   no data
3.89/3.99	c  S st    24     69896       220      3432         0     11928     17000    321913   no data   no data
3.89/3.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.89/3.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.89/3.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.89/3.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.89/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.89/3.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
3.89/3.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.89/4.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.09	c lits-rem:       123  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.08 s
3.99/4.09	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
3.99/4.09	c vivif2 --  cl tried    11797 cl shrink        0 lits rem          0 time: 0.00
4.09/4.13	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.04
4.09/4.13	c calculated reachability. Time: 0.00
4.09/4.13	c  N st    24     69896       220      3432         0     11797     17000    314533   no data   no data
5.30/5.33	c  F st    25     87501       220      3432         0     17237     17000    561547   no data   no data
5.30/5.33	c  N st    25     87501       220      3432         0     17237     17000    561547   no data   no data
5.70/5.70	c Decided on static restart strategy
5.90/5.92	c  N st    32     95543       220      3432         0     25047     17000    905661   no data   no data
6.50/6.52	c  N st    34    104844       220      3432         0     21466     17000    723924   no data   no data
6.50/6.52	c  S st    34    104844       220      3432         0     21466     17000    723924   no data   no data
6.50/6.57	c  S st    34    105346       220      3432         0     21967     17000    743539   no data   no data
6.50/6.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.50/6.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.50/6.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.50/6.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.50/6.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.50/6.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
6.50/6.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.50/6.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.50/6.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.19/7.26	c lits-rem:       574  cl-subs:      867  v-elim:      0  v-fix:    0  time:  0.65 s
7.19/7.26	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
7.19/7.27	c vivif2 --  cl tried    21100 cl shrink        0 lits rem          0 time: 0.01
7.29/7.33	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.07
7.29/7.33	c calculated reachability. Time: 0.00
7.29/7.33	c  N st    34    105346       220      3432         0     21100     17000    692091   no data   no data
7.99/8.06	c  N st    35    114947       220      3432         0     16816     17000    455412   no data   no data
9.29/9.30	c  N st    36    129345       220      3432         0     16248     17000    399580   no data   no data
11.01/11.03	c  N st    37    150940       220      3432         0     21654     17000    616707   no data   no data
11.59/11.67	c  S st    38    158019       220      3432         0     28535     17000    922440   no data   no data
11.69/11.74	c  S st    38    158523       220      3432         0     29039     17000    943030   no data   no data
11.69/11.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.69/11.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.69/11.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.69/11.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.69/11.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.69/11.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
11.69/11.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.69/11.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.69/11.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.10/13.13	c lits-rem:       870  cl-subs:     1346  v-elim:      0  v-fix:    0  time:  1.34 s
13.10/13.13	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
13.10/13.14	c vivif2 --  cl tried    27693 cl shrink        0 lits rem          0 time: 0.01
13.20/13.23	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.09
13.20/13.23	c calculated reachability. Time: 0.00
13.20/13.23	c  N st    38    158523       220      3432         0     27693     17000    871353   no data   no data
17.69/17.75	c  N st    39    207111       220      3432         0     22385     17000    587575   no data   no data
20.90/20.96	c  N st    40    237784       220      3432         0     32743     17000   1060373   no data   no data
20.90/20.96	c  S st    40    237784       220      3432         0     32743     17000   1060373   no data   no data
20.99/21.03	c  S st    40    238287       220      3432         0     33243     17000   1081103   no data   no data
20.99/21.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.99/21.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.99/21.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.99/21.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.99/21.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.99/21.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
20.99/21.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.99/21.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.99/21.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.89/22.96	c lits-rem:       823  cl-subs:     1347  v-elim:      0  v-fix:    0  time:  1.88 s
22.89/22.96	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
22.89/22.97	c vivif2 --  cl tried    31896 cl shrink        0 lits rem          0 time: 0.01
22.99/23.07	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.09
22.99/23.07	c calculated reachability. Time: 0.00
22.99/23.07	c  N st    40    238287       220      3432         0     31896     17000    999632   no data   no data
30.29/30.37	c  F st    41    306250       220      3432         0     33662     17000   1009254   no data   no data
30.29/30.37	c  N st    41    306250       220      3432         0     33662     17000   1009254   no data   no data
30.89/30.96	c Decided on static restart strategy
33.19/33.25	c  N st    51    334556       220      3432         0     37983     17000   1111423   no data   no data
35.39/35.49	c  N st    53    357432       220      3432         0     35980     17000   1027572   no data   no data
35.39/35.49	c  S st    53    357432       220      3432         0     35980     17000   1027572   no data   no data
35.49/35.56	c  S st    53    357933       220      3432         0     36477     17000   1047580   no data   no data
35.49/35.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.49/35.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.49/35.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.49/35.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.49/35.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.49/35.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
35.49/35.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.49/35.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.59/35.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.69/36.79	c lits-rem:       960  cl-subs:     1059  v-elim:      0  v-fix:    0  time:  1.17 s
36.69/36.79	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
36.79/36.80	c vivif2 --  cl tried    35418 cl shrink        0 lits rem          0 time: 0.01
36.89/36.91	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.11
36.89/36.92	c calculated reachability. Time: 0.00
36.89/36.92	c  N st    53    357933       220      3432         0     35418     17000    988755   no data   no data
40.49/40.52	c  N st    54    390327       220      3432         0     41694     17000   1283409   no data   no data
46.10/46.16	c  N st    55    438915       220      3432         0     35275     17000    905021   no data   no data
54.79/54.87	c  N st    56    511797       220      3432         0     48768     17000   1522855   no data   no data
58.09/58.10	c  N st    57    536901       220      3432         0     43083     17000   1171288   no data   no data
58.09/58.10	c  S st    57    536901       220      3432         0     43083     17000   1171288   no data   no data
58.20/58.21	c  S st    57    537406       220      3432         0     43582     17000   1191901   no data   no data
58.20/58.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.20/58.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
58.20/58.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.20/58.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.20/58.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.20/58.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
58.20/58.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.20/58.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.20/58.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.40/60.49	c lits-rem:       630  cl-subs:     1631  v-elim:      0  v-fix:    0  time:  2.23 s
60.40/60.49	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
60.40/60.50	c vivif2 --  cl tried    41951 cl shrink        0 lits rem          0 time: 0.01
60.60/60.64	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.13
60.60/60.64	c calculated reachability. Time: 0.00
60.60/60.64	c  N st    57    537406       220      3432         0     41951     17000   1103669   no data   no data
84.29/84.38	c  N st    58    701390       220      3432         0     35949     17000    687684   no data   no data
100.89/100.90	c  N st    59    806109       220      3432         0     64818     17000   1994552   no data   no data
100.89/100.90	c  S st    59    806109       220      3432         0     64818     17000   1994552   no data   no data
101.10/101.11	c  S st    59    806614       220      3432         0     65317     17000   2014660   no data   no data
101.10/101.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.10/101.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
101.10/101.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.10/101.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.10/101.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.10/101.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
101.10/101.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
101.10/101.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
101.20/101.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.21/112.25	c lits-rem:      1562  cl-subs:     3741  v-elim:      0  v-fix:    0  time: 11.01 s
112.21/112.25	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
112.21/112.27	c vivif2 --  cl tried    61576 cl shrink        0 lits rem          0 time: 0.02
112.39/112.49	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.22
112.39/112.49	c calculated reachability. Time: 0.00
112.39/112.49	c  N st    59    806614       220      3432         0     61576     17000   1821026   no data   no data
155.90/155.93	c  F st    60   1071877       220      3432         0     76801     17000   2292972   no data   no data
155.90/155.93	c  N st    60   1071877       220      3432         0     76801     17000   2292972   no data   no data
157.00/157.08	c Decided on static restart strategy
160.70/160.70	c  N st    70   1100183       220      3432         0     61074     17000   1569751   no data   no data
166.99/167.03	c  N st    72   1136177       220      3432         0     51638     17000   1106240   no data   no data
172.30/172.35	c  N st    73   1168569       220      3432         0     83020     17000   2619645   no data   no data
180.20/180.20	c  N st    74   1209922       220      3432         0     77676     17000   2280879   no data   no data
180.20/180.20	c  S st    74   1209922       220      3432         0     77676     17000   2280879   no data   no data
180.41/180.45	c  S st    74   1210423       220      3432         0     78173     17000   2300907   no data   no data
180.41/180.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.49/180.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
180.49/180.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.49/180.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.49/180.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.49/180.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
180.49/180.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
180.49/180.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
180.49/180.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.80/191.86	c lits-rem:      1634  cl-subs:     3586  v-elim:      0  v-fix:    0  time: 11.27 s
191.80/191.86	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
191.80/191.89	c vivif2 --  cl tried    74587 cl shrink        0 lits rem          0 time: 0.03
192.10/192.17	c asymm  cl-useful: 0/3126/3432 lits-rem:0 time: 0.28
192.10/192.17	c calculated reachability. Time: 0.00
192.10/192.17	c  N st    74   1210423       220      3432         0     74587     17000   2114938   no data   no data
206.00/206.02	c  N st    75   1283307       220      3432         0     51257     17000    973736   no data   no data
226.09/226.10	c  N st    76   1392630       220      3432         0     59200     17000   1301252   no data   no data
258.10/258.11	c  N st    77   1556614       220      3432         0     63872     17000   1423438   no data   no data
293.60/293.66	c  N st    78   1710423       220      3432         0    104935     17000   3361128   no data   no data
293.60/293.66	c  S st    78   1710423       220      3432         0    104935     17000   3361128   no data   no data
294.00/294.01	c  S st    78   1710926       220      3432         0    105435     17000   3382594   no data   no data
294.00/294.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
294.00/294.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
294.00/294.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
294.00/294.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
294.00/294.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.00/294.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
294.00/294.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
294.10/294.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
294.21/294.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
332.60/332.64	c lits-rem:      6272  cl-subs:     7153  v-elim:      0  v-fix:    0  time: 38.42 s
332.60/332.64	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
332.60/332.68	c vivif2 --  cl tried    98282 cl shrink        0 lits rem          0 time: 0.04
333.00/333.00	c asymm  cl-useful: 0/2485/3432 lits-rem:0 time: 0.32
333.00/333.01	c calculated reachability. Time: 0.00
333.00/333.01	c  N st    78   1710926       220      3432         0     98282     17000   2994612   no data   no data
410.91/410.94	c  N st    79   2079890       220      3432         0    110202     17000   3445528   no data   no data
445.20/445.20	c  N st    80   2210926       220      3432         0    114369     17000   3675540   no data   no data
445.20/445.20	c  S st    80   2210926       220      3432         0    114369     17000   3675540   no data   no data
445.52/445.58	c  S st    80   2211433       220      3432         0    114873     17000   3696609   no data   no data
445.52/445.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
445.60/445.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
445.60/445.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
445.60/445.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.60/445.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.60/445.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
445.60/445.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
445.70/445.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
445.81/445.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.81/477.80	c lits-rem:      4959  cl-subs:     5457  v-elim:      0  v-fix:    0  time: 31.99 s
477.81/477.80	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
477.81/477.85	c vivif2 --  cl tried   109416 cl shrink        0 lits rem          0 time: 0.05
478.01/478.01	c asymm  cl-useful: 0/947/3432 lits-rem:0 time: 0.16
478.01/478.01	c calculated reachability. Time: 0.00
478.01/478.01	c  N st    80   2211433       220      3432         0    109416     17000   3374580   no data   no data
600.81/600.82	c  N st    81   2711434       220      3432         0    132201     17000   4086030   no data   no data
600.81/600.82	c  S st    81   2711434       220      3432         0    132201     17000   4086030   no data   no data
601.21/601.25	c  S st    81   2711939       220      3432         0    132699     17000   4106296   no data   no data
601.21/601.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
601.31/601.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
601.31/601.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
601.31/601.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
601.31/601.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
601.31/601.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
601.31/601.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
601.41/601.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
601.51/601.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
662.01/662.05	c lits-rem:      3322  cl-subs:     9886  v-elim:      0  v-fix:    0  time: 60.54 s
662.01/662.05	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
662.12/662.11	c vivif2 --  cl tried   122813 cl shrink        0 lits rem          0 time: 0.05
662.41/662.45	c asymm  cl-useful: 0/1957/3432 lits-rem:0 time: 0.35
662.41/662.45	c calculated reachability. Time: 0.00
662.41/662.45	c  N st    81   2711939       220      3432         0    122813     17000   3644152   no data   no data
793.32/793.34	c  N st    82   3211939       220      3432         0     99227     17000   2356543   no data   no data
793.32/793.34	c  S st    82   3211939       220      3432         0     99227     17000   2356543   no data   no data
793.52/793.58	c  S st    82   3212443       220      3432         0     99723     17000   2378030   no data   no data
793.52/793.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
793.62/793.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
793.62/793.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
793.62/793.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
793.62/793.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
793.62/793.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
793.62/793.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
793.62/793.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
793.72/793.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
803.52/803.53	c lits-rem:       938  cl-subs:     3315  v-elim:      0  v-fix:    0  time:  9.81 s
803.52/803.53	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
803.52/803.56	c vivif2 --  cl tried    96408 cl shrink        0 lits rem          0 time: 0.03
803.72/803.75	c asymm  cl-useful: 0/1475/3432 lits-rem:0 time: 0.19
803.72/803.76	c calculated reachability. Time: 0.00
803.72/803.76	c  N st    82   3212443       220      3432         0     96408     17000   2216277   no data   no data
948.52/948.56	c  N st    83   3712443       220      3432         0    107480     17000   2606313   no data   no data
948.52/948.56	c  S st    83   3712443       220      3432         0    107480     17000   2606313   no data   no data
948.82/948.83	c  S st    83   3712946       220      3432         0    107978     17000   2626733   no data   no data
948.82/948.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
948.82/948.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
948.82/948.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
948.82/948.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
948.82/948.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
948.82/948.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
948.82/948.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
948.92/948.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
948.92/948.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
961.12/961.12	c lits-rem:       983  cl-subs:     3388  v-elim:      0  v-fix:    0  time: 12.13 s
961.12/961.12	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
961.12/961.15	c vivif2 --  cl tried   104590 cl shrink        0 lits rem          0 time: 0.03
961.44/961.48	c asymm  cl-useful: 0/2347/3432 lits-rem:0 time: 0.33
961.44/961.48	c calculated reachability. Time: 0.00
961.44/961.48	c  N st    83   3712946       220      3432         0    104590     17000   2444029   no data   no data
972.62/972.68	c  F st    84   3751562       220      3432         0    141963     17000   4225143   no data   no data
972.62/972.68	c  N st    84   3751562       220      3432         0    141963     17000   4225143   no data   no data
974.72/974.71	c Decided on static restart strategy
982.23/982.27	c  N st    94   3779872       220      3432         0     87310     17000   1539516   no data   no data
991.63/991.63	c  N st    96   3815865       220      3432         0    122186     17000   3200502   no data   no data
1002.03/1002.08	c  N st    97   3848257       220      3432         0    153377     17000   4635614   no data   no data
1015.62/1015.61	c  N st    98   3896847       220      3432         0    117146     17000   2923307   no data   no data
1039.44/1039.43	c  N st    99   3969730       220      3432         0    103423     17000   2226977   no data   no data
1072.54/1072.53	c  N st   100   4079053       220      3432         0    124105     17000   3174433   no data   no data
1119.23/1119.26	c  N st   101   4212948       220      3432         0    167466     17000   5401646   no data   no data
1119.23/1119.26	c  S st   101   4212948       220      3432         0    167466     17000   5401646   no data   no data
1119.73/1119.80	c  S st   101   4213451       220      3432         0    167965     17000   5422360   no data   no data
1119.84/1119.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1119.93/1119.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.11
1119.93/1119.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1119.93/1119.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1119.93/1119.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1119.93/1119.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1119.93/1119.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1119.93/1119.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1120.13/1120.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1201.93/1201.96	c lits-rem:      7743  cl-subs:     9400  v-elim:      0  v-fix:    0  time: 81.83 s
1201.93/1201.96	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
1202.03/1202.03	c vivif2 --  cl tried   158565 cl shrink        0 lits rem          0 time: 0.07
1202.34/1202.32	c asymm  cl-useful: 0/1085/3432 lits-rem:0 time: 0.29
1202.34/1202.33	c calculated reachability. Time: 0.00
1202.34/1202.33	c  N st   101   4213451       220      3432         0    158565     17000   4883940   no data   no data
1277.83/1277.85	c  N st   102   4459428       220      3432         0    132689     17000   3468614   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367991-1305395390/watcher-3367991-1305395390 -o /tmp/evaluation-result-3367991-1305395390/solver-3367991-1305395390 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367991-1305395390.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.10 2.21 2.97 2/318 9342
/proc/meminfo: memFree=23135092/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=29732 CPUtime=0.01 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 556 0 0 0 1 0 0 0 21 0 1 0 729769524 30445568 496 33554432000 4194304 4580011 140733975591376 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 7433 496 338 95 0 2415 0

[startup+0.0384039 s]
/proc/loadavg: 1.10 2.21 2.97 2/318 9342
/proc/meminfo: memFree=23135092/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=30348 CPUtime=0.03 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 818 0 0 0 3 0 0 0 21 0 1 0 729769524 31076352 716 33554432000 4194304 4580011 140733975591376 18446744073709551615 4324342 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 7587 716 362 95 0 2569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30348

[startup+0.100372 s]
/proc/loadavg: 1.10 2.21 2.97 2/318 9342
/proc/meminfo: memFree=23135092/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=30488 CPUtime=0.09 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 924 0 0 0 9 0 0 0 21 0 1 0 729769524 31219712 822 33554432000 4194304 4580011 140733975591376 18446744073709551615 4316473 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 7622 822 363 95 0 2604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30488

[startup+0.300335 s]
/proc/loadavg: 1.10 2.21 2.97 2/318 9342
/proc/meminfo: memFree=23135092/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=31144 CPUtime=0.29 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 1359 0 0 0 29 0 0 0 22 0 1 0 729769524 31891456 1004 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 7786 1004 363 95 0 2768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31144

[startup+0.700258 s]
/proc/loadavg: 1.10 2.21 2.97 2/318 9342
/proc/meminfo: memFree=23135092/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=31836 CPUtime=0.69 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 2003 0 0 0 69 0 0 0 23 0 1 0 729769524 32600064 1263 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 7959 1263 363 95 0 2941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31836

[startup+1.50111 s]
/proc/loadavg: 1.33 2.24 2.97 5/327 9359
/proc/meminfo: memFree=23109912/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=42008 CPUtime=1.49 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 5388 0 0 0 148 1 0 0 25 0 1 0 729769524 43016192 3571 33554432000 4194304 4580011 140733975591376 18446744073709551615 4416367 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 10502 3571 367 95 0 5484 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42008

[startup+3.10081 s]
/proc/loadavg: 1.33 2.24 2.97 5/327 9359
/proc/meminfo: memFree=23077052/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=42276 CPUtime=3.09 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 7122 0 0 0 308 1 0 0 25 0 1 0 729769524 43290624 3913 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 10569 3913 367 95 0 5551 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42276

[startup+6.30022 s]
/proc/loadavg: 1.33 2.24 2.97 5/327 9359
/proc/meminfo: memFree=23063536/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=44724 CPUtime=6.3 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 11076 0 0 0 628 2 0 0 25 0 1 0 729769524 45797376 4282 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 11181 4282 367 95 0 6163 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 44724

[startup+12.701 s]
/proc/loadavg: 1.81 2.32 2.99 5/327 9359
/proc/meminfo: memFree=23007140/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=64132 CPUtime=12.69 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 19490 0 0 0 1266 3 0 0 25 0 1 0 729769524 65671168 9292 33554432000 4194304 4580011 140733975591376 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 16033 9292 367 95 0 11015 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64132

[startup+25.5007 s]
/proc/loadavg: 2.15 2.37 3.00 5/327 9359
/proc/meminfo: memFree=22983424/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=72956 CPUtime=25.49 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 28655 0 0 0 2544 5 0 0 25 0 1 0 729769524 74706944 11381 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 18239 11381 367 95 0 13221 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72956

[startup+51.1009 s]
/proc/loadavg: 2.88 2.53 3.03 5/327 9360
/proc/meminfo: memFree=22958724/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=80620 CPUtime=51.1 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 45315 0 0 0 5102 8 0 0 25 0 1 0 729769524 82554880 13423 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 20155 13423 367 95 0 15137 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 80620

[startup+102.312 s]
/proc/loadavg: 3.51 2.75 3.08 5/327 9361
/proc/meminfo: memFree=22874868/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=113376 CPUtime=102.31 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 74728 0 0 0 10217 14 0 0 25 0 1 0 729769524 116097024 21701 33554432000 4194304 4580011 140733975591376 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 28344 21701 367 95 0 23326 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 113376

[startup+162.3 s]
/proc/loadavg: 3.86 2.99 3.14 5/327 9363
/proc/meminfo: memFree=22864156/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=113932 CPUtime=162.29 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 94255 0 0 0 16212 17 0 0 25 0 1 0 729769524 116666368 21693 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 28483 21693 367 95 0 23465 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 113932

[startup+222.301 s]
/proc/loadavg: 3.95 3.17 3.19 5/327 9365
/proc/meminfo: memFree=22795168/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=137560 CPUtime=222.3 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 116632 0 0 0 22208 22 0 0 25 0 1 0 729769524 140861440 27721 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 34390 27721 367 95 0 29372 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 137560

[startup+282.301 s]
/proc/loadavg: 4.02 3.33 3.24 5/327 9366
/proc/meminfo: memFree=22804684/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=137988 CPUtime=282.3 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 136970 0 0 0 28204 26 0 0 25 0 1 0 729769524 141299712 26454 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 34497 26454 367 95 0 29479 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 137988

[startup+342.301 s]
/proc/loadavg: 4.00 3.45 3.29 5/327 9368
/proc/meminfo: memFree=22696024/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=175348 CPUtime=342.31 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 151023 0 0 0 34202 29 0 0 25 0 1 0 729769524 179556352 36330 33554432000 4194304 4580011 140733975591376 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 43837 36330 367 95 0 38819 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 175348

[startup+402.301 s]
/proc/loadavg: 4.00 3.55 3.33 5/327 9369
/proc/meminfo: memFree=22687188/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=175744 CPUtime=402.3 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 170394 0 0 0 40197 33 0 0 25 0 1 0 729769524 179961856 35491 33554432000 4194304 4580011 140733975591376 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 43936 35491 367 95 0 38918 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 175744

[startup+462.3 s]
/proc/loadavg: 4.00 3.63 3.37 5/327 9371
/proc/meminfo: memFree=22606924/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=261892 CPUtime=462.3 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 188221 0 0 0 46192 38 0 0 25 0 1 0 729769524 268177408 44600 33554432000 4194304 4580011 140733975591376 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 65473 44600 367 95 0 60455 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 261892

[startup+522.3 s]
/proc/loadavg: 4.06 3.71 3.41 5/327 9373
/proc/meminfo: memFree=22623120/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=206472 CPUtime=522.3 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 201215 0 0 0 52189 41 0 0 25 0 1 0 729769524 211427328 44064 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 51618 44064 367 95 0 46600 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 206472

[startup+582.301 s]
/proc/loadavg: 4.08 3.78 3.45 5/327 9374
/proc/meminfo: memFree=22596308/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=264004 CPUtime=582.31 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 216133 0 0 0 58186 45 0 0 25 0 1 0 729769524 270340096 45249 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 66001 45249 367 95 0 60983 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 264004

[startup+642.301 s]
/proc/loadavg: 4.08 3.83 3.48 5/327 9376
/proc/meminfo: memFree=22529068/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=288108 CPUtime=642.32 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 226076 0 0 0 64184 48 0 0 25 0 1 0 729769524 295022592 50517 33554432000 4194304 4580011 140733975591376 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 72027 50517 367 95 0 67009 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 288108

[startup+702.301 s]
/proc/loadavg: 4.08 3.87 3.52 5/327 9386
/proc/meminfo: memFree=22521800/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=289032 CPUtime=702.31 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 236308 0 0 0 70181 50 0 0 25 0 1 0 729769524 295968768 50736 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 72258 50736 367 95 0 67240 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 289032

[startup+762.313 s]
/proc/loadavg: 4.09 3.91 3.55 5/327 9388
/proc/meminfo: memFree=22528088/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=290152 CPUtime=762.33 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 251201 0 0 0 76180 53 0 0 25 0 1 0 729769524 297115648 50718 33554432000 4194304 4580011 140733975591376 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 72538 50718 367 95 0 67520 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 290152

[startup+822.3 s]
/proc/loadavg: 4.03 3.92 3.58 5/327 9390
/proc/meminfo: memFree=22514060/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=231116 CPUtime=822.32 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 263853 0 0 0 82175 57 0 0 25 0 1 0 729769524 236662784 47660 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 57779 47660 367 95 0 52761 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 231116

[startup+882.3 s]
/proc/loadavg: 4.01 3.93 3.60 5/327 9391
/proc/meminfo: memFree=22533492/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=292240 CPUtime=882.32 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 277845 0 0 0 88171 61 0 0 25 0 1 0 729769524 299253760 50691 33554432000 4194304 4580011 140733975591376 18446744073709551615 4295799 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 73060 50691 367 95 0 68042 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 292240

[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.62 5/327 9393
/proc/meminfo: memFree=22506292/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=293212 CPUtime=942.32 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 290399 0 0 0 94167 65 0 0 25 0 1 0 729769524 300249088 51949 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 73303 51949 367 95 0 68285 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 293212

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.64 5/327 9394
/proc/meminfo: memFree=22496460/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=298908 CPUtime=1002.33 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 302515 0 0 0 100164 69 0 0 25 0 1 0 729769524 306081792 52384 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 74727 52384 367 95 0 69709 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 298908

[startup+1062.3 s]
/proc/loadavg: 4.11 3.99 3.67 5/327 9396
/proc/meminfo: memFree=22494948/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=299424 CPUtime=1062.33 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 314570 0 0 0 106160 73 0 0 25 0 1 0 729769524 306610176 53077 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 74856 53077 367 95 0 69838 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 299424

[startup+1122.3 s]
/proc/loadavg: 4.04 3.99 3.69 5/327 9398
/proc/meminfo: memFree=22360728/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=354352 CPUtime=1122.33 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 339149 0 0 0 112154 79 0 0 25 0 1 0 729769524 362856448 65936 33554432000 4194304 4580011 140733975591376 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 88588 65936 367 95 0 83570 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 354352

[startup+1182.3 s]
/proc/loadavg: 4.28 4.05 3.73 5/327 9399
/proc/meminfo: memFree=22381024/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=354352 CPUtime=1182.33 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 339149 0 0 0 118154 79 0 0 25 0 1 0 729769524 362856448 65936 33554432000 4194304 4580011 140733975591376 18446744073709551615 4406254 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 88588 65936 367 95 0 83570 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 354352

[startup+1242.3 s]
/proc/loadavg: 4.10 4.04 3.74 5/327 9401
/proc/meminfo: memFree=22386332/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=291172 CPUtime=1242.34 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 348706 0 0 0 124151 83 0 0 25 0 1 0 729769524 298160128 62991 33554432000 4194304 4580011 140733975591376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 72793 62991 367 95 0 67775 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 291172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.75 4/326 9403
/proc/meminfo: memFree=22564500/32951124 swapFree=59305796/67111528
[pid=9342] ppid=9340 vsize=291312 CPUtime=1300.04 cores=5,7
/proc/9342/stat : 9342 (strangenight2-s) R 9340 9342 8223 0 -1 4202496 360335 0 0 0 129918 86 0 0 25 0 1 0 729769524 298303488 62451 33554432000 4194304 4580011 140733975591376 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9342/statm: 72828 62451 367 95 0 67810 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 291312

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.07
CPU user time (s): 1299.19
CPU system time (s): 0.875866
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 355292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.19
system time used= 0.875866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360336
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= 8
involuntary context switches= 1010

runsolver used 3.77343 second user time and 9.53655 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 19:49:50
IDJOB=3367991
IDBENCH=87453
IDSOLVER=1845
FILE ID=node111/3367991-1305395390
RUNJOBID= node111-1305395390-9319
PBS_JOBID= 13324403
Free space on /tmp= 73668 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_3900_3900_220.shuffled.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367991-1305395390/watcher-3367991-1305395390 -o /tmp/evaluation-result-3367991-1305395390/solver-3367991-1305395390 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367991-1305395390.cnf

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

MD5SUM BENCH= f0b7e0675915478b15cab3695fd0fd62
RANDOM SEED=1764485397

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      23135388 kB
Buffers:        257208 kB
Cached:        6313020 kB
SwapCached:      13720 kB
Active:         808432 kB
Inactive:      8792932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23135388 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           10964 kB
Writeback:           0 kB
AnonPages:     3026196 kB
Mapped:          13020 kB
Slab:           113704 kB
PageTables:      37632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53346916 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= 73652 MiB
End job on node111 at 2011-05-14 20:11:33