Trace number 3367705

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-st (fixed)? (TO) 1300.04 1300.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
MD5SUMbf9c7e319eca3277c9c5b6246acb470c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark391.674
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367705-1305386105.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 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:    100 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.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:      42 undec:       5 neg:      53
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       100      2130         0         0     10650         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.11	c  N st     8      4917       100      2130         0      4595     10650     99435   no data   no data
0.29/0.30	c  N st    10     11299       100      2130         0      4246     10650     74192   no data   no data
0.49/0.50	c  N st    11     17043       100      2130         0      9584     10650    187236   no data   no data
0.79/0.80	c  F st    12     25000       100      2130         0     11757     10650    234784   no data   no data
0.79/0.80	c  N st    12     25000       100      2130         0     11757     10650    234784   no data   no data
0.89/1.00	c Decided on static restart strategy
0.89/1.00	c  N st    18     30001       100      2130         0     10101     10650    188758   no data   no data
0.89/1.00	c  S st    18     30001       100      2130         0     10101     10650    188758   no data   no data
0.99/1.03	c  S st    18     30506       100      2130         0     10586     10650    199428   no data   no data
0.99/1.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.99/1.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.99/1.03	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
0.99/1.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.99/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.99/1.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.99/1.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.99/1.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.99/1.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.10/1.19	c lits-rem:       191  cl-subs:     1759  v-elim:      0  v-fix:    0  time:  0.15 s
1.19/1.22	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
1.19/1.23	c calculated reachability. Time: 0.00
1.19/1.23	c  N st    18     30506       100      2130         0      8827     10650    161088   no data   no data
1.48/1.55	c  N st    20     37617       100      2130         0      8102     10650    130014   no data   no data
1.78/1.85	c  N st    21     44018       100      2130         0     14049     10650    257189   no data   no data
1.88/1.95	c  S st    22     45760       100      2130         0     15672     10650    293450   no data   no data
1.88/1.99	c  S st    22     46263       100      2130         0     16156     10650    304416   no data   no data
1.88/1.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.88/2.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.98/2.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.98/2.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.98/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.98/2.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1.98/2.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.98/2.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.98/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.40	c lits-rem:       416  cl-subs:     2364  v-elim:      0  v-fix:    0  time:  0.39 s
2.39/2.40	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2.39/2.40	c vivif2 --  cl tried    13792 cl shrink        0 lits rem          0 time: 0.00
2.39/2.45	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
2.39/2.45	c calculated reachability. Time: 0.00
2.39/2.45	c  N st    22     46263       100      2130         0     13792     10650    254579   no data   no data
3.09/3.19	c  N st    23     60661       100      2130         0      9726     10650    143459   no data   no data
3.59/3.64	c  N st    24     69394       100      2130         0     17766     10650    313369   no data   no data
3.59/3.64	c  S st    24     69394       100      2130         0     17766     10650    313369   no data   no data
3.59/3.68	c  S st    24     69900       100      2130         0     18257     10650    324213   no data   no data
3.59/3.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.59/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
3.59/3.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.59/3.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.59/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.59/3.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.59/3.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.69/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.09/4.18	c lits-rem:       439  cl-subs:     2492  v-elim:      0  v-fix:    0  time:  0.48 s
4.09/4.18	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4.09/4.19	c vivif2 --  cl tried    15765 cl shrink        0 lits rem          0 time: 0.00
4.19/4.24	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
4.19/4.24	c calculated reachability. Time: 0.00
4.19/4.24	c  N st    24     69900       100      2130         0     15765     10650    272627   no data   no data
5.19/5.28	c  F st    25     87501       100      2130         0     21990     10650    399817   no data   no data
5.19/5.28	c  N st    25     87501       100      2130         0     21990     10650    399817   no data   no data
5.50/5.59	c Decided on static restart strategy
5.69/5.76	c  N st    32     95539       100      2130         0     18434     10650    316401   no data   no data
6.29/6.34	c  N st    34    104851       100      2130         0     15064     10650    240726   no data   no data
6.29/6.34	c  S st    34    104851       100      2130         0     15064     10650    240726   no data   no data
6.29/6.38	c  S st    34    105353       100      2130         0     15545     10650    251380   no data   no data
6.29/6.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.29/6.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.29/6.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.29/6.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.29/6.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.29/6.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
6.29/6.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.29/6.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.29/6.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.49/6.53	c lits-rem:       138  cl-subs:     1097  v-elim:      0  v-fix:    0  time:  0.14 s
6.49/6.53	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
6.49/6.53	c vivif2 --  cl tried    14448 cl shrink        0 lits rem          0 time: 0.00
6.49/6.59	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
6.49/6.59	c calculated reachability. Time: 0.00
6.49/6.59	c  N st    34    105353       100      2130         0     14448     10650    227968   no data   no data
7.09/7.17	c  N st    35    114951       100      2130         0     23363     10650    429618   no data   no data
7.99/8.07	c  N st    36    129350       100      2130         0     23767     10650    419972   no data   no data
9.48/9.55	c  N st    37    150945       100      2130         0     15032     10650    199429   no data   no data
9.89/9.95	c  S st    38    158029       100      2130         0     21629     10650    347209   no data   no data
9.98/10.01	c  S st    38    158531       100      2130         0     22108     10650    358076   no data   no data
9.98/10.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.98/10.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
9.98/10.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.98/10.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.98/10.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.98/10.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
9.98/10.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.98/10.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.98/10.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.28/10.39	c lits-rem:       405  cl-subs:     1766  v-elim:      0  v-fix:    0  time:  0.37 s
10.28/10.40	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
10.38/10.40	c vivif2 --  cl tried    20342 cl shrink        0 lits rem          0 time: 0.00
10.38/10.47	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
10.38/10.47	c calculated reachability. Time: 0.00
10.38/10.47	c  N st    38    158531       100      2130         0     20342     10650    320467   no data   no data
14.39/14.41	c  N st    39    207119       100      2130         0     32929     10650    567605   no data   no data
16.99/17.09	c  N st    40    237798       100      2130         0     25109     10650    379790   no data   no data
16.99/17.09	c  S st    40    237798       100      2130         0     25109     10650    379790   no data   no data
17.09/17.15	c  S st    40    238302       100      2130         0     25587     10650    390702   no data   no data
17.09/17.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.09/17.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
17.09/17.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.09/17.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.09/17.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.09/17.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
17.09/17.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.09/17.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.09/17.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.60/17.67	c lits-rem:       370  cl-subs:     2306  v-elim:      0  v-fix:    0  time:  0.50 s
17.60/17.67	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
17.60/17.68	c vivif2 --  cl tried    23281 cl shrink        0 lits rem          0 time: 0.00
17.69/17.76	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.08
17.69/17.76	c calculated reachability. Time: 0.00
17.69/17.76	c  N st    40    238302       100      2130         0     23281     10650    344243   no data   no data
23.89/23.97	c  F st    41    306251       100      2130         0     25139     10650    347954   no data   no data
23.89/23.97	c  N st    41    306251       100      2130         0     25139     10650    347954   no data   no data
24.39/24.42	c Decided on static restart strategy
26.88/26.91	c  N st    51    334550       100      2130         0     29239     10650    417886   no data   no data
29.49/29.50	c  N st    53    357454       100      2130         0     27331     10650    369801   no data   no data
29.49/29.50	c  S st    53    357454       100      2130         0     27331     10650    369801   no data   no data
29.49/29.57	c  S st    53    357958       100      2130         0     27820     10650    380913   no data   no data
29.49/29.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.49/29.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
29.49/29.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.49/29.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.49/29.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.49/29.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
29.49/29.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.49/29.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.49/29.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.79/29.86	c lits-rem:       286  cl-subs:     1300  v-elim:      0  v-fix:    0  time:  0.27 s
29.79/29.86	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
29.79/29.86	c vivif2 --  cl tried    26520 cl shrink        0 lits rem          0 time: 0.00
29.89/29.96	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.09
29.89/29.96	c calculated reachability. Time: 0.00
29.89/29.96	c  N st    53    357958       100      2130         0     26520     10650    354858   no data   no data
33.29/33.38	c  N st    54    390350       100      2130         0     32616     10650    470628   no data   no data
39.29/39.33	c  N st    55    438939       100      2130         0     26592     10650    324569   no data   no data
46.89/46.99	c  N st    56    511822       100      2130         0     39329     10650    583698   no data   no data
49.50/49.57	c  N st    57    536938       100      2130         0     33973     10650    449150   no data   no data
49.50/49.57	c  S st    57    536938       100      2130         0     33973     10650    449150   no data   no data
49.59/49.65	c  S st    57    537439       100      2130         0     34447     10650    459711   no data   no data
49.59/49.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.59/49.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.59/49.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.59/49.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.59/49.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.59/49.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
49.59/49.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.59/49.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.59/49.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.09/50.10	c lits-rem:       611  cl-subs:     1744  v-elim:      0  v-fix:    0  time:  0.43 s
50.09/50.10	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
50.09/50.11	c vivif2 --  cl tried    32703 cl shrink        0 lits rem          0 time: 0.01
50.19/50.22	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.11
50.19/50.22	c calculated reachability. Time: 0.00
50.19/50.22	c  N st    57    537439       100      2130         0     32703     10650    425075   no data   no data
68.69/68.76	c  N st    58    701423       100      2130         0     59898     10650    955624   no data   no data
82.09/82.16	c  N st    59    806159       100      2130         0     54398     10650    806226   no data   no data
82.09/82.16	c  S st    59    806159       100      2130         0     54398     10650    806226   no data   no data
82.19/82.29	c  S st    59    806662       100      2130         0     54874     10650    817056   no data   no data
82.19/82.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.29/82.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
82.29/82.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.29/82.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.29/82.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.29/82.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
82.29/82.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.29/82.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.29/82.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.19/85.23	c lits-rem:      1023  cl-subs:     6713  v-elim:      0  v-fix:    0  time:  2.89 s
85.19/85.23	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
85.19/85.23	c vivif2 --  cl tried    48161 cl shrink        0 lits rem          0 time: 0.01
85.39/85.42	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.18
85.39/85.42	c calculated reachability. Time: 0.00
85.39/85.42	c  N st    59    806662       100      2130         0     48161     10650    691770   no data   no data
121.79/121.85	c  F st    60   1071875       100      2130         0     63632     10650    972936   no data   no data
121.79/121.85	c  N st    60   1071875       100      2130         0     63632     10650    972936   no data   no data
122.79/122.86	c Decided on static restart strategy
127.38/127.42	c  N st    70   1100178       100      2130         0     48419     10650    618098   no data   no data
133.39/133.48	c  N st    72   1136172       100      2130         0     81571     10650   1335512   no data   no data
138.69/138.74	c  N st    73   1168565       100      2130         0     69092     10650   1067853   no data   no data
146.49/146.55	c  N st    74   1209993       100      2130         0     63869     10650    929221   no data   no data
146.49/146.55	c  S st    74   1209993       100      2130         0     63869     10650    929221   no data   no data
146.69/146.70	c  S st    74   1210496       100      2130         0     64353     10650    940195   no data   no data
146.69/146.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.69/146.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
146.69/146.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.69/146.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.69/146.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.69/146.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
146.69/146.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
146.69/146.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
146.69/146.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.79/149.85	c lits-rem:      1079  cl-subs:     5459  v-elim:      0  v-fix:    0  time:  3.09 s
149.79/149.85	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
149.79/149.86	c vivif2 --  cl tried    58894 cl shrink        0 lits rem          0 time: 0.01
149.99/150.07	c asymm  cl-useful: 0/1969/2130 lits-rem:0 time: 0.21
149.99/150.07	c calculated reachability. Time: 0.00
149.99/150.07	c  N st    74   1210496       100      2130         0     58894     10650    830586   no data   no data
162.70/162.80	c  N st    75   1283378       100      2130         0     81928     10650   1319932   no data   no data
182.79/182.85	c  N st    76   1392702       100      2130         0     91223     10650   1458853   no data   no data
214.29/214.34	c  N st    77   1556687       100      2130         0     98682     10650   1597665   no data   no data
244.69/244.72	c  N st    78   1710496       100      2130         0     88300     10650   1332576   no data   no data
244.69/244.72	c  S st    78   1710496       100      2130         0     88300     10650   1332576   no data   no data
244.89/244.94	c  S st    78   1710999       100      2130         0     88774     10650   1343905   no data   no data
244.89/244.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.89/244.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
244.89/244.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.89/244.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.89/244.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.89/244.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
244.89/244.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.89/244.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
244.99/245.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.20/254.27	c lits-rem:      1592  cl-subs:    11290  v-elim:      0  v-fix:    0  time:  9.24 s
254.20/254.27	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
254.20/254.28	c vivif2 --  cl tried    77484 cl shrink        0 lits rem          0 time: 0.01
254.50/254.53	c asymm  cl-useful: 0/1464/2130 lits-rem:0 time: 0.25
254.50/254.53	c calculated reachability. Time: 0.00
254.50/254.53	c  N st    78   1710999       100      2130         0     77484     10650   1132589   no data   no data
327.20/327.27	c  N st    79   2079963       100      2130         0     89742     10650   1322700   no data   no data
356.99/357.00	c  N st    80   2210999       100      2130         0     93093     10650   1354838   no data   no data
356.99/357.00	c  S st    80   2210999       100      2130         0     93093     10650   1354838   no data   no data
357.19/357.25	c  S st    80   2211503       100      2130         0     93576     10650   1366153   no data   no data
357.19/357.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
357.19/357.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
357.19/357.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
357.19/357.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
357.19/357.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
357.19/357.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
357.19/357.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
357.29/357.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
357.29/357.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
366.10/366.18	c lits-rem:      1788  cl-subs:    11145  v-elim:      0  v-fix:    0  time:  8.84 s
366.10/366.18	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
366.20/366.21	c vivif2 --  cl tried    82431 cl shrink        0 lits rem          0 time: 0.02
366.31/366.33	c asymm  cl-useful: 0/666/2130 lits-rem:0 time: 0.14
366.31/366.34	c calculated reachability. Time: 0.00
366.31/366.34	c  N st    80   2211503       100      2130         0     82431     10650   1155970   no data   no data
480.49/480.55	c  N st    81   2711503       100      2130         0    105238     10650   1563004   no data   no data
480.49/480.55	c  S st    81   2711503       100      2130         0    105238     10650   1563004   no data   no data
480.79/480.85	c  S st    81   2712007       100      2130         0    105714     10650   1573705   no data   no data
480.79/480.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
480.79/480.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
480.89/480.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
480.89/480.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
480.89/480.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
480.89/480.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
480.89/480.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
480.89/480.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
480.89/480.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
493.40/493.42	c lits-rem:      1405  cl-subs:    13359  v-elim:      0  v-fix:    0  time: 12.47 s
493.40/493.42	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
493.40/493.44	c vivif2 --  cl tried    92355 cl shrink        0 lits rem          0 time: 0.02
493.60/493.69	c asymm  cl-useful: 0/1346/2130 lits-rem:0 time: 0.25
493.60/493.69	c calculated reachability. Time: 0.00
493.60/493.69	c  N st    81   2712007       100      2130         0     92355     10650   1315299   no data   no data
621.70/621.76	c  N st    82   3212007       100      2130         0    141166     10650   2217725   no data   no data
621.70/621.76	c  S st    82   3212007       100      2130         0    141166     10650   2217725   no data   no data
622.20/622.24	c  S st    82   3212512       100      2130         0    141653     10650   2229096   no data   no data
622.20/622.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
622.30/622.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
622.30/622.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
622.30/622.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
622.30/622.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
622.30/622.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
622.30/622.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
622.30/622.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
622.40/622.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
655.90/655.95	c lits-rem:      2332  cl-subs:    24325  v-elim:      0  v-fix:    0  time: 33.54 s
655.90/655.95	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
655.90/655.98	c vivif2 --  cl tried   117328 cl shrink        0 lits rem          0 time: 0.02
656.20/656.25	c asymm  cl-useful: 0/784/2130 lits-rem:0 time: 0.28
656.20/656.26	c calculated reachability. Time: 0.00
656.20/656.26	c  N st    82   3212512       100      2130         0    117328     10650   1791340   no data   no data
783.80/783.89	c  N st    83   3712514       100      2130         0    135308     10650   2048553   no data   no data
783.80/783.89	c  S st    83   3712514       100      2130         0    135308     10650   2048553   no data   no data
784.21/784.27	c  S st    83   3713015       100      2130         0    135793     10650   2059929   no data   no data
784.21/784.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
784.31/784.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
784.31/784.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
784.31/784.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
784.31/784.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
784.31/784.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
784.31/784.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
784.31/784.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
784.40/784.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.21/809.21	c lits-rem:      1978  cl-subs:    20400  v-elim:      0  v-fix:    0  time: 24.80 s
809.21/809.21	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
809.21/809.24	c vivif2 --  cl tried   115393 cl shrink        0 lits rem          0 time: 0.02
809.51/809.53	c asymm  cl-useful: 0/1064/2130 lits-rem:0 time: 0.29
809.51/809.53	c calculated reachability. Time: 0.00
809.51/809.53	c  N st    83   3713015       100      2130         0    115393     10650   1690612   no data   no data
821.40/821.40	c  F st    84   3751563       100      2130         0    150515     10650   2439703   no data   no data
821.40/821.40	c  N st    84   3751563       100      2130         0    150515     10650   2439703   no data   no data
823.31/823.33	c Decided on static restart strategy
828.61/828.61	c  N st    94   3779867       100      2130         0    100960     10650   1358221   no data   no data
839.31/839.39	c  N st    96   3815859       100      2130         0    134224     10650   2101991   no data   no data
850.11/850.14	c  N st    97   3848251       100      2130         0     86420     10650   1012036   no data   no data
861.71/861.79	c  N st    98   3896840       100      2130         0    131199     10650   2000205   no data   no data
883.91/883.92	c  N st    99   3969723       100      2130         0    119452     10650   1721861   no data   no data
919.01/919.09	c  N st   100   4079047       100      2130         0    139460     10650   2078972   no data   no data
957.31/957.33	c  N st   101   4213016       100      2130         0     99935     10650   1243430   no data   no data
957.31/957.33	c  S st   101   4213016       100      2130         0     99935     10650   1243430   no data   no data
957.51/957.57	c  S st   101   4213518       100      2130         0    100411     10650   1254730   no data   no data
957.51/957.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
957.61/957.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
957.61/957.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
957.61/957.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
957.61/957.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
957.61/957.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
957.61/957.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
957.61/957.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
957.61/957.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
961.51/961.53	c lits-rem:       790  cl-subs:     6346  v-elim:      0  v-fix:    0  time:  3.86 s
961.51/961.53	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
961.51/961.54	c vivif2 --  cl tried    94065 cl shrink        0 lits rem          0 time: 0.01
961.71/961.77	c asymm  cl-useful: 0/1066/2130 lits-rem:0 time: 0.23
961.71/961.77	c calculated reachability. Time: 0.00
961.71/961.77	c  N st   101   4213518       100      2130         0     94065     10650   1134903   no data   no data
1036.23/1036.27	c  N st   102   4459494       100      2130         0    153240     10650   2322125   no data   no data
1111.41/1111.41	c  N st   103   4713518       100      2130         0    131078     10650   1885116   no data   no data
1111.41/1111.41	c  S st   103   4713518       100      2130         0    131078     10650   1885116   no data   no data
1111.71/1111.75	c  S st   103   4714020       100      2130         0    131564     10650   1896460   no data   no data
1111.71/1111.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1111.81/1111.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
1111.81/1111.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1111.81/1111.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1111.81/1111.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1111.81/1111.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1111.81/1111.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1111.81/1111.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1111.81/1111.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1127.81/1127.80	c lits-rem:      1399  cl-subs:    13755  v-elim:      0  v-fix:    0  time: 15.91 s
1127.81/1127.80	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1127.81/1127.82	c vivif2 --  cl tried   117809 cl shrink        0 lits rem          0 time: 0.02
1128.11/1128.11	c asymm  cl-useful: 0/1042/2130 lits-rem:0 time: 0.29
1128.11/1128.11	c calculated reachability. Time: 0.00
1128.11/1128.11	c  N st   103   4714020       100      2130         0    117809     10650   1635367   no data   no data
1283.82/1283.89	c  N st   104   5214020       100      2130         0    132841     10650   1857864   no data   no data
1283.82/1283.89	c  S st   104   5214020       100      2130         0    132841     10650   1857864   no data   no data
1284.22/1284.22	c  S st   104   5214521       100      2130         0    133321     10650   1869132   no data   no data
1284.22/1284.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1284.22/1284.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
1284.22/1284.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1284.22/1284.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1284.22/1284.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1284.22/1284.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1284.22/1284.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1284.32/1284.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1284.32/1284.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1297.82/1297.81	c lits-rem:      1231  cl-subs:    13376  v-elim:      0  v-fix:    0  time: 13.45 s
1297.82/1297.81	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1297.82/1297.84	c vivif2 --  cl tried   119945 cl shrink        0 lits rem          0 time: 0.02
1298.12/1298.14	c asymm  cl-useful: 0/879/2130 lits-rem:0 time: 0.30
1298.12/1298.14	c calculated reachability. Time: 0.00
1298.12/1298.14	c  N st   104   5214521       100      2130         0    119945     10650   1621252   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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.75 3.97 3.94 3/307 11615
/proc/meminfo: memFree=12365104/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=29744 CPUtime=0 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 506 0 0 0 0 0 0 0 24 0 1 0 650209314 30457856 446 33554432000 4194304 4580011 140736981960352 18446744073709551615 4288512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 7436 446 338 95 0 2418 0

