Trace number 3370443

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
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 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-3370443-1305394917.cnf'
0.00/0.00	c -- header says num vars:            772
0.00/0.00	c -- header says num clauses:        9601
0.00/0.01	c -- clauses added:            0 learnts,         9601 normals,            0 xors
0.00/0.01	c -- vars added        772
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       772      9601         0         0     28996         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/9601/9601 lits-rem:0 time: 0.02
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    772 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:    193  v-fix:    0  time:  0.01 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:       0 undec:     193 neg:     579
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0       579      9408         0         0     42336         0   no data   no data  --
0.09/0.11	c Decided on static restart strategy
0.19/0.25	c  N st     8      4915       579      9408         3      4649     42243     82853   no data   no data  --
0.59/0.68	c  N st    10     11298       579      9408         7      4742     42219     51121   no data   no data  --
1.00/1.10	c  N st    11     17041       579      9408        14     10163     42212    158932   no data   no data  --
1.69/1.73	c  F st    12     25002       579      9408        16     12993     42207    214048   no data   no data  --
1.69/1.73	c  N st    12     25002       579      9408        16     12993     42207    214048   no data   no data  --
2.10/2.11	c Decided on static restart strategy
2.10/2.11	c  N st    18     30000       579      9408        22     11845     42195    157099   no data   no data  --
2.10/2.11	c  S st    18     30000       579      9408        22     11845     42195    157099   no data   no data  --
2.10/2.13	c  S st    18     30502       579      9408        27     12328     42190    162008   no data   no data  --
2.10/2.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.10/2.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.10/2.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      8 BRemL:      1 BRemN:      0 P:  0.2M T:  0.00
2.10/2.14	c Replacing        1 vars Replaced      729 lits Time:     0.00 s 
2.10/2.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.10/2.15	c subs with bin:       86  lits-rem:      2395  v-fix:    0  time:  0.01 s
2.10/2.15	c Subs w/ non-existent bins:      1 l-rem:     38 v-fix:     0 done:    578 time:  0.00 s
2.10/2.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.39/2.47	c lits-rem:     10380  cl-subs:     2858  v-elim:      0  v-fix:    0  time:  0.31 s
2.49/2.51	c asymm  cl-useful: 0/9370/9370 lits-rem:0 time: 0.05
2.49/2.51	c calculated reachability. Time: 0.00
2.49/2.51	c  N st    18     30502       578      9370        39      9411     31364    131211   no data   no data  --
2.69/2.72	c Finding binary XORs  T:     0.00 s  found:       0
2.99/3.06	c  N st    20     37612       578      9370        42     16312     31364    277012   no data   no data  --
3.49/3.60	c  N st    21     44011       578      9370        43     14345     31364    210361   no data   no data  --
3.69/3.76	c  S st    22     45754       578      9370        43     16039     31364    246995   no data   no data  --
3.79/3.81	c  S st    22     46262       578      9370        47     16537     31364    257535   no data   no data  --
3.79/3.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.79/3.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.79/3.82	c bin-w-bin subsume rem            4 bins  time:  0.00 s
3.79/3.83	c subs with bin:       18  lits-rem:      1155  v-fix:    0  time:  0.01 s
3.79/3.83	c Subs w/ non-existent bins:      0 l-rem:     40 v-fix:     0 done:    578 time:  0.00 s
3.79/3.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.59/4.64	c lits-rem:      1679  cl-subs:     3252  v-elim:      0  v-fix:    0  time:  0.81 s
4.59/4.64	c vivif2 --  cl tried     9370 cl shrink        0 lits rem          0 time: 0.00
4.59/4.64	c vivif2 --  cl tried    13267 cl shrink        0 lits rem          0 time: 0.00
4.69/4.70	c asymm  cl-useful: 1/9370/9370 lits-rem:1 time: 0.06
4.69/4.70	c calculated reachability. Time: 0.00
4.69/4.70	c  N st    22     46262       578      9370        45     13267     31363    196331   no data   no data  --
6.09/6.18	c  N st    23     60661       578      9370        49     18358     31363    297007   no data   no data  --
6.89/6.96	c  N st    24     69394       578      9370        51     17049     31363    249585   no data   no data  --
6.89/6.96	c  S st    24     69394       578      9370        51     17049     31363    249585   no data   no data  --
6.99/7.01	c  S st    24     69896       578      9370        52     17548     31363    258421   no data   no data  --
6.99/7.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.99/7.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.99/7.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      1 P:  0.3M T:  0.00
6.99/7.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.99/7.03	c subs with bin:       13  lits-rem:      1172  v-fix:    0  time:  0.01 s
6.99/7.03	c Subs w/ non-existent bins:      0 l-rem:    128 v-fix:     0 done:    578 time:  0.00 s
6.99/7.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.79/7.84	c lits-rem:      1735  cl-subs:     2814  v-elim:      0  v-fix:    0  time:  0.80 s
7.79/7.84	c vivif2 --  cl tried     9370 cl shrink        0 lits rem          0 time: 0.00
7.79/7.84	c vivif2 --  cl tried    14721 cl shrink        0 lits rem          0 time: 0.00
7.89/7.91	c asymm  cl-useful: 13/9370/9370 lits-rem:25 time: 0.07
7.89/7.91	c calculated reachability. Time: 0.00
7.89/7.91	c  N st    24     69896       578      9364        59     14721     31345    210424   no data   no data  --
9.59/9.62	c  F st    25     87501       578      9364        71     21074     31345    313376   no data   no data  --
9.59/9.62	c  N st    25     87501       578      9364        71     21074     31345    313376   no data   no data  --
9.59/9.62	c Finding binary XORs  T:     0.00 s  found:       1
10.09/10.13	c Decided on static restart strategy
10.39/10.42	c  N st    32     95539       578      9364        73     17357     31345    255719   no data   no data  --
11.29/11.32	c  N st    34    104846       578      9364        75     13867     31345    149121   no data   no data  --
11.29/11.32	c  S st    34    104846       578      9364        75     13867     31345    149121   no data   no data  --
11.29/11.37	c  S st    34    105350       578      9364        82     14361     31345    158612   no data   no data  --
11.29/11.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.29/11.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.29/11.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     10 BRemL:      6 BRemN:      1 P:  0.2M T:  0.00
11.29/11.37	c Replacing        1 vars Replaced      118 lits Time:     0.00 s 
11.29/11.38	c bin-w-bin subsume rem            2 bins  time:  0.00 s
11.29/11.38	c subs with bin:       53  lits-rem:      2409  v-fix:    0  time:  0.01 s
11.29/11.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
11.29/11.38	c Removed useless bin:       1  fixed:     0  props:   0.01M  time:  0.00 s
11.69/11.72	c lits-rem:       611  cl-subs:      463  v-elim:      0  v-fix:    0  time:  0.34 s
11.69/11.72	c vivif2 --  cl tried     9344 cl shrink        0 lits rem          0 time: 0.00
11.69/11.73	c vivif2 --  cl tried    13862 cl shrink       26 lits rem         26 time: 0.00
11.69/11.79	c asymm  cl-useful: 1/9344/9344 lits-rem:1 time: 0.06
11.69/11.79	c calculated reachability. Time: 0.00
11.69/11.79	c  N st    34    105350       577      9344        83     13862     31279    150314   no data   no data  --
12.69/12.73	c  N st    35    114951       577      9344        89     23143     31279    322107   no data   no data  --
12.69/12.73	c Finding binary XORs  T:     0.00 s  found:       0
14.20/14.21	c  N st    36    129349       577      9344        98     23520     31279    335177   no data   no data  --
16.59/16.67	c  N st    37    150945       577      9344       101     29803     31279    427467   no data   no data  --
17.50/17.55	c  S st    38    158025       577      9344       105     21150     31279    253340   no data   no data  --
17.50/17.55	c Finding binary XORs  T:     0.00 s  found:       0
17.60/17.61	c  S st    38    158534       577      9344       111     21652     31279    262344   no data   no data  --
17.60/17.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.60/17.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.60/17.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
17.60/17.62	c bin-w-bin subsume rem            3 bins  time:  0.00 s
17.60/17.64	c subs with bin:       74  lits-rem:      3863  v-fix:    0  time:  0.01 s
17.60/17.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
17.60/17.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.39/18.48	c lits-rem:      1075  cl-subs:     3128  v-elim:      0  v-fix:    0  time:  0.84 s
18.39/18.48	c vivif2 --  cl tried     9344 cl shrink        0 lits rem          0 time: 0.00
18.39/18.48	c vivif2 --  cl tried    18450 cl shrink        4 lits rem          4 time: 0.00
18.49/18.56	c asymm  cl-useful: 3/9344/9344 lits-rem:3 time: 0.08
18.49/18.56	c calculated reachability. Time: 0.00
18.49/18.56	c  N st    38    158534       577      9344       117     18450     31274    202761   no data   no data  --
24.20/24.27	c  N st    39    207122       577      9344       123     31386     31274    429064   no data   no data  --
24.20/24.27	c Finding binary XORs  T:     0.00 s  found:       0
28.39/28.42	c  N st    40    237802       577      9344       124     23477     31274    258255   no data   no data  --
28.39/28.42	c  S st    40    237802       577      9344       124     23477     31274    258255   no data   no data  --
28.39/28.47	c  S st    40    238307       577      9344       126     23974     31274    266730   no data   no data  --
28.39/28.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.39/28.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.39/28.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.39/28.49	c bin-w-bin subsume rem            4 bins  time:  0.00 s
28.49/28.51	c subs with bin:       29  lits-rem:      2501  v-fix:    0  time:  0.01 s
28.49/28.51	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:    577 time:  0.00 s
28.49/28.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
29.39/29.46	c lits-rem:      1080  cl-subs:     2545  v-elim:      0  v-fix:    0  time:  0.95 s
29.39/29.46	c vivif2 --  cl tried     9344 cl shrink        0 lits rem          0 time: 0.00
29.39/29.46	c vivif2 --  cl tried    21400 cl shrink        1 lits rem          1 time: 0.00
29.49/29.55	c asymm  cl-useful: 0/9344/9344 lits-rem:0 time: 0.08
29.49/29.55	c calculated reachability. Time: 0.00
29.49/29.55	c  N st    40    238307       577      9344       124     21400     31274    226670   no data   no data  --
38.79/38.86	c  F st    41    306250       577      9344       126     23550     31274    237297   no data   no data  --
38.79/38.86	c  N st    41    306250       577      9344       126     23550     31274    237297   no data   no data  --
39.39/39.40	c Decided on static restart strategy
40.29/40.34	c Finding binary XORs  T:     0.00 s  found:       0
42.49/42.59	c  N st    51    334551       577      9344       130     27898     31274    319772   no data   no data  --
46.00/46.05	c  N st    53    357460       577      9344       131     25813     31274    257601   no data   no data  --
46.00/46.05	c  S st    53    357460       577      9344       131     25813     31274    257601   no data   no data  --
46.10/46.11	c  S st    53    357962       577      9344       137     26307     31274    266685   no data   no data  --
46.10/46.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.10/46.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.10/46.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      2 BRemN:      0 P:  0.4M T:  0.01
46.10/46.12	c Replacing        1 vars Replaced      461 lits Time:     0.00 s 
46.10/46.13	c bin-w-bin subsume rem            1 bins  time:  0.00 s
46.10/46.14	c subs with bin:       34  lits-rem:      1563  v-fix:    0  time:  0.01 s
46.10/46.14	c Subs w/ non-existent bins:      0 l-rem:      8 v-fix:     0 done:    576 time:  0.00 s
46.10/46.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
46.99/47.02	c lits-rem:      1140  cl-subs:      857  v-elim:      0  v-fix:    0  time:  0.88 s
46.99/47.02	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
46.99/47.02	c vivif2 --  cl tried    25424 cl shrink       10 lits rem         10 time: 0.00
47.09/47.12	c asymm  cl-useful: 0/9330/9330 lits-rem:0 time: 0.09
47.09/47.12	c calculated reachability. Time: 0.00
47.09/47.12	c  N st    53    357962       576      9330       132     25424     31230    252354   no data   no data  --
51.49/51.50	c  N st    54    390354       576      9330       132     31765     31230    356985   no data   no data  --
57.69/57.77	c  N st    55    438942       576      9330       135     52935     31230    763004   no data   no data  --
57.69/57.77	c Finding binary XORs  T:     0.00 s  found:       0
67.79/67.83	c  N st    56    511825       576      9330       136     38788     31230    443475   no data   no data  --
71.50/71.54	c  N st    57    536943       576      9330       136     33161     31230    337501   no data   no data  --
71.50/71.54	c  S st    57    536943       576      9330       136     33161     31230    337501   no data   no data  --
71.59/71.62	c  S st    57    537445       576      9330       141     33654     31230    346488   no data   no data  --
71.59/71.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.59/71.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.59/71.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
71.59/71.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.59/71.65	c subs with bin:       20  lits-rem:      1410  v-fix:    0  time:  0.01 s
71.59/71.65	c Subs w/ non-existent bins:      0 l-rem:     15 v-fix:     0 done:    576 time:  0.00 s
71.59/71.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
72.69/72.75	c lits-rem:      1396  cl-subs:     1615  v-elim:      0  v-fix:    0  time:  1.10 s
72.69/72.75	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
72.69/72.76	c vivif2 --  cl tried    32019 cl shrink       23 lits rem         23 time: 0.01
72.79/72.88	c asymm  cl-useful: 0/9330/9330 lits-rem:0 time: 0.12
72.79/72.88	c calculated reachability. Time: 0.00
72.79/72.88	c  N st    57    537445       576      9330       142     32019     31230    324706   no data   no data  --
98.90/98.94	c  N st    58    701432       576      9330       142     61726     31230    866568   no data   no data  --
117.49/117.53	c  N st    59    806168       576      9330       143     55113     31230    670375   no data   no data  --
117.49/117.53	c  S st    59    806168       576      9330       143     55113     31230    670375   no data   no data  --
117.59/117.63	c  S st    59    806673       576      9330       146     55609     31230    679529   no data   no data  --
117.59/117.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.59/117.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.59/117.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
117.59/117.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.59/117.69	c subs with bin:        5  lits-rem:       440  v-fix:    0  time:  0.02 s
117.59/117.69	c Subs w/ non-existent bins:      0 l-rem:     41 v-fix:     0 done:    576 time:  0.00 s
117.59/117.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
120.60/120.61	c lits-rem:      2608  cl-subs:    11016  v-elim:      0  v-fix:    0  time:  2.92 s
120.60/120.61	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
120.60/120.62	c vivif2 --  cl tried    44588 cl shrink      170 lits rem        171 time: 0.01
120.70/120.78	c asymm  cl-useful: 0/9330/9330 lits-rem:0 time: 0.16
120.70/120.78	c calculated reachability. Time: 0.00
120.70/120.78	c  N st    59    806673       576      9330       147     44588     31230    515211   no data   no data  --
120.70/120.78	c Finding binary XORs  T:     0.00 s  found:       0
171.39/171.45	c  F st    60   1071875       576      9330       154     60559     31230    702929   no data   no data  --
171.39/171.45	c  N st    60   1071875       576      9330       154     60559     31230    702929   no data   no data  --
172.29/172.35	c Decided on static restart strategy
177.19/177.21	c  N st    70   1100178       576      9330       154     44487     31230    430405   no data   no data  --
183.60/183.65	c  N st    72   1136170       576      9330       154     79574     31230   1096065   no data   no data  --
189.89/189.96	c  N st    73   1168562       576      9330       154     66505     31230    860298   no data   no data  --
198.10/198.19	c  N st    74   1210009       576      9330       154     61052     31230    707923   no data   no data  --
198.10/198.19	c  S st    74   1210009       576      9330       154     61052     31230    707923   no data   no data  --
198.30/198.33	c  S st    74   1210514       576      9330       159     61550     31230    717340   no data   no data  --
198.30/198.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
198.30/198.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
198.30/198.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  0.9M T:  0.02
198.30/198.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
198.40/198.41	c subs with bin:       19  lits-rem:      1797  v-fix:    0  time:  0.03 s
198.40/198.41	c Subs w/ non-existent bins:      0 l-rem:    153 v-fix:     0 done:    576 time:  0.00 s
198.40/198.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
201.20/201.26	c lits-rem:      4043  cl-subs:     9218  v-elim:      0  v-fix:    0  time:  2.85 s
201.20/201.27	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
201.20/201.28	c vivif2 --  cl tried    52313 cl shrink      241 lits rem        248 time: 0.01
201.40/201.45	c asymm  cl-useful: 0/7674/9330 lits-rem:0 time: 0.17
201.40/201.45	c calculated reachability. Time: 0.00
201.40/201.45	c  N st    74   1210514       576      9330       158     52313     31230    577271   no data   no data  --
201.40/201.45	c Finding binary XORs  T:     0.00 s  found:       0
216.39/216.43	c  N st    75   1283397       576      9330       158     76404     31230    923267   no data   no data  --
239.10/239.16	c  N st    76   1392720       576      9330       158     86613     31230   1133008   no data   no data  --
275.29/275.34	c  N st    77   1556704       576      9330       159     94350     31230   1306404   no data   no data  --
307.59/307.63	c  N st    78   1710514       576      9330       159     83724     31230   1084424   no data   no data  --
307.59/307.63	c  S st    78   1710514       576      9330       159     83724     31230   1084424   no data   no data  --
307.69/307.79	c  S st    78   1711016       576      9330       159     84218     31230   1093804   no data   no data  --
307.69/307.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
307.69/307.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
307.79/307.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
307.79/307.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
307.79/307.88	c subs with bin:        3  lits-rem:        77  v-fix:    0  time:  0.03 s
307.79/307.88	c Subs w/ non-existent bins:      0 l-rem:    192 v-fix:     0 done:    576 time:  0.00 s
307.79/307.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
314.40/314.44	c lits-rem:      1813  cl-subs:    16046  v-elim:      0  v-fix:    0  time:  6.56 s
314.40/314.44	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
314.40/314.46	c vivif2 --  cl tried    68169 cl shrink      438 lits rem        440 time: 0.02
314.40/314.49	c asymm  cl-useful: 0/1656/9330 lits-rem:0 time: 0.03
314.40/314.49	c calculated reachability. Time: 0.00
314.40/314.49	c  N st    78   1711016       576      9330       160     68169     31230    852928   no data   no data  --
400.20/400.20	c  N st    79   2079981       576      9330       161     79985     31230    972031   no data   no data  --
428.30/428.37	c  N st    80   2211016       576      9330       162     84108     31230   1036365   no data   no data  --
428.30/428.37	c  S st    80   2211016       576      9330       162     84108     31230   1036365   no data   no data  --
428.50/428.57	c  S st    80   2211516       576      9330       164     84602     31230   1046397   no data   no data  --
428.50/428.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
428.50/428.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
428.60/428.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
428.60/428.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
428.60/428.66	c subs with bin:        6  lits-rem:       892  v-fix:    0  time:  0.03 s
428.60/428.66	c Subs w/ non-existent bins:      0 l-rem:    228 v-fix:     0 done:    576 time:  0.00 s
428.60/428.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
433.60/433.60	c lits-rem:      2264  cl-subs:     9086  v-elim:      0  v-fix:    0  time:  4.93 s
433.60/433.60	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
433.60/433.62	c vivif2 --  cl tried    75510 cl shrink      928 lits rem        951 time: 0.02
433.80/433.81	c asymm  cl-useful: 0/3800/9330 lits-rem:0 time: 0.19
433.80/433.81	c calculated reachability. Time: 0.00
433.80/433.81	c  N st    80   2211516       576      9330       164     75510     31230    925157   no data   no data  --
565.42/565.44	c  N st    81   2711516       576      9330       167     98301     31230   1234017   no data   no data  --
565.42/565.44	c  S st    81   2711516       576      9330       167     98301     31230   1234017   no data   no data  --
565.60/565.64	c  S st    81   2712019       576      9330       171     98792     31230   1243699   no data   no data  --
565.60/565.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
565.60/565.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
565.60/565.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
565.70/565.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
567.20/567.28	c subs with bin:     5847  lits-rem:      2770  v-fix:    0  time:  1.56 s
567.20/567.28	c Subs w/ non-existent bins:      0 l-rem:    128 v-fix:     0 done:    576 time:  0.00 s
567.20/567.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
574.70/574.71	c lits-rem:      3746  cl-subs:    14770  v-elim:      0  v-fix:    0  time:  7.43 s
574.70/574.71	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
574.70/574.74	c vivif2 --  cl tried    78175 cl shrink      705 lits rem        712 time: 0.02
574.80/574.87	c asymm  cl-useful: 0/5530/9330 lits-rem:0 time: 0.13
574.80/574.87	c calculated reachability. Time: 0.00
574.80/574.87	c  N st    81   2712019       576      9330       172     78175     31230    942435   no data   no data  --
574.80/574.87	c Finding binary XORs  T:     0.00 s  found:       0
697.70/697.78	c  N st    82   3212020       576      9330       175    132691     31230   1947413   no data   no data  --
697.70/697.78	c  S st    82   3212020       576      9330       175    132691     31230   1947413   no data   no data  --
698.00/698.04	c  S st    82   3212520       576      9330       180    133185     31230   1956761   no data   no data  --
698.00/698.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
698.00/698.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
698.10/698.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.05
698.10/698.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
698.20/698.24	c subs with bin:       13  lits-rem:      1641  v-fix:    0  time:  0.08 s
698.20/698.25	c Subs w/ non-existent bins:      0 l-rem:    490 v-fix:     0 done:    576 time:  0.01 s
698.20/698.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
721.52/721.57	c lits-rem:      2241  cl-subs:    26524  v-elim:      0  v-fix:    0  time: 23.32 s
721.52/721.57	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
721.62/721.62	c vivif2 --  cl tried   106648 cl shrink     1807 lits rem       1850 time: 0.05
721.81/721.86	c asymm  cl-useful: 2/3228/9330 lits-rem:2 time: 0.24
721.81/721.86	c calculated reachability. Time: 0.00
721.81/721.86	c  N st    82   3212520       576      9330       180    106648     31228   1471210   no data   no data  --
857.51/857.56	c  N st    83   3712520       576      9330       182    122797     31228   1532794   no data   no data  --
857.51/857.56	c  S st    83   3712520       576      9330       182    122797     31228   1532794   no data   no data  --
857.51/857.56	c Finding binary XORs  T:     0.00 s  found:       0
857.81/857.82	c  S st    83   3713024       576      9330       186    123292     31228   1541931   no data   no data  --
857.81/857.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
857.81/857.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
857.81/857.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.04
857.92/857.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
864.11/864.13	c subs with bin:    23535  lits-rem:       223  v-fix:    0  time:  6.21 s
864.11/864.13	c Subs w/ non-existent bins:      0 l-rem:     93 v-fix:     0 done:    576 time:  0.00 s
864.11/864.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
869.81/869.89	c lits-rem:      2934  cl-subs:     7071  v-elim:      0  v-fix:    0  time:  5.76 s
869.81/869.89	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
869.91/869.96	c vivif2 --  cl tried    92686 cl shrink     5995 lits rem       6068 time: 0.07
870.12/870.16	c asymm  cl-useful: 0/5166/9330 lits-rem:0 time: 0.20
870.12/870.17	c calculated reachability. Time: 0.00
870.12/870.17	c  N st    83   3713024       576      9330       186     92686     31228   1075395   no data   no data  --
880.81/880.86	c  F st    84   3751564       576      9330       187    130440     31228   1793276   no data   no data  --
880.81/880.87	c  N st    84   3751564       576      9330       187    130440     31228   1793276   no data   no data  --
882.41/882.43	c Decided on static restart strategy
889.21/889.29	c  N st    94   3779868       576      9330       187    158078     31228   2352232   no data   no data  --
900.11/900.17	c  N st    96   3815863       576      9330       187    111092     31228   1317261   no data   no data  --
909.91/909.91	c  N st    97   3848255       576      9330       187    142580     31228   1881321   no data   no data  --
923.71/923.79	c  N st    98   3896843       576      9330       187    107294     31228   1255191   no data   no data  --
946.81/946.88	c  N st    99   3969726       576      9330       187     94355     31228   1030209   no data   no data  --
978.52/978.58	c  N st   100   4079049       576      9330       187    116516     31228   1467924   no data   no data  --
1019.32/1019.34	c  N st   101   4213024       576      9330       187    161014     31228   2137479   no data   no data  --
1019.32/1019.34	c  S st   101   4213024       576      9330       187    161014     31228   2137479   no data   no data  --
1019.73/1019.71	c  S st   101   4213529       576      9330       189    161514     31228   2146495   no data   no data  --
1019.73/1019.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1019.73/1019.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1019.73/1019.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
1019.82/1019.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1019.92/1019.95	c subs with bin:        9  lits-rem:      1190  v-fix:    0  time:  0.09 s
1019.92/1019.95	c Subs w/ non-existent bins:      0 l-rem:    316 v-fix:     0 done:    576 time:  0.00 s
1019.92/1019.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1052.81/1052.83	c lits-rem:      7591  cl-subs:    53270  v-elim:      0  v-fix:    0  time: 32.88 s
1052.81/1052.83	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
1052.81/1052.87	c vivif2 --  cl tried   108235 cl shrink      886 lits rem        902 time: 0.04
1052.81/1052.90	c asymm  cl-useful: 0/936/9330 lits-rem:0 time: 0.02
1052.91/1052.90	c calculated reachability. Time: 0.00
1052.91/1052.90	c  N st   101   4213529       576      9330       189    108235     31228   1390618   no data   no data  --
1122.02/1122.04	c  N st   102   4459505       576      9330       189    174939     31228   2573889   no data   no data  --
1199.03/1199.07	c  N st   103   4713529       576      9330       190    154307     31228   2162399   no data   no data  --
1199.03/1199.07	c  S st   103   4713529       576      9330       190    154307     31228   2162399   no data   no data  --
1199.32/1199.32	c Finding binary XORs  T:     0.00 s  found:       0
1199.32/1199.38	c  S st   103   4714034       576      9330       194    154805     31228   2172075   no data   no data  --
1199.32/1199.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1199.32/1199.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1199.42/1199.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.07
1199.52/1199.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1199.62/1199.61	c subs with bin:        8  lits-rem:       159  v-fix:    0  time:  0.09 s
1199.62/1199.62	c Subs w/ non-existent bins:      0 l-rem:    372 v-fix:     0 done:    576 time:  0.00 s
1199.62/1199.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1226.32/1226.30	c lits-rem:      2973  cl-subs:    35079  v-elim:      0  v-fix:    0  time: 26.68 s
1226.32/1226.30	c vivif2 --  cl tried     9330 cl shrink        0 lits rem          0 time: 0.00
1226.32/1226.35	c vivif2 --  cl tried   119718 cl shrink     1494 lits rem       1530 time: 0.04
1226.62/1226.60	c asymm  cl-useful: 0/3100/9330 lits-rem:0 time: 0.25
1226.62/1226.61	c calculated reachability. Time: 0.00
1226.62/1226.61	c  N st   103   4714034       576      9330       194    119718     31228   1578090   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-3370443-1305394917/watcher-3370443-1305394917 -o /tmp/evaluation-result-3370443-1305394917/solver-3370443-1305394917 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370443-1305394917.cnf 

