Trace number 3367760

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1205196501-095.UNKNOWN.cnf
MD5SUMb1bf2be38e1cea16efc5e7effa1a10c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark688.356
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.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-3367760-1305386615.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:     213 undec:      60 neg:     227
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       488      2120         0         0      6438         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.14	c  N st     8      4919       488      2120         0      4824      6438    103977   no data   no data
0.29/0.39	c  N st    10     11302       488      2120         0      4467      6438     73337   no data   no data
0.59/0.65	c  N st    11     17045       488      2120         0     10027      6438    193455   no data   no data
0.99/1.03	c  F st    12     25001       488      2120         0     12315      6438    245629   no data   no data
0.99/1.03	c  N st    12     25001       488      2120         0     12315      6438    245629   no data   no data
1.19/1.26	c Decided on static restart strategy
1.19/1.26	c  N st    18     30000       488      2120         0     10593      6438    186420   no data   no data
1.19/1.26	c  S st    18     30000       488      2120         0     10593      6438    186420   no data   no data
1.19/1.29	c  S st    18     30501       488      2120         0     11093      6438    197672   no data   no data
1.19/1.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.19/1.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.19/1.29	c blocked clauses removed:       11 vars:      2 tried:         488 T: 0.00 s
1.19/1.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.19/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.19/1.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1.19/1.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.19/1.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.35	c lits-rem:       191  cl-subs:      741  v-elim:      0  v-fix:    0  time:  0.05 s
1.29/1.36	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.01
1.29/1.36	c calculated reachability. Time: 0.00
1.29/1.36	c  N st    18     30501       486      2109         0     10347      6405    180740   no data   no data
1.69/1.76	c  N st    20     37612       486      2109         0      9631      6405    149325   no data   no data
2.09/2.16	c  N st    21     44012       486      2109         0     15878      6405    290146   no data   no data
2.29/2.31	c  S st    22     45752       486      2109         0      8864      6405    118455   no data   no data
2.29/2.34	c  S st    22     46256       486      2109         0      9368      6405    130201   no data   no data
2.29/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.29/2.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.29/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
2.29/2.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.29/2.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.29/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.35	c lits-rem:        24  cl-subs:       71  v-elim:      0  v-fix:    0  time:  0.01 s
2.29/2.35	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
2.29/2.35	c vivif2 --  cl tried     9297 cl shrink        0 lits rem          0 time: 0.00
2.29/2.36	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.01
2.29/2.36	c calculated reachability. Time: 0.00
2.29/2.36	c  N st    22     46256       486      2109         0      9297      6405    128749   no data   no data
3.19/3.29	c  N st    23     60653       486      2109         0     13618      6405    218847   no data   no data
3.79/3.89	c  N st    24     69384       486      2109         0     11403      6405    157334   no data   no data
3.79/3.89	c  S st    24     69384       486      2109         0     11403      6405    157334   no data   no data
3.89/3.92	c  S st    24     69885       486      2109         0     11903      6405    168690   no data   no data
3.89/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.89/3.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.89/3.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.89/3.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.89/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.89/3.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
3.89/3.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.89/3.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.89/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.89/3.95	c lits-rem:        33  cl-subs:      177  v-elim:      0  v-fix:    0  time:  0.01 s
3.89/3.95	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
3.89/3.95	c vivif2 --  cl tried    11726 cl shrink        0 lits rem          0 time: 0.00
3.89/3.96	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.01
3.89/3.96	c calculated reachability. Time: 0.00
3.89/3.96	c  N st    24     69885       486      2109         0     11726      6405    164882   no data   no data
5.09/5.12	c  F st    25     87500       486      2109         0     17199      6405    279667   no data   no data
5.09/5.12	c  N st    25     87500       486      2109         0     17199      6405    279667   no data   no data
5.39/5.48	c Decided on static restart strategy
5.69/5.73	c  N st    32     95535       486      2109         0     25065      6405    463641   no data   no data
6.29/6.34	c  N st    34    104829       486      2109         0     21498      6405    369391   no data   no data
6.29/6.34	c  S st    34    104829       486      2109         0     21498      6405    369391   no data   no data
6.29/6.39	c  S st    34    105333       486      2109         0     22000      6405    381041   no data   no data
6.29/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.39/6.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.39/6.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.39/6.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.39/6.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.39/6.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
6.39/6.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.39/6.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.39/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.50/6.55	c lits-rem:        58  cl-subs:      872  v-elim:      0  v-fix:    0  time:  0.14 s
6.50/6.55	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
6.50/6.56	c vivif2 --  cl tried    21128 cl shrink        0 lits rem          0 time: 0.00
6.50/6.57	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.01
6.50/6.57	c calculated reachability. Time: 0.00
6.50/6.57	c  N st    34    105333       486      2109         0     21128      6405    360290   no data   no data
7.19/7.27	c  N st    35    114932       486      2109         0     16854      6405    240585   no data   no data
8.49/8.54	c  N st    36    129329       486      2109         0     16263      6405    209095   no data   no data
10.29/10.32	c  N st    37    150924       486      2109         0     21758      6405    336504   no data   no data
10.89/10.96	c  S st    38    158000       486      2109         0     28677      6405    497655   no data   no data
11.00/11.03	c  S st    38    158500       486      2109         0     29176      6405    508717   no data   no data
11.00/11.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.00/11.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.00/11.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.00/11.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.00/11.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.00/11.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
11.00/11.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.00/11.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.00/11.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.29/11.37	c lits-rem:       223  cl-subs:     1316  v-elim:      0  v-fix:    0  time:  0.31 s
11.29/11.37	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
11.29/11.37	c vivif2 --  cl tried    27860 cl shrink        0 lits rem          0 time: 0.00
11.29/11.39	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.02
11.29/11.39	c calculated reachability. Time: 0.00
11.29/11.39	c  N st    38    158500       486      2109         0     27860      6405    475415   no data   no data
16.19/16.22	c  N st    39    207088       486      2109         0     22490      6405    306861   no data   no data
19.19/19.21	c  N st    40    237751       486      2109         0     32916      6405    529357   no data   no data
19.19/19.21	c  S st    40    237751       486      2109         0     32916      6405    529357   no data   no data
19.19/19.29	c  S st    40    238254       486      2109         0     33419      6405    540880   no data   no data
19.19/19.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.29/19.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.29/19.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.29/19.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.29/19.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.29/19.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
19.29/19.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.29/19.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.29/19.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.80/19.84	c lits-rem:       470  cl-subs:     1951  v-elim:      0  v-fix:    0  time:  0.52 s
19.80/19.84	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
19.80/19.85	c vivif2 --  cl tried    31468 cl shrink        0 lits rem          0 time: 0.01
19.80/19.86	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.02
19.80/19.87	c calculated reachability. Time: 0.00
19.80/19.87	c  N st    40    238254       486      2109         0     31468      6405    498377   no data   no data
26.89/26.91	c  F st    41    306251       486      2109         0     33403      6405    485506   no data   no data
26.89/26.91	c  N st    41    306251       486      2109         0     33403      6405    485506   no data   no data
27.40/27.49	c Decided on static restart strategy
29.89/29.90	c  N st    51    334553       486      2109         0     37628      6405    584584   no data   no data
32.49/32.54	c  N st    53    357383       486      2109         0     35506      6405    506275   no data   no data
32.49/32.54	c  S st    53    357383       486      2109         0     35506      6405    506275   no data   no data
32.59/32.62	c  S st    53    357885       486      2109         0     36008      6405    517560   no data   no data
32.59/32.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.59/32.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
32.59/32.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.59/32.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.59/32.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.59/32.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
32.59/32.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.59/32.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.59/32.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.00/33.02	c lits-rem:       197  cl-subs:     1837  v-elim:      0  v-fix:    0  time:  0.37 s
33.00/33.02	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
33.00/33.02	c vivif2 --  cl tried    34171 cl shrink        0 lits rem          0 time: 0.01
33.00/33.04	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.02
33.00/33.04	c calculated reachability. Time: 0.00
33.00/33.04	c  N st    53    357885       486      2109         0     34171      6405    478041   no data   no data
36.89/36.96	c  N st    54    390279       486      2109         0     40452      6405    637350   no data   no data
43.19/43.25	c  N st    55    438869       486      2109         0     34224      6405    449400   no data   no data
52.70/52.74	c  N st    56    511751       486      2109         0     47678      6405    727938   no data   no data
55.89/55.98	c  N st    57    536830       486      2109         0     41949      6405    588412   no data   no data
55.89/55.98	c  S st    57    536830       486      2109         0     41949      6405    588412   no data   no data
56.00/56.08	c  S st    57    537331       486      2109         0     42450      6405    599849   no data   no data
56.00/56.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.00/56.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
56.00/56.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.00/56.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.00/56.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.00/56.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
56.00/56.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.10/56.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.10/56.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.49/56.54	c lits-rem:       123  cl-subs:     1512  v-elim:      0  v-fix:    0  time:  0.42 s
56.49/56.54	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
56.49/56.55	c vivif2 --  cl tried    40938 cl shrink        0 lits rem          0 time: 0.01
56.49/56.58	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.02
56.49/56.58	c calculated reachability. Time: 0.00
56.49/56.58	c  N st    57    537331       486      2109         0     40938      6405    564387   no data   no data
80.39/80.46	c  N st    58    701316       486      2109         0     69848      6405   1173583   no data   no data
95.99/96.07	c  N st    59    805996       486      2109         0     63964      6405   1014783   no data   no data
95.99/96.07	c  S st    59    805996       486      2109         0     63964      6405   1014783   no data   no data
96.19/96.24	c  S st    59    806498       486      2109         0     64465      6405   1026755   no data   no data
96.19/96.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
96.19/96.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
96.19/96.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
96.19/96.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.19/96.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.19/96.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
96.19/96.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.19/96.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
96.29/96.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.19/98.24	c lits-rem:       691  cl-subs:     3349  v-elim:      0  v-fix:    0  time:  1.93 s
98.19/98.24	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
98.19/98.25	c vivif2 --  cl tried    61116 cl shrink        0 lits rem          0 time: 0.01
98.19/98.29	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.04
98.19/98.29	c calculated reachability. Time: 0.00
98.19/98.29	c  N st    59    806498       486      2109         0     61116      6405    951896   no data   no data
144.00/144.04	c  F st    60   1071875       486      2109         0     76988      6405   1227404   no data   no data
144.00/144.04	c  N st    60   1071875       486      2109         0     76988      6405   1227404   no data   no data
145.20/145.25	c Decided on static restart strategy
149.10/149.15	c  N st    70   1100187       486      2109         0     60833      6405    812166   no data   no data
155.59/155.68	c  N st    72   1136180       486      2109         0     51234      6405    586568   no data   no data
161.79/161.86	c  N st    73   1168575       486      2109         0     82920      6405   1349884   no data   no data
169.70/169.76	c  N st    74   1209747       486      2109         0     77262      6405   1177295   no data   no data
169.70/169.76	c  S st    74   1209747       486      2109         0     77262      6405   1177295   no data   no data
169.90/169.95	c  S st    74   1210253       486      2109         0     77767      6405   1188980   no data   no data
169.90/169.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
169.90/169.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
169.90/169.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
169.90/169.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
169.90/169.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
169.90/169.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
169.90/169.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
170.00/170.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
170.00/170.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
172.60/172.66	c lits-rem:      1068  cl-subs:     4270  v-elim:      0  v-fix:    0  time:  2.63 s
172.60/172.66	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
172.60/172.68	c vivif2 --  cl tried    73497 cl shrink        0 lits rem          0 time: 0.01
172.70/172.73	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.05
172.70/172.73	c calculated reachability. Time: 0.00
172.70/172.73	c  N st    74   1210253       486      2109         0     73497      6405   1092159   no data   no data
188.20/188.22	c  N st    75   1283135       486      2109         0     50022      6405    498157   no data   no data
210.19/210.28	c  N st    76   1392459       486      2109         0     57994      6405    673777   no data   no data
246.40/246.43	c  N st    77   1556443       486      2109         0     62767      6405    719802   no data   no data
283.60/283.61	c  N st    78   1710253       486      2109         0    104585      6405   1693168   no data   no data
283.60/283.61	c  S st    78   1710253       486      2109         0    104585      6405   1693168   no data   no data
283.80/283.89	c  S st    78   1710759       486      2109         0    105090      6405   1704649   no data   no data
283.80/283.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
283.90/283.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
283.90/283.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
283.90/283.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
283.90/283.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
283.90/283.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
283.90/283.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
283.90/283.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
284.00/284.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
291.80/291.89	c lits-rem:       888  cl-subs:     7568  v-elim:      0  v-fix:    0  time:  7.88 s
291.80/291.89	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
291.90/291.91	c vivif2 --  cl tried    97522 cl shrink        0 lits rem          0 time: 0.02
291.90/291.99	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.08
291.90/291.99	c calculated reachability. Time: 0.00
291.90/291.99	c  N st    78   1710759       486      2109         0     97522      6405   1539650   no data   no data
384.90/384.98	c  N st    79   2079723       486      2109         0    109396      6405   1695380   no data   no data
417.81/417.85	c  N st    80   2210760       486      2109         0    113108      6405   1828419   no data   no data
417.81/417.85	c  S st    80   2210760       486      2109         0    113108      6405   1828419   no data   no data
418.11/418.16	c  S st    80   2211261       486      2109         0    113608      6405   1840180   no data   no data
418.11/418.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
418.21/418.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
418.21/418.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.21/418.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.21/418.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.21/418.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
418.21/418.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
418.21/418.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
418.21/418.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.30/426.34	c lits-rem:       635  cl-subs:     7113  v-elim:      0  v-fix:    0  time:  8.05 s
426.30/426.34	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
426.30/426.37	c vivif2 --  cl tried   106495 cl shrink        0 lits rem          0 time: 0.02
426.40/426.46	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.09
426.40/426.46	c calculated reachability. Time: 0.00
426.40/426.46	c  N st    80   2211261       486      2109         0    106495      6405   1679279   no data   no data
564.50/564.55	c  N st    81   2711262       486      2109         0    129580      6405   2097487   no data   no data
564.50/564.55	c  S st    81   2711262       486      2109         0    129580      6405   2097487   no data   no data
564.90/564.93	c  S st    81   2711765       486      2109         0    130081      6405   2109066   no data   no data
564.90/564.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
564.90/564.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
564.90/564.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
564.90/564.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
564.90/564.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
564.90/564.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
564.90/564.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
565.00/565.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
565.00/565.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
578.40/578.45	c lits-rem:       845  cl-subs:    10487  v-elim:      0  v-fix:    0  time: 13.38 s
578.40/578.45	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
578.40/578.48	c vivif2 --  cl tried   119594 cl shrink        0 lits rem          0 time: 0.03
578.51/578.59	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.11
578.51/578.59	c calculated reachability. Time: 0.00
578.51/578.59	c  N st    81   2711765       486      2109         0    119594      6405   1876433   no data   no data
724.61/724.69	c  N st    82   3211768       486      2109         0     95570      6405   1124880   no data   no data
724.61/724.69	c  S st    82   3211768       486      2109         0     95570      6405   1124880   no data   no data
724.92/724.95	c  S st    82   3212275       486      2109         0     96076      6405   1136748   no data   no data
724.92/724.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
724.92/724.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
724.92/724.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
724.92/724.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
724.92/724.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
724.92/724.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
724.92/724.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
725.01/725.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
725.01/725.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
726.91/726.95	c lits-rem:       144  cl-subs:     4857  v-elim:      0  v-fix:    0  time:  1.90 s
726.91/726.95	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
726.91/726.96	c vivif2 --  cl tried    91219 cl shrink        0 lits rem          0 time: 0.02
727.01/727.04	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.07
727.01/727.04	c calculated reachability. Time: 0.00
727.01/727.04	c  N st    82   3212275       486      2109         0     91219      6405   1043915   no data   no data
876.42/876.41	c  N st    83   3712275       486      2109         0    102079      6405   1232975   no data   no data
876.42/876.41	c  S st    83   3712275       486      2109         0    102079      6405   1232975   no data   no data
876.63/876.68	c  S st    83   3712780       486      2109         0    102582      6405   1245309   no data   no data
876.63/876.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
876.73/876.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
876.73/876.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
876.73/876.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
876.73/876.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
876.73/876.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
876.73/876.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
876.73/876.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
876.73/876.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
878.52/878.52	c lits-rem:       227  cl-subs:     3464  v-elim:      0  v-fix:    0  time:  1.74 s
878.52/878.52	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
878.52/878.54	c vivif2 --  cl tried    99118 cl shrink        0 lits rem          0 time: 0.02
878.62/878.61	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.08
878.62/878.62	c calculated reachability. Time: 0.00
878.62/878.62	c  N st    83   3712780       486      2109         0     99118      6405   1171898   no data   no data
891.42/891.43	c  F st    84   3751564       486      2109         0    136546      6405   1998099   no data   no data
891.42/891.44	c  N st    84   3751564       486      2109         0    136546      6405   1998099   no data   no data
893.52/893.57	c Decided on static restart strategy
902.71/902.74	c  N st    94   3779867       486      2109         0    164125      6405   2656548   no data   no data
913.31/913.38	c  N st    96   3815861       486      2109         0    116794      6405   1556860   no data   no data
923.93/923.93	c  N st    97   3848253       486      2109         0    148147      6405   2303888   no data   no data
941.02/941.04	c  N st    98   3896841       486      2109         0    112096      6405   1410098   no data   no data
964.82/964.88	c  N st    99   3969724       486      2109         0     98488      6405   1081200   no data   no data
1001.03/1001.06	c  N st   100   4079050       486      2109         0    119295      6405   1543496   no data   no data
1045.72/1045.76	c  N st   101   4212780       486      2109         0    162212      6405   2480881   no data   no data
1045.72/1045.76	c  S st   101   4212780       486      2109         0    162212      6405   2480881   no data   no data
1046.22/1046.26	c  S st   101   4213281       486      2109         0    162712      6405   2492723   no data   no data
1046.22/1046.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1046.32/1046.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1046.32/1046.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1046.32/1046.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1046.32/1046.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1046.32/1046.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1046.32/1046.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1046.32/1046.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1046.42/1046.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1068.82/1068.82	c lits-rem:       849  cl-subs:    18248  v-elim:      0  v-fix:    0  time: 22.38 s
1068.82/1068.82	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
1068.82/1068.85	c vivif2 --  cl tried   144464 cl shrink        0 lits rem          0 time: 0.03
1068.92/1068.99	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.14
1068.92/1069.00	c calculated reachability. Time: 0.00
1068.92/1069.00	c  N st   101   4213281       486      2109         0    144464      6405   2120156   no data   no data
1156.03/1156.03	c  N st   102   4459257       486      2109         0    118663      6405   1485707   no data   no data
1261.43/1261.45	c  N st   103   4713282       486      2109         0    183976      6405   3084577   no data   no data
1261.43/1261.45	c  S st   103   4713282       486      2109         0    183976      6405   3084577   no data   no data
1262.03/1262.03	c  S st   103   4713782       486      2109         0    184476      6405   3097381   no data   no data
1262.03/1262.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1262.13/1262.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.08
1262.13/1262.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1262.13/1262.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1262.13/1262.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1262.13/1262.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1262.13/1262.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1262.13/1262.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1262.23/1262.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1297.33/1297.30	c lits-rem:       838  cl-subs:    16383  v-elim:      0  v-fix:    0  time: 35.04 s
1297.33/1297.30	c vivif2 --  cl tried     2109 cl shrink        0 lits rem          0 time: 0.00
1297.33/1297.34	c vivif2 --  cl tried   168093 cl shrink        0 lits rem          0 time: 0.04
1297.53/1297.51	c asymm  cl-useful: 0/2109/2109 lits-rem:0 time: 0.17
1297.53/1297.52	c calculated reachability. Time: 0.00
1297.53/1297.52	c  N st   103   4713782       486      2109         0    168093      6405   2735620   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-3367760-1305386615/watcher-3367760-1305386615 -o /tmp/evaluation-result-3367760-1305386615/solver-3367760-1305386615 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367760-1305386615.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.92 3.72 3.61 2/240 6540
/proc/meminfo: memFree=18655380/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=30228 CPUtime=0 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 655 0 0 0 0 0 0 0 23 0 1 0 650262251 30953472 596 33554432000 4194304 4580011 140736933935392 18446744073709551615 4421350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 7557 596 351 95 0 2539 0

