Trace number 3367698

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.05 1300.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S261841674-082.SATISFIABLE.cnf
MD5SUM7a466863eebd6d1afeaf2ac3e2c1a1d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.928857
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 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-3367698-1305386026.cnf'
0.00/0.01	c -- header says num vars:            500
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        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c 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:    500 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:      7  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:     220 undec:      58 neg:     222
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       493      2115         0         0      6377         0   no data   no data
0.02/0.06	c Decided on static restart strategy
0.09/0.15	c  N st     8      4913       493      2115         0      4838      6377    115479   no data   no data
0.29/0.39	c  N st    10     11298       493      2115         0      4471      6377     78102   no data   no data
0.59/0.66	c  N st    11     17041       493      2115         0     10090      6377    215034   no data   no data
1.00/1.07	c  F st    12     25000       493      2115         0     12416      6377    276032   no data   no data
1.00/1.07	c  N st    12     25000       493      2115         0     12416      6377    276032   no data   no data
1.29/1.32	c Decided on static restart strategy
1.29/1.32	c  N st    18     30002       493      2115         0     10688      6377    204490   no data   no data
1.29/1.32	c  S st    18     30002       493      2115         0     10688      6377    204490   no data   no data
1.29/1.35	c  S st    18     30502       493      2115         0     11187      6377    216187   no data   no data
1.29/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.35	c blocked clauses removed:        5 vars:      1 tried:         493 T: 0.00 s
1.29/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
1.29/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.41	c lits-rem:       122  cl-subs:      530  v-elim:      0  v-fix:    0  time:  0.05 s
1.39/1.42	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.01
1.39/1.42	c calculated reachability. Time: 0.00
1.39/1.42	c  N st    18     30502       492      2110         0     10648      6362    201489   no data   no data
1.79/1.80	c  N st    20     37612       492      2110         0      9892      6362    164313   no data   no data
2.09/2.17	c  N st    21     44011       492      2110         0     16161      6362    321473   no data   no data
2.20/2.29	c  S st    22     45754       492      2110         0      9123      6362    129537   no data   no data
2.29/2.32	c  S st    22     46258       492      2110         0      9626      6362    141353   no data   no data
2.29/2.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.29/2.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.29/2.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
2.29/2.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.29/2.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.29/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.34	c lits-rem:        23  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.01 s
2.29/2.34	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
2.29/2.34	c vivif2 --  cl tried     9589 cl shrink        0 lits rem          0 time: 0.00
2.29/2.35	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.00
2.29/2.35	c calculated reachability. Time: 0.00
2.29/2.35	c  N st    22     46258       492      2110         0      9589      6362    140433   no data   no data
3.19/3.23	c  N st    23     60655       492      2110         0     13949      6362    241688   no data   no data
3.78/3.81	c  N st    24     69387       492      2110         0     11714      6362    172101   no data   no data
3.78/3.81	c  S st    24     69387       492      2110         0     11714      6362    172101   no data   no data
3.78/3.84	c  S st    24     69888       492      2110         0     12214      6362    184109   no data   no data
3.78/3.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.78/3.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.78/3.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.78/3.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.78/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.78/3.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
3.78/3.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.78/3.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.78/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.78/3.87	c lits-rem:        36  cl-subs:      153  v-elim:      0  v-fix:    0  time:  0.02 s
3.78/3.87	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
3.78/3.87	c vivif2 --  cl tried    12061 cl shrink        0 lits rem          0 time: 0.00
3.78/3.87	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.01
3.78/3.88	c calculated reachability. Time: 0.00
3.78/3.88	c  N st    24     69888       492      2110         0     12061      6362    180395   no data   no data
4.98/5.08	c  F st    25     87500       492      2110         0     17627      6362    318625   no data   no data
4.98/5.08	c  N st    25     87500       492      2110         0     17627      6362    318625   no data   no data
5.39/5.46	c Decided on static restart strategy
5.58/5.69	c  N st    32     95539       492      2110         0     25536      6362    515960   no data   no data
6.28/6.35	c  N st    34    104832       492      2110         0     21843      6362    382539   no data   no data
6.28/6.35	c  S st    34    104832       492      2110         0     21843      6362    382539   no data   no data
6.38/6.40	c  S st    34    105338       492      2110         0     22349      6362    394996   no data   no data
6.38/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.38/6.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.38/6.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.38/6.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.38/6.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.38/6.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
6.38/6.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.38/6.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.38/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.50/6.55	c lits-rem:       119  cl-subs:      655  v-elim:      0  v-fix:    0  time:  0.13 s
6.50/6.55	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
6.50/6.55	c vivif2 --  cl tried    21694 cl shrink        0 lits rem          0 time: 0.00
6.50/6.56	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.01
6.50/6.57	c calculated reachability. Time: 0.00
6.50/6.57	c  N st    34    105338       492      2110         0     21694      6362    377060   no data   no data
7.29/7.36	c  N st    35    114936       492      2110         0     17361      6362    251465   no data   no data
8.49/8.53	c  N st    36    129334       492      2110         0     16760      6362    226571   no data   no data
10.29/10.34	c  N st    37    150930       492      2110         0     22181      6362    342185   no data   no data
10.90/10.95	c  S st    38    158007       492      2110         0     29116      6362    521471   no data   no data
11.00/11.02	c  S st    38    158511       492      2110         0     29619      6362    532868   no data   no data
11.00/11.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.00/11.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.00/11.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.00/11.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.00/11.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.00/11.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
11.00/11.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.00/11.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.00/11.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.28/11.38	c lits-rem:       212  cl-subs:     1467  v-elim:      0  v-fix:    0  time:  0.33 s
11.28/11.38	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
11.28/11.39	c vivif2 --  cl tried    28152 cl shrink        0 lits rem          0 time: 0.00
11.38/11.40	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.02
11.38/11.40	c calculated reachability. Time: 0.00
11.38/11.40	c  N st    38    158511       492      2110         0     28152      6362    495908   no data   no data
16.09/16.11	c  N st    39    207099       492      2110         0     22936      6362    325662   no data   no data
19.29/19.39	c  N st    40    237766       492      2110         0     33254      6362    541848   no data   no data
19.29/19.39	c  S st    40    237766       492      2110         0     33254      6362    541848   no data   no data
19.39/19.46	c  S st    40    238270       492      2110         0     33758      6362    552917   no data   no data
19.39/19.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.39/19.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.39/19.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.39/19.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.39/19.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.39/19.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
19.39/19.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.39/19.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.49/19.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.98/20.08	c lits-rem:       306  cl-subs:     2220  v-elim:      0  v-fix:    0  time:  0.58 s
19.98/20.08	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
19.98/20.09	c vivif2 --  cl tried    31538 cl shrink        0 lits rem          0 time: 0.01
20.08/20.10	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.02
20.08/20.10	c calculated reachability. Time: 0.00
20.08/20.10	c  N st    40    238270       492      2110         0     31538      6362    503833   no data   no data
27.68/27.72	c  F st    41    306251       492      2110         0     33460      6362    520938   no data   no data
27.68/27.72	c  N st    41    306251       492      2110         0     33460      6362    520938   no data   no data
28.28/28.32	c Decided on static restart strategy
30.89/30.91	c  N st    51    334562       492      2110         0     37815      6362    617129   no data   no data
33.78/33.80	c  N st    53    357405       492      2110         0     35740      6362    574719   no data   no data
33.78/33.80	c  S st    53    357405       492      2110         0     35740      6362    574719   no data   no data
33.78/33.88	c  S st    53    357915       492      2110         0     36249      6362    586872   no data   no data
33.78/33.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.78/33.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
33.78/33.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.78/33.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.78/33.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.78/33.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
33.78/33.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
33.88/33.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.88/33.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.18/34.21	c lits-rem:       126  cl-subs:      958  v-elim:      0  v-fix:    0  time:  0.30 s
34.18/34.21	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
34.18/34.22	c vivif2 --  cl tried    35291 cl shrink        0 lits rem          0 time: 0.01
34.18/34.24	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.02
34.18/34.24	c calculated reachability. Time: 0.00
34.18/34.24	c  N st    53    357915       492      2110         0     35291      6362    557576   no data   no data
38.39/38.41	c  N st    54    390307       492      2110         0     41466      6362    678350   no data   no data
44.79/44.88	c  N st    55    438895       492      2110         0     35146      6362    491544   no data   no data
54.59/54.69	c  N st    56    511779       492      2110         0     48785      6362    793876   no data   no data
58.20/58.27	c  N st    57    536874       492      2110         0     43011      6362    635122   no data   no data
58.20/58.27	c  S st    57    536874       492      2110         0     43011      6362    635122   no data   no data
58.30/58.37	c  S st    57    537375       492      2110         0     43511      6362    647236   no data   no data
58.30/58.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.30/58.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
58.30/58.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.30/58.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.30/58.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.30/58.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
58.30/58.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.30/58.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.39/58.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.79/58.89	c lits-rem:       340  cl-subs:     1508  v-elim:      0  v-fix:    0  time:  0.48 s
58.79/58.89	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
58.79/58.90	c vivif2 --  cl tried    42003 cl shrink        0 lits rem          0 time: 0.01
58.89/58.92	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.02
58.89/58.92	c calculated reachability. Time: 0.00
58.89/58.92	c  N st    57    537375       492      2110         0     42003      6362    608998   no data   no data
82.79/82.81	c  N st    58    701360       492      2110         0     36016      6362    373779   no data   no data
99.19/99.20	c  N st    59    806063       492      2110         0     64776      6362   1044674   no data   no data
99.19/99.20	c  S st    59    806063       492      2110         0     64776      6362   1044674   no data   no data
99.29/99.36	c  S st    59    806570       492      2110         0     65282      6362   1057048   no data   no data
99.29/99.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.29/99.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
99.29/99.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.29/99.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.29/99.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.29/99.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
99.29/99.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.29/99.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
99.39/99.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.49/102.50	c lits-rem:       580  cl-subs:     5855  v-elim:      0  v-fix:    0  time:  3.07 s
102.49/102.50	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
102.49/102.51	c vivif2 --  cl tried    59427 cl shrink        0 lits rem          0 time: 0.01
102.49/102.55	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.04
102.49/102.55	c calculated reachability. Time: 0.00
102.49/102.55	c  N st    59    806570       492      2110         0     59427      6362    924569   no data   no data
146.59/146.60	c  F st    60   1071876       492      2110         0     75691      6362   1236541   no data   no data
146.59/146.60	c  N st    60   1071876       492      2110         0     75691      6362   1236541   no data   no data
147.89/147.92	c Decided on static restart strategy
152.29/152.37	c  N st    70   1100177       492      2110         0     59398      6362    781761   no data   no data
159.40/159.41	c  N st    72   1136173       492      2110         0     49718      6362    541021   no data   no data
165.09/165.15	c  N st    73   1168566       492      2110         0     81230      6362   1278533   no data   no data
172.89/172.97	c  N st    74   1209857       492      2110         0     75546      6362   1131748   no data   no data
172.89/172.97	c  S st    74   1209857       492      2110         0     75546      6362   1131748   no data   no data
173.09/173.16	c  S st    74   1210361       492      2110         0     76050      6362   1144687   no data   no data
173.09/173.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
173.09/173.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
173.09/173.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
173.09/173.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
173.09/173.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
173.09/173.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
173.09/173.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
173.19/173.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
173.19/173.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.90/175.98	c lits-rem:       582  cl-subs:     5448  v-elim:      0  v-fix:    0  time:  2.73 s
175.90/175.98	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
175.90/175.99	c vivif2 --  cl tried    70602 cl shrink        0 lits rem          0 time: 0.01
176.01/176.04	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.04
176.01/176.04	c calculated reachability. Time: 0.00
176.01/176.04	c  N st    74   1210361       492      2110         0     70602      6362   1022054   no data   no data
191.30/191.31	c  N st    75   1283244       492      2110         0     95156      6362   1616618   no data   no data
216.19/216.21	c  N st    76   1392571       492      2110         0     55333      6362    599022   no data   no data
248.09/248.19	c  N st    77   1556555       492      2110         0     60227      6362    700126   no data   no data
280.30/280.39	c  N st    78   1710361       492      2110         0    102854      6362   1773873   no data   no data
280.30/280.39	c  S st    78   1710361       492      2110         0    102854      6362   1773873   no data   no data
280.60/280.66	c  S st    78   1710862       492      2110         0    103352      6362   1786134   no data   no data
280.60/280.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
280.70/280.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
280.70/280.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
280.70/280.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
280.70/280.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
280.70/280.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
280.70/280.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
280.70/280.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
280.70/280.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
287.00/287.01	c lits-rem:       717  cl-subs:     5514  v-elim:      0  v-fix:    0  time:  6.22 s
287.00/287.01	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
287.00/287.03	c vivif2 --  cl tried    97838 cl shrink        0 lits rem          0 time: 0.02
287.11/287.11	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.08
287.11/287.11	c calculated reachability. Time: 0.00
287.11/287.11	c  N st    78   1710862       492      2110         0     97838      6362   1645751   no data   no data
371.29/371.33	c  N st    79   2079826       492      2110         0    108473      6362   1809264   no data   no data
402.89/402.99	c  N st    80   2210862       492      2110         0    112511      6362   1912775   no data   no data
402.89/402.99	c  S st    80   2210862       492      2110         0    112511      6362   1912775   no data   no data
403.29/403.30	c  S st    80   2211364       492      2110         0    113012      6362   1925021   no data   no data
403.29/403.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
403.29/403.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
403.29/403.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
403.29/403.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
403.29/403.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
403.29/403.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
403.29/403.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
403.29/403.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
403.39/403.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.59/412.61	c lits-rem:       629  cl-subs:     7636  v-elim:      0  v-fix:    0  time:  9.18 s
412.59/412.61	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
412.59/412.64	c vivif2 --  cl tried   105376 cl shrink        0 lits rem          0 time: 0.02
412.69/412.72	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.08
412.69/412.72	c calculated reachability. Time: 0.00
412.69/412.72	c  N st    80   2211364       492      2110         0    105376      6362   1734048   no data   no data
545.61/545.67	c  N st    81   2711364       492      2110         0    129416      6362   2311484   no data   no data
545.61/545.67	c  S st    81   2711364       492      2110         0    129416      6362   2311484   no data   no data
546.00/546.05	c  S st    81   2711866       492      2110         0    129915      6362   2323650   no data   no data
546.00/546.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
546.10/546.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
546.10/546.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
546.10/546.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
546.10/546.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
546.10/546.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
546.10/546.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
546.10/546.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
546.20/546.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
558.30/558.31	c lits-rem:       975  cl-subs:     7592  v-elim:      0  v-fix:    0  time: 12.10 s
558.30/558.31	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
558.30/558.34	c vivif2 --  cl tried   122323 cl shrink        0 lits rem          0 time: 0.03
558.40/558.45	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.11
558.40/558.46	c calculated reachability. Time: 0.00
558.40/558.46	c  N st    81   2711866       492      2110         0    122323      6362   2133556   no data   no data
710.40/710.43	c  N st    82   3211866       492      2110         0     98291      6362   1270887   no data   no data
710.40/710.43	c  S st    82   3211866       492      2110         0     98291      6362   1270887   no data   no data
710.62/710.68	c  S st    82   3212370       492      2110         0     98794      6362   1283150   no data   no data
710.62/710.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
710.70/710.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
710.70/710.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
710.70/710.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
710.70/710.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
710.70/710.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
710.70/710.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
710.70/710.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
710.70/710.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
712.30/712.30	c lits-rem:       398  cl-subs:     2463  v-elim:      0  v-fix:    0  time:  1.52 s
712.30/712.30	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
712.30/712.32	c vivif2 --  cl tried    96331 cl shrink        0 lits rem          0 time: 0.02
712.30/712.39	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.07
712.30/712.39	c calculated reachability. Time: 0.00
712.30/712.39	c  N st    82   3212370       492      2110         0     96331      6362   1228074   no data   no data
881.71/881.70	c  N st    83   3712370       492      2110         0    106541      6362   1393506   no data   no data
881.71/881.70	c  S st    83   3712370       492      2110         0    106541      6362   1393506   no data   no data
881.91/881.97	c  S st    83   3712873       492      2110         0    107044      6362   1405561   no data   no data
881.91/881.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
882.01/882.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
882.01/882.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
882.01/882.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
882.01/882.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
882.01/882.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
882.01/882.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
882.01/882.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
882.01/882.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.61/884.63	c lits-rem:       296  cl-subs:     4094  v-elim:      0  v-fix:    0  time:  2.55 s
884.61/884.63	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
884.61/884.65	c vivif2 --  cl tried   102950 cl shrink        0 lits rem          0 time: 0.02
884.71/884.73	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.08
884.71/884.74	c calculated reachability. Time: 0.00
884.71/884.74	c  N st    83   3712873       492      2110         0    102950      6362   1309973   no data   no data
897.62/897.65	c  F st    84   3751563       492      2110         0    140498      6362   2272998   no data   no data
897.62/897.65	c  N st    84   3751563       492      2110         0    140498      6362   2272998   no data   no data
900.11/900.10	c Decided on static restart strategy
912.71/912.75	c  N st    94   3779864       492      2110         0     85465      6362    810284   no data   no data
923.31/923.38	c  N st    96   3815856       492      2110         0    120664      6362   1665276   no data   no data
934.91/935.01	c  N st    97   3848248       492      2110         0    152101      6362   2410867   no data   no data
949.81/949.90	c  N st    98   3896836       492      2110         0    116065      6362   1615515   no data   no data
973.01/973.02	c  N st    99   3969719       492      2110         0    102853      6362   1257260   no data   no data
1013.51/1013.51	c  N st   100   4079045       492      2110         0    123054      6362   1693070   no data   no data
1068.81/1068.89	c  N st   101   4212874       492      2110         0    166336      6362   2810253   no data   no data
1068.81/1068.89	c  S st   101   4212874       492      2110         0    166336      6362   2810253   no data   no data
1069.31/1069.36	c  S st   101   4213379       492      2110         0    166840      6362   2823148   no data   no data
1069.31/1069.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1069.41/1069.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
1069.41/1069.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1069.41/1069.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1069.41/1069.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1069.41/1069.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
1069.41/1069.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1069.41/1069.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1069.51/1069.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1090.61/1090.61	c lits-rem:      1008  cl-subs:    12415  v-elim:      0  v-fix:    0  time: 21.04 s
1090.61/1090.61	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
1090.61/1090.65	c vivif2 --  cl tried   154425 cl shrink        0 lits rem          0 time: 0.04
1090.81/1090.80	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.15
1090.81/1090.81	c calculated reachability. Time: 0.00
1090.81/1090.81	c  N st   101   4213379       492      2110         0    154425      6362   2534099   no data   no data
1190.12/1190.13	c  N st   102   4459358       492      2110         0    128167      6362   1738786   no data   no data
1292.92/1292.94	c  N st   103   4713380       492      2110         0    101022      6362   1022787   no data   no data
1292.92/1292.94	c  S st   103   4713380       492      2110         0    101022      6362   1022787   no data   no data
1293.12/1293.17	c  S st   103   4713882       492      2110         0    101523      6362   1035014   no data   no data
1293.12/1293.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1293.22/1293.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
1293.22/1293.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1293.22/1293.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1293.22/1293.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1293.22/1293.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    492 time:  0.00 s
1293.22/1293.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1293.22/1293.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1293.22/1293.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1293.63/1293.67	c lits-rem:        89  cl-subs:     1251  v-elim:      0  v-fix:    0  time:  0.41 s
1293.63/1293.67	c vivif2 --  cl tried     2110 cl shrink        0 lits rem          0 time: 0.00
1293.63/1293.69	c vivif2 --  cl tried   100272 cl shrink        0 lits rem          0 time: 0.02
1293.72/1293.76	c asymm  cl-useful: 0/2110/2110 lits-rem:0 time: 0.07
1293.72/1293.76	c calculated reachability. Time: 0.00
1293.72/1293.76	c  N st   103   4713882       492      2110         0    100272      6362   1008536   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-3367698-1305386026/watcher-3367698-1305386026 -o /tmp/evaluation-result-3367698-1305386026/solver-3367698-1305386026 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367698-1305386026.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.89 4.02 4.00 3/351 24482
/proc/meminfo: memFree=21588756/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=30196 CPUtime=0 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 647 0 0 0 0 0 0 0 21 0 1 0 631018705 30920704 588 33554432000 4194304 4580011 140734777244176 18446744073709551615 255106794602 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 7549 588 352 95 0 2531 0