running on 2 cores: 4,6

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: 0.85 1.62 2.69 4/320 13022
/proc/meminfo: memFree=12317864/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=30404 CPUtime=0 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 723 0 0 0 0 0 0 0 22 0 1 0 651090446 31133696 663 33554432000 4194304 4650387 140736381634736 18446744073709551615 4369828 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 7601 663 345 112 0 2566 0

[startup+0.082463 s]
/proc/loadavg: 0.85 1.62 2.69 4/320 13022
/proc/meminfo: memFree=12317864/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=33600 CPUtime=0.07 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 1605 0 0 0 7 0 0 0 22 0 1 0 651090446 34406400 1468 33554432000 4194304 4650387 140736381634736 18446744073709551615 4363452 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 8400 1468 378 112 0 3365 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33600

[startup+0.100459 s]
/proc/loadavg: 0.85 1.62 2.69 4/320 13022
/proc/meminfo: memFree=12317864/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=33600 CPUtime=0.09 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 1614 0 0 0 9 0 0 0 22 0 1 0 651090446 34406400 1477 33554432000 4194304 4650387 140736381634736 18446744073709551615 4330610 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 8400 1477 378 112 0 3365 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33600

[startup+0.300424 s]
/proc/loadavg: 0.85 1.62 2.69 4/320 13022
/proc/meminfo: memFree=12317864/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=33816 CPUtime=0.29 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 1811 0 0 0 29 0 0 0 23 0 1 0 651090446 34627584 1461 33554432000 4194304 4650387 140736381634736 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 8454 1461 381 112 0 3419 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33816