[startup+0.0622369 s]
/proc/loadavg: 2.92 3.72 3.61 2/240 6540
/proc/meminfo: memFree=18655380/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=30260 CPUtime=0.05 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 729 0 0 0 5 0 0 0 23 0 1 0 650262251 30986240 656 33554432000 4194304 4580011 140736933935392 18446744073709551615 4293119 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 7565 656 364 95 0 2547 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30260

[startup+0.100228 s]
/proc/loadavg: 2.92 3.72 3.61 2/240 6540
/proc/meminfo: memFree=18655380/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=30260 CPUtime=0.09 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 777 0 0 0 9 0 0 0 23 0 1 0 650262251 30986240 704 33554432000 4194304 4580011 140736933935392 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 7565 704 364 95 0 2547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30260

[startup+0.30019 s]
/proc/loadavg: 2.92 3.72 3.61 2/240 6540
/proc/meminfo: memFree=18655380/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=30836 CPUtime=0.29 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 1033 0 0 0 29 0 0 0 24 0 1 0 650262251 31576064 829 33554432000 4194304 4580011 140736933935392 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 7709 829 364 95 0 2691 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30836

[startup+0.700118 s]
/proc/loadavg: 2.92 3.72 3.61 2/240 6540
/proc/meminfo: memFree=18655380/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=31312 CPUtime=0.69 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 1396 0 0 0 69 0 0 0 25 0 1 0 650262251 32063488 987 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 7828 987 364 95 0 2810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31312