[startup+0.0274281 s]
/proc/loadavg: 3.89 4.02 4.00 3/351 24482
/proc/meminfo: memFree=21588756/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=30196 CPUtime=0.02 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 677 0 0 0 2 0 0 0 21 0 1 0 631018705 30920704 618 33554432000 4194304 4580011 140734777244176 18446744073709551615 4292920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 7549 619 363 95 0 2531 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30196

[startup+0.100397 s]
/proc/loadavg: 3.89 4.02 4.00 3/351 24482
/proc/meminfo: memFree=21588756/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=30328 CPUtime=0.09 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 767 0 0 0 9 0 0 0 21 0 1 0 631018705 31055872 708 33554432000 4194304 4580011 140734777244176 18446744073709551615 4321068 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 7582 708 364 95 0 2564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30328

[startup+0.300385 s]
/proc/loadavg: 3.89 4.02 4.00 3/351 24482
/proc/meminfo: memFree=21588756/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=30904 CPUtime=0.29 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 1031 0 0 0 29 0 0 0 22 0 1 0 631018705 31645696 830 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 7726 830 364 95 0 2708 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30904

[startup+0.700287 s]
/proc/loadavg: 3.89 4.02 4.00 3/351 24482
/proc/meminfo: memFree=21588756/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=31372 CPUtime=0.69 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 1427 0 0 0 69 0 0 0 23 0 1 0 631018705 32124928 1011 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 7843 1011 364 95 0 2825 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31372

