Trace number 3264930

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.01 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
MD5SUMb6a88c8ae73b20cfc873207d1a0caa09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.097
Satisfiable
(Un)Satisfiability was proved
Number of variables338
Number of clauses2376
Sum of the clauses size10480
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 41520
Number of clauses of size 5736
Number of clauses of size over 5120

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-3264930-1303574830.cnf'
0.00/0.00	c -- header says num vars:            338
0.00/0.00	c -- header says num clauses:        2376
0.00/0.00	c -- clauses added:            0 learnts,         2376 normals,            0 xors
0.00/0.00	c -- vars added        338
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       338      2376         0         0     10480         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 128/2376/2376 lits-rem:128 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    338 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:      1478  cl-subs:      764  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     122 undec:     101 neg:     115
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       338      1612         0         0      5565         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.09/0.14	c  N st     8      4915       338      1612         2      4628      5565     95026   no data   no data  --
0.39/0.40	c  N st    10     11298       338      1612         3      4229      5565     54819   no data   no data  --
0.59/0.66	c  N st    11     17041       338      1612         3      9344      5565    169512   no data   no data  --
1.10/1.10	c  F st    12     25000       338      1612         3     11388      5565    205614   no data   no data  --
1.10/1.10	c  N st    12     25000       338      1612         3     11388      5565    205614   no data   no data  --
1.29/1.33	c Decided on static restart strategy
1.29/1.33	c  N st    18     30002       338      1612         3      9853      5565    163524   no data   no data  --
1.29/1.33	c  S st    18     30002       338      1612         3      9853      5565    163524   no data   no data  --
1.29/1.37	c  S st    18     30504       338      1612         5     10344      5564    175542   no data   no data  --
1.29/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.29/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.37	c Replacing        1 vars Replaced      230 lits Time:     0.00 s 
1.29/1.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.38	c subs with bin:        3  lits-rem:         3  v-fix:    0  time:  0.00 s
1.29/1.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    337 time:  0.00 s
1.29/1.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.59/1.65	c lits-rem:      1143  cl-subs:     2292  v-elim:      2  v-fix:    0  time:  0.27 s
1.59/1.65	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.00
1.59/1.65	c calculated reachability. Time: 0.00
1.59/1.65	c  N st    18     30504       335      1597         3      8056      5506    131013   no data   no data  --
1.99/2.04	c  N st    20     37615       335      1597         4      7411      5506     97944   no data   no data  --
2.29/2.38	c  N st    21     44015       335      1597         4     13183      5506    227903   no data   no data  --
2.39/2.47	c  S st    22     45757       335      1597         4     14770      5506    263126   no data   no data  --
2.49/2.52	c  S st    22     46261       335      1597         4     15261      5506    275786   no data   no data  --
2.49/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.49/2.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.49/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.49/2.53	c Replacing        1 vars Replaced       78 lits Time:     0.00 s 
2.49/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.49/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.49/2.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    334 time:  0.00 s
2.49/2.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.59/3.67	c lits-rem:      1568  cl-subs:     3280  v-elim:      2  v-fix:    0  time:  1.14 s
3.59/3.67	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
3.59/3.68	c vivif2 --  cl tried    11986 cl shrink        0 lits rem          0 time: 0.00
3.59/3.68	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.01
3.59/3.68	c calculated reachability. Time: 0.00
3.59/3.68	c  N st    22     46261       332      1587         2     11986      5478    209074   no data   no data  --
4.39/4.48	c  N st    23     60658       332      1587         2     17151      5478    306201   no data   no data  --
4.89/4.93	c  N st    24     69392       332      1587         2     16138      5478    267652   no data   no data  --
4.89/4.93	c  S st    24     69392       332      1587         2     16138      5478    267652   no data   no data  --
4.89/4.98	c  S st    24     69892       332      1587         2     16620      5478    279688   no data   no data  --
4.89/4.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.89/4.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.89/4.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.89/4.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.89/4.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.89/4.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
4.89/4.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.29/6.38	c lits-rem:      1204  cl-subs:     3129  v-elim:      0  v-fix:    0  time:  1.38 s
6.29/6.38	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
6.29/6.38	c vivif2 --  cl tried    13491 cl shrink        0 lits rem          0 time: 0.00
6.29/6.39	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.01
6.29/6.39	c calculated reachability. Time: 0.00
6.29/6.39	c  N st    24     69892       332      1587         2     13491      5478    219461   no data   no data  --
7.39/7.49	c  F st    25     87500       332      1587         2     19595      5478    338302   no data   no data  --
7.39/7.49	c  N st    25     87500       332      1587         2     19595      5478    338302   no data   no data  --
7.79/7.80	c Decided on static restart strategy
7.89/7.97	c  N st    32     95541       332      1587         2     16169      5478    260878   no data   no data  --
8.49/8.57	c  N st    34    104839       332      1587         2     12875      5478    175797   no data   no data  --
8.49/8.57	c  S st    34    104839       332      1587         2     12875      5478    175797   no data   no data  --
8.49/8.57	c Finding binary XORs  T:     0.00 s  found:       0
8.59/8.62	c  S st    34    105341       332      1587         2     13366      5478    188197   no data   no data  --
8.59/8.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.59/8.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.59/8.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.59/8.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.59/8.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.59/8.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
8.59/8.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.19/9.22	c lits-rem:       542  cl-subs:     1409  v-elim:      0  v-fix:    0  time:  0.59 s
9.19/9.22	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
9.19/9.22	c vivif2 --  cl tried    11957 cl shrink        0 lits rem          0 time: 0.00
9.19/9.23	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.01
9.19/9.23	c calculated reachability. Time: 0.00
9.19/9.23	c  N st    34    105341       332      1587         2     11957      5478    163791   no data   no data  --
9.69/9.79	c  N st    35    114939       332      1587         2     20643      5478    352654   no data   no data  --
10.70/10.70	c  N st    36    129338       332      1587         2     21175      5478    346125   no data   no data  --
12.10/12.12	c  N st    37    150934       332      1587         2     27239      5478    469249   no data   no data  --
12.60/12.60	c  S st    38    158011       332      1587         2     19131      5478    291308   no data   no data  --
12.60/12.66	c  S st    38    158514       332      1587         2     19610      5478    303237   no data   no data  --
12.60/12.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.60/12.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.60/12.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.60/12.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.60/12.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.60/12.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
12.60/12.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.30/14.35	c lits-rem:      1234  cl-subs:     3193  v-elim:      0  v-fix:    0  time:  1.68 s
14.30/14.35	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
14.30/14.35	c vivif2 --  cl tried    16417 cl shrink        0 lits rem          0 time: 0.00
14.30/14.36	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.01
14.30/14.36	c calculated reachability. Time: 0.00
14.30/14.36	c  N st    38    158514       332      1587         2     16417      5478    244465   no data   no data  --
17.79/17.81	c  N st    39    207102       332      1587         2     29230      5478    492331   no data   no data  --
20.19/20.25	c  N st    40    237771       332      1587         2     21407      5478    311128   no data   no data  --
20.19/20.25	c  S st    40    237771       332      1587         2     21407      5478    311128   no data   no data  --
20.29/20.32	c  S st    40    238274       332      1587         2     21900      5478    324073   no data   no data  --
20.29/20.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.29/20.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.29/20.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
20.29/20.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.29/20.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.29/20.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
20.29/20.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.79/21.90	c lits-rem:      1207  cl-subs:     3250  v-elim:      0  v-fix:    0  time:  1.56 s
21.79/21.90	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
21.89/21.90	c vivif2 --  cl tried    18650 cl shrink        0 lits rem          0 time: 0.00
21.89/21.91	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.01
21.89/21.91	c calculated reachability. Time: 0.00
21.89/21.91	c  N st    40    238274       332      1587         2     18650      5478    267180   no data   no data  --
26.89/26.99	c  F st    41    306251       332      1587         2     41453      5478    720020   no data   no data  --
26.89/26.99	c  N st    41    306251       332      1587         2     41453      5478    720020   no data   no data  --
27.29/27.39	c Decided on static restart strategy
29.19/29.29	c  N st    51    334555       332      1587         2     24550      5478    360027   no data   no data  --
31.29/31.34	c  N st    53    357411       332      1587         2     44807      5478    795770   no data   no data  --
31.29/31.34	c  S st    53    357411       332      1587         2     44807      5478    795770   no data   no data  --
31.49/31.50	c  S st    53    357915       332      1587         2     22850      5478    312182   no data   no data  --
31.49/31.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.49/31.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.49/31.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
31.49/31.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.49/31.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.49/31.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
31.49/31.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.99/33.01	c lits-rem:      1156  cl-subs:     1364  v-elim:      0  v-fix:    0  time:  1.48 s
32.99/33.01	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
32.99/33.01	c vivif2 --  cl tried    21486 cl shrink        0 lits rem          0 time: 0.00
32.99/33.02	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.01
32.99/33.02	c calculated reachability. Time: 0.00
32.99/33.02	c  N st    53    357915       332      1587         2     21486      5478    291095   no data   no data  --
35.68/35.76	c  N st    54    390308       332      1587         2     27476      5478    400578   no data   no data  --
39.98/40.02	c  N st    55    438896       332      1587         2     47427      5478    808185   no data   no data  --
47.29/47.39	c  N st    56    511778       332      1587         2     34566      5478    511882   no data   no data  --
49.98/50.02	c  N st    57    536872       332      1587         2     29214      5478    404448   no data   no data  --
49.98/50.02	c  S st    57    536872       332      1587         2     29214      5478    404448   no data   no data  --
50.08/50.11	c  S st    57    537373       332      1587         2     29695      5478    415917   no data   no data  --
50.08/50.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.08/50.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.08/50.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.08/50.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.08/50.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.08/50.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
50.08/50.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.78/51.83	c lits-rem:      2172  cl-subs:     1790  v-elim:      0  v-fix:    0  time:  1.70 s
51.78/51.83	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
51.78/51.83	c vivif2 --  cl tried    27905 cl shrink        0 lits rem          0 time: 0.00
51.78/51.85	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.01
51.78/51.85	c calculated reachability. Time: 0.00
51.78/51.85	c  N st    57    537373       332      1587         2     27905      5478    387204   no data   no data  --
69.29/69.39	c  N st    58    701358       332      1587         2     54424      5478    863493   no data   no data  --
80.48/80.52	c  N st    59    806060       332      1587         2     48775      5478    754763   no data   no data  --
80.48/80.52	c  S st    59    806060       332      1587         2     48775      5478    754763   no data   no data  --
80.58/80.66	c  S st    59    806562       332      1587         2     49263      5478    766601   no data   no data  --
80.58/80.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.58/80.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.58/80.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
80.68/80.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.68/80.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.68/80.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
80.68/80.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.88/85.92	c lits-rem:      3091  cl-subs:    11545  v-elim:      0  v-fix:    0  time:  5.22 s
85.88/85.92	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
85.88/85.93	c vivif2 --  cl tried    37718 cl shrink        0 lits rem          0 time: 0.00
85.88/85.95	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.02
85.88/85.95	c calculated reachability. Time: 0.00
85.88/85.95	c  N st    59    806562       332      1587         2     37718      5478    577237   no data   no data  --
118.58/118.63	c  F st    60   1071875       332      1587         2     53860      5478    830693   no data   no data  --
118.58/118.63	c  N st    60   1071875       332      1587         2     53860      5478    830693   no data   no data  --
119.08/119.17	c Decided on static restart strategy
121.99/122.00	c  N st    70   1100174       332      1587         2     79379      5478   1389730   no data   no data  --
126.08/126.19	c  N st    72   1136167       332      1587         2     71117      5478   1220815   no data   no data  --
130.38/130.45	c  N st    73   1168560       332      1587         2     58834      5478    934106   no data   no data  --
135.78/135.88	c  N st    74   1209843       332      1587         2     53666      5478    813188   no data   no data  --
135.78/135.88	c  S st    74   1209843       332      1587         2     53666      5478    813188   no data   no data  --
135.98/136.07	c  S st    74   1210347       332      1587         2     54160      5478    825608   no data   no data  --
135.98/136.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.98/136.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
135.98/136.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
136.08/136.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.08/136.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.08/136.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
136.08/136.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.19/142.20	c lits-rem:      4809  cl-subs:     9616  v-elim:      0  v-fix:    0  time:  6.10 s
142.19/142.20	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
142.19/142.21	c vivif2 --  cl tried    44544 cl shrink        0 lits rem          0 time: 0.01
142.19/142.24	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.02
142.19/142.24	c calculated reachability. Time: 0.00
142.19/142.24	c  N st    74   1210347       332      1587         2     44544      5478    656987   no data   no data  --
151.28/151.37	c  N st    75   1283229       332      1587         2     68358      5478   1112068   no data   no data  --
165.18/165.26	c  N st    76   1392552       332      1587         2     77186      5478   1256892   no data   no data  --
187.88/187.93	c  N st    77   1556536       332      1587         2     83668      5478   1350549   no data   no data  --
210.49/210.58	c  N st    78   1710347       332      1587         2     74117      5478   1143040   no data   no data  --
210.49/210.58	c  S st    78   1710347       332      1587         2     74117      5478   1143040   no data   no data  --
210.69/210.78	c  S st    78   1710850       332      1587         2     74608      5478   1156182   no data   no data  --
210.69/210.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
210.69/210.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
210.79/210.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
210.79/210.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
210.79/210.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
210.79/210.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
210.79/210.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
222.58/222.67	c lits-rem:      1206  cl-subs:    18088  v-elim:      0  v-fix:    0  time: 11.83 s
222.58/222.67	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
222.58/222.67	c vivif2 --  cl tried    56520 cl shrink        0 lits rem          0 time: 0.01
222.68/222.71	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.04
222.68/222.71	c calculated reachability. Time: 0.00
222.68/222.71	c  N st    78   1710850       332      1587         2     56520      5478    853222   no data   no data  --
280.39/280.46	c  N st    79   2079816       332      1587         2     68262      5478   1027206   no data   no data  --
300.08/300.16	c  N st    80   2210851       332      1587         2     72578      5478   1099575   no data   no data  --
300.08/300.16	c  S st    80   2210851       332      1587         2     72578      5478   1099575   no data   no data  --
300.28/300.36	c  S st    80   2211353       332      1587         2     73064      5478   1111872   no data   no data  --
300.28/300.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
300.28/300.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
300.28/300.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
300.38/300.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
300.38/300.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
300.38/300.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
300.38/300.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
309.89/309.93	c lits-rem:      1181  cl-subs:    10519  v-elim:      0  v-fix:    0  time:  9.51 s
309.89/309.93	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
309.89/309.94	c vivif2 --  cl tried    62545 cl shrink        0 lits rem          0 time: 0.01
309.89/309.97	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.04
309.89/309.98	c calculated reachability. Time: 0.00
309.89/309.98	c  N st    80   2211353       332      1587         2     62545      5478    953080   no data   no data  --
390.69/390.74	c  N st    81   2711353       332      1587         2     84902      5478   1254579   no data   no data  --
390.69/390.74	c  S st    81   2711353       332      1587         2     84902      5478   1254579   no data   no data  --
390.99/391.04	c  S st    81   2711854       332      1587         2     85393      5478   1267116   no data   no data  --
390.99/391.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
390.99/391.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
390.99/391.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
391.09/391.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
391.09/391.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
391.09/391.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
391.09/391.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
405.99/406.02	c lits-rem:      2826  cl-subs:    18314  v-elim:      0  v-fix:    0  time: 14.92 s
405.99/406.02	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
405.99/406.03	c vivif2 --  cl tried    67079 cl shrink        0 lits rem          0 time: 0.01
405.99/406.07	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.04
405.99/406.07	c calculated reachability. Time: 0.00
405.99/406.07	c  N st    81   2711854       332      1587         2     67079      5478   1002987   no data   no data  --
491.59/491.61	c  N st    82   3211855       332      1587         2    115742      5478   1855200   no data   no data  --
491.59/491.61	c  S st    82   3211855       332      1587         2    115742      5478   1855200   no data   no data  --
491.89/491.98	c  S st    82   3212361       332      1587         2    116234      5478   1867995   no data   no data  --
491.89/491.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
491.89/491.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
491.99/492.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
491.99/492.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
491.99/492.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
491.99/492.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
491.99/492.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
527.99/528.01	c lits-rem:      4649  cl-subs:    31810  v-elim:      0  v-fix:    0  time: 35.92 s
527.99/528.01	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
527.99/528.03	c vivif2 --  cl tried    84424 cl shrink        0 lits rem          0 time: 0.02
527.99/528.09	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.06
527.99/528.09	c calculated reachability. Time: 0.00
527.99/528.09	c  N st    82   3212361       332      1587         2     84424      5478   1431624   no data   no data  --
620.59/620.60	c  N st    83   3712361       332      1587         2    103798      5478   1592245   no data   no data  --
620.59/620.60	c  S st    83   3712361       332      1587         2    103798      5478   1592245   no data   no data  --
620.79/620.87	c  S st    83   3712866       332      1587         2    104287      5478   1604144   no data   no data  --
620.79/620.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
620.79/620.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
620.89/620.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
620.89/620.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
620.89/620.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
620.89/620.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
620.89/620.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
653.30/653.38	c lits-rem:     10116  cl-subs:    26267  v-elim:      0  v-fix:    0  time: 32.42 s
653.30/653.38	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
653.30/653.39	c vivif2 --  cl tried    78020 cl shrink        0 lits rem          0 time: 0.01
653.40/653.45	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.05
653.40/653.45	c calculated reachability. Time: 0.00
653.40/653.45	c  N st    83   3712866       332      1587         2     78020      5478   1196023   no data   no data  --
659.29/659.34	c  F st    84   3751563       332      1587         2    112722      5478   1891746   no data   no data  --
659.29/659.34	c  N st    84   3751563       332      1587         2    112722      5478   1891746   no data   no data  --
660.19/660.29	c Decided on static restart strategy
664.89/664.91	c  N st    94   3779871       332      1587         2    138449      5478   2441754   no data   no data  --
671.68/671.74	c  N st    96   3815865       332      1587         2     96610      5478   1505771   no data   no data  --
677.28/677.32	c  N st    97   3848258       332      1587         2    125357      5478   2103686   no data   no data  --
686.89/686.99	c  N st    98   3896847       332      1587         2     93377      5478   1425159   no data   no data  --
701.18/701.21	c  N st    99   3969729       332      1587         2     82113      5478   1185771   no data   no data  --
721.88/721.93	c  N st   100   4079053       332      1587         2    101918      5478   1548417   no data   no data  --
748.29/748.40	c  N st   101   4212866       332      1587         2    143367      5478   2345883   no data   no data  --
748.29/748.40	c  S st   101   4212866       332      1587         2    143367      5478   2345883   no data   no data  --
748.79/748.84	c  S st   101   4213370       332      1587         2    143858      5478   2358848   no data   no data  --
748.79/748.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
748.79/748.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
748.89/748.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
748.89/748.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
748.89/748.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
748.89/748.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
748.89/748.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
870.99/871.02	c lits-rem:     10605  cl-subs:    50849  v-elim:      0  v-fix:    0  time: 122.05 s
870.99/871.02	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
870.99/871.04	c vivif2 --  cl tried    93009 cl shrink        0 lits rem          0 time: 0.02
871.10/871.12	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.08
871.10/871.13	c calculated reachability. Time: 0.00
871.10/871.13	c  N st   101   4213370       332      1587         2     93009      5478   1485549   no data   no data  --
919.98/920.09	c  N st   102   4459346       332      1587         2    157573      5478   2575254   no data   no data  --
969.58/969.60	c  N st   103   4713372       332      1587         2    138427      5478   2193745   no data   no data  --
969.58/969.60	c  S st   103   4713372       332      1587         2    138427      5478   2193745   no data   no data  --
970.19/970.29	c  S st   103   4713875       332      1587         2    138911      5478   2205593   no data   no data  --
970.28/970.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
970.28/970.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
970.28/970.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
970.38/970.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
970.38/970.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
970.38/970.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
970.38/970.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1068.49/1068.59	c lits-rem:      7611  cl-subs:    40146  v-elim:      0  v-fix:    0  time: 98.16 s
1068.49/1068.59	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
1068.59/1068.61	c vivif2 --  cl tried    98765 cl shrink        0 lits rem          0 time: 0.02
1068.59/1068.69	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.08
1068.69/1068.70	c calculated reachability. Time: 0.00
1068.69/1068.70	c  N st   103   4713875       332      1587         2     98765      5478   1520802   no data   no data  --
1181.58/1181.64	c  N st   104   5213875       332      1587         2    120684      5478   1861571   no data   no data  --
1181.58/1181.64	c  S st   104   5213875       332      1587         2    120684      5478   1861571   no data   no data  --
1181.98/1182.10	c  S st   104   5214381       332      1587         2    121187      5478   1875412   no data   no data  --
1182.08/1182.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1182.08/1182.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1182.08/1182.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
1182.18/1182.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1182.18/1182.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1182.18/1182.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    332 time:  0.00 s
1182.18/1182.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1218.80/1218.85	c lits-rem:      1913  cl-subs:    24092  v-elim:      0  v-fix:    0  time: 36.64 s
1218.80/1218.85	c vivif2 --  cl tried     1587 cl shrink        0 lits rem          0 time: 0.00
1218.80/1218.87	c vivif2 --  cl tried    97095 cl shrink        0 lits rem          0 time: 0.02
1218.89/1218.95	c asymm  cl-useful: 0/1587/1587 lits-rem:0 time: 0.08
1218.89/1218.95	c calculated reachability. Time: 0.00
1218.89/1218.95	c  N st   104   5214381       332      1587         2     97095      5478   1493638   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-3264930-1303574830/watcher-3264930-1303574830 -o /tmp/evaluation-result-3264930-1303574830/solver-3264930-1303574830 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3264930-1303574830.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.38 3.87 3.81 3/184 20437
/proc/meminfo: memFree=18713244/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=30072 CPUtime=0 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 588 0 0 0 0 0 0 0 22 0 1 0 547713489 30793728 507 33554432000 4194304 4650387 140736650298992 18446744073709551615 4243472 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 7518 507 350 112 0 2483 0

