Trace number 3367857

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1280860344-022.SATISFIABLE.cnf
MD5SUM52f4c2549736f42ae4f40e4dd45d91d0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367857-1305387692.cnf'
0.00/0.01	c -- header says num vars:            500
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 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:     15  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:     231 undec:      57 neg:     212
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       485      2116         0         0      6460         0   no data   no data
0.03/0.05	c Decided on static restart strategy
0.09/0.14	c  N st     8      4917       485      2116         0      4836      6460    115924   no data   no data
0.39/0.40	c  N st    10     11302       485      2116         0      4479      6460     77528   no data   no data
0.59/0.66	c  N st    11     17045       485      2116         0     10117      6460    218019   no data   no data
1.00/1.09	c  F st    12     25002       485      2116         0     12375      6460    266925   no data   no data
1.00/1.09	c  N st    12     25002       485      2116         0     12375      6460    266925   no data   no data
1.29/1.34	c Decided on static restart strategy
1.29/1.34	c  N st    18     30000       485      2116         0     10626      6460    193669   no data   no data
1.29/1.34	c  S st    18     30000       485      2116         0     10626      6460    193669   no data   no data
1.29/1.37	c  S st    18     30507       485      2116         0     11133      6460    204800   no data   no data
1.29/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.37	c blocked clauses removed:        8 vars:      2 tried:         485 T: 0.00 s
1.29/1.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1.29/1.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.44	c lits-rem:       154  cl-subs:      659  v-elim:      0  v-fix:    0  time:  0.06 s
1.39/1.45	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.01
1.39/1.45	c calculated reachability. Time: 0.00
1.39/1.45	c  N st    18     30507       483      2108         0     10434      6436    187955   no data   no data
1.79/1.86	c  N st    20     37617       483      2108         0      9727      6436    157059   no data   no data
2.21/2.27	c  N st    21     44016       483      2108         0     15933      6436    290579   no data   no data
2.39/2.41	c  S st    22     45760       483      2108         0      8939      6436    122789   no data   no data
2.39/2.43	c  S st    22     46262       483      2108         0      9440      6436    134615   no data   no data
2.39/2.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
2.39/2.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.39/2.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.45	c lits-rem:        15  cl-subs:      102  v-elim:      0  v-fix:    0  time:  0.01 s
2.39/2.45	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
2.39/2.45	c vivif2 --  cl tried     9338 cl shrink        0 lits rem          0 time: 0.00
2.39/2.46	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.01
2.39/2.46	c calculated reachability. Time: 0.00
2.39/2.46	c  N st    22     46262       483      2108         0      9338      6436    132557   no data   no data
3.31/3.39	c  N st    23     60660       483      2108         0     13692      6436    222062   no data   no data
3.99/4.04	c  N st    24     69394       483      2108         0     11515      6436    162703   no data   no data
3.99/4.04	c  S st    24     69394       483      2108         0     11515      6436    162703   no data   no data
3.99/4.07	c  S st    24     69900       483      2108         0     12021      6436    174409   no data   no data
3.99/4.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/4.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.99/4.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.99/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
3.99/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/4.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/4.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.09/4.10	c lits-rem:        22  cl-subs:      140  v-elim:      0  v-fix:    0  time:  0.01 s
4.09/4.10	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
4.09/4.10	c vivif2 --  cl tried    11881 cl shrink        0 lits rem          0 time: 0.00
4.09/4.11	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.01
4.09/4.11	c calculated reachability. Time: 0.00
4.09/4.11	c  N st    24     69900       483      2108         0     11881      6436    171267   no data   no data
5.29/5.36	c  F st    25     87501       483      2108         0     17326      6436    298594   no data   no data
5.29/5.36	c  N st    25     87501       483      2108         0     17326      6436    298594   no data   no data
5.69/5.79	c Decided on static restart strategy
5.99/6.04	c  N st    32     95544       483      2108         0     25173      6436    476555   no data   no data
6.60/6.66	c  N st    34    104850       483      2108         0     21577      6436    369453   no data   no data
6.60/6.66	c  S st    34    104850       483      2108         0     21577      6436    369453   no data   no data
6.69/6.72	c  S st    34    105354       483      2108         0     22081      6436    380862   no data   no data
6.69/6.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.69/6.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.69/6.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.69/6.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.69/6.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.69/6.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
6.69/6.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.69/6.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.69/6.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.79/6.88	c lits-rem:       142  cl-subs:      881  v-elim:      0  v-fix:    0  time:  0.14 s
6.79/6.88	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
6.79/6.88	c vivif2 --  cl tried    21200 cl shrink        0 lits rem          0 time: 0.00
6.79/6.89	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.01
6.79/6.89	c calculated reachability. Time: 0.00
6.79/6.89	c  N st    34    105354       483      2108         0     21200      6436    360064   no data   no data
7.59/7.69	c  N st    35    114953       483      2108         0     16915      6436    242678   no data   no data
9.19/9.20	c  N st    36    129351       483      2108         0     16377      6436    215144   no data   no data
11.39/11.47	c  N st    37    150948       483      2108         0     21831      6436    323008   no data   no data
12.19/12.22	c  S st    38    158032       483      2108         0     28731      6436    486383   no data   no data
12.29/12.32	c  S st    38    158536       483      2108         0     29235      6436    498310   no data   no data
12.29/12.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.29/12.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
12.29/12.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.29/12.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.29/12.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.29/12.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
12.29/12.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.29/12.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.29/12.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.69/12.79	c lits-rem:       237  cl-subs:     1831  v-elim:      0  v-fix:    0  time:  0.43 s
12.69/12.79	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
12.79/12.80	c vivif2 --  cl tried    27404 cl shrink        0 lits rem          0 time: 0.00
12.79/12.82	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.02
12.79/12.82	c calculated reachability. Time: 0.00
12.79/12.82	c  N st    38    158536       483      2108         0     27404      6436    457318   no data   no data
17.69/17.71	c  N st    39    207124       483      2108         0     22211      6436    310791   no data   no data
20.79/20.82	c  N st    40    237804       483      2108         0     32643      6436    532955   no data   no data
20.79/20.82	c  S st    40    237804       483      2108         0     32643      6436    532955   no data   no data
20.79/20.90	c  S st    40    238307       483      2108         0     33142      6436    544842   no data   no data
20.79/20.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.79/20.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.79/20.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.79/20.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.79/20.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.79/20.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
20.79/20.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.90/20.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.90/20.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.29/21.38	c lits-rem:       166  cl-subs:     1699  v-elim:      0  v-fix:    0  time:  0.45 s
21.29/21.38	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
21.29/21.38	c vivif2 --  cl tried    31443 cl shrink        0 lits rem          0 time: 0.00
21.39/21.40	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.02
21.39/21.40	c calculated reachability. Time: 0.00
21.39/21.40	c  N st    40    238307       483      2108         0     31443      6436    507523   no data   no data
28.89/28.97	c  F st    41    306251       483      2108         0     33167      6436    498034   no data   no data
28.89/28.97	c  N st    41    306251       483      2108         0     33167      6436    498034   no data   no data
29.49/29.51	c Decided on static restart strategy
32.09/32.17	c  N st    51    334556       483      2108         0     37520      6436    575756   no data   no data
34.79/34.85	c  N st    53    357462       483      2108         0     35526      6436    522517   no data   no data
34.79/34.85	c  S st    53    357462       483      2108         0     35526      6436    522517   no data   no data
34.89/34.92	c  S st    53    357967       483      2108         0     36031      6436    534376   no data   no data
34.89/34.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.89/34.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
34.89/34.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.89/34.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.89/34.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.89/34.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
34.89/34.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.89/34.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.89/34.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.20/35.29	c lits-rem:       186  cl-subs:     1509  v-elim:      0  v-fix:    0  time:  0.34 s
35.20/35.29	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
35.29/35.30	c vivif2 --  cl tried    34522 cl shrink        0 lits rem          0 time: 0.01
35.29/35.32	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.02
35.29/35.32	c calculated reachability. Time: 0.00
35.29/35.32	c  N st    53    357967       483      2108         0     34522      6436    500813   no data   no data
39.00/39.05	c  N st    54    390360       483      2108         0     40505      6436    600371   no data   no data
45.49/45.53	c  N st    55    438948       483      2108         0     34298      6436    441600   no data   no data
54.19/54.24	c  N st    56    511830       483      2108         0     47810      6436    757193   no data   no data
57.59/57.61	c  N st    57    536950       483      2108         0     42066      6436    593213   no data   no data
57.59/57.61	c  S st    57    536950       483      2108         0     42066      6436    593213   no data   no data
57.69/57.71	c  S st    57    537453       483      2108         0     42568      6436    605287   no data   no data
57.69/57.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.69/57.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
57.69/57.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.69/57.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.69/57.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.69/57.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
57.69/57.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.69/57.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.69/57.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.20/58.28	c lits-rem:       320  cl-subs:     1918  v-elim:      0  v-fix:    0  time:  0.54 s
58.20/58.28	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
58.20/58.29	c vivif2 --  cl tried    40650 cl shrink        0 lits rem          0 time: 0.01
58.31/58.32	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.02
58.31/58.32	c calculated reachability. Time: 0.00
58.31/58.32	c  N st    57    537453       483      2108         0     40650      6436    562511   no data   no data
83.09/83.12	c  N st    58    701438       483      2108         0     69697      6436   1192651   no data   no data
100.49/100.52	c  N st    59    806180       483      2108         0     63602      6436    995398   no data   no data
100.49/100.52	c  S st    59    806180       483      2108         0     63602      6436    995398   no data   no data
100.59/100.67	c  S st    59    806684       483      2108         0     64106      6436   1007058   no data   no data
100.59/100.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
100.59/100.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
100.69/100.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.69/100.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.69/100.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.69/100.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
100.69/100.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
100.69/100.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
100.69/100.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.99/103.09	c lits-rem:       478  cl-subs:     5023  v-elim:      0  v-fix:    0  time:  2.35 s
102.99/103.09	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
103.09/103.10	c vivif2 --  cl tried    59083 cl shrink        0 lits rem          0 time: 0.01
103.09/103.14	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.04
103.09/103.14	c calculated reachability. Time: 0.00
103.09/103.14	c  N st    59    806684       483      2108         0     59083      6436    897099   no data   no data
153.20/153.22	c  F st    60   1071875       483      2108         0     75366      6436   1210014   no data   no data
153.20/153.22	c  N st    60   1071875       483      2108         0     75366      6436   1210014   no data   no data
154.50/154.51	c Decided on static restart strategy
158.59/158.63	c  N st    70   1100179       483      2108         0     59068      6436    783368   no data   no data
165.49/165.51	c  N st    72   1136176       483      2108         0     49332      6436    544170   no data   no data
171.50/171.59	c  N st    73   1168568       483      2108         0     81084      6436   1341134   no data   no data
179.09/179.14	c  N st    74   1210028       483      2108         0     75596      6436   1142632   no data   no data
179.09/179.14	c  S st    74   1210028       483      2108         0     75596      6436   1142632   no data   no data
179.31/179.33	c  S st    74   1210535       483      2108         0     76101      6436   1154376   no data   no data
179.31/179.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
179.31/179.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
179.31/179.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
179.31/179.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
179.31/179.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.31/179.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
179.31/179.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
179.31/179.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
179.39/179.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.51/181.55	c lits-rem:       207  cl-subs:     4013  v-elim:      0  v-fix:    0  time:  2.14 s
181.51/181.55	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
181.51/181.56	c vivif2 --  cl tried    72088 cl shrink        0 lits rem          0 time: 0.01
181.59/181.62	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.05
181.59/181.62	c calculated reachability. Time: 0.00
181.59/181.62	c  N st    74   1210535       483      2108         0     72088      6436   1070381   no data   no data
196.80/196.90	c  N st    75   1283418       483      2108         0     48408      6436    470871   no data   no data
218.91/218.94	c  N st    76   1392741       483      2108         0     56648      6436    649604   no data   no data
253.89/253.91	c  N st    77   1556725       483      2108         0     61327      6436    709025   no data   no data
291.60/291.61	c  N st    78   1710536       483      2108         0    103071      6436   1683747   no data   no data
291.60/291.61	c  S st    78   1710536       483      2108         0    103071      6436   1683747   no data   no data
291.80/291.87	c  S st    78   1711040       483      2108         0    103573      6436   1696120   no data   no data
291.80/291.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
291.90/291.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
291.90/291.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
291.90/291.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
291.90/291.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
291.90/291.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
291.90/291.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
291.90/291.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
291.90/291.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
299.90/299.99	c lits-rem:       804  cl-subs:     7813  v-elim:      0  v-fix:    0  time:  8.00 s
299.90/299.99	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
300.00/300.01	c vivif2 --  cl tried    95760 cl shrink        0 lits rem          0 time: 0.02
300.10/300.10	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.08
300.10/300.10	c calculated reachability. Time: 0.00
300.10/300.10	c  N st    78   1711040       483      2108         0     95760      6436   1520309   no data   no data
382.40/382.49	c  N st    79   2080005       483      2108         0    107095      6436   1625448   no data   no data
413.51/413.58	c  N st    80   2211041       483      2108         0    111561      6436   1853796   no data   no data
413.51/413.58	c  S st    80   2211041       483      2108         0    111561      6436   1853796   no data   no data
413.80/413.88	c  S st    80   2211543       483      2108         0    112061      6436   1865505   no data   no data
413.80/413.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
413.90/413.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
413.90/413.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
413.90/413.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
413.90/413.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
413.90/413.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
413.90/413.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
413.90/413.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
414.00/414.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.21/421.31	c lits-rem:       968  cl-subs:     6536  v-elim:      0  v-fix:    0  time:  7.29 s
421.21/421.31	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
421.32/421.33	c vivif2 --  cl tried   105525 cl shrink        0 lits rem          0 time: 0.02
421.40/421.42	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.09
421.40/421.42	c calculated reachability. Time: 0.00
421.40/421.42	c  N st    80   2211543       483      2108         0    105525      6436   1712657   no data   no data
556.20/556.26	c  N st    81   2711543       483      2108         0    129147      6436   2136903   no data   no data
556.20/556.26	c  S st    81   2711543       483      2108         0    129147      6436   2136903   no data   no data
556.62/556.61	c  S st    81   2712046       483      2108         0    129650      6436   2148795   no data   no data
556.62/556.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
556.62/556.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
556.62/556.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
556.62/556.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
556.62/556.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
556.62/556.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
556.62/556.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
556.70/556.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
556.70/556.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
570.30/570.30	c lits-rem:      1378  cl-subs:    11297  v-elim:      0  v-fix:    0  time: 13.53 s
570.30/570.30	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
570.30/570.33	c vivif2 --  cl tried   118353 cl shrink        0 lits rem          0 time: 0.03
570.40/570.43	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.10
570.40/570.44	c calculated reachability. Time: 0.00
570.40/570.44	c  N st    81   2712046       483      2108         0    118353      6436   1892012   no data   no data
705.41/705.45	c  N st    82   3212047       483      2108         0     94141      6436   1141303   no data   no data
705.41/705.45	c  S st    82   3212047       483      2108         0     94141      6436   1141303   no data   no data
705.61/705.68	c  S st    82   3212552       483      2108         0     94646      6436   1153380   no data   no data
705.61/705.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
705.71/705.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
705.71/705.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
705.71/705.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
705.71/705.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
705.71/705.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
705.71/705.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
705.71/705.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
705.71/705.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
707.21/707.27	c lits-rem:       178  cl-subs:     3480  v-elim:      0  v-fix:    0  time:  1.50 s
707.21/707.27	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
707.21/707.29	c vivif2 --  cl tried    91166 cl shrink        0 lits rem          0 time: 0.02
707.32/707.35	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.06
707.32/707.36	c calculated reachability. Time: 0.00
707.32/707.36	c  N st    82   3212552       483      2108         0     91166      6436   1078895   no data   no data
864.81/864.86	c  N st    83   3712554       483      2108         0    101778      6436   1217924   no data   no data
864.81/864.86	c  S st    83   3712554       483      2108         0    101778      6436   1217924   no data   no data
865.11/865.13	c  S st    83   3713057       483      2108         0    102279      6436   1229968   no data   no data
865.11/865.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
865.11/865.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
865.11/865.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
865.11/865.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
865.11/865.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
865.11/865.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
865.11/865.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
865.11/865.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
865.21/865.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
866.82/866.84	c lits-rem:       202  cl-subs:     3457  v-elim:      0  v-fix:    0  time:  1.61 s
866.82/866.84	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
866.82/866.85	c vivif2 --  cl tried    98822 cl shrink        0 lits rem          0 time: 0.02
866.91/866.93	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.08
866.91/866.93	c calculated reachability. Time: 0.00
866.91/866.93	c  N st    83   3713057       483      2108         0     98822      6436   1159439   no data   no data
879.92/879.91	c  F st    84   3751562       483      2108         0    136314      6436   2057126   no data   no data
879.92/879.91	c  N st    84   3751562       483      2108         0    136314      6436   2057126   no data   no data
882.11/882.15	c Decided on static restart strategy
892.41/892.41	c  N st    94   3779869       483      2108         0    163838      6436   2725225   no data   no data
902.22/902.20	c  N st    96   3815863       483      2108         0    116465      6436   1641902   no data   no data
913.92/913.93	c  N st    97   3848255       483      2108         0    147926      6436   2432379   no data   no data
935.12/935.16	c  N st    98   3896844       483      2108         0    111548      6436   1419614   no data   no data
967.32/967.30	c  N st    99   3969726       483      2108         0     97888      6436   1113904   no data   no data
1003.32/1003.33	c  N st   100   4079049       483      2108         0    118201      6436   1510594   no data   no data
1050.72/1050.71	c  N st   101   4213058       483      2108         0    161829      6436   2609822   no data   no data
1050.72/1050.71	c  S st   101   4213058       483      2108         0    161829      6436   2609822   no data   no data
1051.22/1051.21	c  S st   101   4213566       483      2108         0    162336      6436   2622339   no data   no data
1051.22/1051.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1051.32/1051.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1051.32/1051.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1051.32/1051.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1051.32/1051.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1051.32/1051.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1051.32/1051.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1051.32/1051.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1051.42/1051.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1068.82/1068.87	c lits-rem:       999  cl-subs:    12188  v-elim:      0  v-fix:    0  time: 17.46 s
1068.82/1068.87	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
1068.92/1068.90	c vivif2 --  cl tried   150148 cl shrink        0 lits rem          0 time: 0.04
1069.02/1069.05	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.15
1069.02/1069.06	c calculated reachability. Time: 0.00
1069.02/1069.06	c  N st   101   4213566       483      2108         0    150148      6436   2362255   no data   no data
1149.92/1149.95	c  N st   102   4459543       483      2108         0    124560      6436   1673930   no data   no data
1232.82/1232.86	c  N st   103   4713566       483      2108         0     97282      6436    940423   no data   no data
1232.82/1232.86	c  S st   103   4713566       483      2108         0     97282      6436    940423   no data   no data
1233.02/1233.06	c  S st   103   4714069       483      2108         0     97784      6436    953037   no data   no data
1233.02/1233.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1233.02/1233.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
1233.02/1233.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1233.02/1233.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1233.02/1233.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1233.02/1233.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    483 time:  0.00 s
1233.02/1233.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1233.13/1233.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1233.13/1233.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1233.42/1233.40	c lits-rem:        95  cl-subs:      913  v-elim:      0  v-fix:    0  time:  0.26 s
1233.42/1233.40	c vivif2 --  cl tried     2108 cl shrink        0 lits rem          0 time: 0.00
1233.42/1233.41	c vivif2 --  cl tried    96871 cl shrink        0 lits rem          0 time: 0.01
1233.42/1233.47	c asymm  cl-useful: 0/2108/2108 lits-rem:0 time: 0.06
1233.42/1233.47	c calculated reachability. Time: 0.00
1233.42/1233.47	c  N st   103   4714069       483      2108         0     96871      6436    935126   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-3367857-1305387692/watcher-3367857-1305387692 -o /tmp/evaluation-result-3367857-1305387692/solver-3367857-1305387692 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367857-1305387692.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: 4.04 3.99 3.98 4/376 5835
/proc/meminfo: memFree=13388636/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=30076 CPUtime=0 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 607 0 0 0 0 0 0 0 25 0 1 0 631185442 30797824 547 33554432000 4194304 4580011 140733660383200 18446744073709551615 212039316165 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 7519 556 351 95 0 2501 0

