Trace number 3265018

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? (TO) 1300.06 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
MD5SUMdb05e30798a5a29f39775d55b01c4246
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.638
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses2416
Sum of the clauses size10560
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 41656
Number of clauses of size 5624
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-3265018-1303574995.cnf'
0.00/0.00	c -- header says num vars:            349
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        349
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       349      2416         0         0     10560         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 120/2416/2416 lits-rem:120 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:      1480  cl-subs:      759  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:     117 undec:     119 neg:     113
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       349      1657         0         0      5691         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.09/0.15	c  N st     8      4916       349      1657         3      4647      5691    104969   no data   no data  --
0.39/0.43	c  N st    10     11300       349      1657         4      4234      5691     57909   no data   no data  --
0.59/0.67	c  N st    11     17044       349      1657         5      9670      5691    179781   no data   no data  --
1.00/1.06	c  F st    12     25000       349      1657         5     11651      5691    217483   no data   no data  --
1.00/1.06	c  N st    12     25000       349      1657         5     11651      5691    217483   no data   no data  --
1.29/1.30	c Decided on static restart strategy
1.29/1.30	c  N st    18     30000       349      1657         5      9901      5691    163808   no data   no data  --
1.29/1.30	c  S st    18     30000       349      1657         5      9901      5691    163808   no data   no data  --
1.29/1.34	c  S st    18     30501       349      1657         5     10388      5691    175301   no data   no data  --
1.29/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.29/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.35	c Replacing        2 vars Replaced     1393 lits Time:     0.00 s 
1.29/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.35	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    347 time:  0.00 s
1.29/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.59/1.60	c lits-rem:       899  cl-subs:     2016  v-elim:      2  v-fix:    0  time:  0.25 s
1.59/1.61	c asymm  cl-useful: 0/1643/1643 lits-rem:0 time: 0.01
1.59/1.61	c calculated reachability. Time: 0.00
1.59/1.61	c  N st    18     30501       345      1643         1      8372      5645    134784   no data   no data  --
1.89/1.98	c  N st    20     37612       345      1643         1      7762      5645    101718   no data   no data  --
2.29/2.33	c  N st    21     44013       345      1643         1     13633      5645    231444   no data   no data  --
2.39/2.44	c  S st    22     45751       345      1643         1     15228      5645    267719   no data   no data  --
2.39/2.49	c  S st    22     46254       345      1643         4     15713      5645    278655   no data   no data  --
2.39/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.49/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.49/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.49/2.51	c subs with bin:       10  lits-rem:        63  v-fix:    0  time:  0.00 s
2.49/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
2.49/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.69/3.75	c lits-rem:      1257  cl-subs:     3017  v-elim:      0  v-fix:    0  time:  1.25 s
3.69/3.75	c vivif2 --  cl tried     1643 cl shrink        0 lits rem          0 time: 0.00
3.69/3.76	c vivif2 --  cl tried    12686 cl shrink        0 lits rem          0 time: 0.00
3.69/3.76	c asymm  cl-useful: 0/1643/1643 lits-rem:0 time: 0.01
3.69/3.76	c calculated reachability. Time: 0.00
3.69/3.76	c  N st    22     46254       345      1643         4     12686      5645    218099   no data   no data  --
4.79/4.80	c  N st    23     60652       345      1643         4     17704      5645    302280   no data   no data  --
5.40/5.41	c  N st    24     69382       345      1643         4     16560      5645    278664   no data   no data  --
5.40/5.41	c  S st    24     69382       345      1643         4     16560      5645    278664   no data   no data  --
5.40/5.47	c  S st    24     69884       345      1643         4     17050      5645    291452   no data   no data  --
5.40/5.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.40/5.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.40/5.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.40/5.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.40/5.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.40/5.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
5.40/5.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.89/6.97	c lits-rem:      1257  cl-subs:     3919  v-elim:      0  v-fix:    0  time:  1.49 s
6.89/6.97	c vivif2 --  cl tried     1643 cl shrink        0 lits rem          0 time: 0.00
6.89/6.97	c vivif2 --  cl tried    13131 cl shrink        0 lits rem          0 time: 0.00
6.89/6.98	c asymm  cl-useful: 0/1643/1643 lits-rem:0 time: 0.01
6.89/6.98	c calculated reachability. Time: 0.00
6.89/6.98	c  N st    24     69884       345      1643         4     13131      5645    215012   no data   no data  --
8.19/8.28	c  F st    25     87501       345      1643         4     19574      5645    315975   no data   no data  --
8.19/8.28	c  N st    25     87501       345      1643         4     19574      5645    315975   no data   no data  --
8.19/8.28	c Finding binary XORs  T:     0.00 s  found:       0
8.59/8.65	c Decided on static restart strategy
8.79/8.84	c  N st    32     95538       345      1643         4     16003      5645    246973   no data   no data  --
9.50/9.53	c  N st    34    104827       345      1643         4     12591      5645    160703   no data   no data  --
9.50/9.53	c  S st    34    104827       345      1643         4     12591      5645    160703   no data   no data  --
9.50/9.58	c  S st    34    105332       345      1643         5     13077      5645    172463   no data   no data  --
9.50/9.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.50/9.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.50/9.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.50/9.58	c Replacing        1 vars Replaced       90 lits Time:     0.00 s 
9.50/9.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.50/9.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.50/9.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
9.50/9.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.00/10.09	c lits-rem:       499  cl-subs:      850  v-elim:      0  v-fix:    0  time:  0.50 s
10.00/10.09	c vivif2 --  cl tried     1637 cl shrink        0 lits rem          0 time: 0.00
10.00/10.09	c vivif2 --  cl tried    12230 cl shrink        0 lits rem          0 time: 0.00
10.00/10.09	c asymm  cl-useful: 0/1637/1637 lits-rem:0 time: 0.01
10.00/10.09	c calculated reachability. Time: 0.00
10.00/10.09	c  N st    34    105332       344      1637         3     12230      5625    158963   no data   no data  --
10.80/10.81	c  N st    35    114930       344      1637         3     20846      5625    335018   no data   no data  --
11.89/11.97	c  N st    36    129327       344      1637         3     21231      5625    337805   no data   no data  --
13.79/13.82	c  N st    37    150923       344      1637         3     27528      5625    470119   no data   no data  --
14.39/14.47	c  S st    38    158000       344      1637         3     19280      5625    277589   no data   no data  --
14.49/14.54	c  S st    38    158504       344      1637         3     19773      5624    290724   no data   no data  --
14.49/14.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.49/14.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.49/14.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
14.49/14.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.49/14.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.49/14.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
14.49/14.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.99/16.05	c lits-rem:      1416  cl-subs:     2899  v-elim:      0  v-fix:    0  time:  1.50 s
15.99/16.05	c vivif2 --  cl tried     1634 cl shrink        0 lits rem          0 time: 0.00
15.99/16.05	c vivif2 --  cl tried    16877 cl shrink        0 lits rem          0 time: 0.00
15.99/16.06	c asymm  cl-useful: 0/1634/1634 lits-rem:0 time: 0.01
15.99/16.06	c calculated reachability. Time: 0.00
15.99/16.06	c  N st    38    158504       344      1634         3     16877      5609    239026   no data   no data  --
20.59/20.61	c  N st    39    207093       344      1634         4     29199      5609    458299   no data   no data  --
23.59/23.62	c  N st    40    237757       344      1634         4     21536      5609    305072   no data   no data  --
23.59/23.62	c  S st    40    237757       344      1634         4     21536      5609    305072   no data   no data  --
23.59/23.69	c  S st    40    238258       344      1634         5     22024      5609    317559   no data   no data  --
23.59/23.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.59/23.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.59/23.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
23.69/23.70	c Replacing        1 vars Replaced       57 lits Time:     0.00 s 
23.69/23.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.69/23.70	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
23.69/23.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    343 time:  0.00 s
23.69/23.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.39/25.49	c lits-rem:      1449  cl-subs:     2955  v-elim:      2  v-fix:    0  time:  1.78 s
25.39/25.49	c vivif2 --  cl tried     1619 cl shrink        0 lits rem          0 time: 0.00
25.39/25.49	c vivif2 --  cl tried    19073 cl shrink        0 lits rem          0 time: 0.00
25.49/25.50	c asymm  cl-useful: 3/1619/1619 lits-rem:10 time: 0.01
25.49/25.50	c calculated reachability. Time: 0.00
25.49/25.50	c  N st    40    238258       341      1616         6     19073      5549    266563   no data   no data  --
33.00/33.01	c  F st    41    306250       341      1616         6     21226      5549    271844   no data   no data  --
33.00/33.01	c  N st    41    306250       341      1616         6     21226      5549    271844   no data   no data  --
33.00/33.01	c Finding binary XORs  T:     0.00 s  found:       0
33.49/33.52	c Decided on static restart strategy
36.09/36.16	c  N st    51    334552       341      1616         6     25165      5549    343138   no data   no data  --
38.99/39.00	c  N st    53    357388       341      1616         6     23134      5549    298642   no data   no data  --
38.99/39.00	c  S st    53    357388       341      1616         6     23134      5549    298642   no data   no data  --
38.99/39.08	c  S st    53    357891       341      1616         7     23617      5549    310442   no data   no data  --
38.99/39.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.99/39.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.99/39.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
38.99/39.09	c bin-w-bin subsume rem            2 bins  time:  0.00 s
38.99/39.09	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.00 s
38.99/39.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
38.99/39.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.49/40.53	c lits-rem:      1147  cl-subs:     1741  v-elim:      0  v-fix:    0  time:  1.44 s
40.49/40.53	c vivif2 --  cl tried     1613 cl shrink        0 lits rem          0 time: 0.00
40.49/40.53	c vivif2 --  cl tried    21876 cl shrink        0 lits rem          0 time: 0.00
40.49/40.54	c asymm  cl-useful: 0/1613/1613 lits-rem:0 time: 0.01
40.49/40.54	c calculated reachability. Time: 0.00
40.49/40.54	c  N st    53    357891       341      1613         5     21876      5536    283968   no data   no data  --
44.39/44.41	c  N st    54    390283       341      1613         5     27547      5536    382480   no data   no data  --
50.80/50.89	c  N st    55    438871       341      1613         5     47317      5536    780040   no data   no data  --
62.89/62.99	c  N st    56    511754       341      1613         5     34594      5536    479840   no data   no data  --
66.90/66.96	c  N st    57    536837       341      1613         5     29313      5536    383737   no data   no data  --
66.90/66.96	c  S st    57    536837       341      1613         5     29313      5536    383737   no data   no data  --
67.00/67.05	c  S st    57    537339       341      1613         6     29797      5536    396457   no data   no data  --
67.00/67.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.00/67.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
67.00/67.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
67.00/67.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.00/67.07	c subs with bin:        1  lits-rem:       167  v-fix:    0  time:  0.00 s
67.00/67.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
67.00/67.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.90/68.90	c lits-rem:      1721  cl-subs:     2317  v-elim:      0  v-fix:    0  time:  1.83 s
68.90/68.90	c vivif2 --  cl tried     1613 cl shrink        0 lits rem          0 time: 0.00
68.90/68.90	c vivif2 --  cl tried    27479 cl shrink        0 lits rem          0 time: 0.00
68.90/68.92	c asymm  cl-useful: 3/1613/1613 lits-rem:3 time: 0.01
68.90/68.92	c calculated reachability. Time: 0.00
68.90/68.92	c  N st    57    537339       341      1613         6     27479      5533    361647   no data   no data  --
94.70/94.70	c  N st    58    701324       341      1613         7     55080      5533    839361   no data   no data  --
110.69/110.74	c  N st    59    806008       341      1613         8     48503      5533    692039   no data   no data  --
110.69/110.74	c  S st    59    806008       341      1613         8     48503      5533    692039   no data   no data  --
110.79/110.88	c  S st    59    806511       341      1613         8     48995      5533    704828   no data   no data  --
110.79/110.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
110.79/110.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
110.89/110.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
110.89/110.90	c Replacing        1 vars Replaced      498 lits Time:     0.00 s 
110.89/110.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.89/110.92	c subs with bin:        1  lits-rem:       122  v-fix:    0  time:  0.00 s
110.89/110.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
110.89/110.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
115.80/115.89	c lits-rem:      4568  cl-subs:    12591  v-elim:      0  v-fix:    0  time:  4.97 s
115.80/115.89	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
115.90/115.90	c vivif2 --  cl tried    36379 cl shrink        0 lits rem          0 time: 0.01
115.90/115.92	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.02
115.90/115.92	c calculated reachability. Time: 0.00
115.90/115.92	c  N st    59    806511       340      1612         6     36379      5529    510157   no data   no data  --
160.29/160.35	c  F st    60   1071876       340      1612         6     52480      5529    748166   no data   no data  --
160.29/160.35	c  N st    60   1071876       340      1612         6     52480      5529    748166   no data   no data  --
161.19/161.21	c Decided on static restart strategy
165.39/165.45	c  N st    70   1100180       340      1612         6     77731      5529   1277917   no data   no data  --
171.40/171.47	c  N st    72   1136172       340      1612         6     69464      5529   1081948   no data   no data  --
176.70/176.70	c  N st    73   1168564       340      1612         6     57685      5529    848833   no data   no data  --
184.10/184.15	c  N st    74   1209766       340      1612         6     52437      5529    755833   no data   no data  --
184.10/184.15	c  S st    74   1209766       340      1612         6     52437      5529    755833   no data   no data  --
184.20/184.29	c  S st    74   1210268       340      1612         6     52918      5529    767315   no data   no data  --
184.20/184.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
184.20/184.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
184.29/184.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
184.29/184.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.29/184.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.29/184.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
184.29/184.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
188.89/188.95	c lits-rem:      3648  cl-subs:     6194  v-elim:      0  v-fix:    0  time:  4.62 s
188.89/188.95	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
188.89/188.96	c vivif2 --  cl tried    46724 cl shrink        0 lits rem          0 time: 0.01
188.89/188.98	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.03
188.89/188.99	c calculated reachability. Time: 0.00
188.89/188.99	c  N st    74   1210268       340      1612         6     46724      5529    663021   no data   no data  --
203.00/203.09	c  N st    75   1283151       340      1612         6     69382      5529   1030097   no data   no data  --
224.41/224.50	c  N st    76   1392474       340      1612         6     78556      5529   1174883   no data   no data  --
254.29/254.39	c  N st    77   1556458       340      1612         6     85982      5529   1308852   no data   no data  --
283.30/283.39	c  N st    78   1710268       340      1612         6     76592      5529   1118540   no data   no data  --
283.30/283.39	c  S st    78   1710268       340      1612         6     76592      5529   1118540   no data   no data  --
283.50/283.58	c  S st    78   1710773       340      1612         6     77085      5529   1131518   no data   no data  --
283.50/283.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
283.50/283.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
283.60/283.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
283.60/283.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
283.60/283.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
283.60/283.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
283.60/283.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
296.30/296.35	c lits-rem:      3094  cl-subs:    19434  v-elim:      0  v-fix:    0  time: 12.71 s
296.30/296.35	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
296.30/296.36	c vivif2 --  cl tried    57651 cl shrink        0 lits rem          0 time: 0.01
296.30/296.40	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.03
296.40/296.40	c calculated reachability. Time: 0.00
296.40/296.40	c  N st    78   1710773       340      1612         6     57651      5529    834509   no data   no data  --
373.50/373.55	c  N st    79   2079737       340      1612         6     71536      5529   1041173   no data   no data  --
400.60/400.68	c  N st    80   2210773       340      1612         6     73830      5529   1024905   no data   no data  --
400.60/400.69	c  S st    80   2210773       340      1612         6     73830      5529   1024905   no data   no data  --
400.80/400.90	c  S st    80   2211277       340      1612         6     74318      5529   1037980   no data   no data  --
400.90/400.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
400.90/400.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
400.90/400.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
400.90/400.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
400.90/400.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
400.90/400.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
400.90/400.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
409.60/409.64	c lits-rem:      3616  cl-subs:    13511  v-elim:      0  v-fix:    0  time:  8.69 s
409.60/409.64	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
409.60/409.65	c vivif2 --  cl tried    60807 cl shrink        0 lits rem          0 time: 0.01
409.60/409.68	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.04
409.60/409.69	c calculated reachability. Time: 0.00
409.60/409.69	c  N st    80   2211277       340      1612         6     60807      5529    825796   no data   no data  --
513.50/513.59	c  N st    81   2711277       340      1612         6     83827      5529   1154563   no data   no data  --
513.50/513.59	c  S st    81   2711277       340      1612         6     83827      5529   1154563   no data   no data  --
513.80/513.84	c  S st    81   2711780       340      1612         6     84322      5529   1168093   no data   no data  --
513.80/513.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
513.80/513.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
513.80/513.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
513.90/513.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
513.90/513.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
513.90/513.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
513.90/513.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
526.70/526.77	c lits-rem:      2412  cl-subs:    17852  v-elim:      0  v-fix:    0  time: 12.87 s
526.70/526.77	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
526.70/526.78	c vivif2 --  cl tried    66470 cl shrink        0 lits rem          0 time: 0.01
526.81/526.82	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.04
526.81/526.82	c calculated reachability. Time: 0.00
526.81/526.82	c  N st    81   2711780       340      1612         6     66470      5529    916455   no data   no data  --
639.61/639.63	c  N st    82   3211781       340      1612         6    113023      5529   1591159   no data   no data  --
639.61/639.63	c  S st    82   3211781       340      1612         6    113023      5529   1591159   no data   no data  --
640.01/640.09	c  S st    82   3212283       340      1612         6    113512      5529   1603441   no data   no data  --
640.12/640.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
640.12/640.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
640.12/640.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
640.12/640.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
640.12/640.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
640.12/640.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
640.12/640.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
682.91/682.99	c lits-rem:      3303  cl-subs:    40821  v-elim:      0  v-fix:    0  time: 42.79 s
682.91/682.99	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
683.02/683.00	c vivif2 --  cl tried    72691 cl shrink        0 lits rem          0 time: 0.01
683.02/683.08	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.08
683.02/683.08	c calculated reachability. Time: 0.00
683.02/683.08	c  N st    82   3212283       340      1612         6     72691      5529   1022815   no data   no data  --
799.72/799.74	c  N st    83   3712284       340      1612         6     92730      5529   1279897   no data   no data  --
799.72/799.74	c  S st    83   3712284       340      1612         6     92730      5529   1279897   no data   no data  --
800.02/800.02	c  S st    83   3712790       340      1612         6     93219      5529   1292457   no data   no data  --
800.02/800.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
800.02/800.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
800.02/800.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
800.02/800.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
800.02/800.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
800.02/800.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
800.02/800.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
820.82/820.89	c lits-rem:      2895  cl-subs:    18677  v-elim:      0  v-fix:    0  time: 20.80 s
820.82/820.89	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
820.92/820.90	c vivif2 --  cl tried    74542 cl shrink        0 lits rem          0 time: 0.01
820.92/820.96	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.06
820.92/820.97	c calculated reachability. Time: 0.00
820.92/820.97	c  N st    83   3712790       340      1612         6     74542      5529   1021231   no data   no data  --
829.82/829.84	c  F st    84   3751562       340      1612         6    109275      5529   1664531   no data   no data  --
829.82/829.84	c  N st    84   3751562       340      1612         6    109275      5529   1664531   no data   no data  --
831.32/831.38	c Decided on static restart strategy
838.42/838.40	c  N st    94   3779868       340      1612         6    135077      5529   2179819   no data   no data  --
848.42/848.47	c  N st    96   3815860       340      1612         6     93194      5529   1319562   no data   no data  --
856.83/856.86	c  N st    97   3848252       340      1612         6    122470      5529   1874715   no data   no data  --
869.52/869.52	c  N st    98   3896840       340      1612         6     91071      5529   1283021   no data   no data  --
889.12/889.15	c  N st    99   3969723       340      1612         6     79214      5529   1047277   no data   no data  --
917.62/917.69	c  N st   100   4079047       340      1612         6     98580      5529   1371533   no data   no data  --
952.23/952.29	c  N st   101   4212790       340      1612         6    138739      5529   1960685   no data   no data  --
952.23/952.29	c  S st   101   4212790       340      1612         6    138739      5529   1960685   no data   no data  --
952.63/952.64	c  S st   101   4213290       340      1612         6    139227      5529   1972817   no data   no data  --
952.63/952.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
952.63/952.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
952.73/952.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
952.73/952.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
952.73/952.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
952.73/952.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
952.73/952.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1032.94/1032.97	c lits-rem:      5642  cl-subs:    54370  v-elim:      0  v-fix:    0  time: 80.22 s
1032.94/1032.97	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
1032.94/1032.99	c vivif2 --  cl tried    84857 cl shrink        0 lits rem          0 time: 0.02
1033.13/1033.11	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.11
1033.13/1033.11	c calculated reachability. Time: 0.00
1033.13/1033.11	c  N st   101   4213290       340      1612         6     84857      5529   1197973   no data   no data  --
1092.63/1092.61	c  N st   102   4459267       340      1612         6    150168      5529   2379711   no data   no data  --
1156.53/1156.51	c  N st   103   4713292       340      1612         6    132174      5529   1906281   no data   no data  --
1156.53/1156.51	c  S st   103   4713292       340      1612         6    132174      5529   1906281   no data   no data  --
1156.93/1156.92	c  S st   103   4713798       340      1612         6    132662      5529   1918139   no data   no data  --
1156.93/1156.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1156.93/1156.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1156.93/1156.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
1157.03/1157.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1157.03/1157.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1157.03/1157.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    340 time:  0.00 s
1157.03/1157.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1232.53/1232.57	c lits-rem:      6554  cl-subs:    39781  v-elim:      0  v-fix:    0  time: 75.55 s
1232.53/1232.57	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
1232.53/1232.58	c vivif2 --  cl tried    92881 cl shrink        0 lits rem          0 time: 0.02
1232.63/1232.65	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.06
1232.63/1232.65	c calculated reachability. Time: 0.00
1232.63/1232.65	c  N st   103   4713798       340      1612         6     92881      5529   1333899   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: 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-3265018-1303574995/watcher-3265018-1303574995 -o /tmp/evaluation-result-3265018-1303574995/solver-3265018-1303574995 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3265018-1303574995.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 3.95 3.85 4/189 20479
/proc/meminfo: memFree=18589432/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=30636 CPUtime=0 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 726 0 0 0 0 0 0 0 25 0 1 0 547729970 31371264 645 33554432000 4194304 4650387 140736234689008 18446744073709551615 4439541 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 7659 645 365 112 0 2624 0