[startup+0.058739 s]
/proc/loadavg: 3.75 3.97 3.94 3/307 11615
/proc/meminfo: memFree=12365104/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=30092 CPUtime=0.05 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 725 0 0 0 5 0 0 0 24 0 1 0 650209314 30814208 646 33554432000 4194304 4580011 140736981960352 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 7523 646 363 95 0 2505 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30092

[startup+0.100659 s]
/proc/loadavg: 3.75 3.97 3.94 3/307 11615
/proc/meminfo: memFree=12365104/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=30224 CPUtime=0.09 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 788 0 0 0 9 0 0 0 24 0 1 0 650209314 30949376 709 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 7556 709 363 95 0 2538 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30224

[startup+0.300683 s]
/proc/loadavg: 3.75 3.97 3.94 3/307 11615
/proc/meminfo: memFree=12365104/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=30976 CPUtime=0.29 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 1164 0 0 0 29 0 0 0 25 0 1 0 650209314 31719424 755 33554432000 4194304 4580011 140736981960352 18446744073709551615 4316677 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 7744 755 363 95 0 2726 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30976

[startup+0.700617 s]
/proc/loadavg: 3.75 3.97 3.94 3/307 11615
/proc/meminfo: memFree=12365104/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=31288 CPUtime=0.69 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 1608 0 0 0 69 0 0 0 25 0 1 0 650209314 32038912 948 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 7822 948 363 95 0 2804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31288