[startup+0.0805451 s]
/proc/loadavg: 3.38 3.87 3.81 3/184 20437
/proc/meminfo: memFree=18713244/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=30500 CPUtime=0.08 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 781 0 0 0 8 0 0 0 22 0 1 0 547713489 31232000 700 33554432000 4194304 4650387 140736650298992 18446744073709551615 4333936 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 7625 700 377 112 0 2590 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30500

[startup+0.100551 s]
/proc/loadavg: 3.38 3.87 3.81 3/184 20437
/proc/meminfo: memFree=18713244/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=30500 CPUtime=0.09 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 813 0 0 0 9 0 0 0 22 0 1 0 547713489 31232000 732 33554432000 4194304 4650387 140736650298992 18446744073709551615 4314969 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 7625 732 377 112 0 2590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30500

[startup+0.300503 s]
/proc/loadavg: 3.38 3.87 3.81 3/184 20437
/proc/meminfo: memFree=18713244/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=30764 CPUtime=0.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 1039 0 0 0 29 0 0 0 23 0 1 0 547713489 31502336 831 33554432000 4194304 4650387 140736650298992 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 7691 831 379 112 0 2656 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30764

[startup+0.700428 s]
/proc/loadavg: 3.38 3.87 3.81 3/184 20437
/proc/meminfo: memFree=18713244/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=31364 CPUtime=0.69 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 1372 0 0 0 69 0 0 0 25 0 1 0 547713489 32116736 981 33554432000 4194304 4650387 140736650298992 18446744073709551615 4363437 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 7841 981 379 112 0 2806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31364

