Trace number 3370050

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1462223811-042.SATISFIABLE.cnf
MD5SUMcd0b1f588aad9c4aef9bf4b7912f7c0d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370050-1305385877.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1704/1704 lits-rem:0 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:    400 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:         0  cl-subs:        0  v-elim:     12  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:     184 undec:      46 neg:     170
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       388      1684         0         0      5119         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.09/0.14	c  N st     8      4919       388      1684         0      4797      5119     90065   no data   no data  --
0.29/0.38	c  N st    10     11302       388      1684         0      4438      5119     62589   no data   no data  --
0.59/0.61	c  N st    11     17046       388      1684         0     10032      5119    168468   no data   no data  --
0.89/0.96	c  F st    12     25000       388      1684         0     12263      5119    211315   no data   no data  --
0.89/0.96	c  N st    12     25000       388      1684         0     12263      5119    211315   no data   no data  --
1.19/1.20	c Decided on static restart strategy
1.19/1.20	c  N st    18     30002       388      1684         0     10568      5119    163844   no data   no data  --
1.19/1.20	c  S st    18     30002       388      1684         0     10568      5119    163844   no data   no data  --
1.19/1.22	c  S st    18     30504       388      1684         0     11069      5119    173495   no data   no data  --
1.19/1.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.19/1.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.19/1.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.19/1.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.19/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.19/1.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1.19/1.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.28/1.39	c lits-rem:       204  cl-subs:      874  v-elim:      0  v-fix:    0  time:  0.15 s
1.28/1.39	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.01
1.28/1.40	c calculated reachability. Time: 0.00
1.28/1.40	c  N st    18     30504       388      1684         0     10195      5119    157175   no data   no data  --
1.78/1.81	c  N st    20     37618       388      1684         0      9435      5119    126843   no data   no data  --
2.09/2.17	c  N st    21     44018       388      1684         0     15621      5119    241775   no data   no data  --
2.19/2.28	c  S st    22     45756       388      1684         0     17302      5119    273941   no data   no data  --
2.28/2.32	c  S st    22     46257       388      1684         0      9148      5119    111950   no data   no data  --
2.28/2.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.28/2.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.28/2.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.28/2.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.28/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.28/2.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
2.28/2.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.28/2.38	c lits-rem:        43  cl-subs:      252  v-elim:      0  v-fix:    0  time:  0.05 s
2.28/2.38	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
2.28/2.38	c vivif2 --  cl tried     8896 cl shrink        0 lits rem          0 time: 0.00
2.28/2.38	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.01
2.28/2.38	c calculated reachability. Time: 0.00
2.28/2.38	c  N st    22     46257       388      1684         0      8896      5119    108188   no data   no data  --
3.19/3.27	c  N st    23     60655       388      1684         0     13182      5119    179167   no data   no data  --
3.88/3.91	c  N st    24     69385       388      1684         0     11011      5119    131927   no data   no data  --
3.88/3.91	c  S st    24     69385       388      1684         0     11011      5119    131927   no data   no data  --
3.88/3.94	c  S st    24     69886       388      1684         0     11511      5119    142058   no data   no data  --
3.88/3.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.88/3.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.88/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.88/3.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.88/3.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.88/3.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
3.88/3.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.98/4.07	c lits-rem:        82  cl-subs:      204  v-elim:      0  v-fix:    0  time:  0.12 s
3.98/4.07	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
3.98/4.07	c vivif2 --  cl tried    11307 cl shrink        0 lits rem          0 time: 0.00
3.98/4.08	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.01
3.98/4.08	c calculated reachability. Time: 0.00
3.98/4.08	c  N st    24     69886       388      1684         0     11307      5119    138315   no data   no data  --
5.28/5.31	c  F st    25     87500       388      1684         0     16779      5119    245978   no data   no data  --
5.28/5.31	c  N st    25     87500       388      1684         0     16779      5119    245978   no data   no data  --
5.68/5.70	c Decided on static restart strategy
5.88/5.96	c  N st    32     95539       388      1684         0     24618      5119    406226   no data   no data  --
6.49/6.60	c  N st    34    104829       388      1684         0     21024      5119    322124   no data   no data  --
6.49/6.60	c  S st    34    104829       388      1684         0     21024      5119    322124   no data   no data  --
6.59/6.65	c  S st    34    105331       388      1684         0     21526      5119    332187   no data   no data  --
6.59/6.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.59/6.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.59/6.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.59/6.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.59/6.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.59/6.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
6.59/6.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.28/7.39	c lits-rem:       420  cl-subs:     1048  v-elim:      0  v-fix:    0  time:  0.73 s
7.28/7.39	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
7.38/7.40	c vivif2 --  cl tried    20478 cl shrink        0 lits rem          0 time: 0.00
7.38/7.41	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.01
7.38/7.41	c calculated reachability. Time: 0.00
7.38/7.41	c  N st    34    105331       388      1684         0     20478      5119    309771   no data   no data  --
8.19/8.25	c  N st    35    114929       388      1684         0     16227      5119    200866   no data   no data  --
9.29/9.36	c  N st    36    129327       388      1684         0     15672      5119    176421   no data   no data  --
10.89/10.95	c  N st    37    150922       388      1684         0     21121      5119    279313   no data   no data  --
11.49/11.54	c  S st    38    157996       388      1684         0     27967      5119    411745   no data   no data  --
11.59/11.60	c  S st    38    158498       388      1684         0     28468      5119    422778   no data   no data  --
11.59/11.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.59/11.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.59/11.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
11.59/11.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.59/11.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.59/11.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
11.59/11.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.78/12.86	c lits-rem:       648  cl-subs:     2271  v-elim:      0  v-fix:    0  time:  1.24 s
12.78/12.86	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
12.78/12.87	c vivif2 --  cl tried    26197 cl shrink        0 lits rem          0 time: 0.00
12.78/12.89	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.02
12.78/12.89	c calculated reachability. Time: 0.00
12.78/12.89	c  N st    38    158498       388      1684         0     26197      5119    379377   no data   no data  --
17.59/17.68	c  N st    39    207088       388      1684         0     20901      5119    241739   no data   no data  --
20.69/20.76	c  N st    40    237747       388      1684         0     31252      5119    441708   no data   no data  --
20.69/20.76	c  S st    40    237747       388      1684         0     31252      5119    441708   no data   no data  --
20.79/20.83	c  S st    40    238250       388      1684         0     31754      5119    452334   no data   no data  --
20.79/20.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.79/20.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.79/20.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.79/20.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.79/20.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.79/20.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
20.79/20.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.09/22.17	c lits-rem:       735  cl-subs:     1902  v-elim:      0  v-fix:    0  time:  1.32 s
22.09/22.17	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
22.09/22.17	c vivif2 --  cl tried    29852 cl shrink        0 lits rem          0 time: 0.00
22.09/22.19	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.02
22.09/22.20	c calculated reachability. Time: 0.00
22.09/22.20	c  N st    40    238250       388      1684         0     29852      5119    416344   no data   no data  --
28.99/29.01	c  F st    41    306250       388      1684         0     31867      5119    409526   no data   no data  --
28.99/29.01	c  N st    41    306250       388      1684         0     31867      5119    409526   no data   no data  --
29.49/29.55	c Decided on static restart strategy
32.19/32.21	c  N st    51    334556       388      1684         0     36023      5119    485534   no data   no data  --
35.39/35.40	c  N st    53    357376       388      1684         0     33821      5119    427270   no data   no data  --
35.39/35.40	c  S st    53    357376       388      1684         0     33821      5119    427270   no data   no data  --
35.39/35.49	c  S st    53    357883       388      1684         0     34325      5119    437830   no data   no data  --
35.39/35.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.39/35.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.39/35.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.49/35.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.49/35.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.49/35.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
35.49/35.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.69/36.77	c lits-rem:      1142  cl-subs:     1794  v-elim:      0  v-fix:    0  time:  1.26 s
36.69/36.77	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
36.69/36.77	c vivif2 --  cl tried    32531 cl shrink        0 lits rem          0 time: 0.00
36.69/36.79	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.02
36.69/36.79	c calculated reachability. Time: 0.00
36.69/36.79	c  N st    53    357883       388      1684         0     32531      5119    405594   no data   no data  --
40.38/40.47	c  N st    54    390276       388      1684         0     38549      5119    478721   no data   no data  --
46.20/46.28	c  N st    55    438864       388      1684         0     32537      5119    360119   no data   no data  --
55.49/55.50	c  N st    56    511746       388      1684         0     45794      5119    570106   no data   no data  --
58.69/58.74	c  N st    57    536824       388      1684         0     40155      5119    476850   no data   no data  --
58.69/58.74	c  S st    57    536824       388      1684         0     40155      5119    476850   no data   no data  --
58.79/58.84	c  S st    57    537329       388      1684         0     40659      5119    487312   no data   no data  --
58.79/58.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.79/58.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.79/58.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
58.79/58.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.79/58.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.79/58.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
58.79/58.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.18/60.25	c lits-rem:       842  cl-subs:     2285  v-elim:      0  v-fix:    0  time:  1.39 s
60.18/60.25	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
60.18/60.26	c vivif2 --  cl tried    38374 cl shrink        0 lits rem          0 time: 0.00
60.18/60.28	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.03
60.18/60.29	c calculated reachability. Time: 0.00
60.18/60.29	c  N st    57    537329       388      1684         0     38374      5119    446865   no data   no data  --
82.39/82.41	c  N st    58    701313       388      1684         0     67179      5119    991330   no data   no data  --
97.99/98.07	c  N st    59    805999       388      1684         0     61329      5119    863211   no data   no data  --
97.99/98.07	c  S st    59    805999       388      1684         0     61329      5119    863211   no data   no data  --
98.19/98.22	c  S st    59    806501       388      1684         0     61830      5119    873660   no data   no data  --
98.19/98.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
98.19/98.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.19/98.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
98.19/98.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.19/98.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.19/98.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
98.19/98.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
101.20/101.25	c lits-rem:      1285  cl-subs:     4800  v-elim:      0  v-fix:    0  time:  2.99 s
101.20/101.25	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
101.20/101.26	c vivif2 --  cl tried    57030 cl shrink        0 lits rem          0 time: 0.01
101.29/101.31	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.04
101.29/101.31	c calculated reachability. Time: 0.00
101.29/101.31	c  N st    59    806501       388      1684         0     57030      5119    779195   no data   no data  --
146.30/146.38	c  F st    60   1071875       388      1684         0     72817      5119   1002166   no data   no data  --
146.30/146.38	c  N st    60   1071875       388      1684         0     72817      5119   1002166   no data   no data  --
147.69/147.71	c Decided on static restart strategy
151.70/151.79	c  N st    70   1100178       388      1684         0     56896      5119    661529   no data   no data  --
158.40/158.46	c  N st    72   1136170       388      1684         0     47181      5119    450007   no data   no data  --
163.79/163.90	c  N st    73   1168563       388      1684         0     78625      5119   1071590   no data   no data  --
171.50/171.54	c  N st    74   1209751       388      1684         0     72726      5119    911383   no data   no data  --
171.50/171.54	c  S st    74   1209751       388      1684         0     72726      5119    911383   no data   no data  --
171.69/171.73	c  S st    74   1210253       388      1684         0     73226      5119    921357   no data   no data  --
171.69/171.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
171.69/171.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
171.69/171.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
171.69/171.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.69/171.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.69/171.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
171.69/171.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
175.19/175.23	c lits-rem:      1756  cl-subs:     8176  v-elim:      0  v-fix:    0  time:  3.44 s
175.19/175.23	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
175.19/175.24	c vivif2 --  cl tried    65050 cl shrink        0 lits rem          0 time: 0.01
175.19/175.29	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.06
175.19/175.29	c calculated reachability. Time: 0.00
175.19/175.29	c  N st    74   1210253       388      1684         0     65050      5119    790775   no data   no data  --
190.20/190.29	c  N st    75   1283136       388      1684         0     88929      5119   1211687   no data   no data  --
211.10/211.11	c  N st    76   1392460       388      1684         0     49805      5119    451728   no data   no data  --
240.80/240.82	c  N st    77   1556447       388      1684         0     54905      5119    523312   no data   no data  --
270.80/270.84	c  N st    78   1710253       388      1684         0     95952      5119   1311476   no data   no data  --
270.80/270.84	c  S st    78   1710253       388      1684         0     95952      5119   1311476   no data   no data  --
271.00/271.08	c  S st    78   1710759       388      1684         0     96457      5119   1322336   no data   no data  --
271.00/271.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
271.00/271.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
271.10/271.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
271.10/271.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
271.10/271.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
271.10/271.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
271.10/271.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
278.30/278.31	c lits-rem:       638  cl-subs:    11785  v-elim:      0  v-fix:    0  time:  7.15 s
278.30/278.31	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
278.30/278.33	c vivif2 --  cl tried    84672 cl shrink        0 lits rem          0 time: 0.01
278.39/278.41	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.08
278.39/278.42	c calculated reachability. Time: 0.00
278.39/278.42	c  N st    78   1710759       388      1684         0     84672      5119   1119002   no data   no data  --
362.20/362.20	c  N st    79   2079723       388      1684         0     96542      5119   1259129   no data   no data  --
391.61/391.62	c  N st    80   2210759       388      1684         0    100853      5119   1344374   no data   no data  --
391.61/391.62	c  S st    80   2210759       388      1684         0    100853      5119   1344374   no data   no data  --
391.80/391.87	c  S st    80   2211261       388      1684         0    101353      5119   1354887   no data   no data  --
391.80/391.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
391.80/391.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
391.90/391.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
391.90/391.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
391.90/391.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
391.90/391.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
391.90/391.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
397.80/397.82	c lits-rem:       209  cl-subs:     8594  v-elim:      0  v-fix:    0  time:  5.87 s
397.80/397.82	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
397.80/397.83	c vivif2 --  cl tried    92759 cl shrink        0 lits rem          0 time: 0.01
397.90/397.92	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.08
397.90/397.92	c calculated reachability. Time: 0.00
397.90/397.92	c  N st    80   2211261       388      1684         0     92759      5119   1205721   no data   no data  --
521.70/521.77	c  N st    81   2711261       388      1684         0    116067      5119   1569721   no data   no data  --
521.70/521.77	c  S st    81   2711261       388      1684         0    116067      5119   1569721   no data   no data  --
522.10/522.13	c  S st    81   2711764       388      1684         0    116566      5119   1580432   no data   no data  --
522.10/522.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
522.10/522.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
522.10/522.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
522.20/522.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
522.20/522.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
522.20/522.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
522.20/522.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
532.31/532.35	c lits-rem:       899  cl-subs:    11962  v-elim:      0  v-fix:    0  time: 10.12 s
532.31/532.35	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
532.31/532.37	c vivif2 --  cl tried   104604 cl shrink        0 lits rem          0 time: 0.02
532.42/532.47	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.10
532.42/532.47	c calculated reachability. Time: 0.00
532.42/532.47	c  N st    81   2711764       388      1684         0    104604      5119   1373580   no data   no data  --
666.91/666.98	c  N st    82   3211765       388      1684         0     80784      5119    767108   no data   no data  --
666.91/666.98	c  S st    82   3211765       388      1684         0     80784      5119    767108   no data   no data  --
667.11/667.18	c  S st    82   3212266       388      1684         0     81282      5119    777670   no data   no data  --
667.11/667.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
667.11/667.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
667.21/667.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
667.21/667.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
667.21/667.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
667.21/667.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
667.21/667.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
669.21/669.24	c lits-rem:       960  cl-subs:     1486  v-elim:      0  v-fix:    0  time:  2.01 s
669.21/669.24	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
669.21/669.25	c vivif2 --  cl tried    79796 cl shrink        0 lits rem          0 time: 0.01
669.31/669.31	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.06
669.31/669.31	c calculated reachability. Time: 0.00
669.31/669.31	c  N st    82   3212266       388      1684         0     79796      5119    753505   no data   no data  --
801.92/801.92	c  N st    83   3712269       388      1684         0     90561      5119    899725   no data   no data  --
801.92/801.92	c  S st    83   3712269       388      1684         0     90561      5119    899725   no data   no data  --
802.11/802.13	c  S st    83   3712770       388      1684         0     91059      5119    910342   no data   no data  --
802.11/802.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
802.11/802.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
802.11/802.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
802.11/802.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
802.11/802.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
802.11/802.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
802.11/802.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
804.91/804.94	c lits-rem:       770  cl-subs:     2167  v-elim:      0  v-fix:    0  time:  2.74 s
804.91/804.94	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
804.91/804.95	c vivif2 --  cl tried    88892 cl shrink        0 lits rem          0 time: 0.01
805.01/805.03	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.08
805.01/805.03	c calculated reachability. Time: 0.00
805.01/805.03	c  N st    83   3712770       388      1684         0     88892      5119    875881   no data   no data  --
815.41/815.48	c  F st    84   3751563       388      1684         0    126125      5119   1590740   no data   no data  --
815.41/815.48	c  N st    84   3751563       388      1684         0    126125      5119   1590740   no data   no data  --
817.21/817.27	c Decided on static restart strategy
824.32/824.31	c  N st    94   3779875       388      1684         0    153432      5119   2151083   no data   no data  --
833.51/833.58	c  N st    96   3815867       388      1684         0    106574      5119   1247007   no data   no data  --
843.41/843.49	c  N st    97   3848259       388      1684         0    137749      5119   1853921   no data   no data  --
858.52/858.58	c  N st    98   3896847       388      1684         0    101643      5119   1106515   no data   no data  --
876.42/876.48	c  N st    99   3969729       388      1684         0     88166      5119    822340   no data   no data  --
904.61/904.67	c  N st   100   4079054       388      1684         0    109195      5119   1268836   no data   no data  --
946.11/946.14	c  N st   101   4212770       388      1684         0    151366      5119   1987803   no data   no data  --
946.11/946.14	c  S st   101   4212770       388      1684         0    151366      5119   1987803   no data   no data  --
946.61/946.67	c  S st   101   4213274       388      1684         0    151868      5119   1998074   no data   no data  --
946.61/946.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
946.61/946.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
946.71/946.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
946.81/946.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
946.81/946.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
946.81/946.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
946.81/946.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
964.22/964.27	c lits-rem:       582  cl-subs:    20360  v-elim:      0  v-fix:    0  time: 17.46 s
964.22/964.27	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
964.22/964.29	c vivif2 --  cl tried   131508 cl shrink        0 lits rem          0 time: 0.02
964.42/964.44	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.15
964.42/964.45	c calculated reachability. Time: 0.00
964.42/964.45	c  N st   101   4213274       388      1684         0    131508      5119   1659769   no data   no data  --
1042.22/1042.23	c  N st   102   4459250       388      1684         0    105852      5119   1089001   no data   no data  --
1130.73/1130.75	c  N st   103   4713276       388      1684         0    170339      5119   2235689   no data   no data  --
1130.73/1130.75	c  S st   103   4713276       388      1684         0    170339      5119   2235689   no data   no data  --
1131.22/1131.23	c  S st   103   4713781       388      1684         0    170840      5119   2246768   no data   no data  --
1131.22/1131.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1131.22/1131.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1131.32/1131.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
1131.32/1131.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1131.32/1131.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1131.32/1131.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1131.32/1131.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1160.02/1160.01	c lits-rem:      1914  cl-subs:    37013  v-elim:      0  v-fix:    0  time: 28.63 s
1160.02/1160.01	c vivif2 --  cl tried     1684 cl shrink        0 lits rem          0 time: 0.00
1160.02/1160.03	c vivif2 --  cl tried   133827 cl shrink        0 lits rem          0 time: 0.02
1160.12/1160.18	c asymm  cl-useful: 0/1684/1684 lits-rem:0 time: 0.15
1160.12/1160.18	c calculated reachability. Time: 0.00
1160.12/1160.18	c  N st   103   4713781       388      1684         0    133827      5119   1619902   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370050-1305385877/watcher-3370050-1305385877 -o /tmp/evaluation-result-3370050-1305385877/solver-3370050-1305385877 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370050-1305385877.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.71 3.98 3.96 6/315 7904
/proc/meminfo: memFree=23151428/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=20420 CPUtime=0 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4194304 236 0 0 0 0 0 0 0 22 0 1 0 728818169 20910080 188 33554432000 4194304 4650387 140733892595232 18446744073709551615 252453103080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7904/statm: 5105 188 155 112 0 57 0

