Trace number 3264752

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-Night2-stSAT 726.31 726.29

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3264752-1303572599.cnf'
0.00/0.00	c -- header says num vars:            339
0.00/0.00	c -- header says num clauses:        2416
0.00/0.00	c -- clauses added:            0 learnts,         2416 normals,            0 xors
0.00/0.00	c -- vars added        339
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       339      2416         0         0     10720         0   no data   no data
0.00/0.01	c asymm  cl-useful: 119/2416/2416 lits-rem:119 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 blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
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:    339 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:      1469  cl-subs:      735  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:     123 undec:      94 neg:     122
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       339      1681         0         0      5927         0   no data   no data
0.03/0.04	c Decided on static restart strategy
0.09/0.14	c  N st     8      4919       339      1681         4      4524      5925     83700   no data   no data
0.39/0.43	c  N st    10     11301       339      1681         4      4184      5925     53782   no data   no data
0.59/0.68	c  N st    11     17044       339      1681         4      9410      5925    165914   no data   no data
1.10/1.12	c  F st    12     25001       339      1681         4     11544      5925    198630   no data   no data
1.10/1.12	c  N st    12     25001       339      1681         4     11544      5925    198630   no data   no data
1.29/1.38	c Decided on static restart strategy
1.29/1.38	c  N st    18     30001       339      1681         4      9956      5925    162346   no data   no data
1.29/1.38	c  S st    18     30001       339      1681         4      9956      5925    162346   no data   no data
1.39/1.41	c  S st    18     30501       339      1681         4     10446      5923    175500   no data   no data
1.39/1.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.43	c Replacing        2 vars Replaced     3871 lits Time:     0.01 s 
1.39/1.43	c blocked clauses removed:        0 vars:      0 tried:         337 T: 0.00 s
1.39/1.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    337 time:  0.00 s
1.39/1.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.39/1.43	c lits-rem:         8  cl-subs:       16  v-elim:      4  v-fix:    0  time:  0.00 s
1.39/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.65	c lits-rem:      1439  cl-subs:     1730  v-elim:      0  v-fix:    0  time:  0.21 s
1.59/1.65	c asymm  cl-useful: 5/1650/1650 lits-rem:5 time: 0.00
1.59/1.65	c calculated reachability. Time: 0.00
1.59/1.65	c  N st    18     30501       333      1650         0      8685      5796    141065   no data   no data
1.99/2.06	c  N st    20     37612       333      1650         0      8017      5796    105917   no data   no data
2.39/2.45	c  N st    21     44011       333      1650         0     13818      5796    229950   no data   no data
2.49/2.59	c  S st    22     45751       333      1650         0     15396      5796    266201   no data   no data
2.59/2.64	c  S st    22     46256       333      1650         0     15885      5796    277442   no data   no data
2.59/2.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.59/2.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.59/2.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
2.59/2.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.59/2.65	c lits-rem:         5  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.00 s
2.59/2.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.29/3.34	c lits-rem:       924  cl-subs:     3676  v-elim:      0  v-fix:    0  time:  0.68 s
3.29/3.34	c vivif2 --  cl tried     1638 cl shrink        0 lits rem          0 time: 0.00
3.29/3.34	c vivif2 --  cl tried    12216 cl shrink        0 lits rem          0 time: 0.00
3.29/3.35	c asymm  cl-useful: 0/1638/1638 lits-rem:0 time: 0.01
3.29/3.35	c calculated reachability. Time: 0.00
3.29/3.35	c  N st    22     46256       333      1638         0     12216      5730    203760   no data   no data
4.29/4.40	c  N st    23     60653       333      1638         0     17290      5730    287450   no data   no data
4.89/4.97	c  N st    24     69384       333      1638         0     16214      5730    265039   no data   no data
4.89/4.97	c  S st    24     69384       333      1638         0     16214      5730    265039   no data   no data
4.99/5.02	c  S st    24     69885       333      1638         0     16698      5727    276792   no data   no data
4.99/5.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.99/5.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.99/5.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.99/5.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.99/5.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.99/5.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
4.99/5.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.99/5.03	c lits-rem:        10  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.00 s
4.99/5.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.70/5.78	c lits-rem:       783  cl-subs:     4300  v-elim:      0  v-fix:    0  time:  0.74 s
5.70/5.78	c vivif2 --  cl tried     1625 cl shrink        0 lits rem          0 time: 0.00
5.70/5.78	c vivif2 --  cl tried    12401 cl shrink        0 lits rem          0 time: 0.00
5.70/5.79	c asymm  cl-useful: 2/1625/1625 lits-rem:2 time: 0.01
5.70/5.79	c calculated reachability. Time: 0.00
5.70/5.79	c  N st    24     69885       333      1625         0     12401      5651    194764   no data   no data
6.99/7.05	c  F st    25     87500       333      1625         0     18731      5651    318915   no data   no data
6.99/7.05	c  N st    25     87500       333      1625         0     18731      5651    318915   no data   no data
7.29/7.38	c Decided on static restart strategy
7.49/7.52	c  N st    32     95537       333      1625         0     15324      5651    239110   no data   no data
8.19/8.21	c  N st    34    104827       333      1625         0     11940      5651    151863   no data   no data
8.19/8.21	c  S st    34    104827       333      1625         0     11940      5651    151863   no data   no data
8.19/8.25	c  S st    34    105330       333      1625         0     12428      5650    164346   no data   no data
8.19/8.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.19/8.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.19/8.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.19/8.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.19/8.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.19/8.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
8.19/8.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.19/8.26	c lits-rem:         6  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.00 s
8.19/8.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.32	c lits-rem:       323  cl-subs:      649  v-elim:      0  v-fix:    0  time:  0.06 s
8.29/8.32	c vivif2 --  cl tried     1615 cl shrink        0 lits rem          0 time: 0.00
8.29/8.32	c vivif2 --  cl tried    11784 cl shrink        0 lits rem          0 time: 0.00
8.29/8.33	c asymm  cl-useful: 1/1615/1615 lits-rem:1 time: 0.01
8.29/8.33	c calculated reachability. Time: 0.00
8.29/8.33	c  N st    34    105330       333      1615         0     11784      5597    153925   no data   no data
8.99/9.06	c  N st    35    114928       333      1615         0     20345      5597    335541   no data   no data
10.09/10.12	c  N st    36    129326       333      1615         0     20810      5597    329924   no data   no data
11.69/11.75	c  N st    37    150921       333      1615         0     27039      5597    453070   no data   no data
12.19/12.30	c  S st    38    157995       333      1615         0     18935      5597    275222   no data   no data
12.29/12.36	c  S st    38    158497       333      1615         0     19423      5597    287811   no data   no data
12.29/12.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.29/12.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.29/12.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.29/12.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.29/12.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.29/12.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
12.29/12.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.29/12.37	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.00 s
12.29/12.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.79/12.80	c lits-rem:       895  cl-subs:     2548  v-elim:      0  v-fix:    0  time:  0.42 s
12.79/12.80	c vivif2 --  cl tried     1613 cl shrink        0 lits rem          0 time: 0.00
12.79/12.80	c vivif2 --  cl tried    16876 cl shrink        0 lits rem          0 time: 0.00
12.79/12.82	c asymm  cl-useful: 1/1613/1613 lits-rem:1 time: 0.01
12.79/12.82	c calculated reachability. Time: 0.00
12.79/12.82	c  N st    38    158497       333      1613         0     16876      5582    241970   no data   no data
17.19/17.20	c  N st    39    207086       333      1613         0     28910      5582    468213   no data   no data
20.09/20.18	c  N st    40    237746       333      1613         0     21711      5582    305580   no data   no data
20.09/20.18	c  S st    40    237746       333      1613         0     21711      5582    305580   no data   no data
20.19/20.25	c  S st    40    238250       333      1613         0     22199      5582    317538   no data   no data
20.19/20.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.19/20.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
20.19/20.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.19/20.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.19/20.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.19/20.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
20.19/20.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.19/20.26	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.01 s
20.19/20.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.69/20.76	c lits-rem:       807  cl-subs:     3012  v-elim:      0  v-fix:    0  time:  0.49 s
20.69/20.76	c vivif2 --  cl tried     1610 cl shrink        0 lits rem          0 time: 0.00
20.69/20.77	c vivif2 --  cl tried    19187 cl shrink        0 lits rem          0 time: 0.00
20.69/20.78	c asymm  cl-useful: 0/1610/1610 lits-rem:0 time: 0.01
20.69/20.78	c calculated reachability. Time: 0.00
20.69/20.78	c  N st    40    238250       333      1610         0     19187      5572    267052   no data   no data
27.59/27.68	c  F st    41    306250       333      1610         0     21076      5572    272937   no data   no data
27.59/27.68	c  N st    41    306250       333      1610         0     21076      5572    272937   no data   no data
28.09/28.17	c Decided on static restart strategy
30.80/30.88	c  N st    51    334553       333      1610         0     25078      5572    342912   no data   no data
33.89/33.95	c  N st    53    357375       333      1610         0     22989      5572    293067   no data   no data
33.89/33.95	c  S st    53    357375       333      1610         0     22989      5572    293067   no data   no data
34.00/34.01	c  S st    53    357879       333      1610         0     23474      5571    305245   no data   no data
34.00/34.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.00/34.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
34.00/34.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.00/34.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.00/34.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.00/34.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
34.00/34.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.00/34.02	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.00/34.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.29/34.34	c lits-rem:       765  cl-subs:     2040  v-elim:      0  v-fix:    0  time:  0.31 s
34.29/34.34	c vivif2 --  cl tried     1609 cl shrink        0 lits rem          0 time: 0.00
34.29/34.35	c vivif2 --  cl tried    21435 cl shrink        0 lits rem          0 time: 0.00
34.29/34.36	c asymm  cl-useful: 0/1609/1609 lits-rem:0 time: 0.01
34.29/34.36	c calculated reachability. Time: 0.00
34.29/34.36	c  N st    53    357879       333      1609         0     21435      5566    274875   no data   no data
38.39/38.49	c  N st    54    390273       333      1609         0     27131      5566    365422   no data   no data
45.10/45.18	c  N st    55    438862       333      1609         0     45987      5566    692306   no data   no data
55.19/55.26	c  N st    56    511744       333      1609         0     33811      5566    479399   no data   no data
58.79/58.83	c  N st    57    536820       333      1609         0     28507      5566    368088   no data   no data
58.79/58.83	c  S st    57    536820       333      1609         0     28507      5566    368088   no data   no data
58.89/58.93	c  S st    57    537323       333      1609         1     28998      5566    379863   no data   no data
58.89/58.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.89/58.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
58.89/58.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.89/58.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.89/58.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.89/58.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
58.89/58.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.89/58.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.89/58.96	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
59.40/59.48	c lits-rem:      1012  cl-subs:     2694  v-elim:      0  v-fix:    0  time:  0.52 s
59.40/59.48	c vivif2 --  cl tried     1609 cl shrink        0 lits rem          0 time: 0.00
59.40/59.48	c vivif2 --  cl tried    26302 cl shrink        0 lits rem          0 time: 0.00
59.49/59.50	c asymm  cl-useful: 5/1609/1609 lits-rem:5 time: 0.02
59.49/59.50	c calculated reachability. Time: 0.00
59.49/59.50	c  N st    57    537323       333      1609         1     26302      5561    338949   no data   no data
84.00/84.03	c  N st    58    701308       333      1609         1     53996      5561    780953   no data   no data
101.39/101.47	c  N st    59    805985       333      1609         1     47688      5561    651868   no data   no data
101.39/101.47	c  S st    59    805985       333      1609         1     47688      5561    651868   no data   no data
101.59/101.62	c  S st    59    806492       333      1609         1     48185      5561    664299   no data   no data
101.59/101.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
101.59/101.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
101.59/101.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.59/101.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.59/101.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.59/101.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
101.59/101.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
101.59/101.64	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.01 s
101.59/101.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.89/105.91	c lits-rem:      3090  cl-subs:    14008  v-elim:      0  v-fix:    0  time:  4.25 s
105.89/105.91	c vivif2 --  cl tried     1604 cl shrink        0 lits rem          0 time: 0.00
105.89/105.92	c vivif2 --  cl tried    34179 cl shrink        0 lits rem          0 time: 0.01
105.89/105.94	c asymm  cl-useful: 1/1604/1604 lits-rem:1 time: 0.02
105.89/105.95	c calculated reachability. Time: 0.00
105.89/105.95	c  N st    59    806492       333      1604         1     34179      5538    457103   no data   no data
154.10/154.14	c  F st    60   1071875       333      1604         1     50297      5538    657602   no data   no data
154.10/154.14	c  N st    60   1071875       333      1604         1     50297      5538    657602   no data   no data
154.90/154.99	c Decided on static restart strategy
159.40/159.42	c  N st    70   1100179       333      1604         1     75667      5538   1100691   no data   no data
165.80/165.87	c  N st    72   1136173       333      1604         1     67265      5538    967038   no data   no data
171.79/171.89	c  N st    73   1168568       333      1604         1     54742      5538    763776   no data   no data
179.09/179.20	c  N st    74   1209738       333      1604         1     49358      5538    651637   no data   no data
179.09/179.20	c  S st    74   1209738       333      1604         1     49358      5538    651637   no data   no data
179.30/179.35	c  S st    74   1210240       333      1604         1     49847      5538    665042   no data   no data
179.30/179.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
179.30/179.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
179.30/179.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
179.30/179.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
179.30/179.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.30/179.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
179.30/179.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
179.30/179.38	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
179.39/179.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
182.50/182.52	c lits-rem:      3435  cl-subs:    11318  v-elim:      0  v-fix:    0  time:  3.12 s
182.50/182.52	c vivif2 --  cl tried     1603 cl shrink        0 lits rem          0 time: 0.00
182.50/182.53	c vivif2 --  cl tried    38529 cl shrink        0 lits rem          0 time: 0.01
182.50/182.56	c asymm  cl-useful: 0/1603/1603 lits-rem:0 time: 0.03
182.50/182.56	c calculated reachability. Time: 0.00
182.50/182.56	c  N st    74   1210240       333      1603         1     38529      5533    502193   no data   no data
195.09/195.14	c  N st    75   1283122       333      1603         1     60891      5533    833723   no data   no data
218.60/218.68	c  N st    76   1392445       333      1603         1     69583      5533    951367   no data   no data
254.59/254.62	c  N st    77   1556430       333      1603         1     77206      5533   1076594   no data   no data
287.01/287.00	c  N st    78   1710241       333      1603         1     67538      5533    919086   no data   no data
287.01/287.00	c  S st    78   1710241       333      1603         1     67538      5533    919086   no data   no data
287.20/287.22	c  S st    78   1710743       333      1603         2     68031      5533    931751   no data   no data
287.20/287.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
287.20/287.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
287.20/287.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
287.20/287.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
287.20/287.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
287.20/287.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
287.20/287.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
287.20/287.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
287.20/287.28	c subs with bin:        3  lits-rem:         5  v-fix:    0  time:  0.00 s
295.80/295.85	c lits-rem:      4990  cl-subs:    21679  v-elim:      0  v-fix:    0  time:  8.57 s
295.80/295.85	c vivif2 --  cl tried     1603 cl shrink        0 lits rem          0 time: 0.00
295.80/295.86	c vivif2 --  cl tried    46349 cl shrink        0 lits rem          0 time: 0.01
295.80/295.89	c asymm  cl-useful: 0/1603/1603 lits-rem:0 time: 0.03
295.80/295.89	c calculated reachability. Time: 0.00
295.80/295.89	c  N st    78   1710743       333      1603         2     46349      5533    609849   no data   no data
295.80/295.89	c Finding binary XORs  T:     0.00 s  found:       0
379.10/379.17	c  N st    79   2079707       333      1603         2     59816      5533    767530   no data   no data
409.60/409.64	c  N st    80   2210744       333      1603         2     63314      5533    830224   no data   no data
409.60/409.64	c  S st    80   2210744       333      1603         2     63314      5533    830224   no data   no data
409.80/409.84	c  S st    80   2211248       333      1603         2     63803      5533    841917   no data   no data
409.80/409.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
409.80/409.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
409.80/409.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
409.80/409.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
409.80/409.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
409.80/409.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
409.80/409.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
409.80/409.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
409.80/409.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
414.41/414.48	c lits-rem:      5102  cl-subs:    11424  v-elim:      0  v-fix:    0  time:  4.59 s
414.41/414.48	c vivif2 --  cl tried     1603 cl shrink        0 lits rem          0 time: 0.00
414.41/414.49	c vivif2 --  cl tried    52379 cl shrink        0 lits rem          0 time: 0.01
414.51/414.53	c asymm  cl-useful: 0/1603/1603 lits-rem:0 time: 0.04
414.51/414.53	c calculated reachability. Time: 0.00
414.51/414.53	c  N st    80   2211248       333      1603         2     52379      5533    679270   no data   no data
538.41/538.47	c  N st    81   2711248       333      1603         2     74467      5533    928478   no data   no data
538.41/538.47	c  S st    81   2711248       333      1603         2     74467      5533    928478   no data   no data
538.61/538.69	c  S st    81   2711752       333      1603         2     74959      5533    940270   no data   no data
538.71/538.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
538.71/538.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
538.71/538.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
538.71/538.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
538.71/538.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
538.71/538.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
538.71/538.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
538.71/538.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
538.71/538.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
546.20/546.25	c lits-rem:      5345  cl-subs:    22025  v-elim:      0  v-fix:    0  time:  7.49 s
546.20/546.26	c vivif2 --  cl tried     1603 cl shrink        0 lits rem          0 time: 0.00
546.20/546.26	c vivif2 --  cl tried    52934 cl shrink        0 lits rem          0 time: 0.01
546.30/546.30	c asymm  cl-useful: 0/1603/1603 lits-rem:0 time: 0.04
546.30/546.30	c calculated reachability. Time: 0.00
546.30/546.30	c  N st    81   2711752       333      1603         2     52934      5533    672548   no data   no data
674.22/674.21	c  N st    82   3211753       333      1603         5    102224      5533   1263024   no data   no data
674.22/674.21	c  S st    82   3211753       333      1603         5    102224      5533   1263024   no data   no data
674.51/674.53	c  S st    82   3212256       333      1603         5    102714      5533   1274869   no data   no data
674.51/674.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
674.51/674.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
674.51/674.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
674.51/674.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
674.51/674.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
674.51/674.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    333 time:  0.00 s
674.51/674.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
674.51/674.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
682.51/682.50	c subs with bin:    15066  lits-rem:      9595  v-fix:    0  time:  7.87 s
695.01/695.08	c lits-rem:      6225  cl-subs:    33410  v-elim:      0  v-fix:    0  time: 12.58 s
695.01/695.08	c vivif2 --  cl tried     1603 cl shrink        0 lits rem          0 time: 0.00
695.01/695.09	c vivif2 --  cl tried    54238 cl shrink        0 lits rem          0 time: 0.01
695.11/695.14	c asymm  cl-useful: 0/1603/1603 lits-rem:0 time: 0.05
695.11/695.14	c calculated reachability. Time: 0.00
695.11/695.14	c  N st    82   3212256       333      1603         5     54238      5533    685070   no data   no data
710.62/710.67	c Finding binary XORs  T:     0.00 s  found:       0
726.21/726.28	c  E st    83   3355549         0      1588         8     85715      5494   1123940   no data   no data
726.21/726.28	c Verified 1588 clauses.
726.21/726.28	c Solution needs extension. Extending.
726.21/726.28	c Verified 1588 clauses.
726.21/726.28	c num threads              : 1          
726.21/726.28	c restarts                 : 83         
726.21/726.28	c dynamic restarts         : 0          
726.21/726.28	c static restarts          : 83         
726.21/726.28	c full restarts            : 4          
726.21/726.28	c total simplify time      : 0.91       
726.21/726.28	c learnts DL2              : 0          
726.21/726.28	c learnts size 2           : 31         
726.21/726.28	c learnts size 1           : 1           (0.29      % of vars)
726.21/726.28	c filedLit time            : 0.14        (0.02      % time)
726.21/726.28	c v-elim SatELite          : 4           (1.18      % vars)
726.21/726.28	c SatELite time            : 43.99       (6.06      % time)
726.21/726.28	c v-elim xor               : 0           (0.00      % vars)
726.21/726.28	c xor elim time            : 0.03        (0.00      % time)
726.21/726.28	c num binary xor trees     : 2          
726.21/726.28	c binxor trees' crown      : 2           (1.00      leafs/tree)
726.21/726.28	c bin xor find time        : 0.00       
726.21/726.28	c OTF clause improved      : 392583      (0.12      clauses/conflict)
726.21/726.28	c OTF impr. size diff      : 414284      (1.06       lits/clause)
726.21/726.28	c OTF cl watch-shrink      : 99677       (0.03      clauses/conflict)
726.21/726.28	c OTF cl watch-sh-lit      : 133480      (1.34       lits/clause)
726.21/726.28	c tried to recurMin cls    : 69040       (2.06       % of conflicts)
726.21/726.28	c updated cache            : 1883        (0.03       lits/tried recurMin)
726.21/726.28	c clauses over max glue    : 0           (0.00      % of all clauses)
726.21/726.28	c conflicts                : 3355549     (4621.64   / sec)
726.21/726.28	c decisions                : 3513976     (0.39      % random)
726.21/726.28	c bogo-props               : 195490390190 (269251364.50 / sec)
726.21/726.28	c conflict literals        : 51792814    (49.30     % deleted)
726.21/726.28	c Memory used              : 84.58       MB
726.21/726.28	c CPU time                 : 726.05      s
726.21/726.28	s SATISFIABLE
726.21/726.28	v -1 -2 -3 4 -5 -6 7 -8 -9 -10 -11 -12 13 -14 -15 -16 -17 -18 -19 -20 21 -22 -23 24 25 26 27 -28 29 30 31 -32 33 -34 -35 36 -37 38 39 -40 41 42 -43 -44 -45 -46 47 -48 -49 -50 -51 -52 -53 -54 55 56 57 -58 59 60 61 62 63 -64 65 -66 -67 68 -69 70 -71 72 73 -74 75 -76 -77 -78 -79 -80 -81 -82 -83 84 85 -86 -87 88 89 90 -91 92 93 -94 -95 96 97 98 99 -100 101 -102 103 -104 105 -106 107 -108 109 -110 -111 -112 -113 114 115 116 117 -118 119 120 -121 122 123 124 125 126 127 128 -129 -130 -131 -132 133 -134 -135 136 137 -138 -139 140 141 142 -143 144 -145 -146 -147 148 149 -150 151 152 -153 154 155 156 157 -158 -159 -160 161 -162 163 -164 -165 166 167 -168 -169 -170 171 172 -173 174 175 -176 -177 -178 179 180 -181 182 183 -184 185 186 187 -188 -189 190 -191 -192 193 -194 -195 196 -197 198 -199 -200 -201 -202 203 -204 -205 206 207 208 209 210 211 212 213 -214 215 -216 -217 218 219 220 -221 -222 -223 224 -225 226 227 228 229 -230 231 -232 -233 -234 235 -236 237 238 -239 240 -241 242 -243 -244 245 246 247 248 249 250 -251 -252 -253 -254 255 256 257 -258 -259 -260 261 262 -263 264 265 266 -267 268 269 270 271 -272 273 -274 -275 -276 277 -278 -279 280 281 282 -283 284 285 286 -287 288 289 290 -291 292 -293 -294 295 -296 -297 -298 -299 300 -301 302 303 -304 -305 -306 -307 308 -309 -310 -311 -312 -313 -314 -315 -316 -317 318 319 320 321 -322 -323 -324 -325 326 327 -328 329 330 331 332 333 -334 -335 -336 -337 -338 -339 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 0,2

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.88 3.16 3.32 4/193 27757
/proc/meminfo: memFree=19049140/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=30284 CPUtime=0 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 710 0 0 0 0 0 0 0 25 0 1 0 468858053 31010816 622 33554432000 4194304 4627331 140737067759824 18446744073709551615 4412126 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 7571 622 359 106 0 2542 0