[startup+1.50041 s]
/proc/loadavg: 3.77 3.97 3.94 5/321 11642
/proc/meminfo: memFree=12332232/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=37168 CPUtime=1.48 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 3420 0 0 0 148 0 0 0 25 0 1 0 650209314 38060032 2455 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 9292 2455 367 95 0 4274 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37168

[startup+3.10013 s]
/proc/loadavg: 3.77 3.97 3.94 5/321 11642
/proc/meminfo: memFree=12304144/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=40852 CPUtime=3.09 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 5106 0 0 0 308 1 0 0 25 0 1 0 650209314 41832448 3331 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 10213 3331 367 95 0 5195 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40852

[startup+6.30057 s]
/proc/loadavg: 3.77 3.97 3.94 5/321 11642
/proc/meminfo: memFree=12289884/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=43432 CPUtime=6.29 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 7463 0 0 0 628 1 0 0 25 0 1 0 650209314 44474368 3793 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 10858 3793 367 95 0 5840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43432

[startup+12.7005 s]
/proc/loadavg: 3.80 3.97 3.94 5/321 11642
/proc/meminfo: memFree=12271188/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=46064 CPUtime=12.68 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 10916 0 0 0 1267 1 0 0 25 0 1 0 650209314 47169536 4734 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 11516 4734 367 95 0 6498 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46064