[startup+1.50097 s]
/proc/loadavg: 3.01 3.73 3.61 5/251 6561
/proc/meminfo: memFree=18632148/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=37012 CPUtime=1.49 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 3347 0 0 0 149 0 0 0 25 0 1 0 650262251 37900288 2371 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 9253 2371 367 95 0 4235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37012

[startup+3.10069 s]
/proc/loadavg: 3.01 3.73 3.61 5/251 6561
/proc/meminfo: memFree=18606232/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=37184 CPUtime=3.09 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 4419 0 0 0 309 0 0 0 25 0 1 0 650262251 38076416 2262 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 9296 2262 367 95 0 4278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37184

[startup+6.3001 s]
/proc/loadavg: 3.01 3.73 3.61 5/251 6561
/proc/meminfo: memFree=18598064/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=38656 CPUtime=6.29 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 6490 0 0 0 628 1 0 0 25 0 1 0 650262251 39583744 2807 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 9664 2807 367 95 0 4646 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38656

[startup+12.7009 s]
/proc/loadavg: 3.16 3.74 3.62 5/251 6561
/proc/meminfo: memFree=18549784/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=49984 CPUtime=12.7 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 11877 0 0 0 1268 2 0 0 25 0 1 0 650262251 51183616 5509 33554432000 4194304 4580011 140736933935392 18446744073709551615 4295869 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 12496 5509 367 95 0 7478 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 49984