[startup+0.083685 s]
/proc/loadavg: 3.71 3.98 3.96 6/315 7904
/proc/meminfo: memFree=23151428/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=30312 CPUtime=0.07 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 739 0 0 0 7 0 0 0 22 0 1 0 728818169 31039488 668 33554432000 4194304 4650387 140733892595232 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 7578 668 379 112 0 2543 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30312

[startup+0.100683 s]
/proc/loadavg: 3.71 3.98 3.96 6/315 7904
/proc/meminfo: memFree=23151428/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=30312 CPUtime=0.09 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 757 0 0 0 9 0 0 0 22 0 1 0 728818169 31039488 686 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365171 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 7578 686 379 112 0 2543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30312

[startup+0.300646 s]
/proc/loadavg: 3.71 3.98 3.96 6/315 7904
/proc/meminfo: memFree=23151428/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=30800 CPUtime=0.29 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 1007 0 0 0 29 0 0 0 23 0 1 0 728818169 31539200 820 33554432000 4194304 4650387 140733892595232 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 7700 820 381 112 0 2665 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30800

[startup+0.700581 s]
/proc/loadavg: 3.71 3.98 3.96 6/315 7904
/proc/meminfo: memFree=23151428/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=31492 CPUtime=0.69 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 1492 0 0 0 69 0 0 0 25 0 1 0 728818169 32247808 904 33554432000 4194304 4650387 140733892595232 18446744073709551615 4328262 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 7873 904 381 112 0 2838 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31492