[startup+1.50029 s]
/proc/loadavg: 3.38 3.87 3.81 5/190 20448
/proc/meminfo: memFree=18697564/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=36376 CPUtime=1.49 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 3015 0 0 0 149 0 0 0 25 0 1 0 547713489 37249024 2129 33554432000 4194304 4650387 140736650298992 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 9094 2129 383 112 0 4059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36376

[startup+3.10098 s]
/proc/loadavg: 3.38 3.87 3.81 5/190 20448
/proc/meminfo: memFree=18678028/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=39424 CPUtime=3.09 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 4197 0 0 0 309 0 0 0 25 0 1 0 547713489 40370176 2945 33554432000 4194304 4650387 140736650298992 18446744073709551615 4438890 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 9856 2945 383 112 0 4821 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39424

[startup+6.30039 s]
/proc/loadavg: 3.51 3.89 3.82 5/190 20449
/proc/meminfo: memFree=18661416/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=41204 CPUtime=6.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 5434 0 0 0 629 0 0 0 25 0 1 0 547713489 42192896 3373 33554432000 4194304 4650387 140736650298992 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 10301 3373 383 112 0 5266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41204

[startup+12.7002 s]
/proc/loadavg: 3.63 3.90 3.83 5/190 20449
/proc/meminfo: memFree=18650120/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=44056 CPUtime=12.7 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 9114 0 0 0 1269 1 0 0 25 0 1 0 547713489 45113344 3894 33554432000 4194304 4650387 140736650298992 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 11014 3894 383 112 0 5979 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44056