[startup+0.700476 s]
/proc/loadavg: 0.85 1.62 2.69 4/320 13022
/proc/meminfo: memFree=12317864/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=34144 CPUtime=0.69 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 2139 0 0 0 69 0 0 0 25 0 1 0 651090446 34963456 1551 33554432000 4194304 4650387 140736381634736 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 8536 1551 381 112 0 3501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34144

[startup+1.50027 s]
/proc/loadavg: 0.85 1.62 2.69 5/321 13023
/proc/meminfo: memFree=12306836/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=34480 CPUtime=1.49 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 2579 0 0 0 149 0 0 0 25 0 1 0 651090446 35307520 1716 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 8620 1716 381 112 0 3585 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34480

[startup+3.10093 s]
/proc/loadavg: 0.85 1.62 2.69 5/321 13023
/proc/meminfo: memFree=12291584/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=39288 CPUtime=3.09 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 4229 0 0 0 309 0 0 0 25 0 1 0 651090446 40230912 3029 33554432000 4194304 4650387 140736381634736 18446744073709551615 4313055 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 9822 3029 383 112 0 4787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39288

[startup+6.30043 s]
/proc/loadavg: 1.26 1.69 2.71 5/321 13050
/proc/meminfo: memFree=12283484/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=41816 CPUtime=6.29 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 5710 0 0 0 629 0 0 0 25 0 1 0 651090446 42819584 3605 33554432000 4194304 4650387 140736381634736 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 10454 3605 383 112 0 5419 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41816