[startup+1.50117 s]
/proc/loadavg: 3.90 4.02 4.00 5/362 24503
/proc/meminfo: memFree=21564908/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=37512 CPUtime=1.49 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 3520 0 0 0 149 0 0 0 25 0 1 0 631018705 38412288 2483 33554432000 4194304 4580011 140734777244176 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 9378 2483 367 95 0 4360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37512

[startup+3.10089 s]
/proc/loadavg: 3.90 4.02 4.00 5/362 24503
/proc/meminfo: memFree=21536512/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=37868 CPUtime=3.08 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 4758 0 0 0 308 0 0 0 25 0 1 0 631018705 38776832 2466 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 9467 2466 367 95 0 4449 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37868

[startup+6.3003 s]
/proc/loadavg: 3.90 4.02 4.00 5/362 24503
/proc/meminfo: memFree=21527484/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=39460 CPUtime=6.28 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 6947 0 0 0 628 0 0 0 25 0 1 0 631018705 40407040 3016 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 9865 3016 367 95 0 4847 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39460

[startup+12.7002 s]
/proc/loadavg: 3.91 4.02 4.00 5/362 24503
/proc/meminfo: memFree=21488528/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=51192 CPUtime=12.68 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 12470 0 0 0 1267 1 0 0 25 0 1 0 631018705 52420608 5848 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 12798 5848 367 95 0 7780 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51192