[startup+25.5008 s]
/proc/loadavg: 3.71 3.91 3.83 5/190 20449
/proc/meminfo: memFree=18634764/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=46544 CPUtime=25.49 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 14243 0 0 0 2548 1 0 0 25 0 1 0 547713489 47661056 4494 33554432000 4194304 4650387 140736650298992 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 11636 4494 383 112 0 6601 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46544

[startup+51.1011 s]
/proc/loadavg: 3.81 3.91 3.83 5/190 20450
/proc/meminfo: memFree=18609364/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=50588 CPUtime=51.08 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 24192 0 0 0 5105 3 0 0 25 0 1 0 547713489 51802112 5407 33554432000 4194304 4650387 140736650298992 18446744073709551615 4439389 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 12647 5407 383 112 0 7612 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50588

[startup+102.307 s]
/proc/loadavg: 3.92 3.92 3.84 6/190 20451
/proc/meminfo: memFree=18583412/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=61476 CPUtime=102.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 40304 0 0 0 10223 6 0 0 25 0 1 0 547713489 62951424 8283 33554432000 4194304 4650387 140736650298992 18446744073709551615 4365199 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 15369 8283 383 112 0 10334 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 61476

[startup+162.3 s]
/proc/loadavg: 4.02 3.95 3.85 5/190 20453
/proc/meminfo: memFree=18550752/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=67824 CPUtime=162.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 56700 0 0 0 16219 9 0 0 25 0 1 0 547713489 69451776 9631 33554432000 4194304 4650387 140736650298992 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 16956 9631 383 112 0 11921 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 67824