[startup+1.50042 s]
/proc/loadavg: 3.74 3.98 3.96 5/327 7926
/proc/meminfo: memFree=23125044/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=36592 CPUtime=1.48 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 3081 0 0 0 148 0 0 0 25 0 1 0 728818169 37470208 2218 33554432000 4194304 4650387 140733892595232 18446744073709551615 4363588 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 9148 2218 383 112 0 4113 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36592

[startup+3.10013 s]
/proc/loadavg: 3.74 3.98 3.96 5/327 7926
/proc/meminfo: memFree=23099920/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=37108 CPUtime=3.08 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 4122 0 0 0 308 0 0 0 25 0 1 0 728818169 37998592 2232 33554432000 4194304 4650387 140733892595232 18446744073709551615 4334498 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 9277 2232 383 112 0 4242 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37108

[startup+6.30054 s]
/proc/loadavg: 3.74 3.98 3.96 5/327 7926
/proc/meminfo: memFree=23086656/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=38104 CPUtime=6.28 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 5832 0 0 0 628 0 0 0 25 0 1 0 728818169 39018496 2574 33554432000 4194304 4650387 140733892595232 18446744073709551615 4334873 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 9526 2574 383 112 0 4491 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38104

[startup+12.7003 s]
/proc/loadavg: 3.78 3.98 3.96 5/327 7926
/proc/meminfo: memFree=23059216/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=46984 CPUtime=12.68 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 9801 0 0 0 1267 1 0 0 25 0 1 0 728818169 48111616 4834 33554432000 4194304 4650387 140733892595232 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 11746 4834 383 112 0 6711 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46984