[startup+25.5009 s]
/proc/loadavg: 3.93 4.02 4.00 5/362 24504
/proc/meminfo: memFree=21462308/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=56880 CPUtime=25.48 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 18075 0 0 0 2546 2 0 0 25 0 1 0 631018705 58245120 7263 33554432000 4194304 4580011 140734777244176 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 14220 7263 367 95 0 9202 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56880

[startup+51.1005 s]
/proc/loadavg: 4.01 4.03 4.00 5/362 24504
/proc/meminfo: memFree=21450860/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=61316 CPUtime=51.09 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 26901 0 0 0 5105 4 0 0 25 0 1 0 631018705 62787584 8576 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 15329 8576 367 95 0 10311 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61316

[startup+102.313 s]
/proc/loadavg: 4.00 4.02 4.00 5/362 24506
/proc/meminfo: memFree=21407676/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=80304 CPUtime=102.3 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 43723 0 0 0 10223 7 0 0 25 0 1 0 631018705 82231296 13219 33554432000 4194304 4580011 140734777244176 18446744073709551615 4416911 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 20076 13219 367 95 0 15058 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80304

[startup+162.301 s]
/proc/loadavg: 4.04 4.03 4.00 5/362 24507
/proc/meminfo: memFree=21372804/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=80688 CPUtime=162.29 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 57123 0 0 0 16218 11 0 0 25 0 1 0 631018705 82624512 13137 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 20172 13137 367 95 0 15154 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80688