[startup+0.0351881 s]
/proc/loadavg: 3.88 3.16 3.32 4/193 27757
/proc/meminfo: memFree=19049140/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=30284 CPUtime=0.03 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 747 0 0 0 3 0 0 0 18 0 1 0 468858053 31010816 659 33554432000 4194304 4627331 140737067759824 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 7571 659 370 106 0 2542 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30284

[startup+0.1002 s]
/proc/loadavg: 3.88 3.16 3.32 4/193 27757
/proc/meminfo: memFree=19049140/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=30428 CPUtime=0.09 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 809 0 0 0 9 0 0 0 18 0 1 0 468858053 31158272 721 33554432000 4194304 4627331 140737067759824 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 7607 721 370 106 0 2578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30428

[startup+0.300164 s]
/proc/loadavg: 3.88 3.16 3.32 4/193 27757
/proc/meminfo: memFree=19049140/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=30768 CPUtime=0.29 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 1002 0 0 0 29 0 0 0 18 0 1 0 468858053 31506432 798 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 7692 798 371 106 0 2663 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30768

[startup+0.701091 s]
/proc/loadavg: 3.88 3.16 3.32 4/193 27757
/proc/meminfo: memFree=19049140/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=31168 CPUtime=0.69 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 1331 0 0 0 69 0 0 0 18 0 1 0 468858053 31916032 951 33554432000 4194304 4627331 140737067759824 18446744073709551615 4305816 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 7792 951 371 106 0 2763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31168