[startup+0.0348029 s]
/proc/loadavg: 4.04 3.99 3.98 4/376 5835
/proc/meminfo: memFree=13388636/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=30196 CPUtime=0.03 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 690 0 0 0 3 0 0 0 25 0 1 0 631185442 30920704 630 33554432000 4194304 4580011 140733660383200 18446744073709551615 4292864 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 7549 630 363 95 0 2531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30196

[startup+0.100795 s]
/proc/loadavg: 4.04 3.99 3.98 4/376 5835
/proc/meminfo: memFree=13388636/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=30356 CPUtime=0.09 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 774 0 0 0 9 0 0 0 25 0 1 0 631185442 31084544 714 33554432000 4194304 4580011 140733660383200 18446744073709551615 4321120 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 7589 714 364 95 0 2571 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30356

[startup+0.30076 s]
/proc/loadavg: 4.04 3.99 3.98 4/376 5835
/proc/meminfo: memFree=13388636/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=30932 CPUtime=0.29 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 1049 0 0 0 29 0 0 0 25 0 1 0 631185442 31674368 845 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 7733 845 364 95 0 2715 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30932

[startup+0.700683 s]
/proc/loadavg: 4.04 3.99 3.98 4/376 5835
/proc/meminfo: memFree=13388636/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=31248 CPUtime=0.69 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 1436 0 0 0 69 0 0 0 25 0 1 0 631185442 31997952 1011 33554432000 4194304 4580011 140733660383200 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 7812 1011 364 95 0 2794 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31248