[startup+25.501 s]
/proc/loadavg: 3.89 4.00 3.96 5/327 7927
/proc/meminfo: memFree=23026136/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=51644 CPUtime=25.49 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 14666 0 0 0 2547 2 0 0 25 0 1 0 728818169 52883456 6138 33554432000 4194304 4650387 140733892595232 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 12911 6138 383 112 0 7876 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51644

[startup+51.1002 s]
/proc/loadavg: 3.93 4.00 3.96 5/327 7927
/proc/meminfo: memFree=22998536/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=54832 CPUtime=51.09 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 22289 0 0 0 5105 4 0 0 25 0 1 0 728818169 56147968 6745 33554432000 4194304 4650387 140733892595232 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 13708 6745 383 112 0 8673 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54832

[startup+102.312 s]
/proc/loadavg: 4.02 4.01 3.97 5/327 7929
/proc/meminfo: memFree=22948432/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=71040 CPUtime=102.3 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 36699 0 0 0 10224 6 0 0 25 0 1 0 728818169 72744960 10819 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 17760 10819 383 112 0 12725 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71040

[startup+162.301 s]
/proc/loadavg: 4.12 4.04 3.98 5/327 7930
/proc/meminfo: memFree=22908220/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=71452 CPUtime=162.29 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 48544 0 0 0 16220 9 0 0 25 0 1 0 728818169 73166848 10805 33554432000 4194304 4650387 140733892595232 18446744073709551615 4367209 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 17863 10805 383 112 0 12828 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71452