[startup+1.50095 s]
/proc/loadavg: 3.88 3.16 3.32 5/194 27758
/proc/meminfo: memFree=19048512/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=36436 CPUtime=1.49 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 3020 0 0 0 149 0 0 0 19 0 1 0 468858053 37310464 2154 33554432000 4194304 4627331 140737067759824 18446744073709551615 4420050 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 9109 2154 378 106 0 4080 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36436

[startup+3.10066 s]
/proc/loadavg: 3.89 3.17 3.32 5/194 27758
/proc/meminfo: memFree=19047148/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=39788 CPUtime=3.09 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 4264 0 0 0 309 0 0 0 25 0 1 0 468858053 40742912 3043 33554432000 4194304 4627331 140737067759824 18446744073709551615 4420085 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 9947 3043 378 106 0 4918 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39788

[startup+6.30107 s]
/proc/loadavg: 3.89 3.17 3.32 5/194 27759
/proc/meminfo: memFree=19042060/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=40752 CPUtime=6.3 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 5430 0 0 0 629 1 0 0 25 0 1 0 468858053 41730048 3432 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 10188 3432 378 106 0 5159 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 40752

[startup+12.7009 s]
/proc/loadavg: 3.91 3.20 3.33 5/194 27759
/proc/meminfo: memFree=19038292/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=43376 CPUtime=12.69 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 8887 0 0 0 1268 1 0 0 25 0 1 0 468858053 44417024 3775 33554432000 4194304 4627331 140737067759824 18446744073709551615 4420169 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 10844 3775 378 106 0 5815 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43376