[startup+222.3 s]
/proc/loadavg: 4.01 3.96 3.85 5/190 20481
/proc/meminfo: memFree=18545792/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=79044 CPUtime=222.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 70805 0 0 0 22216 12 0 0 25 0 1 0 547713489 80941056 12489 33554432000 4194304 4650387 140736650298992 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 19761 12489 383 112 0 14726 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 79044

[startup+282.301 s]
/proc/loadavg: 4.00 3.96 3.86 5/190 20483
/proc/meminfo: memFree=18522320/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=79488 CPUtime=282.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 83728 0 0 0 28214 14 0 0 25 0 1 0 547713489 81395712 12693 33554432000 4194304 4650387 140736650298992 18446744073709551615 4334349 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 19872 12693 383 112 0 14837 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 79488

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 20485
/proc/meminfo: memFree=18502584/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=82704 CPUtime=342.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 95882 0 0 0 34211 17 0 0 25 0 1 0 547713489 84688896 13005 33554432000 4194304 4650387 140736650298992 18446744073709551615 4365305 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 20676 13005 383 112 0 15641 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 82704

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.87 5/190 20486
/proc/meminfo: memFree=18489768/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=84936 CPUtime=402.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 106512 0 0 0 40209 20 0 0 25 0 1 0 547713489 86974464 14029 33554432000 4194304 4650387 140736650298992 18446744073709551615 4476394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 21234 14029 383 112 0 16199 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 84936

