Trace number 3264754

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-stSAT 942.001 941.974

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
MD5SUMdfc7796289f8cacbd4db5eb947a1ba09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark194.024
Satisfiable
(Un)Satisfiability was proved
Number of variables339
Number of clauses2416
Sum of the clauses size10720
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41496
Number of clauses of size 5784
Number of clauses of size over 5136

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3264754-1303573596.cnf'
0.00/0.00	c -- header says num vars:            339
0.00/0.00	c -- header says num clauses:        2416
0.00/0.00	c -- clauses added:            0 learnts,         2416 normals,            0 xors
0.00/0.00	c -- vars added        339
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       339      2416         0         0     10720         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 119/2416/2416 lits-rem:119 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 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:    339 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.01	c lits-rem:      1551  cl-subs:      784  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     122 undec:      95 neg:     122
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       339      1632         0         0      5656         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.09/0.14	c  N st     8      4919       339      1632         4      4622      5656     90097   no data   no data  --
0.39/0.41	c  N st    10     11302       339      1632         4      4204      5656     53766   no data   no data  --
0.59/0.69	c  N st    11     17045       339      1632         4      9477      5656    170391   no data   no data  --
1.10/1.12	c  F st    12     25001       339      1632         4     11577      5656    215122   no data   no data  --
1.10/1.12	c  N st    12     25001       339      1632         4     11577      5656    215122   no data   no data  --
1.29/1.39	c Decided on static restart strategy
1.29/1.39	c  N st    18     30001       339      1632         4      9901      5656    166208   no data   no data  --
1.29/1.39	c  S st    18     30001       339      1632         4      9901      5656    166208   no data   no data  --
1.39/1.42	c  S st    18     30505       339      1632         4     10388      5656    177817   no data   no data  --
1.39/1.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.39/1.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.43	c Replacing        2 vars Replaced     3275 lits Time:     0.00 s 
1.39/1.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    337 time:  0.00 s
1.39/1.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.79/1.81	c lits-rem:      1783  cl-subs:     3041  v-elim:      4  v-fix:    0  time:  0.38 s
1.79/1.82	c asymm  cl-useful: 0/1607/1607 lits-rem:0 time: 0.00
1.79/1.82	c calculated reachability. Time: 0.00
1.79/1.82	c  N st    18     30505       333      1607         0      7352      5571    118455   no data   no data  --
2.20/2.27	c  N st    20     37620       333      1607         0     13727      5571    262032   no data   no data  --
2.59/2.65	c  N st    21     44020       333      1607         0     12525      5571    215623   no data   no data  --
2.69/2.76	c  S st    22     45757       333      1607         0     14079      5571    249706   no data   no data  --
2.79/2.81	c  S st    22     46258       333      1607         0     14569      5569    261716   no data   no data  --
2.79/2.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.79/2.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.79/2.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.79/2.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.79/2.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.79/2.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
2.79/2.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/4.08	c lits-rem:      1496  cl-subs:     4072  v-elim:      0  v-fix:    0  time:  1.25 s
3.99/4.08	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
3.99/4.08	c vivif2 --  cl tried    10502 cl shrink        0 lits rem          0 time: 0.00
3.99/4.08	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.01
3.99/4.09	c calculated reachability. Time: 0.00
3.99/4.09	c  N st    22     46258       333      1602         0     10502      5543    182260   no data   no data  --
4.99/5.01	c  N st    23     60656       333      1602         0     15913      5543    275301   no data   no data  --
5.59/5.63	c  N st    24     69387       333      1602         0     14792      5543    244009   no data   no data  --
5.59/5.63	c  S st    24     69387       333      1602         0     14792      5543    244009   no data   no data  --
5.59/5.67	c  S st    24     69889       333      1602         0     15279      5543    255737   no data   no data  --
5.59/5.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.59/5.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.59/5.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.59/5.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.59/5.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.59/5.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
5.59/5.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.98/7.09	c lits-rem:      1590  cl-subs:     3542  v-elim:      0  v-fix:    0  time:  1.40 s
6.98/7.09	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
6.98/7.09	c vivif2 --  cl tried    11737 cl shrink        0 lits rem          0 time: 0.00
6.98/7.10	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.01
7.08/7.10	c calculated reachability. Time: 0.00
7.08/7.10	c  N st    24     69889       333      1602         0     11737      5543    193453   no data   no data  --
8.29/8.38	c  F st    25     87501       333      1602         0     17535      5543    298472   no data   no data  --
8.29/8.38	c  N st    25     87501       333      1602         0     17535      5543    298472   no data   no data  --
8.70/8.74	c Decided on static restart strategy
8.89/8.91	c  N st    32     95539       333      1602         0     14215      5543    220303   no data   no data  --
9.49/9.55	c  N st    34    104833       333      1602         0     22655      5543    404212   no data   no data  --
9.49/9.55	c  S st    34    104833       333      1602         0     22655      5543    404212   no data   no data  --
9.59/9.62	c  S st    34    105335       333      1602         1     23141      5543    415916   no data   no data  --
9.59/9.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.59/9.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.59/9.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
9.59/9.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.59/9.63	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
9.59/9.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
9.59/9.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.10/12.19	c lits-rem:      3709  cl-subs:     6072  v-elim:      0  v-fix:    0  time:  2.56 s
12.10/12.19	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
12.10/12.19	c vivif2 --  cl tried    17068 cl shrink        0 lits rem          0 time: 0.00
12.19/12.20	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.01
12.19/12.20	c calculated reachability. Time: 0.00
12.19/12.20	c  N st    34    105335       333      1602         1     17068      5543    296837   no data   no data  --
12.99/13.03	c  N st    35    114934       333      1602         1     14292      5543    202753   no data   no data  --
14.09/14.12	c  N st    36    129331       333      1602         1     14818      5543    211174   no data   no data  --
15.69/15.77	c  N st    37    150927       333      1602         1     20727      5543    324547   no data   no data  --
16.29/16.35	c  S st    38    158003       333      1602         1     27317      5543    473993   no data   no data  --
16.39/16.43	c  S st    38    158504       333      1602         2     27799      5543    485118   no data   no data  --
16.39/16.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.39/16.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.39/16.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
16.39/16.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.39/16.45	c subs with bin:        2  lits-rem:         4  v-fix:    0  time:  0.00 s
16.39/16.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
16.39/16.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.59/19.66	c lits-rem:      2411  cl-subs:     9174  v-elim:      0  v-fix:    0  time:  3.21 s
19.59/19.66	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
19.59/19.66	c vivif2 --  cl tried    18623 cl shrink        0 lits rem          0 time: 0.00
19.59/19.67	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.01
19.59/19.67	c calculated reachability. Time: 0.00
19.59/19.67	c  N st    38    158504       333      1602         2     18623      5543    313583   no data   no data  --
24.10/24.11	c  N st    39    207092       333      1602         2     17284      5543    231972   no data   no data  --
24.10/24.11	c Finding binary XORs  T:     0.00 s  found:       0
26.79/26.81	c  N st    40    237756       333      1602         2     27916      5543    434716   no data   no data  --
26.79/26.81	c  S st    40    237756       333      1602         2     27916      5543    434716   no data   no data  --
26.79/26.90	c  S st    40    238260       333      1602         2     28402      5542    447295   no data   no data  --
26.89/26.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.89/26.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.89/26.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
26.89/26.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.89/26.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.89/26.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
26.89/26.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.79/29.88	c lits-rem:      2664  cl-subs:     8973  v-elim:      0  v-fix:    0  time:  2.97 s
29.79/29.88	c vivif2 --  cl tried     1600 cl shrink        0 lits rem          0 time: 0.00
29.79/29.88	c vivif2 --  cl tried    19431 cl shrink        0 lits rem          0 time: 0.00
29.79/29.89	c asymm  cl-useful: 0/1600/1600 lits-rem:0 time: 0.01
29.79/29.89	c calculated reachability. Time: 0.00
29.79/29.89	c  N st    40    238260       333      1600         2     19431      5531    295254   no data   no data  --
36.39/36.49	c  F st    41    306250       333      1600         2     24424      5531    348154   no data   no data  --
36.39/36.49	c  N st    41    306250       333      1600         2     24424      5531    348154   no data   no data  --
36.89/36.99	c Decided on static restart strategy
38.99/39.02	c  N st    51    334554       333      1600         2     29493      5531    451845   no data   no data  --
41.09/41.19	c  N st    53    357390       333      1600         2     28562      5531    420265   no data   no data  --
41.09/41.19	c  S st    53    357390       333      1600         2     28562      5531    420265   no data   no data  --
41.19/41.28	c  S st    53    357894       333      1600         2     29048      5531    432590   no data   no data  --
41.19/41.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.19/41.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.19/41.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
41.19/41.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.19/41.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.19/41.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
41.19/41.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.69/43.78	c lits-rem:      2030  cl-subs:     6783  v-elim:      0  v-fix:    0  time:  2.48 s
43.69/43.78	c vivif2 --  cl tried     1600 cl shrink        0 lits rem          0 time: 0.00
43.69/43.78	c vivif2 --  cl tried    22265 cl shrink        0 lits rem          0 time: 0.00
43.69/43.79	c asymm  cl-useful: 0/1600/1600 lits-rem:0 time: 0.01
43.69/43.79	c calculated reachability. Time: 0.00
43.69/43.79	c  N st    53    357894       333      1600         2     22265      5531    315975   no data   no data  --
46.79/46.88	c  N st    54    390287       333      1600         2     28626      5531    410826   no data   no data  --
52.09/52.11	c  N st    55    438875       333      1600         2     24764      5531    323530   no data   no data  --
59.59/59.63	c  N st    56    511758       333      1600         2     38525      5531    570047   no data   no data  --
62.49/62.51	c  N st    57    536841       333      1600         2     34281      5531    500270   no data   no data  --
62.49/62.51	c  S st    57    536841       333      1600         2     34281      5531    500270   no data   no data  --
62.60/62.60	c  S st    57    537344       333      1600         2     34759      5531    512071   no data   no data  --
62.60/62.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.60/62.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.60/62.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
62.60/62.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.60/62.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.60/62.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
62.60/62.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
65.69/65.79	c lits-rem:      4233  cl-subs:     7986  v-elim:      0  v-fix:    0  time:  3.17 s
65.69/65.79	c vivif2 --  cl tried     1600 cl shrink        0 lits rem          0 time: 0.00
65.79/65.80	c vivif2 --  cl tried    26773 cl shrink        0 lits rem          0 time: 0.00
65.79/65.81	c asymm  cl-useful: 5/1600/1600 lits-rem:5 time: 0.01
65.79/65.81	c calculated reachability. Time: 0.00
65.79/65.81	c  N st    57    537344       333      1600         2     26773      5526    373186   no data   no data  --
85.69/85.75	c  N st    58    701328       333      1600         2     57757      5526    912311   no data   no data  --
100.00/100.07	c  N st    59    806016       333      1600         2     54650      5526    816569   no data   no data  --
100.00/100.07	c  S st    59    806016       333      1600         2     54650      5526    816569   no data   no data  --
100.19/100.26	c  S st    59    806518       333      1600         2     55138      5526    828339   no data   no data  --
100.19/100.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
100.19/100.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.19/100.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
100.29/100.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.29/100.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.29/100.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
100.29/100.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
109.39/109.44	c lits-rem:      4208  cl-subs:    22517  v-elim:      0  v-fix:    0  time:  9.13 s
109.39/109.44	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
109.39/109.44	c vivif2 --  cl tried    32623 cl shrink        0 lits rem          0 time: 0.00
109.39/109.46	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.02
109.39/109.46	c calculated reachability. Time: 0.00
109.39/109.46	c  N st    59    806518       333      1598         2     32623      5517    458900   no data   no data  --
145.50/145.52	c  F st    60   1071875       333      1598         2     55936      5517    856283   no data   no data  --
145.50/145.52	c  N st    60   1071875       333      1598         2     55936      5517    856283   no data   no data  --
146.10/146.17	c Decided on static restart strategy
149.50/149.57	c  N st    70   1100176       333      1598         2     42270      5517    579601   no data   no data  --
154.00/154.06	c  N st    72   1136169       333      1598         2     74825      5517   1224886   no data   no data  --
158.30/158.34	c  N st    73   1168562       333      1598         2     63687      5517    993397   no data   no data  --
163.90/163.99	c  N st    74   1209778       333      1598         2     59655      5517    900935   no data   no data  --
163.90/163.99	c  S st    74   1209778       333      1598         2     59655      5517    900935   no data   no data  --
164.09/164.14	c  S st    74   1210283       333      1598         2     60147      5517    913500   no data   no data  --
164.09/164.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
164.09/164.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.09/164.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
164.09/164.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.09/164.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.09/164.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
164.09/164.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
172.89/172.93	c lits-rem:      3176  cl-subs:    15304  v-elim:      0  v-fix:    0  time:  8.75 s
172.89/172.93	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
172.89/172.94	c vivif2 --  cl tried    44843 cl shrink        0 lits rem          0 time: 0.01
172.89/172.98	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.04
172.89/172.98	c calculated reachability. Time: 0.00
172.89/172.98	c  N st    74   1210283       333      1598         2     44843      5517    660373   no data   no data  --
184.30/184.32	c  N st    75   1283165       333      1598         2     69002      5517   1042970   no data   no data  --
201.30/201.39	c  N st    76   1392488       333      1598         2     80797      5517   1275171   no data   no data  --
226.29/226.34	c  N st    77   1556473       333      1598         2     90058      5517   1397476   no data   no data  --
251.09/251.19	c  N st    78   1710283       333      1598         2     82517      5517   1275888   no data   no data  --
251.09/251.19	c  S st    78   1710283       333      1598         2     82517      5517   1275888   no data   no data  --
251.39/251.43	c  S st    78   1710787       333      1598         2     83009      5517   1288106   no data   no data  --
251.39/251.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
251.39/251.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
251.39/251.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
251.39/251.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.39/251.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.39/251.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
251.39/251.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
273.40/273.47	c lits-rem:      9537  cl-subs:    25221  v-elim:      0  v-fix:    0  time: 21.98 s
273.40/273.47	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
273.40/273.48	c vivif2 --  cl tried    57788 cl shrink        0 lits rem          0 time: 0.01
273.50/273.53	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.05
273.50/273.53	c calculated reachability. Time: 0.00
273.50/273.53	c  N st    78   1710787       333      1598         2     57788      5517    887951   no data   no data  --
328.20/328.20	c  N st    79   2079752       333      1598         2     76485      5517   1121354   no data   no data  --
349.80/349.83	c  N st    80   2210787       333      1598         2     81424      5517   1180133   no data   no data  --
349.80/349.83	c  S st    80   2210787       333      1598         2     81424      5517   1180133   no data   no data  --
350.00/350.03	c  S st    80   2211292       333      1598         2     81920      5517   1192432   no data   no data  --
350.00/350.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
350.00/350.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
350.00/350.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
350.00/350.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
350.00/350.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
350.00/350.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
350.00/350.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
364.41/364.41	c lits-rem:      1409  cl-subs:    25034  v-elim:      0  v-fix:    0  time: 14.32 s
364.41/364.41	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
364.41/364.41	c vivif2 --  cl tried    56886 cl shrink        0 lits rem          0 time: 0.01
364.41/364.45	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.03
364.41/364.45	c calculated reachability. Time: 0.00
364.41/364.45	c  N st    80   2211292       333      1598         2     56886      5517    806288   no data   no data  --
453.50/453.54	c  N st    81   2711292       333      1598         2     87527      5517   1238611   no data   no data  --
453.50/453.54	c  S st    81   2711292       333      1598         2     87527      5517   1238611   no data   no data  --
453.70/453.75	c  S st    81   2711794       333      1598         2     88013      5517   1250861   no data   no data  --
453.70/453.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
453.70/453.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
453.70/453.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
453.80/453.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
453.80/453.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.80/453.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
453.80/453.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
470.30/470.38	c lits-rem:      7653  cl-subs:    26232  v-elim:      0  v-fix:    0  time: 16.57 s
470.30/470.38	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
470.30/470.39	c vivif2 --  cl tried    61781 cl shrink        0 lits rem          0 time: 0.01
470.40/470.42	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.03
470.40/470.43	c calculated reachability. Time: 0.00
470.40/470.43	c  N st    81   2711794       333      1598         2     61781      5517    873830   no data   no data  --
564.81/564.84	c  N st    82   3211795       333      1598         2    118009      5517   1716998   no data   no data  --
564.81/564.84	c  S st    82   3211795       333      1598         2    118009      5517   1716998   no data   no data  --
565.11/565.11	c  S st    82   3212298       333      1598         2    118502      5517   1728975   no data   no data  --
565.11/565.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
565.11/565.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
565.11/565.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
565.21/565.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
565.21/565.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
565.21/565.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
565.21/565.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
599.21/599.25	c lits-rem:      3528  cl-subs:    45819  v-elim:      0  v-fix:    0  time: 34.04 s
599.21/599.25	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
599.21/599.26	c vivif2 --  cl tried    72683 cl shrink        0 lits rem          0 time: 0.01
599.31/599.30	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.04
599.31/599.31	c calculated reachability. Time: 0.00
599.31/599.31	c  N st    82   3212298       333      1598         2     72683      5517   1055188   no data   no data  --
692.11/692.18	c  N st    83   3712300       333      1598         2     98014      5517   1421416   no data   no data  --
692.11/692.18	c  S st    83   3712300       333      1598         2     98014      5517   1421416   no data   no data  --
692.41/692.45	c  S st    83   3712801       333      1598         2     98497      5517   1433751   no data   no data  --
692.41/692.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
692.41/692.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
692.41/692.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
692.51/692.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
692.51/692.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.51/692.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
692.51/692.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
715.02/715.02	c lits-rem:     16326  cl-subs:    26848  v-elim:      0  v-fix:    0  time: 22.50 s
715.02/715.02	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
715.02/715.03	c vivif2 --  cl tried    71649 cl shrink        0 lits rem          0 time: 0.01
715.02/715.07	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.04
715.02/715.07	c calculated reachability. Time: 0.00
715.02/715.07	c  N st    83   3712801       333      1598         2     71649      5517   1013579   no data   no data  --
721.81/721.82	c  F st    84   3751562       333      1598         2    107444      5517   1721740   no data   no data  --
721.81/721.82	c  N st    84   3751562       333      1598         2    107444      5517   1721740   no data   no data  --
722.91/722.98	c Decided on static restart strategy
727.91/727.96	c  N st    94   3779871       333      1598         2    133568      5517   2227656   no data   no data  --
735.72/735.70	c  N st    96   3815865       333      1598         2     91882      5517   1309516   no data   no data  --
741.51/741.53	c  N st    97   3848257       333      1598         2    121133      5517   1845761   no data   no data  --
751.91/751.97	c  N st    98   3896845       333      1598         2     89611      5517   1261737   no data   no data  --
768.11/768.11	c  N st    99   3969728       333      1598         2     79139      5517   1065804   no data   no data  --
790.22/790.25	c  N st   100   4079051       333      1598         2    100259      5517   1402824   no data   no data  --
820.91/820.92	c  N st   101   4212801       333      1598         2    142938      5517   2069603   no data   no data  --
820.91/820.92	c  S st   101   4212801       333      1598         2    142938      5517   2069603   no data   no data  --
821.21/821.29	c  S st   101   4213305       333      1598         2    143431      5517   2082421   no data   no data  --
821.31/821.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
821.31/821.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
821.31/821.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.04
821.41/821.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
821.41/821.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
821.41/821.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
821.41/821.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
896.11/896.19	c lits-rem:     14243  cl-subs:    64875  v-elim:      0  v-fix:    0  time: 74.79 s
896.11/896.19	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
896.21/896.20	c vivif2 --  cl tried    78556 cl shrink        0 lits rem          0 time: 0.01
896.21/896.25	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.05
896.21/896.25	c calculated reachability. Time: 0.00
896.21/896.25	c  N st   101   4213305       333      1598         2     78556      5517   1132884   no data   no data  --
941.92/941.96	c  E st   102   4420132         0      1598         2    109885      5517   1562090   no data   no data  --
941.92/941.96	c Verified 1598 clauses.
941.92/941.96	c Solution needs extension. Extending.
941.92/941.96	c Verified 1598 clauses.
941.92/941.96	c num threads              : 1          
941.92/941.96	c restarts                 : 102        
941.92/941.96	c dynamic restarts         : 0          
941.92/941.96	c static restarts          : 102        
941.92/941.96	c full restarts            : 5          
941.92/941.96	c total simplify time      : 0.00       
941.92/941.96	c learnts DL2              : 0          
941.92/941.96	c learnts size 2           : 6          
941.92/941.96	c learnts size 1           : 0           (0.00      % of vars)
941.92/941.96	c filedLit time            : 0.24        (0.03      % time)
941.92/941.96	c v-elim SatELite          : 4           (1.18      % vars)
941.92/941.96	c SatELite time            : 219.13      (23.27     % time)
941.92/941.96	c v-elim xor               : 0           (0.00      % vars)
941.92/941.96	c xor elim time            : 0.04        (0.00      % time)
941.92/941.96	c num binary xor trees     : 2          
941.92/941.96	c binxor trees' crown      : 2           (1.00      leafs/tree)
941.92/941.96	c bin xor find time        : 0.00       
941.92/941.96	c OTF clause improved      : 441913      (0.10      clauses/conflict)
941.92/941.96	c OTF impr. size diff      : 464889      (1.05       lits/clause)
941.92/941.96	c OTF cl watch-shrink      : 299208      (0.07      clauses/conflict)
941.92/941.96	c OTF cl watch-sh-lit      : 358626      (1.20       lits/clause)
941.92/941.96	c tried to recurMin cls    : 441643      (9.99       % of conflicts)
941.92/941.96	c updated cache            : 3636        (0.01       lits/tried recurMin)
941.92/941.96	c clauses over max glue    : 0           (0.00      % of all clauses)
941.92/941.96	c conflicts                : 4420132     (4693.87   / sec)
941.92/941.96	c decisions                : 4701988     (0.34      % random)
941.92/941.96	c bogo-props               : 252820622801 (268477750.68 / sec)
941.92/941.96	c conflict literals        : 79419782    (39.07     % deleted)
941.92/941.96	c Memory used              : 127.33      MB
941.92/941.96	c CPU time                 : 941.68      s
941.92/941.96	s SATISFIABLE
941.92/941.97	v -1 -2 -3 4 -5 -6 7 -8 -9 -10 -11 -12 13 -14 -15 -16 -17 -18 -19 20 21 -22 -23 24 25 26 -27 -28 29 30 31 -32 -33 -34 -35 36 -37 38 39 -40 41 42 -43 -44 -45 -46 47 -48 -49 50 -51 -52 -53 -54 55 56 57 -58 59 60 61 62 63 -64 65 66 -67 68 69 70 -71 72 73 -74 75 -76 -77 -78 -79 -80 -81 -82 -83 84 85 -86 -87 88 89 90 -91 92 93 -94 -95 96 97 98 99 -100 101 -102 103 -104 105 -106 107 108 109 -110 -111 -112 -113 114 115 116 117 -118 119 120 121 122 123 124 125 126 127 128 -129 -130 -131 -132 133 -134 -135 136 137 -138 -139 140 141 142 -143 -144 -145 -146 -147 148 149 -150 151 -152 -153 154 155 156 157 -158 159 -160 161 -162 163 -164 -165 -166 167 -168 -169 -170 171 172 -173 174 175 -176 177 -178 179 180 -181 182 183 -184 185 186 187 -188 -189 190 191 -192 -193 -194 -195 196 -197 198 -199 200 -201 -202 -203 -204 -205 206 207 -208 209 210 211 212 213 -214 215 -216 -217 218 -219 220 -221 -222 -223 224 -225 -226 227 228 229 -230 231 -232 -233 -234 235 -236 237 238 -239 240 -241 242 -243 -244 -245 246 247 248 249 250 -251 252 -253 -254 255 256 257 -258 -259 -260 261 262 -263 264 265 266 -267 268 269 270 271 272 273 -274 -275 -276 -277 -278 -279 -280 281 282 283 284 285 286 -287 288 289 290 -291 292 -293 -294 295 -296 -297 -298 299 300 -301 302 -303 -304 -305 -306 307 308 -309 -310 -311 -312 -313 -314 -315 -316 -317 318 319 320 321 -322 -323 -324 -325 326 327 328 329 330 331 -332 -333 -334 -335 -336 -337 -338 -339 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3264754-1303573596/watcher-3264754-1303573596 -o /tmp/evaluation-result-3264754-1303573596/solver-3264754-1303573596 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3264754-1303573596.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: 3.68 3.93 3.89 3/184 17627
/proc/meminfo: memFree=16019652/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=29828 CPUtime=0 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 547 0 0 0 0 0 0 0 18 0 1 0 449775046 30543872 487 33554432000 4194304 4650387 140734343967312 18446744073709551615 4302826 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 7457 487 346 112 0 2422 0