[startup+1.50055 s]
/proc/loadavg: 4.04 3.99 3.98 5/377 5836
/proc/meminfo: memFree=13389248/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=37168 CPUtime=1.49 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 3409 0 0 0 149 0 0 0 25 0 1 0 631185442 38060032 2369 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 9292 2369 367 95 0 4274 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37168

[startup+3.10026 s]
/proc/loadavg: 4.04 3.99 3.98 5/377 5836
/proc/meminfo: memFree=13380856/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=37380 CPUtime=3.09 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 4354 0 0 0 309 0 0 0 25 0 1 0 631185442 38277120 2561 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 9345 2561 367 95 0 4327 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37380

[startup+6.30068 s]
/proc/loadavg: 4.04 3.99 3.98 5/377 5836
/proc/meminfo: memFree=13373296/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=38912 CPUtime=6.29 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 6569 0 0 0 629 0 0 0 21 0 1 0 631185442 39845888 2770 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 9728 2770 367 95 0 4710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38912

[startup+12.7005 s]
/proc/loadavg: 4.03 3.99 3.98 5/377 5836
/proc/meminfo: memFree=13338212/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=50036 CPUtime=12.69 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 11381 0 0 0 1268 1 0 0 25 0 1 0 631185442 51236864 5686 33554432000 4194304 4580011 140733660383200 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 12509 5686 367 95 0 7491 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50036