[startup+12.7003 s]
/proc/loadavg: 1.48 1.73 2.72 5/321 13050
/proc/meminfo: memFree=12264560/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=43968 CPUtime=12.69 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 8252 0 0 0 1269 0 0 0 25 0 1 0 651090446 45023232 4113 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 10992 4113 383 112 0 5957 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43968

[startup+25.5011 s]
/proc/loadavg: 2.04 1.84 2.74 5/321 13077
/proc/meminfo: memFree=12253884/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=46212 CPUtime=25.49 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 12402 0 0 0 2548 1 0 0 25 0 1 0 651090446 47321088 4477 33554432000 4194304 4650387 140736381634736 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 11553 4477 383 112 0 6518 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46212

[startup+51.1005 s]
/proc/loadavg: 2.70 2.01 2.77 5/321 13078
/proc/meminfo: memFree=12229220/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=50728 CPUtime=51.09 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 19311 0 0 0 5107 2 0 0 25 0 1 0 651090446 51945472 5420 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 12682 5420 383 112 0 7647 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50728

[startup+102.312 s]
/proc/loadavg: 3.50 2.33 2.83 5/321 13079
/proc/meminfo: memFree=12204512/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=54296 CPUtime=102.3 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 31487 0 0 0 10226 4 0 0 25 0 1 0 651090446 55599104 6508 33554432000 4194304 4650387 140736381634736 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 13574 6508 383 112 0 8539 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54296