[startup+25.5006 s]
/proc/loadavg: 3.29 3.74 3.62 5/251 6561
/proc/meminfo: memFree=18513296/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=56112 CPUtime=25.49 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 17578 0 0 0 2547 2 0 0 25 0 1 0 650262251 57458688 7186 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 14028 7186 367 95 0 9010 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56112

[startup+51.1009 s]
/proc/loadavg: 3.53 3.76 3.63 5/251 6562
/proc/meminfo: memFree=18504296/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=60588 CPUtime=51.09 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 26572 0 0 0 5105 4 0 0 25 0 1 0 650262251 62042112 7799 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 15147 7799 367 95 0 10129 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60588

[startup+102.31 s]
/proc/loadavg: 3.81 3.80 3.65 5/251 6563
/proc/meminfo: memFree=18472524/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=76952 CPUtime=102.3 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 42971 0 0 0 10223 7 0 0 25 0 1 0 650262251 78798848 11906 33554432000 4194304 4580011 140736933935392 18446744073709551615 4293852 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 19238 11906 367 95 0 14220 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76952

[startup+162.301 s]
/proc/loadavg: 3.93 3.83 3.67 5/251 6565
/proc/meminfo: memFree=18427356/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=77324 CPUtime=162.29 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 55321 0 0 0 16220 9 0 0 25 0 1 0 650262251 79179776 12803 33554432000 4194304 4580011 140736933935392 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 19331 12803 367 95 0 14313 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77324

