Trace number 3366517

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-2-mt (fixed)SAT 239.021 59.9055

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1636883934-028.SATISFIABLE.cnf
MD5SUMf499dfbb776939482f3f42f9fdb448de
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028994
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
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-3366517-1305405919.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
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:     75 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:      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.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      37 undec:       6 neg:      32
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.00/0.10	c  N st     8      4916        75      1597         0      4464      7985     75511   no data   no data
0.77/0.27	c  N st    10     11301        75      1597         0      4126      7985     57768   no data   no data
1.57/0.45	c  N st    11     17046        75      1597         0      9277      7985    142638   no data   no data
2.76/0.72	c  F st    12     25000        75      1597         0     11362      7985    176135   no data   no data
2.76/0.72	c  N st    12     25000        75      1597         0     11362      7985    176135   no data   no data
3.56/0.92	c Decided on static restart strategy
3.56/0.92	c  N st    18     30003        75      1597         0      9788      7985    143272   no data   no data
3.56/0.92	c  S st    18     30003        75      1597         0      9788      7985    143272   no data   no data
3.56/0.95	c  S st    18     30504        75      1597         0     10261      7985    151876   no data   no data
3.56/0.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.56/0.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.56/0.95	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.56/0.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.56/0.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.56/0.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.56/0.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.37/1.11	c lits-rem:       266  cl-subs:     2658  v-elim:      0  v-fix:    0  time:  0.15 s
4.37/1.14	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.37/1.14	c calculated reachability. Time: 0.00
4.37/1.14	c  N st    18     30504        75      1597         0      7603      7985    111129   no data   no data
5.56/1.45	c  N st    20     37616        75      1597         0     14030      7985    219829   no data   no data
6.75/1.71	c  N st    21     44015        75      1597         0     12788      7985    186597   no data   no data
6.75/1.79	c  S st    22     45756        75      1597         0     14372      7985    214943   no data   no data
7.15/1.83	c  S st    22     46260        75      1597         0     14858      7985    224052   no data   no data
7.15/1.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.15/1.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.15/1.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.15/1.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.15/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.15/1.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.15/1.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.15/1.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.15/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.12	c lits-rem:       458  cl-subs:     2562  v-elim:      0  v-fix:    0  time:  0.28 s
8.35/2.12	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.35/2.13	c vivif2 --  cl tried    12296 cl shrink        0 lits rem          0 time: 0.00
8.35/2.17	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.35/2.17	c calculated reachability. Time: 0.00
8.35/2.17	c  N st    22     46260        75      1597         0     12296      7985    184202   no data   no data
11.14/2.85	c  N st    23     60660        75      1597         0     17363      7985    256225   no data   no data
12.75/3.30	c  N st    24     69390        75      1597         0     16320      7985    230913   no data   no data
12.75/3.30	c  S st    24     69390        75      1597         0     16320      7985    230913   no data   no data
13.16/3.35	c  S st    24     69893        75      1597         0     16796      7985    239493   no data   no data
13.16/3.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.16/3.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.16/3.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.16/3.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.16/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.16/3.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.16/3.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.16/3.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.16/3.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.71	c lits-rem:       342  cl-subs:     3085  v-elim:      0  v-fix:    0  time:  0.34 s
14.74/3.71	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.74/3.71	c vivif2 --  cl tried    13711 cl shrink        0 lits rem          0 time: 0.00
14.74/3.76	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.74/3.76	c calculated reachability. Time: 0.00
14.74/3.76	c  N st    24     69893        75      1597         0     13711      7985    192787   no data   no data
18.32/4.69	c  F st    25     87501        75      1597         0     19819      7985    283336   no data   no data
18.32/4.69	c  N st    25     87501        75      1597         0     19819      7985    283336   no data   no data
19.92/5.01	c Decided on static restart strategy
20.32/5.17	c  N st    32     95539        75      1597         0     16378      7985    224848   no data   no data
22.72/5.76	c  N st    34    104840        75      1597         0     13062      7985    163959   no data   no data
22.72/5.76	c  S st    34    104840        75      1597         0     13062      7985    163959   no data   no data
23.12/5.80	c  S st    34    105341        75      1597         0     13533      7985    172372   no data   no data
23.12/5.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.12/5.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.12/5.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.12/5.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.12/5.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.12/5.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.12/5.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.12/5.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.12/5.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.52/5.90	c lits-rem:       111  cl-subs:     1241  v-elim:      0  v-fix:    0  time:  0.09 s
23.52/5.90	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.52/5.90	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.00
23.52/5.94	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.52/5.94	c calculated reachability. Time: 0.00
23.52/5.94	c  N st    34    105341        75      1597         0     12292      7985    153924   no data   no data
25.51/6.44	c  N st    35    114939        75      1597         0     20896      7985    295422   no data   no data
29.10/7.30	c  N st    36    129337        75      1597         0     21353      7985    297752   no data   no data
34.70/8.73	c  N st    37    150934        75      1597         0     27362      7985    388571   no data   no data
36.69/9.21	c  S st    38    158011        75      1597         0     19321      7985    242547   no data   no data
36.69/9.27	c  S st    38    158515        75      1597         0     19799      7985    251345   no data   no data
36.69/9.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.69/9.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
36.69/9.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.69/9.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.69/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.69/9.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.69/9.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.69/9.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.69/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.88/9.55	c lits-rem:       261  cl-subs:     2563  v-elim:      0  v-fix:    0  time:  0.26 s
37.88/9.55	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.88/9.55	c vivif2 --  cl tried    17236 cl shrink        0 lits rem          0 time: 0.00
38.28/9.61	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.28/9.61	c calculated reachability. Time: 0.00
38.28/9.61	c  N st    38    158515        75      1597         0     17236      7985    214284   no data   no data
51.45/12.97	c  N st    39    207103        75      1597         0     29545      7985    391359   no data   no data
60.63/15.24	c  N st    40    237773        75      1597         0     22017      7985    262726   no data   no data
60.63/15.24	c  S st    40    237773        75      1597         0     22017      7985    262726   no data   no data
60.63/15.29	c  S st    40    238279        75      1597         0     22497      7985    271705   no data   no data
60.63/15.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.03/15.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.03/15.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.03/15.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.03/15.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.03/15.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.03/15.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.03/15.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.03/15.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.85/15.59	c lits-rem:       248  cl-subs:     2414  v-elim:      0  v-fix:    0  time:  0.28 s
61.85/15.59	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.21/15.60	c vivif2 --  cl tried    20083 cl shrink        0 lits rem          0 time: 0.00
62.21/15.66	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
62.21/15.66	c calculated reachability. Time: 0.00
62.21/15.66	c  N st    40    238279        75      1597         0     20083      7985    238922   no data   no data
84.17/21.16	c  F st    41    306250        75      1597         0     21958      7985    239815   no data   no data
84.17/21.16	c  N st    41    306250        75      1597         0     21958      7985    239815   no data   no data
85.76/21.59	c Decided on static restart strategy
93.74/23.59	c  N st    51    334553        75      1597         0     25916      7985    301807   no data   no data
102.93/25.83	c  N st    53    357420        75      1597         0     24072      7985    264254   no data   no data
102.93/25.83	c  S st    53    357420        75      1597         0     24072      7985    264254   no data   no data
103.33/25.90	c  S st    53    357922        75      1597         0     24544      7985    273170   no data   no data
103.33/25.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
103.33/25.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
103.33/25.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.33/25.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.33/25.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.33/25.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
103.33/25.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
103.33/25.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
103.33/25.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.13/26.10	c lits-rem:       128  cl-subs:     1488  v-elim:      0  v-fix:    0  time:  0.18 s
104.13/26.10	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
104.13/26.10	c vivif2 --  cl tried    23056 cl shrink        0 lits rem          0 time: 0.00
104.13/26.17	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
104.13/26.17	c calculated reachability. Time: 0.00
104.13/26.17	c  N st    53    357922        75      1597         0     23056      7985    253124   no data   no data
116.10/29.11	c  N st    54    390315        75      1597         0     28650      7985    328727   no data   no data
135.25/33.95	c  N st    55    438905        75      1597         0     47916      7985    634172   no data   no data
164.79/41.39	c  N st    56    511787        75      1597         0     35447      7985    421855   no data   no data
177.15/44.43	c  N st    57    536883        75      1597         0     30207      7985    325530   no data   no data
177.15/44.43	c  S st    57    536883        75      1597         0     30207      7985    325530   no data   no data
177.55/44.51	c  S st    57    537390        75      1597         0     30680      7985    333980   no data   no data
177.55/44.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
177.55/44.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
177.55/44.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.55/44.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.55/44.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.55/44.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
177.55/44.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
177.55/44.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
177.55/44.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.36/44.80	c lits-rem:       174  cl-subs:     1722  v-elim:      0  v-fix:    0  time:  0.26 s
178.36/44.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
178.75/44.80	c vivif2 --  cl tried    28958 cl shrink        0 lits rem          0 time: 0.00
179.15/44.90	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
179.15/44.90	c calculated reachability. Time: 0.00
179.15/44.90	c  N st    57    537390        75      1597         0     28958      7985    311178   no data   no data
238.61/59.90	c Following stats are for *FIRST FINISHED THREAD ONLY*
238.61/59.90	c num threads              : 4          
238.61/59.90	c restarts                 : 58         
238.61/59.90	c dynamic restarts         : 0          
238.61/59.90	c static restarts          : 58         
238.61/59.90	c full restarts            : 3          
238.61/59.90	c total simplify time      : 0.00       
238.61/59.90	c learnts DL2              : 0          
238.61/59.90	c learnts size 2           : 0          
238.61/59.90	c learnts size 1           : 0           (0.00      % of vars)
238.61/59.90	c filedLit time            : 0.02        (0.03      % time)
238.61/59.90	c v-elim SatELite          : 0           (0.00      % vars)
238.61/59.90	c SatELite time            : 2.63        (4.39      % time)
238.61/59.90	c v-elim xor               : 0           (0.00      % vars)
238.61/59.90	c xor elim time            : 0.00        (0.00      % time)
238.61/59.90	c num binary xor trees     : 0          
238.61/59.90	c binxor trees' crown      : 0           (nan       leafs/tree)
238.61/59.90	c bin xor find time        : 0.00       
238.61/59.90	c OTF clause improved      : 68688       (0.11      clauses/conflict)
238.61/59.90	c OTF impr. size diff      : 69584       (1.01       lits/clause)
238.61/59.90	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
238.61/59.90	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
238.61/59.90	c tried to recurMin cls    : 26484       (4.06       % of conflicts)
238.61/59.90	c updated cache            : 297         (0.01       lits/tried recurMin)
238.61/59.90	c unit cls recevied        : 0           (nan       % of units)
238.61/59.90	c unit cls sent            : 0           (nan       % of units)
238.61/59.90	c bin cls recevied         : 0          
238.61/59.90	c bin cls sent             : 0          
238.61/59.90	c clauses over max glue    : 0           (0.00      % of all clauses)
238.61/59.90	c conflicts                : 653112      (10915.05  / sec)
238.61/59.90	c decisions                : 719453      (1.09      % random)
238.61/59.90	c bogo-props               : 10770117146 (179994227.65 / sec)
238.61/59.90	c conflict literals        : 10661846    (18.97     % deleted)
238.61/59.90	c Memory used              : 277.76      MB
238.61/59.90	c single-thread CPU time   : 59.84       s
238.61/59.90	c all-threads sum CPU time : 238.84      s
238.61/59.90	s SATISFIABLE
238.61/59.90	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 0