[startup+25.5006 s]
/proc/loadavg: 3.92 3.23 3.33 5/194 27759
/proc/meminfo: memFree=19016956/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=44876 CPUtime=25.49 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 13496 0 0 0 2546 3 0 0 25 0 1 0 468858053 45953024 4100 33554432000 4194304 4627331 140737067759824 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 11219 4100 378 106 0 6190 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44876

[startup+51.1009 s]
/proc/loadavg: 3.95 3.29 3.35 5/194 27760
/proc/meminfo: memFree=19017760/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=46728 CPUtime=51.09 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 20250 0 0 0 5105 4 0 0 25 0 1 0 468858053 47849472 4679 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 11682 4679 378 106 0 6653 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 46728

[startup+102.307 s]
/proc/loadavg: 4.05 3.42 3.39 5/194 27761
/proc/meminfo: memFree=18992824/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=59404 CPUtime=102.3 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 33256 0 0 0 10223 7 0 0 25 0 1 0 468858053 60829696 7710 33554432000 4194304 4627331 140737067759824 18446744073709551615 4420136 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 14851 7710 378 106 0 9822 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59404

[startup+162.301 s]
/proc/loadavg: 4.02 3.52 3.42 5/194 27763
/proc/meminfo: memFree=18965392/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=59860 CPUtime=162.3 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 42543 0 0 0 16221 9 0 0 25 0 1 0 468858053 61296640 7705 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 14965 7705 378 106 0 9936 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 59860