[startup+222.301 s]
/proc/loadavg: 4.02 3.88 3.69 5/251 6567
/proc/meminfo: memFree=18388988/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=91104 CPUtime=222.3 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 69191 0 0 0 22218 12 0 0 25 0 1 0 650262251 93290496 15153 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 22776 15153 367 95 0 17758 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91104

[startup+282.301 s]
/proc/loadavg: 4.00 3.90 3.71 5/251 6568
/proc/meminfo: memFree=18381132/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=91312 CPUtime=282.3 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 78429 0 0 0 28216 14 0 0 25 0 1 0 650262251 93503488 16167 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 22828 16167 367 95 0 17810 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 91312

[startup+342.301 s]
/proc/loadavg: 4.00 3.91 3.72 5/251 6570
/proc/meminfo: memFree=18332988/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=107388 CPUtime=342.3 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 90161 0 0 0 34213 17 0 0 25 0 1 0 650262251 109965312 18841 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 26847 18841 367 95 0 21829 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107388

[startup+402.301 s]
/proc/loadavg: 4.00 3.92 3.74 5/251 6571
/proc/meminfo: memFree=18325240/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=107552 CPUtime=402.3 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 98468 0 0 0 40210 20 0 0 25 0 1 0 650262251 110133248 20119 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 26888 20119 367 95 0 21870 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 107552