[startup+222.3 s]
/proc/loadavg: 4.04 4.03 3.98 5/327 7932
/proc/meminfo: memFree=22870712/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=79660 CPUtime=222.29 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 59778 0 0 0 22217 12 0 0 25 0 1 0 728818169 81571840 12309 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 19915 12309 383 112 0 14880 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 79660

[startup+282.3 s]
/proc/loadavg: 4.01 4.02 3.98 5/327 7933
/proc/meminfo: memFree=22829624/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=94040 CPUtime=282.29 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 71665 0 0 0 28215 14 0 0 25 0 1 0 728818169 96296960 16984 33554432000 4194304 4650387 140733892595232 18446744073709551615 4332476 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 23510 16984 383 112 0 18475 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 94040

[startup+342.301 s]
/proc/loadavg: 4.07 4.03 3.99 5/327 7935
/proc/meminfo: memFree=22793252/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=94304 CPUtime=342.3 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 80665 0 0 0 34212 18 0 0 25 0 1 0 728818169 96567296 15972 33554432000 4194304 4650387 140733892595232 18446744073709551615 4363605 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 23576 15972 383 112 0 18541 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 94304

[startup+402.301 s]
/proc/loadavg: 4.02 4.02 3.99 5/327 7937
/proc/meminfo: memFree=22764564/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=102432 CPUtime=402.3 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 89749 0 0 0 40209 21 0 0 25 0 1 0 728818169 104890368 18852 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 25608 18852 383 112 0 20573 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 102432