[startup+0.0988409 s]
/proc/loadavg: 3.68 3.93 3.89 3/184 17627
/proc/meminfo: memFree=16019652/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=30632 CPUtime=0.09 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 816 0 0 0 9 0 0 0 18 0 1 0 449775046 31367168 736 33554432000 4194304 4650387 140734343967312 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 7658 736 377 112 0 2623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30632

[startup+0.100839 s]
/proc/loadavg: 3.68 3.93 3.89 3/184 17627
/proc/meminfo: memFree=16019652/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=30632 CPUtime=0.09 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 817 0 0 0 9 0 0 0 18 0 1 0 449775046 31367168 737 33554432000 4194304 4650387 140734343967312 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 7658 737 377 112 0 2623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30632

[startup+0.300804 s]
/proc/loadavg: 3.68 3.93 3.89 3/184 17627
/proc/meminfo: memFree=16019652/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=30920 CPUtime=0.29 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 1023 0 0 0 29 0 0 0 18 0 1 0 449775046 31662080 820 33554432000 4194304 4650387 140734343967312 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 7730 820 379 112 0 2695 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30920

[startup+0.700729 s]
/proc/loadavg: 3.68 3.93 3.89 3/184 17627
/proc/meminfo: memFree=16019652/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=31372 CPUtime=0.69 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 1353 0 0 0 69 0 0 0 18 0 1 0 449775046 32124928 970 33554432000 4194304 4650387 140734343967312 18446744073709551615 4303805 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 7843 970 379 112 0 2808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31372