[startup+25.5003 s]
/proc/loadavg: 3.83 3.97 3.94 5/321 11642
/proc/meminfo: memFree=12250820/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=49744 CPUtime=25.48 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 16512 0 0 0 2546 2 0 0 25 0 1 0 650209314 50937856 5655 33554432000 4194304 4580011 140736981960352 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 12436 5655 367 95 0 7418 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49744

[startup+51.1008 s]
/proc/loadavg: 3.89 3.97 3.94 5/321 11643
/proc/meminfo: memFree=12240796/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=55336 CPUtime=51.09 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 25839 0 0 0 5105 4 0 0 25 0 1 0 650209314 56664064 6878 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 13834 6878 367 95 0 8816 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55336

[startup+102.312 s]
/proc/loadavg: 4.03 3.99 3.94 5/321 11644
/proc/meminfo: memFree=12206772/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=67308 CPUtime=102.3 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 42069 0 0 0 10223 7 0 0 25 0 1 0 650209314 68923392 9723 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 16827 9723 367 95 0 11809 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67308

[startup+162.3 s]
/proc/loadavg: 4.01 3.99 3.94 5/321 11646
/proc/meminfo: memFree=12171636/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=76148 CPUtime=162.29 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 56104 0 0 0 16219 10 0 0 25 0 1 0 650209314 77975552 12318 33554432000 4194304 4580011 140736981960352 18446744073709551615 4322667 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 19037 12318 367 95 0 14019 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76148

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.94 5/321 11648
/proc/meminfo: memFree=12156076/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=76472 CPUtime=222.29 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 67036 0 0 0 22217 12 0 0 25 0 1 0 650209314 78307328 12450 33554432000 4194304 4580011 140736981960352 18446744073709551615 4321090 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 19118 12450 367 95 0 14100 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 76472

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.94 5/321 11649
/proc/meminfo: memFree=12130860/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=93128 CPUtime=282.3 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 79472 0 0 0 28215 15 0 0 25 0 1 0 650209314 95363072 16711 33554432000 4194304 4580011 140736981960352 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 23282 16711 367 95 0 18264 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 93128

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.94 5/321 11651
/proc/meminfo: memFree=12112172/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=93420 CPUtime=342.29 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 89865 0 0 0 34212 17 0 0 25 0 1 0 650209314 95662080 16288 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 23355 16288 367 95 0 18337 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93420

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.94 5/321 11652
/proc/meminfo: memFree=12095504/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=103752 CPUtime=402.3 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 99546 0 0 0 40210 20 0 0 25 0 1 0 650209314 106242048 18946 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 25938 18946 367 95 0 20920 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103752