[startup+0.0966119 s]
/proc/loadavg: 4.02 3.95 3.85 4/189 20479
/proc/meminfo: memFree=18589432/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=30636 CPUtime=0.09 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 816 0 0 0 9 0 0 0 18 0 1 0 547729970 31371264 735 33554432000 4194304 4650387 140736234689008 18446744073709551615 4315137 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 7659 735 377 112 0 2624 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30636

[startup+0.100607 s]
/proc/loadavg: 4.02 3.95 3.85 4/189 20479
/proc/meminfo: memFree=18589432/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=30636 CPUtime=0.09 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 819 0 0 0 9 0 0 0 18 0 1 0 547729970 31371264 738 33554432000 4194304 4650387 140736234689008 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 7659 738 377 112 0 2624 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30636

[startup+0.300568 s]
/proc/loadavg: 4.02 3.95 3.85 4/189 20479
/proc/meminfo: memFree=18589432/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=30932 CPUtime=0.29 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 1038 0 0 0 29 0 0 0 18 0 1 0 547729970 31674368 820 33554432000 4194304 4650387 140736234689008 18446744073709551615 4363426 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 7733 820 379 112 0 2698 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30932

[startup+0.700507 s]
/proc/loadavg: 4.02 3.95 3.85 4/189 20479
/proc/meminfo: memFree=18589432/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=31412 CPUtime=0.69 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 1409 0 0 0 69 0 0 0 18 0 1 0 547729970 32165888 999 33554432000 4194304 4650387 140736234689008 18446744073709551615 4367213 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 7853 999 379 112 0 2818 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31412