Verifier Data

OK

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-3366517-1305405919/watcher-3366517-1305405919 -o /tmp/evaluation-result-3366517-1305405919/solver-3366517-1305405919 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366517-1305405919.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 5.06 7.31 7.71 3/293 2467
/proc/meminfo: memFree=13124884/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=183212 CPUtime=0 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 483 0 0 0 0 0 0 0 25 0 4 0 652191554 187609088 419 33554432000 4194304 4580107 140733957036960 18446744073709551615 208080232251 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2465/statm: 45803 439 332 95 0 40785 0
[pid=2465/tid=2468] ppid=2462 vsize=216152 CPUtime=0 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 4 0 652191555 221339648 611 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=216152 CPUtime=0 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 4 0 652191555 221339648 611 33554432000 4194304 4580107 140733957036960 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=216152 CPUtime=0 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 98 0 0 0 0 0 0 0 25 0 4 0 652191555 221339648 611 33554432000 4194304 4580107 140733957036960 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.11375 s]
/proc/loadavg: 5.06 7.31 7.71 3/293 2467
/proc/meminfo: memFree=13124884/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=217976 CPUtime=0.42 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 1759 0 0 0 42 0 0 0 25 0 4 0 652191554 223207424 1273 33554432000 4194304 4580107 140733957036960 18446744073709551615 4321048 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 54494 1274 376 95 0 49476 0
[pid=2465/tid=2468] ppid=2462 vsize=217976 CPUtime=0.1 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 354 0 0 0 10 0 0 0 25 0 4 0 652191555 223207424 1274 33554432000 4194304 4580107 140733957036960 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=217976 CPUtime=0.1 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 344 0 0 0 10 0 0 0 25 0 4 0 652191555 223207424 1274 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=217976 CPUtime=0.1 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 281 0 0 0 10 0 0 0 25 0 4 0 652191555 223207424 1274 33554432000 4194304 4580107 140733957036960 18446744073709551615 4302544 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 217976