[startup+462.301 s]
/proc/loadavg: 4.07 3.99 3.88 5/190 20488
/proc/meminfo: memFree=18470400/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=87936 CPUtime=462.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 118475 0 0 0 46206 22 0 0 25 0 1 0 547713489 90046464 15286 33554432000 4194304 4650387 140736650298992 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 21984 15286 383 112 0 16949 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 87936

[startup+522.3 s]
/proc/loadavg: 4.02 3.99 3.89 5/190 20489
/proc/meminfo: memFree=18453380/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=99804 CPUtime=522.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 126693 0 0 0 52205 24 0 0 25 0 1 0 547713489 102199296 18131 33554432000 4194304 4650387 140736650298992 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 24951 18131 383 112 0 19916 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 99804

[startup+582.3 s]
/proc/loadavg: 4.01 3.99 3.89 5/190 20491
/proc/meminfo: memFree=18436988/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=102872 CPUtime=582.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 136416 0 0 0 58202 26 0 0 25 0 1 0 547713489 105340928 19161 33554432000 4194304 4650387 140736650298992 18446744073709551615 4363409 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 25718 19161 383 112 0 20683 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 102872

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 20493
/proc/meminfo: memFree=18438336/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=103152 CPUtime=642.3 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 143996 0 0 0 64202 28 0 0 25 0 1 0 547713489 105627648 18428 33554432000 4194304 4650387 140736650298992 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 25788 18428 383 112 0 20753 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 103152

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 20494
/proc/meminfo: memFree=18403960/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=105696 CPUtime=702.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 153990 0 0 0 70200 29 0 0 25 0 1 0 547713489 108232704 18825 33554432000 4194304 4650387 140736650298992 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 26424 18825 383 112 0 21389 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 105696

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 20496
/proc/meminfo: memFree=18389048/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=121616 CPUtime=762.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 164858 0 0 0 76198 31 0 0 25 0 1 0 547713489 124534784 23568 33554432000 4194304 4650387 140736650298992 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 30404 23568 383 112 0 25369 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 121616

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 20497
/proc/meminfo: memFree=18371172/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=121616 CPUtime=822.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 164858 0 0 0 82197 31 0 0 25 0 1 0 547713489 124534784 23568 33554432000 4194304 4650387 140736650298992 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 30404 23568 383 112 0 25369 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 121616

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 20499
/proc/meminfo: memFree=18357020/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=180140 CPUtime=882.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 166322 0 0 0 88197 32 0 0 25 0 1 0 547713489 184463360 25032 33554432000 4194304 4650387 140736650298992 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 45035 25032 383 112 0 40000 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 180140

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 20501
/proc/meminfo: memFree=18357628/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=121848 CPUtime=942.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 177397 0 0 0 94194 34 0 0 25 0 1 0 547713489 124772352 22651 33554432000 4194304 4650387 140736650298992 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 30462 22651 383 112 0 25427 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 121848