[startup+25.5003 s]
/proc/loadavg: 4.02 3.99 3.98 5/377 5837
/proc/meminfo: memFree=13312668/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=55856 CPUtime=25.49 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 17286 0 0 0 2547 2 0 0 25 0 1 0 631185442 57196544 6683 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 13964 6683 367 95 0 8946 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55856

[startup+51.1007 s]
/proc/loadavg: 4.07 4.00 3.99 5/377 5838
/proc/meminfo: memFree=13293708/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=59708 CPUtime=51.09 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 25917 0 0 0 5104 5 0 0 25 0 1 0 631185442 61140992 8166 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 14927 8167 367 95 0 9909 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59708

[startup+102.315 s]
/proc/loadavg: 4.10 4.02 3.99 5/377 5839
/proc/meminfo: memFree=13266388/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=77540 CPUtime=102.31 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 42192 0 0 0 10222 9 0 0 25 0 1 0 631185442 79400960 12481 33554432000 4194304 4580011 140733660383200 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 19385 12481 367 95 0 14367 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 77540

[startup+162.301 s]
/proc/loadavg: 4.04 4.01 3.99 5/377 5840
/proc/meminfo: memFree=13228236/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=77936 CPUtime=162.29 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 54231 0 0 0 16216 13 0 0 25 0 1 0 631185442 79806464 12835 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 19484 12835 367 95 0 14466 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77936

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.99 5/377 5842
/proc/meminfo: memFree=13212564/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=89900 CPUtime=222.29 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 67989 0 0 0 22213 16 0 0 25 0 1 0 631185442 92057600 15267 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 22475 15267 367 95 0 17457 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 89900