[startup+1.5006 s]
/proc/loadavg: 3.68 3.93 3.89 5/190 17638
/proc/meminfo: memFree=16004240/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=36136 CPUtime=1.49 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 2975 0 0 0 149 0 0 0 20 0 1 0 449775046 37003264 2083 33554432000 4194304 4650387 140734343967312 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 9034 2083 383 112 0 3999 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36136

[startup+3.10029 s]
/proc/loadavg: 3.70 3.93 3.89 5/190 17638
/proc/meminfo: memFree=15984848/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=39236 CPUtime=3.09 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 4140 0 0 0 309 0 0 0 25 0 1 0 449775046 40177664 2863 33554432000 4194304 4650387 140734343967312 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 9809 2863 383 112 0 4774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39236

[startup+6.30071 s]
/proc/loadavg: 3.70 3.93 3.89 5/190 17638
/proc/meminfo: memFree=15975828/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=40880 CPUtime=6.29 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 5328 0 0 0 629 0 0 0 25 0 1 0 449775046 41861120 3221 33554432000 4194304 4650387 140734343967312 18446744073709551615 4438873 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 10220 3221 383 112 0 5185 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40880

[startup+12.7005 s]
/proc/loadavg: 3.75 3.94 3.89 5/190 17639
/proc/meminfo: memFree=15944252/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=45128 CPUtime=12.69 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 7561 0 0 0 1268 1 0 0 25 0 1 0 449775046 46211072 4496 33554432000 4194304 4650387 140734343967312 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 11282 4496 383 112 0 6247 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45128