[startup+462.301 s]
/proc/loadavg: 4.00 3.94 3.75 5/251 6573
/proc/meminfo: memFree=18293452/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=120416 CPUtime=462.31 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 108858 0 0 0 46208 23 0 0 25 0 1 0 650262251 123305984 22871 33554432000 4194304 4580011 140736933935392 18446744073709551615 4320408 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 30104 22871 367 95 0 25086 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 120416

[startup+522.301 s]
/proc/loadavg: 4.00 3.94 3.76 5/251 6575
/proc/meminfo: memFree=18288928/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=120576 CPUtime=522.3 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 117130 0 0 0 52205 25 0 0 25 0 1 0 650262251 123469824 23475 33554432000 4194304 4580011 140736933935392 18446744073709551615 4293119 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 30144 23475 367 95 0 25126 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 120576

[startup+582.301 s]
/proc/loadavg: 4.04 3.97 3.78 5/251 6576
/proc/meminfo: memFree=18272528/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=133648 CPUtime=582.31 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 125849 0 0 0 58203 28 0 0 25 0 1 0 650262251 136855552 26766 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 33412 26766 367 95 0 28394 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 133648

[startup+642.301 s]
/proc/loadavg: 4.01 3.97 3.79 5/251 6578
/proc/meminfo: memFree=18237036/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=133796 CPUtime=642.32 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 133589 0 0 0 64202 30 0 0 25 0 1 0 650262251 137007104 26128 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 33449 26128 367 95 0 28431 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 133796