[startup+162.301 s]
/proc/loadavg: 3.82 2.63 2.91 5/321 13081
/proc/meminfo: memFree=12155468/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=63740 CPUtime=162.3 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 43385 0 0 0 16224 6 0 0 25 0 1 0 651090446 65269760 8851 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364747 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 15935 8851 383 112 0 10900 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 63740

[startup+222.3 s]
/proc/loadavg: 4.03 2.91 2.98 5/321 13083
/proc/meminfo: memFree=12122432/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=68900 CPUtime=222.29 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 53944 0 0 0 22221 8 0 0 25 0 1 0 651090446 70553600 9888 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364714 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 17225 9888 383 112 0 12190 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 68900

[startup+282.301 s]
/proc/loadavg: 4.01 3.10 3.04 5/321 13084
/proc/meminfo: memFree=12107880/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=69216 CPUtime=282.3 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 63131 0 0 0 28219 11 0 0 25 0 1 0 651090446 70877184 10321 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 17304 10321 383 112 0 12269 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 69216

[startup+342.3 s]
/proc/loadavg: 4.00 3.26 3.10 5/321 13086
/proc/meminfo: memFree=12089368/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=81820 CPUtime=342.3 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 74104 0 0 0 34217 13 0 0 25 0 1 0 651090446 83783680 13156 33554432000 4194304 4650387 140736381634736 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 20455 13156 383 112 0 15420 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 81820