[startup+462.3 s]
/proc/loadavg: 4.04 4.00 3.95 5/321 11654
/proc/meminfo: memFree=12084552/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=103992 CPUtime=462.3 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 108651 0 0 0 46208 22 0 0 25 0 1 0 650209314 106487808 18586 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 25998 18586 367 95 0 20980 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103992

[startup+522.301 s]
/proc/loadavg: 4.05 4.01 3.95 5/321 11655
/proc/meminfo: memFree=12075820/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=110688 CPUtime=522.3 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 116346 0 0 0 52206 24 0 0 25 0 1 0 650209314 113344512 21023 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 27672 21023 367 95 0 22654 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 110688

[startup+582.3 s]
/proc/loadavg: 4.07 4.02 3.96 5/321 11657
/proc/meminfo: memFree=12087568/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=110932 CPUtime=582.3 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 125238 0 0 0 58203 27 0 0 25 0 1 0 650209314 113594368 19654 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 27733 19654 367 95 0 22715 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 110932

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.96 5/321 11659
/proc/meminfo: memFree=12040792/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=128688 CPUtime=642.31 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 133768 0 0 0 64202 29 0 0 25 0 1 0 650209314 131776512 25550 33554432000 4194304 4580011 140736981960352 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 32172 25550 367 95 0 27154 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 128688