[startup+222.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/362 24509
/proc/meminfo: memFree=21308400/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=93116 CPUtime=222.29 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 69889 0 0 0 22215 14 0 0 25 0 1 0 631018705 95350784 16399 33554432000 4194304 4580011 140734777244176 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 23279 16399 367 95 0 18261 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 93116

[startup+282.301 s]
/proc/loadavg: 4.06 4.03 4.00 5/362 24511
/proc/meminfo: memFree=21273520/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=110468 CPUtime=282.29 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 85239 0 0 0 28211 18 0 0 25 0 1 0 631018705 113119232 20939 33554432000 4194304 4580011 140734777244176 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 27617 20939 367 95 0 22599 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 110468

[startup+342.3 s]
/proc/loadavg: 4.09 4.04 4.00 5/362 24512
/proc/meminfo: memFree=21238508/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=110652 CPUtime=342.29 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 94749 0 0 0 34208 21 0 0 25 0 1 0 631018705 113307648 20905 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 27663 20905 367 95 0 22645 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 110652

[startup+402.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/362 24514
/proc/meminfo: memFree=21230936/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=110852 CPUtime=402.29 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 104879 0 0 0 40205 24 0 0 25 0 1 0 631018705 113512448 21020 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 27713 21020 367 95 0 22695 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 110852

[startup+462.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/362 24515
/proc/meminfo: memFree=21186984/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=126352 CPUtime=462.3 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 116692 0 0 0 46203 27 0 0 25 0 1 0 631018705 129384448 24539 33554432000 4194304 4580011 140734777244176 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 31588 24539 367 95 0 26570 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 126352

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/362 24517
/proc/meminfo: memFree=21182232/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=126520 CPUtime=522.29 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 125473 0 0 0 52199 30 0 0 25 0 1 0 631018705 129556480 24807 33554432000 4194304 4580011 140734777244176 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 31630 24807 367 95 0 26612 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 126520

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/362 24519
/proc/meminfo: memFree=21113480/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=148556 CPUtime=582.3 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 137031 0 0 0 58197 33 0 0 25 0 1 0 631018705 152121344 30239 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 37139 30239 367 95 0 32121 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 148556

[startup+642.301 s]
/proc/loadavg: 3.69 3.94 3.97 4/356 24537
/proc/meminfo: memFree=21205828/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=148704 CPUtime=642.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 145299 0 0 0 64195 36 0 0 25 0 1 0 631018705 152272896 29449 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 37176 29449 367 95 0 32158 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 148704

[startup+702.301 s]
/proc/loadavg: 3.30 3.78 3.92 4/356 24542
/proc/meminfo: memFree=21202036/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=148816 CPUtime=702.3 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 152717 0 0 0 70191 39 0 0 25 0 1 0 631018705 152387584 30620 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 37204 30620 367 95 0 32186 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 148816

[startup+762.314 s]
/proc/loadavg: 3.11 3.64 3.86 4/356 24543
/proc/meminfo: memFree=21240240/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=150040 CPUtime=762.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 160683 0 0 0 76189 42 0 0 25 0 1 0 631018705 153640960 29064 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 37510 29064 367 95 0 32492 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 150040

[startup+822.301 s]
/proc/loadavg: 3.11 3.54 3.81 4/356 24545
/proc/meminfo: memFree=21232784/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=150144 CPUtime=822.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 167556 0 0 0 82187 44 0 0 25 0 1 0 631018705 153747456 29545 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 37536 29545 367 95 0 32518 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 150144

[startup+882.3 s]
/proc/loadavg: 3.04 3.43 3.75 4/356 24547
/proc/meminfo: memFree=21204476/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=154152 CPUtime=882.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 175174 0 0 0 88184 47 0 0 25 0 1 0 631018705 157851648 30543 33554432000 4194304 4580011 140734777244176 18446744073709551615 4406387 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 38538 30543 367 95 0 33520 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 154152

[startup+942.301 s]
/proc/loadavg: 3.05 3.37 3.71 4/356 24548
/proc/meminfo: memFree=21194284/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=154248 CPUtime=942.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 181249 0 0 0 94182 49 0 0 25 0 1 0 631018705 157949952 29946 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 38562 29946 367 95 0 33544 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 154248

[startup+1002.3 s]
/proc/loadavg: 3.02 3.30 3.66 4/356 24550
/proc/meminfo: memFree=21189420/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=206644 CPUtime=1002.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 187182 0 0 0 100180 51 0 0 25 0 1 0 631018705 211603456 32298 33554432000 4194304 4580011 140734777244176 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 51661 32298 367 95 0 46643 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 206644

[startup+1062.3 s]
/proc/loadavg: 3.00 3.24 3.62 4/356 24551
/proc/meminfo: memFree=21148720/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=154396 CPUtime=1062.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 193331 0 0 0 106179 52 0 0 25 0 1 0 631018705 158101504 31612 33554432000 4194304 4580011 140734777244176 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 38599 31612 367 95 0 33581 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 154396

[startup+1122.3 s]
/proc/loadavg: 3.00 3.19 3.58 4/356 24553
/proc/meminfo: memFree=21123744/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=179164 CPUtime=1122.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 202497 0 0 0 112177 54 0 0 25 0 1 0 631018705 183463936 36954 33554432000 4194304 4580011 140734777244176 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 44791 36954 367 95 0 39773 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 179164

[startup+1182.3 s]
/proc/loadavg: 3.00 3.16 3.54 4/356 24555
/proc/meminfo: memFree=21131292/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=179264 CPUtime=1182.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 208322 0 0 0 118175 56 0 0 25 0 1 0 631018705 183566336 35929 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 44816 35929 367 95 0 39798 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 179264

[startup+1242.3 s]
/proc/loadavg: 3.07 3.14 3.51 4/356 24556
/proc/meminfo: memFree=21119972/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=179308 CPUtime=1242.31 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 213104 0 0 0 124173 58 0 0 25 0 1 0 631018705 183611392 37273 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 44827 37273 367 95 0 39809 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 179308



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.12 3.47 3/355 24559
/proc/meminfo: memFree=21265784/32951124 swapFree=67111348/67111528
[pid=24482] ppid=24480 vsize=179400 CPUtime=1300.03 cores=4,6
/proc/24482/stat : 24482 (strangenight2-s) R 24480 24482 23551 0 -1 4202496 219107 0 0 0 129943 60 0 0 25 0 1 0 631018705 183705600 36370 33554432000 4194304 4580011 140734777244176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24482/statm: 44850 36370 367 95 0 39832 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 179400

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.05
CPU user time (s): 1299.44
CPU system time (s): 0.610907
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 232864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.44
system time used= 0.610907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219107
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= 8
involuntary context switches= 751

runsolver used 4.54331 second user time and 9.75252 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 17:13:46
IDJOB=3367698
IDBENCH=82907
IDSOLVER=1845
FILE ID=node144/3367698-1305386026
RUNJOBID= node144-1305386026-24461
PBS_JOBID= 13324358
Free space on /tmp= 73236 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S261841674-082.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367698-1305386026/watcher-3367698-1305386026 -o /tmp/evaluation-result-3367698-1305386026/solver-3367698-1305386026 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367698-1305386026.cnf

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

MD5SUM BENCH= 7a466863eebd6d1afeaf2ac3e2c1a1d9
RANDOM SEED=970096493

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.83
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.850
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.850
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.82
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21588912 kB
Buffers:        278164 kB
Cached:        3606636 kB
SwapCached:          0 kB
Active:        8130864 kB
Inactive:      2884044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21588912 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10916 kB
Writeback:           8 kB
AnonPages:     7129588 kB
Mapped:          27960 kB
Slab:           244804 kB
PageTables:      37220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82005712 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= 73232 MiB
End job on node144 at 2011-05-14 17:35:28