[startup+25.5002 s]
/proc/loadavg: 3.79 3.94 3.89 5/190 17639
/proc/meminfo: memFree=15927088/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=49108 CPUtime=25.49 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 12042 0 0 0 2547 2 0 0 25 0 1 0 449775046 50286592 5291 33554432000 4194304 4650387 140734343967312 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 12277 5291 383 112 0 7242 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49108

[startup+51.1005 s]
/proc/loadavg: 3.86 3.94 3.89 5/190 17640
/proc/meminfo: memFree=15891308/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=53676 CPUtime=51.09 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 19953 0 0 0 5106 3 0 0 25 0 1 0 449775046 54964224 6514 33554432000 4194304 4650387 140734343967312 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 13419 6514 383 112 0 8384 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53676

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.90 5/190 17641
/proc/meminfo: memFree=15861040/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=64404 CPUtime=102.3 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 34604 0 0 0 10224 6 0 0 25 0 1 0 449775046 65949696 9156 33554432000 4194304 4650387 140734343967312 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 16101 9156 383 112 0 11066 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64404

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.90 5/190 17642
/proc/meminfo: memFree=15833136/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=66908 CPUtime=162.29 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 48023 0 0 0 16221 8 0 0 25 0 1 0 449775046 68513792 9367 33554432000 4194304 4650387 140734343967312 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 16727 9367 383 112 0 11692 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66908

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 17644
/proc/meminfo: memFree=15809416/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=73392 CPUtime=222.3 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 60353 0 0 0 22220 10 0 0 25 0 1 0 449775046 75153408 11220 33554432000 4194304 4650387 140734343967312 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 18348 11220 383 112 0 13313 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 73392

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 17646
/proc/meminfo: memFree=15775172/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=85600 CPUtime=282.3 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 70926 0 0 0 28217 13 0 0 25 0 1 0 449775046 87654400 13982 33554432000 4194304 4650387 140734343967312 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 21400 13982 383 112 0 16365 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 85600

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 17647
/proc/meminfo: memFree=15767700/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=86096 CPUtime=342.3 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 83372 0 0 0 34215 15 0 0 25 0 1 0 449775046 88162304 14585 33554432000 4194304 4650387 140734343967312 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 21524 14585 383 112 0 16489 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 86096

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 17649
/proc/meminfo: memFree=15742740/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=89248 CPUtime=402.3 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 92485 0 0 0 40213 17 0 0 25 0 1 0 449775046 91389952 14737 33554432000 4194304 4650387 140734343967312 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 22312 14737 383 112 0 17277 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 89248