[startup+0.200733 s]
/proc/loadavg: 5.06 7.31 7.71 3/293 2467
/proc/meminfo: memFree=13124884/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=218256 CPUtime=0.77 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 2138 0 0 0 77 0 0 0 25 0 4 0 652191554 223494144 1652 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 54564 1652 377 95 0 49546 0
[pid=2465/tid=2468] ppid=2462 vsize=218256 CPUtime=0.19 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 450 0 0 0 19 0 0 0 25 0 4 0 652191555 223494144 1652 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=218256 CPUtime=0.18 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 444 0 0 0 18 0 0 0 25 0 4 0 652191555 223494144 1652 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=218256 CPUtime=0.19 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 377 0 0 0 19 0 0 0 25 0 4 0 652191555 223494144 1652 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 218256

[startup+0.300715 s]
/proc/loadavg: 5.06 7.31 7.71 3/293 2467
/proc/meminfo: memFree=13124884/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=218884 CPUtime=1.17 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 2764 0 0 0 117 0 0 0 25 0 4 0 652191554 224137216 1646 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 54721 1646 377 95 0 49703 0
[pid=2465/tid=2468] ppid=2462 vsize=218884 CPUtime=0.29 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 588 0 0 0 29 0 0 0 25 0 4 0 652191555 224137216 1646 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=218884 CPUtime=0.28 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 610 0 0 0 28 0 0 0 25 0 4 0 652191555 224137216 1646 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=218884 CPUtime=0.29 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 539 0 0 0 29 0 0 0 25 0 4 0 652191555 224137216 1646 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218884