[startup+402.301 s]
/proc/loadavg: 4.00 3.40 3.15 5/321 13087
/proc/meminfo: memFree=12075440/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=82084 CPUtime=402.3 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 82594 0 0 0 40215 15 0 0 25 0 1 0 651090446 84054016 13416 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 20521 13416 383 112 0 15486 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 82084

[startup+462.3 s]
/proc/loadavg: 4.00 3.50 3.20 5/321 13089
/proc/meminfo: memFree=12059656/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=86196 CPUtime=462.3 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 91042 0 0 0 46213 17 0 0 25 0 1 0 651090446 88264704 15021 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 21549 15021 383 112 0 16514 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 86196

[startup+522.301 s]
/proc/loadavg: 4.00 3.59 3.25 5/321 13091
/proc/meminfo: memFree=12057624/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=86380 CPUtime=522.3 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 98036 0 0 0 52212 18 0 0 25 0 1 0 651090446 88453120 14962 33554432000 4194304 4650387 140736381634736 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 21595 14962 383 112 0 16560 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 86380

[startup+582.301 s]
/proc/loadavg: 4.06 3.68 3.30 5/321 13092
/proc/meminfo: memFree=12051888/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=93656 CPUtime=582.31 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 106730 0 0 0 58210 21 0 0 25 0 1 0 651090446 95903744 16980 33554432000 4194304 4650387 140736381634736 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 23414 16980 383 112 0 18379 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 93656