[startup+1.50036 s]
/proc/loadavg: 4.02 3.95 3.85 5/190 20480
/proc/meminfo: memFree=18585356/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=36256 CPUtime=1.49 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 3041 0 0 0 149 0 0 0 19 0 1 0 547729970 37126144 2110 33554432000 4194304 4650387 140736234689008 18446744073709551615 4438361 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 9064 2110 383 112 0 4029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36256

[startup+3.10105 s]
/proc/loadavg: 4.02 3.95 3.85 5/190 20480
/proc/meminfo: memFree=18581884/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=39236 CPUtime=3.09 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 4246 0 0 0 309 0 0 0 25 0 1 0 547729970 40177664 2952 33554432000 4194304 4650387 140736234689008 18446744073709551615 4438907 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 9809 2952 383 112 0 4774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39236

[startup+6.30045 s]
/proc/loadavg: 4.02 3.95 3.85 5/190 20480
/proc/meminfo: memFree=18577812/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=41852 CPUtime=6.29 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 5596 0 0 0 629 0 0 0 25 0 1 0 547729970 42856448 3521 33554432000 4194304 4650387 140736234689008 18446744073709551615 4439587 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 10463 3521 383 112 0 5428 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41852

[startup+12.7003 s]
/proc/loadavg: 4.02 3.95 3.85 5/190 20480
/proc/meminfo: memFree=18571860/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=42176 CPUtime=12.69 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 8022 0 0 0 1268 1 0 0 25 0 1 0 547729970 43188224 3463 33554432000 4194304 4650387 140736234689008 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 10544 3463 383 112 0 5509 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42176