[startup+0.700638 s]
/proc/loadavg: 5.06 7.31 7.71 3/293 2467
/proc/meminfo: memFree=13124884/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=219956 CPUtime=2.76 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 4310 0 0 0 276 0 0 0 25 0 4 0 652191554 225234944 2392 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294818 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 54989 2392 377 95 0 49971 0
[pid=2465/tid=2468] ppid=2462 vsize=219956 CPUtime=0.69 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 952 0 0 0 69 0 0 0 25 0 4 0 652191555 225234944 2392 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=219956 CPUtime=0.68 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 1019 0 0 0 68 0 0 0 25 0 4 0 652191555 225234944 2393 33554432000 4194304 4580107 140733957036960 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=219956 CPUtime=0.69 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 923 0 0 0 69 0 0 0 25 0 4 0 652191555 225234944 2393 33554432000 4194304 4580107 140733957036960 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 219956

[startup+1.50049 s]
/proc/loadavg: 5.54 7.37 7.73 10/302 2475
/proc/meminfo: memFree=13099028/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=221120 CPUtime=5.96 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 8702 0 0 0 595 1 0 0 25 0 4 0 652191554 226426880 4440 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 55280 4440 379 95 0 50262 0
[pid=2465/tid=2468] ppid=2462 vsize=221120 CPUtime=1.49 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 2450 0 0 0 149 0 0 0 25 0 4 0 652191555 226426880 4440 33554432000 4194304 4580107 140733957036960 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=221120 CPUtime=1.47 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 1657 0 0 0 147 0 0 0 25 0 4 0 652191555 226426880 4440 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=221120 CPUtime=1.49 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 1590 0 0 0 149 0 0 0 25 0 4 0 652191555 226426880 4440 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 221120