[startup+462.301 s]
/proc/loadavg: 4.01 4.02 3.99 5/327 7938
/proc/meminfo: memFree=22748772/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=102644 CPUtime=462.3 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 98339 0 0 0 46207 23 0 0 25 0 1 0 728818169 105107456 18025 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 25661 18025 383 112 0 20626 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 102644

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.99 5/327 7940
/proc/meminfo: memFree=22770816/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=107844 CPUtime=522.3 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 107473 0 0 0 52205 25 0 0 25 0 1 0 728818169 110432256 20108 33554432000 4194304 4650387 140733892595232 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 26961 20108 383 112 0 21926 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 107844

[startup+582.3 s]
/proc/loadavg: 4.08 4.02 3.99 5/327 7941
/proc/meminfo: memFree=22726120/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=115144 CPUtime=582.31 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 114620 0 0 0 58203 28 0 0 25 0 1 0 728818169 117907456 22185 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 28786 22185 383 112 0 23751 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 115144

[startup+642.3 s]
/proc/loadavg: 4.17 4.05 4.00 5/327 7943
/proc/meminfo: memFree=22735632/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=115288 CPUtime=642.31 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 122025 0 0 0 64201 30 0 0 25 0 1 0 728818169 118054912 22133 33554432000 4194304 4650387 140733892595232 18446744073709551615 4367204 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 28822 22133 383 112 0 23787 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 115288