[startup+462.301 s]
/proc/loadavg: 4.04 3.99 3.91 5/190 17651
/proc/meminfo: memFree=15717556/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=90708 CPUtime=462.3 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 101941 0 0 0 46212 18 0 0 25 0 1 0 449775046 92884992 15354 33554432000 4194304 4650387 140734343967312 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 22677 15354 383 112 0 17642 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 90708

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 17652
/proc/meminfo: memFree=15708368/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=92348 CPUtime=522.3 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 110335 0 0 0 52209 21 0 0 25 0 1 0 449775046 94564352 16234 33554432000 4194304 4650387 140734343967312 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 23087 16234 383 112 0 18052 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 92348

[startup+582.301 s]
/proc/loadavg: 3.87 3.95 3.90 4/184 17671
/proc/meminfo: memFree=15759916/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=104140 CPUtime=582.31 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 120314 0 0 0 58208 23 0 0 25 0 1 0 449775046 106639360 18850 33554432000 4194304 4650387 140734343967312 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 26035 18850 383 112 0 21000 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 104140

[startup+642.301 s]
/proc/loadavg: 3.32 3.78 3.85 4/184 17672
/proc/meminfo: memFree=15756300/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=106160 CPUtime=642.31 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 128655 0 0 0 64207 24 0 0 25 0 1 0 449775046 108707840 18619 33554432000 4194304 4650387 140734343967312 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 26540 18619 383 112 0 21505 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 106160