[startup+702.3 s]
/proc/loadavg: 4.04 4.03 3.96 5/321 11660
/proc/meminfo: memFree=12046552/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=128768 CPUtime=702.3 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 139590 0 0 0 70199 31 0 0 25 0 1 0 650209314 131858432 25556 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 32192 25556 367 95 0 27174 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 128768

[startup+762.312 s]
/proc/loadavg: 4.01 4.02 3.96 5/321 11662
/proc/meminfo: memFree=12042036/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=128976 CPUtime=762.31 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 147669 0 0 0 76198 33 0 0 25 0 1 0 650209314 132071424 25438 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294406 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 32244 25438 367 95 0 27226 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 128976

[startup+822.3 s]
/proc/loadavg: 4.00 4.01 3.96 5/321 11663
/proc/meminfo: memFree=12013732/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=193020 CPUtime=822.3 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 153897 0 0 0 82195 35 0 0 25 0 1 0 650209314 197652480 28783 33554432000 4194304 4580011 140736981960352 18446744073709551615 4305156 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 48255 28783 367 95 0 43237 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 193020

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.96 5/321 11665
/proc/meminfo: memFree=12018772/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=140652 CPUtime=882.31 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 161813 0 0 0 88193 38 0 0 25 0 1 0 650209314 144027648 27418 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 35163 27418 367 95 0 30145 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 140652

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/321 11667
/proc/meminfo: memFree=12019736/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=140756 CPUtime=942.31 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 168249 0 0 0 94191 40 0 0 25 0 1 0 650209314 144134144 27860 33554432000 4194304 4580011 140736981960352 18446744073709551615 4320664 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 35189 27860 367 95 0 30171 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 140756