[startup+702.301 s]
/proc/loadavg: 4.10 4.05 4.00 5/327 7945
/proc/meminfo: memFree=22735220/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=115452 CPUtime=702.31 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 129761 0 0 0 70198 33 0 0 25 0 1 0 728818169 118222848 22090 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 28863 22090 383 112 0 23828 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 115452

[startup+762.312 s]
/proc/loadavg: 4.04 4.04 4.00 5/327 7946
/proc/meminfo: memFree=22727368/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=115616 CPUtime=762.33 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 137507 0 0 0 76197 36 0 0 25 0 1 0 728818169 118390784 21478 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 28904 21478 383 112 0 23869 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 115616

[startup+822.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/327 7948
/proc/meminfo: memFree=22724704/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=115712 CPUtime=822.32 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 144059 0 0 0 82193 39 0 0 25 0 1 0 728818169 118489088 22433 33554432000 4194304 4650387 140733892595232 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 28928 22433 383 112 0 23893 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 115712

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/327 7949
/proc/meminfo: memFree=22709528/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=115872 CPUtime=882.32 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 152195 0 0 0 88191 41 0 0 25 0 1 0 728818169 118652928 21800 33554432000 4194304 4650387 140733892595232 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 28968 21800 383 112 0 23933 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 115872

[startup+942.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/327 7951
/proc/meminfo: memFree=22682912/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=115948 CPUtime=942.32 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 158637 0 0 0 94188 44 0 0 25 0 1 0 728818169 118730752 22084 33554432000 4194304 4650387 140733892595232 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 28987 22084 383 112 0 23952 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 115948

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/327 7953
/proc/meminfo: memFree=22675936/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=132936 CPUtime=1002.32 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 166405 0 0 0 100186 46 0 0 25 0 1 0 728818169 136126464 26487 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 33234 26487 383 112 0 28199 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 132936

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/327 7954
/proc/meminfo: memFree=22667712/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=133020 CPUtime=1062.32 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 172328 0 0 0 106185 47 0 0 25 0 1 0 728818169 136212480 26655 33554432000 4194304 4650387 140733892595232 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 33255 26655 383 112 0 28220 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 133020

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/327 7956
/proc/meminfo: memFree=22634168/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=133140 CPUtime=1122.33 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 177847 0 0 0 112183 50 0 0 25 0 1 0 728818169 136335360 26121 33554432000 4194304 4650387 140733892595232 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 33285 26121 383 112 0 28250 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 133140

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 4.00 5/327 7957
/proc/meminfo: memFree=22618264/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=149424 CPUtime=1182.33 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 184630 0 0 0 118181 52 0 0 25 0 1 0 728818169 153010176 29139 33554432000 4194304 4650387 140733892595232 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 37356 29139 383 112 0 32321 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 149424

[startup+1242.3 s]
/proc/loadavg: 4.10 4.04 4.01 5/327 7959
/proc/meminfo: memFree=22608932/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=149536 CPUtime=1242.32 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 190917 0 0 0 124177 55 0 0 25 0 1 0 728818169 153124864 29280 33554432000 4194304 4650387 140733892595232 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 37384 29280 383 112 0 32349 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 149536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 4.00 5/328 7962
/proc/meminfo: memFree=22633940/32951124 swapFree=59305796/67111528
[pid=7904] ppid=7902 vsize=149652 CPUtime=1300.03 cores=5,7
/proc/7904/stat : 7904 (strangenight1-s) R 7902 7904 7011 0 -1 4202496 197439 0 0 0 129946 57 0 0 25 0 1 0 728818169 153243648 29492 33554432000 4194304 4650387 140733892595232 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7904/statm: 37413 29492 383 112 0 32378 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 149652

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.47
CPU system time (s): 0.582911
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 202144

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

runsolver used 3.74143 second user time and 9.34658 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 17:11:17
IDJOB=3370050
IDBENCH=82859
IDSOLVER=1847
FILE ID=node111/3370050-1305385877
RUNJOBID= node111-1305385877-7886
PBS_JOBID= 13324391
Free space on /tmp= 73668 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1462223811-042.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370050-1305385877/watcher-3370050-1305385877 -o /tmp/evaluation-result-3370050-1305385877/solver-3370050-1305385877 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370050-1305385877.cnf

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

MD5SUM BENCH= cd0b1f588aad9c4aef9bf4b7912f7c0d
RANDOM SEED=119724440

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:      23151956 kB
Buffers:        248388 kB
Cached:        6304652 kB
SwapCached:      13720 kB
Active:         801960 kB
Inactive:      8781748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23151956 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           12592 kB
Writeback:           0 kB
AnonPages:     3026652 kB
Mapped:          13020 kB
Slab:           114408 kB
PageTables:      37184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53341748 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= 73652 MiB
End job on node111 at 2011-05-14 17:32:59