[startup+1002.3 s]
/proc/loadavg: 4.08 4.00 3.91 5/190 20502
/proc/meminfo: memFree=18337404/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=127888 CPUtime=1002.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 182793 0 0 0 100193 36 0 0 25 0 1 0 547713489 130957312 24851 33554432000 4194304 4650387 140736650298992 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 31972 24851 383 112 0 26937 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 127888

[startup+1062.3 s]
/proc/loadavg: 4.06 4.01 3.92 5/190 20504
/proc/meminfo: memFree=18325704/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=127888 CPUtime=1062.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 182947 0 0 0 106193 36 0 0 25 0 1 0 547713489 130957312 25005 33554432000 4194304 4650387 140736650298992 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 31972 25005 383 112 0 26937 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 127888

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 20505
/proc/meminfo: memFree=18325544/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=127916 CPUtime=1122.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 190674 0 0 0 112191 38 0 0 25 0 1 0 547713489 130985984 25496 33554432000 4194304 4650387 140736650298992 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 31979 25496 383 112 0 26944 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 127916

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 20507
/proc/meminfo: memFree=18311500/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=128224 CPUtime=1182.28 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 199707 0 0 0 118187 41 0 0 25 0 1 0 547713489 131301376 24628 33554432000 4194304 4650387 140736650298992 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 32056 24628 383 112 0 27021 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 128224