[startup+222.301 s]
/proc/loadavg: 4.00 3.61 3.46 5/194 27764
/proc/meminfo: memFree=18953952/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=64152 CPUtime=222.3 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 51656 0 0 0 22219 11 0 0 25 0 1 0 468858053 65691648 9256 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 16038 9256 378 106 0 11009 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 64152

[startup+282.301 s]
/proc/loadavg: 4.04 3.68 3.49 5/194 27766
/proc/meminfo: memFree=18944028/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=64720 CPUtime=282.3 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 59699 0 0 0 28216 14 0 0 25 0 1 0 468858053 66273280 9494 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 16180 9494 378 106 0 11151 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 64720

[startup+342.301 s]
/proc/loadavg: 4.08 3.76 3.53 5/194 27768
/proc/meminfo: memFree=18910416/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=74048 CPUtime=342.3 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 68635 0 0 0 34214 16 0 0 25 0 1 0 468858053 75825152 11347 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 18512 11347 378 106 0 13483 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 74048

[startup+402.301 s]
/proc/loadavg: 4.03 3.80 3.55 5/194 27769
/proc/meminfo: memFree=18907548/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=74352 CPUtime=402.31 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 75917 0 0 0 40213 18 0 0 25 0 1 0 468858053 76136448 11580 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 18588 11580 378 106 0 13559 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 74352