[startup+25.5009 s]
/proc/loadavg: 4.01 3.95 3.85 5/190 20481
/proc/meminfo: memFree=18557968/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=46596 CPUtime=25.49 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 12310 0 0 0 2547 2 0 0 25 0 1 0 547729970 47714304 4470 33554432000 4194304 4650387 140736234689008 18446744073709551615 4371088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 11649 4470 383 112 0 6614 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46596

[startup+51.1011 s]
/proc/loadavg: 4.01 3.96 3.85 5/190 20481
/proc/meminfo: memFree=18543948/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=48836 CPUtime=51.1 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 19408 0 0 0 5106 4 0 0 25 0 1 0 547729970 50008064 5480 33554432000 4194304 4650387 140736234689008 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 12209 5480 383 112 0 7174 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 48836

[startup+102.307 s]
/proc/loadavg: 4.00 3.96 3.86 5/190 20483
/proc/meminfo: memFree=18534984/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=53676 CPUtime=102.3 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 30726 0 0 0 10224 6 0 0 25 0 1 0 547729970 54964224 6713 33554432000 4194304 4650387 140736234689008 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 13419 6713 383 112 0 8384 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 53676

[startup+162.3 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 20484
/proc/meminfo: memFree=18503832/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=62932 CPUtime=162.29 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 43836 0 0 0 16220 9 0 0 25 0 1 0 547729970 64442368 8838 33554432000 4194304 4650387 140736234689008 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 15733 8838 383 112 0 10698 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 62932

[startup+222.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 20486
/proc/meminfo: memFree=18495720/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=69328 CPUtime=222.3 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 55075 0 0 0 22218 12 0 0 25 0 1 0 547729970 70991872 10243 33554432000 4194304 4650387 140736234689008 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 17332 10243 383 112 0 12297 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69328

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 20487
/proc/meminfo: memFree=18483672/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=69776 CPUtime=282.3 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 65836 0 0 0 28216 14 0 0 25 0 1 0 547729970 71450624 10359 33554432000 4194304 4650387 140736234689008 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 17444 10359 383 112 0 12409 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 69776

[startup+342.301 s]
/proc/loadavg: 4.03 3.99 3.89 6/190 20489
/proc/meminfo: memFree=18458104/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=80848 CPUtime=342.3 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 75959 0 0 0 34213 17 0 0 25 0 1 0 547729970 82788352 13796 33554432000 4194304 4650387 140736234689008 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 20212 13796 383 112 0 15177 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80848

[startup+402.301 s]
/proc/loadavg: 4.01 3.99 3.89 6/190 20491
/proc/meminfo: memFree=18440336/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=81952 CPUtime=402.3 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 86286 0 0 0 40210 20 0 0 20 0 1 0 547729970 83918848 13215 33554432000 4194304 4650387 140736234689008 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 20488 13215 383 112 0 15453 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 81952

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 20492
/proc/meminfo: memFree=18436352/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=85936 CPUtime=462.3 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 94743 0 0 0 46209 21 0 0 25 0 1 0 547729970 87998464 14892 33554432000 4194304 4650387 140736234689008 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 21484 14892 383 112 0 16449 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 85936

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 20494
/proc/meminfo: memFree=18424668/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=88532 CPUtime=522.3 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 103430 0 0 0 52207 23 0 0 25 0 1 0 547729970 90656768 14663 33554432000 4194304 4650387 140736234689008 18446744073709551615 4432364 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 22133 14663 383 112 0 17098 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 88532

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 20495
/proc/meminfo: memFree=18390788/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=89184 CPUtime=582.31 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 111794 0 0 0 58206 25 0 0 25 0 1 0 547729970 91324416 15585 33554432000 4194304 4650387 140736234689008 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 22296 15585 383 112 0 17261 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 89184

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 20497
/proc/meminfo: memFree=18376016/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=101964 CPUtime=642.32 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 121510 0 0 0 64204 28 0 0 25 0 1 0 547729970 104411136 18365 33554432000 4194304 4650387 140736234689008 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 25491 18365 383 112 0 20456 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 101964

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 20499
/proc/meminfo: memFree=18368064/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=102920 CPUtime=702.32 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 124322 0 0 0 70203 29 0 0 25 0 1 0 547729970 105390080 17978 33554432000 4194304 4650387 140736234689008 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 25730 17978 383 112 0 20695 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 102920

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 20500
/proc/meminfo: memFree=18355148/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=116620 CPUtime=762.32 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 132187 0 0 0 76202 30 0 0 25 0 1 0 547729970 119418880 20800 33554432000 4194304 4650387 140736234689008 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 29155 20800 383 112 0 24120 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 116620

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 20502
/proc/meminfo: memFree=18341372/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=116740 CPUtime=822.32 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 137187 0 0 0 82200 32 0 0 25 0 1 0 547729970 119541760 20741 33554432000 4194304 4650387 140736234689008 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 29185 20741 383 112 0 24150 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 116740

[startup+882.3 s]
/proc/loadavg: 4.08 4.02 3.92 5/190 20503
/proc/meminfo: memFree=18332900/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=116940 CPUtime=882.32 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 143970 0 0 0 88197 35 0 0 25 0 1 0 547729970 119746560 21568 33554432000 4194304 4650387 140736234689008 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 29235 21568 383 112 0 24200 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 116940

[startup+942.3 s]
/proc/loadavg: 4.08 4.03 3.93 5/190 20505
/proc/meminfo: memFree=18325792/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=117124 CPUtime=942.33 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 151366 0 0 0 94196 37 0 0 25 0 1 0 547729970 119934976 20690 33554432000 4194304 4650387 140736234689008 18446744073709551615 4366896 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 29281 20690 383 112 0 24246 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 117124

[startup+1002.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 20507
/proc/meminfo: memFree=18313988/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=117124 CPUtime=1002.33 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 153134 0 0 0 100196 37 0 0 25 0 1 0 547729970 119934976 22458 33554432000 4194304 4650387 140736234689008 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 29281 22458 383 112 0 24246 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 117124

[startup+1062.3 s]
/proc/loadavg: 3.72 3.95 3.90 4/184 20525
/proc/meminfo: memFree=18413864/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=111620 CPUtime=1062.33 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 155228 0 0 0 106195 38 0 0 25 0 1 0 547729970 114298880 20899 33554432000 4194304 4650387 140736234689008 18446744073709551615 4363391 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 27905 20899 383 112 0 22870 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 111620

[startup+1122.3 s]
/proc/loadavg: 3.26 3.77 3.85 4/184 20527
/proc/meminfo: memFree=18418540/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=112104 CPUtime=1122.33 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 163628 0 0 0 112193 40 0 0 25 0 1 0 547729970 114794496 20438 33554432000 4194304 4650387 140736234689008 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 28026 20438 383 112 0 22991 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 112104

[startup+1182.3 s]
/proc/loadavg: 2.04 3.35 3.69 2/172 20564
/proc/meminfo: memFree=18641928/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=115728 CPUtime=1182.33 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 168256 0 0 0 118193 40 0 0 25 0 1 0 547729970 118505472 22123 33554432000 4194304 4650387 140736234689008 18446744073709551615 4439079 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 28932 22123 383 112 0 23897 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 115728

[startup+1242.3 s]
/proc/loadavg: 1.38 2.92 3.52 2/172 20566
/proc/meminfo: memFree=18635576/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=120208 CPUtime=1242.33 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 169911 0 0 0 124193 40 0 0 25 0 1 0 547729970 123092992 23778 33554432000 4194304 4650387 140736234689008 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 30052 23778 383 112 0 25017 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 120208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.14 2.57 3.36 2/172 20568
/proc/meminfo: memFree=18641756/32951124 swapFree=67111480/67111528
[pid=20479] ppid=20477 vsize=120396 CPUtime=1300.04 cores=5,7
/proc/20479/stat : 20479 (strangenight1-s) R 20477 20479 19028 0 -1 4202496 178140 0 0 0 129963 41 0 0 25 0 1 0 547729970 123285504 22072 33554432000 4194304 4650387 140736234689008 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20479/statm: 30099 22072 383 112 0 25064 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 120396

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.01
CPU time (s): 1300.06
CPU user time (s): 1299.63
CPU system time (s): 0.424935
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 178608

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

runsolver used 1.88771 second user time and 5.05123 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-23 18:09:55
IDJOB=3265018
IDBENCH=85368
IDSOLVER=1589
FILE ID=node111/3265018-1303574995
RUNJOBID= node111-1303574830-20408
PBS_JOBID= 13150301
Free space on /tmp= 70716 MiB

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

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

MD5SUM BENCH= db05e30798a5a29f39775d55b01c4246
RANDOM SEED=1886898948

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18589464 kB
Buffers:       2129640 kB
Cached:       11476548 kB
SwapCached:         44 kB
Active:        9792008 kB
Inactive:      3999332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18589464 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:      185768 kB
Mapped:          16260 kB
Slab:           504752 kB
PageTables:       5396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   399868 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= 70732 MiB
End job on node111 at 2011-04-23 18:31:37