[startup+1002.3 s]
/proc/loadavg: 4.06 4.02 3.97 5/321 11668
/proc/meminfo: memFree=12022788/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=140832 CPUtime=1002.31 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 174421 0 0 0 100189 42 0 0 25 0 1 0 650209314 144211968 27851 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 35208 27851 367 95 0 30190 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 140832

[startup+1062.3 s]
/proc/loadavg: 4.13 4.04 3.98 5/321 11670
/proc/meminfo: memFree=12004540/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=140940 CPUtime=1062.32 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 180911 0 0 0 106188 44 0 0 25 0 1 0 650209314 144322560 28217 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 35235 28217 367 95 0 30217 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 140940

[startup+1122.3 s]
/proc/loadavg: 4.12 4.05 3.98 5/321 11672
/proc/meminfo: memFree=11977720/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=147416 CPUtime=1122.31 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 188228 0 0 0 112186 45 0 0 25 0 1 0 650209314 150953984 29175 33554432000 4194304 4580011 140736981960352 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 36854 29175 367 95 0 31836 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 147416

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.98 5/321 11673
/proc/meminfo: memFree=11973476/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=147532 CPUtime=1182.31 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 194305 0 0 0 118184 47 0 0 25 0 1 0 650209314 151072768 28273 33554432000 4194304 4580011 140736981960352 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 36883 28273 367 95 0 31865 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 147532