[startup+702.301 s]
/proc/loadavg: 4.07 3.99 3.81 5/251 6579
/proc/meminfo: memFree=18242324/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=133972 CPUtime=702.32 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 141351 0 0 0 70199 33 0 0 25 0 1 0 650262251 137187328 25557 33554432000 4194304 4580011 140736933935392 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 33493 25557 367 95 0 28475 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 133972

[startup+762.309 s]
/proc/loadavg: 4.07 4.00 3.82 5/251 6581
/proc/meminfo: memFree=18224284/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=137248 CPUtime=762.32 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 148965 0 0 0 76197 35 0 0 25 0 1 0 650262251 140541952 27362 33554432000 4194304 4580011 140736933935392 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 34312 27362 367 95 0 29294 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 137248

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.83 5/251 6583
/proc/meminfo: memFree=18218416/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=137412 CPUtime=822.32 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 156779 0 0 0 82194 38 0 0 25 0 1 0 650262251 140709888 26171 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 34353 26171 367 95 0 29335 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 137412

[startup+882.301 s]
/proc/loadavg: 4.06 4.01 3.84 5/251 6584
/proc/meminfo: memFree=18216272/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=141080 CPUtime=882.32 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 164450 0 0 0 88191 41 0 0 25 0 1 0 650262251 144465920 27608 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 35270 27608 367 95 0 30252 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 141080

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.84 5/251 6586
/proc/meminfo: memFree=18215608/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=141184 CPUtime=942.32 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 170837 0 0 0 94189 43 0 0 25 0 1 0 650262251 144572416 27627 33554432000 4194304 4580011 140736933935392 18446744073709551615 4321889 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 35296 27627 367 95 0 30278 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 141184

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.85 5/251 6587
/proc/meminfo: memFree=18192016/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=141296 CPUtime=1002.32 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 177531 0 0 0 100186 46 0 0 25 0 1 0 650262251 144687104 27797 33554432000 4194304 4580011 140736933935392 18446744073709551615 4316470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 35324 27797 367 95 0 30306 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 141296