[startup+3.10019 s]
/proc/loadavg: 5.54 7.37 7.73 10/302 2475
/proc/meminfo: memFree=13068036/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=228280 CPUtime=12.35 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 16300 0 0 0 1233 2 0 0 25 0 4 0 652191554 233758720 9048 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 57070 9048 379 95 0 52052 0
[pid=2465/tid=2468] ppid=2462 vsize=228280 CPUtime=3.08 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 4200 0 0 0 308 0 0 0 25 0 4 0 652191555 233758720 9048 33554432000 4194304 4580107 140733957036960 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=228280 CPUtime=3.06 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 3946 0 0 0 306 0 0 0 25 0 4 0 652191555 233758720 9048 33554432000 4194304 4580107 140733957036960 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=228280 CPUtime=3.08 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 3615 0 0 0 308 0 0 0 25 0 4 0 652191555 233758720 9048 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 228280

[startup+6.30057 s]
/proc/loadavg: 5.54 7.37 7.73 10/302 2475
/proc/meminfo: memFree=13029828/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=223428 CPUtime=25.11 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 24602 0 0 0 2507 4 0 0 25 0 4 0 652191554 228790272 12129 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 55857 12129 379 95 0 50839 0
[pid=2465/tid=2468] ppid=2462 vsize=223428 CPUtime=6.28 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 5864 0 0 0 628 0 0 0 25 0 4 0 652191555 228790272 12129 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=223428 CPUtime=6.23 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 6103 0 0 0 623 0 0 0 25 0 4 0 652191555 228790272 12130 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=223428 CPUtime=6.29 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 6126 0 0 0 628 1 0 0 25 0 4 0 652191555 228790272 12130 33554432000 4194304 4580107 140733957036960 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 223428

[startup+12.7004 s]
/proc/loadavg: 5.99 7.41 7.74 10/302 2476
/proc/meminfo: memFree=12980680/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=238108 CPUtime=50.65 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 37134 0 0 0 5059 6 0 0 25 0 4 0 652191554 243822592 13336 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 59527 13336 379 95 0 54509 0
[pid=2465/tid=2468] ppid=2462 vsize=238108 CPUtime=12.68 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 9209 0 0 0 1267 1 0 0 25 0 4 0 652191555 243822592 13336 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=238108 CPUtime=12.57 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 9695 0 0 0 1256 1 0 0 25 0 4 0 652191555 243822592 13336 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=238108 CPUtime=12.68 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 8730 0 0 0 1267 1 0 0 25 0 4 0 652191555 243822592 13336 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 238108

[startup+25.5009 s]
/proc/loadavg: 6.38 7.44 7.75 10/302 2476
/proc/meminfo: memFree=12943180/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=248232 CPUtime=101.73 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 56796 0 0 0 10163 10 0 0 25 0 4 0 652191554 254189568 18124 33554432000 4194304 4580107 140733957036960 18446744073709551615 4321030 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 62058 18124 379 95 0 57040 0
[pid=2465/tid=2468] ppid=2462 vsize=248232 CPUtime=25.48 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 13918 0 0 0 2546 2 0 0 25 0 4 0 652191555 254189568 18124 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=248232 CPUtime=25.25 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 13896 0 0 0 2524 1 0 0 25 0 4 0 652191555 254189568 18124 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=248232 CPUtime=25.48 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 14557 0 0 0 2546 2 0 0 25 0 4 0 652191555 254189568 18124 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 248232

[startup+51.101 s]
/proc/loadavg: 7.02 7.50 7.75 10/302 2477
/proc/meminfo: memFree=12891884/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=274112 CPUtime=203.9 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 85599 0 0 0 20374 16 0 0 25 0 4 0 652191554 280690688 23124 33554432000 4194304 4580107 140733957036960 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 68528 23124 379 95 0 63510 0
[pid=2465/tid=2468] ppid=2462 vsize=274112 CPUtime=51.08 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 20816 0 0 0 5104 4 0 0 25 0 4 0 652191555 280690688 23124 33554432000 4194304 4580107 140733957036960 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=274112 CPUtime=50.62 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 20743 0 0 0 5060 2 0 0 25 0 4 0 652191555 280690688 23124 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=274112 CPUtime=51.08 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 21618 0 0 0 5104 4 0 0 25 0 4 0 652191555 280690688 23124 33554432000 4194304 4580107 140733957036960 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 274112

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