[startup+462.301 s]
/proc/loadavg: 4.01 3.83 3.58 5/194 27771
/proc/meminfo: memFree=18890304/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=74988 CPUtime=462.3 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 82159 0 0 0 46211 19 0 0 25 0 1 0 468858053 76787712 11960 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 18747 11960 378 106 0 13718 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 74988

[startup+522.301 s]
/proc/loadavg: 4.06 3.88 3.61 5/194 27772
/proc/meminfo: memFree=18881228/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=75228 CPUtime=522.31 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 89320 0 0 0 52210 21 0 0 25 0 1 0 468858053 77033472 11482 33554432000 4194304 4627331 140737067759824 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 18807 11482 378 106 0 13778 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 75228

[startup+582.301 s]
/proc/loadavg: 4.02 3.90 3.63 5/194 27774
/proc/meminfo: memFree=18849188/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=80332 CPUtime=582.31 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 95601 0 0 0 58209 22 0 0 25 0 1 0 468858053 82259968 13437 33554432000 4194304 4627331 140737067759824 18446744073709551615 4324173 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 20083 13437 378 106 0 15054 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 80332

[startup+642.301 s]
/proc/loadavg: 4.00 3.91 3.65 5/194 27776
/proc/meminfo: memFree=18843836/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=80576 CPUtime=642.32 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 101624 0 0 0 64208 24 0 0 25 0 1 0 468858053 82509824 13405 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 20144 13405 378 106 0 15115 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 80576