[startup+282.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/377 5844
/proc/meminfo: memFree=13205700/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=90152 CPUtime=282.3 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 77956 0 0 0 28212 18 0 0 25 0 1 0 631185442 92315648 14875 33554432000 4194304 4580011 140733660383200 18446744073709551615 4318357 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 22538 14875 367 95 0 17520 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 90152

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 4.00 5/377 5845
/proc/meminfo: memFree=13172308/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=106696 CPUtime=342.3 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 90037 0 0 0 34209 21 0 0 25 0 1 0 631185442 109256704 20105 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 26674 20105 367 95 0 21656 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106696

[startup+402.301 s]
/proc/loadavg: 4.09 4.03 4.01 5/377 5847
/proc/meminfo: memFree=13179104/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=106920 CPUtime=402.3 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 99513 0 0 0 40205 25 0 0 25 0 1 0 631185442 109486080 20473 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 26730 20473 367 95 0 21712 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 106920

[startup+462.3 s]
/proc/loadavg: 4.06 4.04 4.01 5/377 5848
/proc/meminfo: memFree=13135424/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=122044 CPUtime=462.3 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 110033 0 0 0 46203 27 0 0 25 0 1 0 631185442 124973056 23284 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 30511 23284 367 95 0 25493 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 122044

[startup+522.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/377 5850
/proc/meminfo: memFree=13118140/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=122212 CPUtime=522.31 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 118826 0 0 0 52201 30 0 0 25 0 1 0 631185442 125145088 24235 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 30553 24235 367 95 0 25535 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 122212

[startup+582.301 s]
/proc/loadavg: 4.08 4.05 4.01 5/377 5852
/proc/meminfo: memFree=13105324/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=139696 CPUtime=582.31 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 130178 0 0 0 58199 32 0 0 25 0 1 0 631185442 143048704 26824 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 34924 26824 367 95 0 29906 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 139696

[startup+642.301 s]
/proc/loadavg: 4.06 4.05 4.01 5/377 5853
/proc/meminfo: memFree=13079724/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=139868 CPUtime=642.31 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 139377 0 0 0 64196 35 0 0 25 0 1 0 631185442 143224832 27066 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 34967 27066 367 95 0 29949 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 139868

[startup+702.3 s]
/proc/loadavg: 4.06 4.05 4.00 5/377 5855
/proc/meminfo: memFree=13080432/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=140024 CPUtime=702.31 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 147562 0 0 0 70194 37 0 0 25 0 1 0 631185442 143384576 26374 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 35006 26374 367 95 0 29988 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 140024

[startup+762.315 s]
/proc/loadavg: 4.02 4.04 4.00 5/377 5857
/proc/meminfo: memFree=13079132/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=141596 CPUtime=762.32 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 154946 0 0 0 76193 39 0 0 25 0 1 0 631185442 144994304 27671 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 35399 27671 367 95 0 30381 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 141596

[startup+822.301 s]
/proc/loadavg: 4.08 4.05 4.00 5/377 5858
/proc/meminfo: memFree=13082196/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=141704 CPUtime=822.31 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 161933 0 0 0 82189 42 0 0 25 0 1 0 631185442 145104896 28378 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 35426 28378 367 95 0 30408 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 141704

[startup+882.301 s]
/proc/loadavg: 4.03 4.04 4.00 5/377 5860
/proc/meminfo: memFree=13057704/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=145536 CPUtime=882.31 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 169490 0 0 0 88187 44 0 0 25 0 1 0 631185442 149028864 29499 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 36384 29499 367 95 0 31366 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 145536

[startup+942.3 s]
/proc/loadavg: 4.12 4.06 4.01 5/377 5861
/proc/meminfo: memFree=13015388/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=145648 CPUtime=942.31 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 175570 0 0 0 94183 48 0 0 25 0 1 0 631185442 149143552 28958 33554432000 4194304 4580011 140733660383200 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 36412 28958 367 95 0 31394 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 145648

[startup+1002.3 s]
/proc/loadavg: 4.09 4.06 4.01 5/377 5863
/proc/meminfo: memFree=13013588/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=145724 CPUtime=1002.32 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 181811 0 0 0 100182 50 0 0 25 0 1 0 631185442 149221376 28605 33554432000 4194304 4580011 140733660383200 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 36431 28605 367 95 0 31413 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 145724

[startup+1062.3 s]
/proc/loadavg: 4.03 4.05 4.00 5/377 5864
/proc/meminfo: memFree=12968028/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=167724 CPUtime=1062.32 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 191500 0 0 0 106180 52 0 0 25 0 1 0 631185442 171749376 35044 33554432000 4194304 4580011 140733660383200 18446744073709551615 4406380 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 41931 35044 367 95 0 36913 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 167724

[startup+1122.3 s]
/proc/loadavg: 3.95 4.03 4.00 3/373 5868
/proc/meminfo: memFree=13224816/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=167812 CPUtime=1122.32 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 197716 0 0 0 112178 54 0 0 25 0 1 0 631185442 171839488 34121 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 41953 34121 367 95 0 36935 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 167812

[startup+1182.3 s]
/proc/loadavg: 2.17 3.52 3.82 2/359 5931
/proc/meminfo: memFree=13435492/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=167940 CPUtime=1182.32 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 204830 0 0 0 118175 57 0 0 25 0 1 0 631185442 171970560 34172 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 41985 34172 367 95 0 36967 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 167940

[startup+1242.3 s]
/proc/loadavg: 1.45 3.04 3.63 2/359 5932
/proc/meminfo: memFree=13434320/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=168028 CPUtime=1242.33 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 211870 0 0 0 124174 59 0 0 25 0 1 0 631185442 172060672 34251 33554432000 4194304 4580011 140733660383200 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 42007 34251 367 95 0 36989 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 168028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.18 2.69 3.48 2/359 5934
/proc/meminfo: memFree=13435144/32951124 swapFree=65051360/67111528
[pid=5835] ppid=5833 vsize=168140 CPUtime=1300.03 cores=5,7
/proc/5835/stat : 5835 (strangenight2-s) R 5833 5835 4643 0 -1 4202496 219079 0 0 0 129943 60 0 0 25 0 1 0 631185442 172175360 34064 33554432000 4194304 4580011 140733660383200 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5835/statm: 42035 34064 367 95 0 37017 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 168140

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.44
CPU system time (s): 0.612906
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 234792

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

runsolver used 4.46732 second user time and 11.0223 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 17:41:32
IDJOB=3367857
IDBENCH=83066
IDSOLVER=1845
FILE ID=node146/3367857-1305387692
RUNJOBID= node146-1305387512-5710
PBS_JOBID= 13324356
Free space on /tmp= 73256 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1280860344-022.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367857-1305387692/watcher-3367857-1305387692 -o /tmp/evaluation-result-3367857-1305387692/solver-3367857-1305387692 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367857-1305387692.cnf

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

MD5SUM BENCH= 52f4c2549736f42ae4f40e4dd45d91d0
RANDOM SEED=1722634108

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13388916 kB
Buffers:        267660 kB
Cached:        3433296 kB
SwapCached:      41828 kB
Active:       11658972 kB
Inactive:      7614844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13388916 kB
SwapTotal:    67111528 kB
SwapFree:     65051360 kB
Dirty:            5484 kB
Writeback:           0 kB
AnonPages:    15538368 kB
Mapped:          23356 kB
Slab:           162836 kB
PageTables:      60144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82015328 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= 73268 MiB
End job on node146 at 2011-05-14 18:03:14