[startup+1062.3 s]
/proc/loadavg: 3.61 3.90 3.82 4/245 6606
/proc/meminfo: memFree=18263140/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=159648 CPUtime=1062.32 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 186064 0 0 0 106184 48 0 0 25 0 1 0 650262251 163479552 33053 33554432000 4194304 4580011 140736933935392 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 39912 33053 367 95 0 34894 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 159648

[startup+1122.3 s]
/proc/loadavg: 3.28 3.75 3.77 4/245 6608
/proc/meminfo: memFree=18268816/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=159704 CPUtime=1122.33 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 192213 0 0 0 112182 51 0 0 25 0 1 0 650262251 163536896 32113 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 39926 32113 367 95 0 34908 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 159704

[startup+1182.3 s]
/proc/loadavg: 3.10 3.61 3.72 4/245 6609
/proc/meminfo: memFree=18213236/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=212668 CPUtime=1182.33 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 197047 0 0 0 118180 53 0 0 25 0 1 0 650262251 217772032 33563 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 53167 33563 367 95 0 48149 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 212668

[startup+1242.3 s]
/proc/loadavg: 3.04 3.50 3.68 4/245 6611
/proc/meminfo: memFree=18190264/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=159884 CPUtime=1242.33 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 203084 0 0 0 124177 56 0 0 25 0 1 0 650262251 163721216 32589 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 39971 32589 367 95 0 34953 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 159884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.11 3.44 3.64 4/245 6612
/proc/meminfo: memFree=18162432/32951124 swapFree=66522240/67111528
[pid=6540] ppid=6538 vsize=235788 CPUtime=1300.04 cores=1,3
/proc/6540/stat : 6540 (strangenight2-s) R 6538 6540 5485 0 -1 4202496 209472 0 0 0 129947 57 0 0 25 0 1 0 650262251 241446912 38977 33554432000 4194304 4580011 140736933935392 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6540/statm: 58947 38977 367 95 0 53929 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 235788

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.06
CPU user time (s): 1299.47
CPU system time (s): 0.581911
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 235788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.47
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209472
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= 1377

runsolver used 2.70159 second user time and 6.78697 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 17:23:35
IDJOB=3367760
IDBENCH=82969
IDSOLVER=1845
FILE ID=node109/3367760-1305386615
RUNJOBID= node109-1305386615-6520
PBS_JOBID= 13324393
Free space on /tmp= 73220 MiB

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

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

MD5SUM BENCH= b1bf2be38e1cea16efc5e7effa1a10c7
RANDOM SEED=1164299491

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18655412 kB
Buffers:        270688 kB
Cached:        2905684 kB
SwapCached:      19100 kB
Active:        6382324 kB
Inactive:      7682648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18655412 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           11076 kB
Writeback:           0 kB
AnonPages:    10875296 kB
Mapped:          18476 kB
Slab:           136372 kB
PageTables:      30740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17883272 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= 73212 MiB
End job on node109 at 2011-05-14 17:45:17