[startup+702.301 s]
/proc/loadavg: 3.11 3.63 3.79 4/184 17674
/proc/meminfo: memFree=15750832/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=107820 CPUtime=702.31 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 137334 0 0 0 70205 26 0 0 25 0 1 0 449775046 110407680 19444 33554432000 4194304 4650387 140734343967312 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 26955 19444 383 112 0 21920 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 107820

[startup+762.307 s]
/proc/loadavg: 3.04 3.52 3.74 4/184 17676
/proc/meminfo: memFree=15749448/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=109560 CPUtime=762.32 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 144691 0 0 0 76205 27 0 0 25 0 1 0 449775046 112189440 20537 33554432000 4194304 4650387 140734343967312 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 27390 20537 383 112 0 22355 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 109560

[startup+822.301 s]
/proc/loadavg: 3.01 3.42 3.69 4/184 17677
/proc/meminfo: memFree=15723892/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=118508 CPUtime=822.31 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 154949 0 0 0 82202 29 0 0 25 0 1 0 449775046 121352192 22291 33554432000 4194304 4650387 140734343967312 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 29627 22291 383 112 0 24592 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 118508

[startup+882.301 s]
/proc/loadavg: 3.00 3.34 3.64 4/184 17688
/proc/meminfo: memFree=15717932/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=118508 CPUtime=882.31 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 154949 0 0 0 88202 29 0 0 25 0 1 0 449775046 121352192 22291 33554432000 4194304 4650387 140734343967312 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 29627 22291 383 112 0 24592 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 118508

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