[startup+1242.3 s]
/proc/loadavg: 3.56 3.90 3.89 4/184 20526
/proc/meminfo: memFree=18407520/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=130984 CPUtime=1242.29 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 203971 0 0 0 124187 42 0 0 25 0 1 0 547713489 134127616 24981 33554432000 4194304 4650387 140736650298992 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 32746 24981 383 112 0 27711 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 130984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.20 3.74 3.83 4/184 20527
/proc/meminfo: memFree=18409484/32951124 swapFree=67111480/67111528
[pid=20437] ppid=20435 vsize=131180 CPUtime=1300 cores=1,3
/proc/20437/stat : 20437 (strangenight1-s) R 20435 20437 19028 0 -1 4202496 211967 0 0 0 129956 44 0 0 25 0 1 0 547713489 134328320 26210 33554432000 4194304 4650387 140736650298992 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20437/statm: 32795 26210 383 112 0 27760 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 131180

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.01
CPU user time (s): 1299.56
CPU system time (s): 0.447931
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 192292

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

runsolver used 1.9607 second user time and 4.70129 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-23 18:07:10
IDJOB=3264930
IDBENCH=85362
IDSOLVER=1589
FILE ID=node111/3264930-1303574830
RUNJOBID= node111-1303574830-20407
PBS_JOBID= 13150301
Free space on /tmp= 70724 MiB

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

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

MD5SUM BENCH= b6a88c8ae73b20cfc873207d1a0caa09
RANDOM SEED=1182917894

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:      18713772 kB
Buffers:       2129588 kB
Cached:       11470112 kB
SwapCached:         44 kB
Active:        9668340 kB
Inactive:      3999388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18713772 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:           18860 kB
Writeback:           0 kB
AnonPages:       67380 kB
Mapped:          16036 kB
Slab:           505076 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   252144 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= 70716 MiB
End job on node111 at 2011-04-23 18:28:52