[startup+702.301 s]
/proc/loadavg: 4.04 3.94 3.67 5/194 27777
/proc/meminfo: memFree=18817652/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=92344 CPUtime=702.31 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 108358 0 0 0 70207 24 0 0 25 0 1 0 468858053 94560256 16123 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 23086 16123 378 106 0 18057 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 92344

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

[startup+703.901 s]
/proc/loadavg: 4.04 3.94 3.67 5/194 27777
/proc/meminfo: memFree=18836376/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=92344 CPUtime=703.91 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 108431 0 0 0 70367 24 0 0 25 0 1 0 468858053 94560256 16196 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 23086 16196 378 106 0 18057 0
Current children cumulated CPU time (s) 703.91
Current children cumulated vsize (KiB) 92344

[startup+716.701 s]
/proc/loadavg: 4.03 3.94 3.68 5/194 27777
/proc/meminfo: memFree=18840588/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=86608 CPUtime=716.71 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 109134 0 0 0 71646 25 0 0 25 0 1 0 468858053 88686592 14185 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 21652 14185 378 106 0 16623 0
Current children cumulated CPU time (s) 716.71
Current children cumulated vsize (KiB) 86608

[startup+723.1 s]
/proc/loadavg: 4.03 3.94 3.68 5/194 27778
/proc/meminfo: memFree=18830172/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=86608 CPUtime=723.11 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 109471 0 0 0 72286 25 0 0 25 0 1 0 468858053 88686592 14522 33554432000 4194304 4627331 140737067759824 18446744073709551615 4308387 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 21652 14522 378 106 0 16623 0
Current children cumulated CPU time (s) 723.11
Current children cumulated vsize (KiB) 86608