[startup+642.301 s]
/proc/loadavg: 4.08 3.75 3.35 5/321 13094
/proc/meminfo: memFree=12039208/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=93992 CPUtime=642.31 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 115560 0 0 0 64207 24 0 0 25 0 1 0 651090446 96247808 17345 33554432000 4194304 4650387 140736381634736 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 23498 17345 383 112 0 18463 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 93992

[startup+702.301 s]
/proc/loadavg: 4.06 3.81 3.39 5/321 13095
/proc/meminfo: memFree=12028732/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=107764 CPUtime=702.31 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 127168 0 0 0 70205 26 0 0 25 0 1 0 651090446 110350336 20172 33554432000 4194304 4650387 140736381634736 18446744073709551615 4439634 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 26941 20172 383 112 0 21906 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 107764

[startup+762.311 s]
/proc/loadavg: 4.07 3.85 3.43 5/321 13097
/proc/meminfo: memFree=12004136/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=113972 CPUtime=762.32 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 134028 0 0 0 76204 28 0 0 25 0 1 0 651090446 116707328 20944 33554432000 4194304 4650387 140736381634736 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 28493 20944 383 112 0 23458 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 113972

[startup+822.301 s]
/proc/loadavg: 4.06 3.89 3.47 5/321 13099
/proc/meminfo: memFree=11980160/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=114112 CPUtime=822.31 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 140770 0 0 0 82201 30 0 0 25 0 1 0 651090446 116850688 22128 33554432000 4194304 4650387 140736381634736 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 28528 22128 383 112 0 23493 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 114112