[startup+51.201 s]
/proc/loadavg: 7.02 7.50 7.75 10/302 2477
/proc/meminfo: memFree=12891884/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=274112 CPUtime=204.3 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 85642 0 0 0 20414 16 0 0 25 0 4 0 652191554 280690688 23167 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 68528 23167 379 95 0 63510 0
[pid=2465/tid=2468] ppid=2462 vsize=274112 CPUtime=51.18 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 20829 0 0 0 5114 4 0 0 25 0 4 0 652191555 280690688 23167 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=274112 CPUtime=50.72 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 20743 0 0 0 5070 2 0 0 25 0 4 0 652191555 280690688 23167 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=274112 CPUtime=51.18 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 21634 0 0 0 5114 4 0 0 25 0 4 0 652191555 280690688 23167 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 274112

[startup+54.4004 s]
/proc/loadavg: 7.02 7.50 7.75 10/302 2477
/proc/meminfo: memFree=12884320/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=274196 CPUtime=217.06 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 87763 0 0 0 21690 16 0 0 25 0 4 0 652191554 280776704 23368 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 68549 23368 379 95 0 63531 0
[pid=2465/tid=2468] ppid=2462 vsize=274196 CPUtime=54.38 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 20987 0 0 0 5434 4 0 0 25 0 4 0 652191555 280776704 23368 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=274196 CPUtime=53.89 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 20856 0 0 0 5387 2 0 0 25 0 4 0 652191555 280776704 23368 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=274196 CPUtime=54.38 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 22549 0 0 0 5434 4 0 0 25 0 4 0 652191555 280776704 23368 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 217.06
Current children cumulated vsize (KiB) 274196

[startup+57.6008 s]
/proc/loadavg: 7.10 7.50 7.75 10/302 2477
/proc/meminfo: memFree=12872912/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=284376 CPUtime=229.83 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 89865 0 0 0 22967 16 0 0 25 0 4 0 652191554 291201024 24483 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 71094 24483 379 95 0 66076 0
[pid=2465/tid=2468] ppid=2462 vsize=284376 CPUtime=57.58 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 20987 0 0 0 5754 4 0 0 25 0 4 0 652191555 291201024 24483 33554432000 4194304 4580107 140733957036960 18446744073709551615 4316661 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=284376 CPUtime=57.06 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 21533 0 0 0 5703 3 0 0 25 0 4 0 652191555 291201024 24483 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=284376 CPUtime=57.58 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 23062 0 0 0 5754 4 0 0 25 0 4 0 652191555 291201024 24483 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 229.83
Current children cumulated vsize (KiB) 284376

[startup+59.2005 s]
/proc/loadavg: 7.10 7.50 7.75 10/302 2477
/proc/meminfo: memFree=12866588/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=284424 CPUtime=236.23 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 91064 0 0 0 23606 17 0 0 25 0 4 0 652191554 291250176 24688 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 71106 24688 379 95 0 66088 0
[pid=2465/tid=2468] ppid=2462 vsize=284424 CPUtime=59.18 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 20987 0 0 0 5914 4 0 0 25 0 4 0 652191555 291250176 24688 33554432000 4194304 4580107 140733957036960 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=284424 CPUtime=58.65 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 21758 0 0 0 5862 3 0 0 25 0 4 0 652191555 291250176 24688 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=284424 CPUtime=59.18 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 23821 0 0 0 5914 4 0 0 25 0 4 0 652191555 291250176 24688 33554432000 4194304 4580107 140733957036960 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 236.23
Current children cumulated vsize (KiB) 284424