[startup+1242.3 s]
/proc/loadavg: 4.12 4.06 4.00 5/321 11675
/proc/meminfo: memFree=11930916/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=147672 CPUtime=1242.32 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 201017 0 0 0 124182 50 0 0 25 0 1 0 650209314 151216128 28139 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 36918 28139 367 95 0 31900 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 147672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.04 4.00 5/321 11676
/proc/meminfo: memFree=11908296/32950928 swapFree=67111348/67111528
[pid=11615] ppid=11613 vsize=149676 CPUtime=1300.02 cores=4,6
/proc/11615/stat : 11615 (strangenight2-s) R 11613 11615 10553 0 -1 4202496 205990 0 0 0 129951 51 0 0 25 0 1 0 650209314 153268224 29687 33554432000 4194304 4580011 140736981960352 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11615/statm: 37419 29687 367 95 0 32401 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 149676

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.52
CPU system time (s): 0.52392
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 202316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205990
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= 14
involuntary context switches= 830

runsolver used 3.79642 second user time and 9.23559 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 17:15:06
IDJOB=3367705
IDBENCH=82914
IDSOLVER=1845
FILE ID=node120/3367705-1305386105
RUNJOBID= node120-1305386105-11600
PBS_JOBID= 13324382
Free space on /tmp= 73508 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367705-1305386105/watcher-3367705-1305386105 -o /tmp/evaluation-result-3367705-1305386105/solver-3367705-1305386105 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367705-1305386105.cnf

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

MD5SUM BENCH= bf9c7e319eca3277c9c5b6246acb470c
RANDOM SEED=1647112358

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12365384 kB
Buffers:        242788 kB
Cached:        3549420 kB
SwapCached:          0 kB
Active:       17339496 kB
Inactive:      2957028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12365384 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5680 kB
Writeback:           0 kB
AnonPages:    16504384 kB
Mapped:          24192 kB
Slab:           174988 kB
PageTables:      49560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51554432 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= 73488 MiB
End job on node120 at 2011-05-14 17:36:48