[startup+882.3 s]
/proc/loadavg: 4.02 3.91 3.50 5/321 13100
/proc/meminfo: memFree=11984592/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=117116 CPUtime=882.31 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 147161 0 0 0 88200 31 0 0 25 0 1 0 651090446 119926784 22854 33554432000 4194304 4650387 140736381634736 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 29279 22854 383 112 0 24244 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 117116

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.53 5/321 13102
/proc/meminfo: memFree=11983448/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=117160 CPUtime=942.31 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 153321 0 0 0 94198 33 0 0 25 0 1 0 651090446 119971840 22599 33554432000 4194304 4650387 140736381634736 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 29290 22599 383 112 0 24255 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 117160

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.55 5/321 13103
/proc/meminfo: memFree=11972356/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=117344 CPUtime=1002.31 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 160808 0 0 0 100197 34 0 0 25 0 1 0 651090446 120160256 21468 33554432000 4194304 4650387 140736381634736 18446744073709551615 4330735 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 29336 21468 383 112 0 24301 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 117344

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.58 5/321 13105
/proc/meminfo: memFree=11932660/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=131548 CPUtime=1062.32 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 165522 0 0 0 106196 36 0 0 25 0 1 0 651090446 134705152 26182 33554432000 4194304 4650387 140736381634736 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 32887 26182 383 112 0 27852 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 131548

[startup+1122.3 s]
/proc/loadavg: 3.37 3.77 3.54 4/315 13124
/proc/meminfo: memFree=12037472/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=131664 CPUtime=1122.31 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 172447 0 0 0 112193 38 0 0 25 0 1 0 651090446 134823936 25872 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364756 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 32916 25872 383 112 0 27881 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 131664

[startup+1182.3 s]
/proc/loadavg: 3.13 3.63 3.50 4/315 13134
/proc/meminfo: memFree=12016000/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=131888 CPUtime=1182.32 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 179931 0 0 0 118191 41 0 0 25 0 1 0 651090446 135053312 24035 33554432000 4194304 4650387 140736381634736 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 32972 24035 383 112 0 27937 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 131888

[startup+1242.3 s]
/proc/loadavg: 3.10 3.52 3.47 4/315 13136
/proc/meminfo: memFree=12012012/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=194956 CPUtime=1242.32 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 184420 0 0 0 124190 42 0 0 25 0 1 0 651090446 199634944 28524 33554432000 4194304 4650387 140736381634736 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 48739 28524 383 112 0 43704 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 194956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.10 3.44 3.44 4/315 13137
/proc/meminfo: memFree=11995608/32950928 swapFree=67111348/67111528
[pid=13022] ppid=13020 vsize=138536 CPUtime=1300.03 cores=4,6
/proc/13022/stat : 13022 (strangenight1-s) R 13020 13022 11963 0 -1 4202496 190909 0 0 0 129959 44 0 0 25 0 1 0 651090446 141860864 27770 33554432000 4194304 4650387 140736381634736 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13022/statm: 34634 27770 383 112 0 29599 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 138536

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

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

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

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

runsolver used 3.9294 second user time and 9.08762 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 19:41:57
IDJOB=3370443
IDBENCH=84608
IDSOLVER=1847
FILE ID=node120/3370443-1305394917
RUNJOBID= node120-1305394916-12981
PBS_JOBID= 13324413
Free space on /tmp= 73492 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370443-1305394917/watcher-3370443-1305394917 -o /tmp/evaluation-result-3370443-1305394917/solver-3370443-1305394917 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370443-1305394917.cnf

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

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=1725285748

node120.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	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12318144 kB
Buffers:        250992 kB
Cached:        3579292 kB
SwapCached:          0 kB
Active:       17374876 kB
Inactive:      2969656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12318144 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           24896 kB
Writeback:           0 kB
AnonPages:    16513796 kB
Mapped:          25748 kB
Slab:           174764 kB
PageTables:      48708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51649764 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= 73492 MiB
End job on node120 at 2011-05-14 20:03:39