[startup+59.6004 s]
/proc/loadavg: 7.10 7.50 7.75 10/302 2477
/proc/meminfo: memFree=12861876/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=284424 CPUtime=237.82 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 91266 0 0 0 23765 17 0 0 25 0 4 0 652191554 291250176 24890 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 71106 24890 379 95 0 66088 0
[pid=2465/tid=2468] ppid=2462 vsize=284424 CPUtime=59.58 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 21029 0 0 0 5954 4 0 0 25 0 4 0 652191555 291250176 24890 33554432000 4194304 4580107 140733957036960 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=284424 CPUtime=59.04 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 21808 0 0 0 5901 3 0 0 25 0 4 0 652191555 291250176 24890 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=284424 CPUtime=59.58 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 23878 0 0 0 5954 4 0 0 25 0 4 0 652191555 291250176 24890 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 237.82
Current children cumulated vsize (KiB) 284424

[startup+59.8004 s]
/proc/loadavg: 7.10 7.50 7.75 10/302 2477
/proc/meminfo: memFree=12861876/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=284424 CPUtime=238.61 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) R 2462 2465 2430 0 -1 4202496 91371 0 0 0 23844 17 0 0 25 0 4 0 652191554 291250176 24995 33554432000 4194304 4580107 140733957036960 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 71106 24995 379 95 0 66088 0
[pid=2465/tid=2468] ppid=2462 vsize=284424 CPUtime=59.78 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 21051 0 0 0 5974 4 0 0 25 0 4 0 652191555 291250176 24995 33554432000 4194304 4580107 140733957036960 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2465/tid=2469] ppid=2462 vsize=284424 CPUtime=59.24 cores=0,2,4,6
/proc/2465/task/2469/stat : 2469 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 21836 0 0 0 5921 3 0 0 25 0 4 0 652191555 291250176 24995 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2465/tid=2470] ppid=2462 vsize=284424 CPUtime=59.77 cores=0,2,4,6
/proc/2465/task/2470/stat : 2470 (strangenight2-m) R 2462 2465 2430 0 -1 4202560 23908 0 0 0 5973 4 0 0 25 0 4 0 652191555 291250176 24995 33554432000 4194304 4580107 140733957036960 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 238.61
Current children cumulated vsize (KiB) 284424

[startup+59.9004 s]
/proc/loadavg: 7.10 7.50 7.75 10/302 2477
/proc/meminfo: memFree=12861876/32950928 swapFree=67083212/67111528
[pid=2465] ppid=2462 vsize=0 CPUtime=239 cores=0,2,4,6
/proc/2465/stat : 2465 (strangenight2-m) Z 2462 2465 2430 0 -1 4203548 91430 0 0 0 23883 17 0 0 25 0 2 0 652191554 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2465/statm: 0 0 0 0 0 0 0
[pid=2465/tid=2468] ppid=2462 vsize=0 CPUtime=59.88 cores=0,2,4,6
/proc/2465/task/2468/stat : 2468 (strangenight2-m) R 2462 2465 2430 0 -1 4203588 21062 0 0 0 5984 4 0 0 25 0 2 0 652191555 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 239
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 59.9055
CPU time (s): 239.021
CPU user time (s): 238.839
CPU system time (s): 0.181972
CPU usage (%): 398.996
Max. virtual memory (cumulated for all children) (KiB): 284424

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

runsolver used 0.163975 second user time and 0.39094 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 22:45:19
IDJOB=3366517
IDBENCH=82926
IDSOLVER=1844
FILE ID=node127/3366517-1305405919
RUNJOBID= node127-1305405919-2448
PBS_JOBID= 13324505
Free space on /tmp= 73480 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1636883934-028.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366517-1305405919/watcher-3366517-1305405919 -o /tmp/evaluation-result-3366517-1305405919/solver-3366517-1305405919 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366517-1305405919.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f499dfbb776939482f3f42f9fdb448de
RANDOM SEED=1500397252

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.823
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:      13125352 kB
Buffers:        288992 kB
Cached:        3364724 kB
SwapCached:       1620 kB
Active:       16821340 kB
Inactive:      2666332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13125352 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           10920 kB
Writeback:           0 kB
AnonPages:    15831916 kB
Mapped:          24932 kB
Slab:           226096 kB
PageTables:      46660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44317420 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= 73468 MiB
End job on node127 at 2011-05-14 22:46:19