[startup+895.9 s]
/proc/loadavg: 3.00 3.33 3.63 4/184 17688
/proc/meminfo: memFree=15723140/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=118508 CPUtime=895.91 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 154957 0 0 0 89562 29 0 0 25 0 1 0 449775046 121352192 22299 33554432000 4194304 4650387 140734343967312 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 29627 22299 383 112 0 24592 0
Current children cumulated CPU time (s) 895.91
Current children cumulated vsize (KiB) 118508

[startup+921.5 s]
/proc/loadavg: 3.00 3.30 3.62 4/184 17689
/proc/meminfo: memFree=15720776/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=116024 CPUtime=921.52 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 158186 0 0 0 92122 30 0 0 25 0 1 0 449775046 118808576 21459 33554432000 4194304 4650387 140734343967312 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 29006 21459 383 112 0 23971 0
Current children cumulated CPU time (s) 921.52
Current children cumulated vsize (KiB) 116024

[startup+934.3 s]
/proc/loadavg: 3.00 3.29 3.61 4/184 17689
/proc/meminfo: memFree=15722756/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=116024 CPUtime=934.32 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 159078 0 0 0 93401 31 0 0 25 0 1 0 449775046 118808576 22351 33554432000 4194304 4650387 140734343967312 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 29006 22351 383 112 0 23971 0
Current children cumulated CPU time (s) 934.32
Current children cumulated vsize (KiB) 116024