[startup+724.701 s]
/proc/loadavg: 4.03 3.94 3.68 5/194 27778
/proc/meminfo: memFree=18828436/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=86608 CPUtime=724.71 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 109585 0 0 0 72446 25 0 0 25 0 1 0 468858053 88686592 14636 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 21652 14636 378 106 0 16623 0
Current children cumulated CPU time (s) 724.71
Current children cumulated vsize (KiB) 86608

[startup+725.501 s]
/proc/loadavg: 4.03 3.94 3.68 5/194 27778
/proc/meminfo: memFree=18826824/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=86608 CPUtime=725.51 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 109637 0 0 0 72526 25 0 0 25 0 1 0 468858053 88686592 14688 33554432000 4194304 4627331 140737067759824 18446744073709551615 4306520 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 21652 14688 378 106 0 16623 0
Current children cumulated CPU time (s) 725.51
Current children cumulated vsize (KiB) 86608

[startup+725.901 s]
/proc/loadavg: 4.03 3.94 3.68 5/194 27778
/proc/meminfo: memFree=18825212/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=86608 CPUtime=725.92 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 109665 0 0 0 72567 25 0 0 25 0 1 0 468858053 88686592 14716 33554432000 4194304 4627331 140737067759824 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 21652 14716 378 106 0 16623 0
Current children cumulated CPU time (s) 725.92
Current children cumulated vsize (KiB) 86608

[startup+726.101 s]
/proc/loadavg: 4.03 3.94 3.68 5/194 27778
/proc/meminfo: memFree=18825212/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=86608 CPUtime=726.11 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 109678 0 0 0 72586 25 0 0 25 0 1 0 468858053 88686592 14729 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 21652 14729 378 106 0 16623 0
Current children cumulated CPU time (s) 726.11
Current children cumulated vsize (KiB) 86608

[startup+726.201 s]
/proc/loadavg: 4.03 3.94 3.68 5/194 27778
/proc/meminfo: memFree=18825212/32951124 swapFree=67111416/67111528
[pid=27757] ppid=27755 vsize=86608 CPUtime=726.21 cores=0,2
/proc/27757/stat : 27757 (strangenight2-s) R 27755 27757 27040 0 -1 4202496 109685 0 0 0 72596 25 0 0 25 0 1 0 468858053 88686592 14736 33554432000 4194304 4627331 140737067759824 18446744073709551615 4309196 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27757/statm: 21652 14736 378 106 0 16623 0
Current children cumulated CPU time (s) 726.21
Current children cumulated vsize (KiB) 86608

Child status: 10
Real time (s): 726.29
CPU time (s): 726.31
CPU user time (s): 726.052
CPU system time (s): 0.25796
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 99788

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

runsolver used 1.2788 second user time and 2.69359 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-23 17:29:59
IDJOB=3264752
IDBENCH=85343
IDSOLVER=1587
FILE ID=node134/3264752-1303572599
RUNJOBID= node134-1303572413-27683
PBS_JOBID= 13150295
Free space on /tmp= 71084 MiB

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

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

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=2106871450

node134.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.831
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.66
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.831
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	: 5332.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19049172 kB
Buffers:       2332988 kB
Cached:       10735980 kB
SwapCached:        108 kB
Active:        9076888 kB
Inactive:      4277192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19049172 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            5492 kB
Writeback:           0 kB
AnonPages:      285104 kB
Mapped:          16348 kB
Slab:           483012 kB
PageTables:       6108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   497880 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71076 MiB
End job on node134 at 2011-04-23 17:42:05