[startup+937.501 s]
/proc/loadavg: 3.00 3.28 3.60 4/184 17689
/proc/meminfo: memFree=15715932/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=130380 CPUtime=937.52 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 160552 0 0 0 93721 31 0 0 25 0 1 0 449775046 133509120 23825 33554432000 4194304 4650387 140734343967312 18446744073709551615 4365205 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 32595 23825 383 112 0 27560 0
Current children cumulated CPU time (s) 937.52
Current children cumulated vsize (KiB) 130380

[startup+939.1 s]
/proc/loadavg: 3.00 3.28 3.60 4/184 17689
/proc/meminfo: memFree=15715188/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=130380 CPUtime=939.12 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 160692 0 0 0 93881 31 0 0 25 0 1 0 449775046 133509120 23965 33554432000 4194304 4650387 140734343967312 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 32595 23965 383 112 0 27560 0
Current children cumulated CPU time (s) 939.12
Current children cumulated vsize (KiB) 130380

[startup+940.701 s]
/proc/loadavg: 3.00 3.28 3.60 4/184 17689
/proc/meminfo: memFree=15713700/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=130380 CPUtime=940.72 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 160834 0 0 0 94041 31 0 0 25 0 1 0 449775046 133509120 24107 33554432000 4194304 4650387 140734343967312 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 32595 24107 383 112 0 27560 0
Current children cumulated CPU time (s) 940.72
Current children cumulated vsize (KiB) 130380

[startup+941.501 s]
/proc/loadavg: 3.00 3.28 3.60 4/184 17689
/proc/meminfo: memFree=15712956/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=130380 CPUtime=941.53 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 160912 0 0 0 94122 31 0 0 25 0 1 0 449775046 133509120 24185 33554432000 4194304 4650387 140734343967312 18446744073709551615 4330766 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 32595 24185 383 112 0 27560 0
Current children cumulated CPU time (s) 941.53
Current children cumulated vsize (KiB) 130380

[startup+941.901 s]
/proc/loadavg: 3.00 3.28 3.60 4/184 17689
/proc/meminfo: memFree=15712956/32951124 swapFree=67111528/67111528
[pid=17627] ppid=17625 vsize=130380 CPUtime=941.92 cores=5,7
/proc/17627/stat : 17627 (strangenight1-s) R 17625 17627 16602 0 -1 4202496 160949 0 0 0 94161 31 0 0 25 0 1 0 449775046 133509120 24222 33554432000 4194304 4650387 140734343967312 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17627/statm: 32595 24222 383 112 0 27560 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 130380

Child status: 10
Real time (s): 941.974
CPU time (s): 942.001
CPU user time (s): 941.682
CPU system time (s): 0.318951
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 175900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 941.682
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160973
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= 19
involuntary context switches= 1798

runsolver used 1.42778 second user time and 3.60045 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-23 17:46:36
IDJOB=3264754
IDBENCH=85343
IDSOLVER=1589
FILE ID=node142/3264754-1303573596
RUNJOBID= node142-1303573596-17598
PBS_JOBID= 13150289
Free space on /tmp= 71352 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264754-1303573596/watcher-3264754-1303573596 -o /tmp/evaluation-result-3264754-1303573596/solver-3264754-1303573596 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3264754-1303573596.cnf

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

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=676857682

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      16020056 kB
Buffers:       2064472 kB
Cached:       14221728 kB
SwapCached:          0 kB
Active:        6745248 kB
Inactive:      9616452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16020056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19172 kB
Writeback:           0 kB
AnonPages:       74968 kB
Mapped:          15640 kB
Slab:           504892 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   256836 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= 71348 MiB
End job on node142 at 2011-04-23 18:02:18