Trace number 3368126

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

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_170.shuffled.cnf
MD5SUM82789f57e506af1994452e76af2dcbf0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses2924
Sum of the clauses size14457
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31
Number of clauses of size 4161
Number of clauses of size 52762
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-3368126-1305395390.cnf'
0.00/0.01	c -- header says num vars:            170
0.00/0.01	c -- header says num clauses:        2924
0.00/0.01	c -- clauses added:            0 learnts,         2924 normals,            0 xors
0.00/0.01	c -- vars added        170
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       170      2924         0         0     14457         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2924/2924 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:    170 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.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      77 undec:      28 neg:      65
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       170      2924         0         0     14457         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.09/0.14	c  N st     8      4919       170      2924         0      4732     14457    166432   no data   no data
0.29/0.36	c  N st    10     11301       170      2924         0      4388     14457    114396   no data   no data
0.49/0.59	c  N st    11     17046       170      2924         0      9902     14457    309431   no data   no data
0.89/0.94	c  F st    12     25001       170      2924         0     12146     14457    378220   no data   no data
0.89/0.94	c  N st    12     25001       170      2924         0     12146     14457    378220   no data   no data
1.09/1.15	c Decided on static restart strategy
1.09/1.15	c  N st    18     30000       170      2924         0     10430     14457    299480   no data   no data
1.09/1.15	c  S st    18     30000       170      2924         0     10430     14457    299480   no data   no data
1.09/1.18	c  S st    18     30509       170      2924         0     10934     14457    316539   no data   no data
1.09/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.09/1.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.09/1.18	c blocked clauses removed:        0 vars:      0 tried:         170 T: 0.00 s
1.09/1.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.09/1.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.09/1.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1.09/1.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.09/1.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.09/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.28/1.38	c lits-rem:       202  cl-subs:      940  v-elim:      0  v-fix:    0  time:  0.18 s
1.38/1.41	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.03
1.38/1.41	c calculated reachability. Time: 0.00
1.38/1.41	c  N st    18     30509       170      2924         0      9994     14457    278538   no data   no data
1.68/1.76	c  N st    20     37620       170      2924         0      9232     14457    230988   no data   no data
1.98/2.09	c  N st    21     44020       170      2924         0     15346     14457    441786   no data   no data
2.08/2.19	c  S st    22     45764       170      2924         0     17027     14457    500060   no data   no data
2.19/2.23	c  S st    22     46266       170      2924         0      8918     14457    193224   no data   no data
2.19/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.19/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.19/2.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.19/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.19/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.19/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
2.19/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.19/2.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.19/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.19/2.26	c lits-rem:        21  cl-subs:      119  v-elim:      0  v-fix:    0  time:  0.02 s
2.19/2.26	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
2.19/2.26	c vivif2 --  cl tried     8799 cl shrink        0 lits rem          0 time: 0.00
2.19/2.30	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.03
2.19/2.30	c calculated reachability. Time: 0.00
2.19/2.30	c  N st    22     46266       170      2924         0      8799     14457    188182   no data   no data
3.08/3.14	c  N st    23     60663       170      2924         0     13046     14457    322979   no data   no data
3.69/3.73	c  N st    24     69399       170      2924         0     10900     14457    227981   no data   no data
3.69/3.73	c  S st    24     69399       170      2924         0     10900     14457    227981   no data   no data
3.69/3.76	c  S st    24     69901       170      2924         0     11390     14457    244614   no data   no data
3.69/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.69/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.69/3.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.69/3.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.69/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.69/3.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
3.69/3.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.69/3.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.69/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.82	c lits-rem:        45  cl-subs:      209  v-elim:      0  v-fix:    0  time:  0.05 s
3.79/3.82	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
3.79/3.82	c vivif2 --  cl tried    11181 cl shrink        0 lits rem          0 time: 0.00
3.79/3.86	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.04
3.79/3.86	c calculated reachability. Time: 0.00
3.79/3.86	c  N st    24     69901       170      2924         0     11181     14457    236308   no data   no data
4.99/5.02	c  F st    25     87500       170      2924         0     16562     14457    422984   no data   no data
4.99/5.02	c  N st    25     87500       170      2924         0     16562     14457    422984   no data   no data
5.29/5.38	c Decided on static restart strategy
5.60/5.61	c  N st    32     95541       170      2924         0     24289     14457    689254   no data   no data
6.19/6.22	c  N st    34    104854       170      2924         0     20725     14457    550892   no data   no data
6.19/6.22	c  S st    34    104854       170      2924         0     20725     14457    550892   no data   no data
6.19/6.27	c  S st    34    105357       170      2924         0     21213     14457    567004   no data   no data
6.19/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.19/6.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.19/6.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.19/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.19/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
6.19/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.19/6.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.29/6.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.70/6.77	c lits-rem:       644  cl-subs:     1093  v-elim:      0  v-fix:    0  time:  0.47 s
6.70/6.77	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
6.70/6.77	c vivif2 --  cl tried    20120 cl shrink        0 lits rem          0 time: 0.01
6.79/6.85	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.08
6.79/6.85	c calculated reachability. Time: 0.00
6.79/6.85	c  N st    34    105357       170      2924         0     20120     14457    522000   no data   no data
7.49/7.54	c  N st    35    114956       170      2924         0     15931     14457    351211   no data   no data
8.59/8.65	c  N st    36    129355       170      2924         0     15371     14457    301014   no data   no data
10.29/10.32	c  N st    37    150950       170      2924         0     20638     14457    462207   no data   no data
10.78/10.84	c  S st    38    158037       170      2924         0     27452     14457    703914   no data   no data
10.88/10.90	c  S st    38    158541       170      2924         0     27949     14457    720019   no data   no data
10.88/10.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.88/10.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
10.88/10.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.88/10.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.88/10.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.88/10.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
10.88/10.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.88/10.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.88/10.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.88/11.93	c lits-rem:       417  cl-subs:     1774  v-elim:      0  v-fix:    0  time:  0.99 s
11.88/11.93	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
11.88/11.93	c vivif2 --  cl tried    26175 cl shrink        0 lits rem          0 time: 0.01
11.98/12.05	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.12
11.98/12.05	c calculated reachability. Time: 0.00
11.98/12.05	c  N st    38    158541       170      2924         0     26175     14457    649531   no data   no data
16.49/16.57	c  N st    39    207129       170      2924         0     20984     14457    425130   no data   no data
19.29/19.31	c  N st    40    237812       170      2924         0     31291     14457    781975   no data   no data
19.29/19.31	c  S st    40    237812       170      2924         0     31291     14457    781975   no data   no data
19.29/19.39	c  S st    40    238315       170      2924         0     31789     14457    798256   no data   no data
19.29/19.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.39/19.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.39/19.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.39/19.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.39/19.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.39/19.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
19.39/19.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.39/19.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.39/19.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.79/20.82	c lits-rem:       577  cl-subs:     2028  v-elim:      0  v-fix:    0  time:  1.40 s
20.79/20.82	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
20.79/20.83	c vivif2 --  cl tried    29761 cl shrink        0 lits rem          0 time: 0.01
20.89/20.93	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.10
20.89/20.93	c calculated reachability. Time: 0.00
20.89/20.93	c  N st    40    238315       170      2924         0     29761     14457    720218   no data   no data
28.18/28.27	c  F st    41    306251       170      2924         0     31646     14457    722843   no data   no data
28.18/28.27	c  N st    41    306251       170      2924         0     31646     14457    722843   no data   no data
28.78/28.83	c Decided on static restart strategy
30.98/31.08	c  N st    51    334555       170      2924         0     35777     14457    831883   no data   no data
33.39/33.43	c  N st    53    357474       170      2924         0     33852     14457    756302   no data   no data
33.39/33.43	c  S st    53    357474       170      2924         0     33852     14457    756302   no data   no data
33.49/33.51	c  S st    53    357975       170      2924         0     34348     14457    772427   no data   no data
33.49/33.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.49/33.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
33.49/33.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.49/33.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.49/33.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.49/33.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
33.49/33.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
33.49/33.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.49/33.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.29/34.37	c lits-rem:       490  cl-subs:     1304  v-elim:      0  v-fix:    0  time:  0.82 s
34.29/34.37	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
34.29/34.38	c vivif2 --  cl tried    33044 cl shrink        0 lits rem          0 time: 0.01
34.39/34.48	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.10
34.39/34.48	c calculated reachability. Time: 0.00
34.39/34.48	c  N st    53    357975       170      2924         0     33044     14457    717086   no data   no data
38.19/38.23	c  N st    54    390367       170      2924         0     39194     14457    920401   no data   no data
43.88/43.96	c  N st    55    438955       170      2924         0     33062     14457    646199   no data   no data
52.79/52.83	c  N st    56    511837       170      2924         0     46354     14457   1087388   no data   no data
55.78/55.85	c  N st    57    536962       170      2924         0     40755     14457    852824   no data   no data
55.78/55.85	c  S st    57    536962       170      2924         0     40755     14457    852824   no data   no data
55.88/55.94	c  S st    57    537462       170      2924         0     41249     14457    869071   no data   no data
55.88/55.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.88/55.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
55.88/55.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.88/55.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.88/55.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.88/55.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
55.88/55.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.88/55.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
55.88/55.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.09/57.14	c lits-rem:       655  cl-subs:     1572  v-elim:      0  v-fix:    0  time:  1.16 s
57.09/57.14	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
57.09/57.15	c vivif2 --  cl tried    39677 cl shrink        0 lits rem          0 time: 0.01
57.19/57.28	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.13
57.19/57.28	c calculated reachability. Time: 0.00
57.19/57.28	c  N st    57    537462       170      2924         0     39677     14457    807293   no data   no data
80.59/80.60	c  N st    58    701447       170      2924         0     67959     14457   1708075   no data   no data
96.49/96.52	c  N st    59    806193       170      2924         0     62308     14457   1464700   no data   no data
96.49/96.52	c  S st    59    806193       170      2924         0     62308     14457   1464700   no data   no data
96.59/96.66	c  S st    59    806697       170      2924         0     62804     14457   1481203   no data   no data
96.59/96.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
96.59/96.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
96.59/96.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
96.59/96.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.59/96.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.59/96.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
96.59/96.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.69/96.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
96.69/96.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.59/103.65	c lits-rem:      1876  cl-subs:     4130  v-elim:      0  v-fix:    0  time:  6.91 s
103.59/103.65	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
103.59/103.67	c vivif2 --  cl tried    58674 cl shrink        0 lits rem          0 time: 0.02
103.99/104.06	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.39
103.99/104.06	c calculated reachability. Time: 0.00
103.99/104.06	c  N st    59    806697       170      2924         0     58674     14457   1331288   no data   no data
149.79/149.80	c  F st    60   1071876       170      2924         0     74187     14457   1817692   no data   no data
149.79/149.80	c  N st    60   1071876       170      2924         0     74187     14457   1817692   no data   no data
150.80/150.85	c Decided on static restart strategy
154.69/154.71	c  N st    70   1100183       170      2924         0     58403     14457   1162621   no data   no data
161.39/161.40	c  N st    72   1136180       170      2924         0     48862     14457    802740   no data   no data
167.30/167.36	c  N st    73   1168572       170      2924         0     79789     14457   1940753   no data   no data
173.79/173.89	c  N st    74   1210048       170      2924         0     74668     14457   1756956   no data   no data
173.79/173.89	c  S st    74   1210048       170      2924         0     74668     14457   1756956   no data   no data
173.99/174.07	c  S st    74   1210548       170      2924         0     75162     14457   1773389   no data   no data
173.99/174.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
174.09/174.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
174.09/174.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.09/174.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.09/174.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.09/174.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
174.09/174.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
174.09/174.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
174.09/174.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
182.99/183.06	c lits-rem:      1863  cl-subs:     4001  v-elim:      0  v-fix:    0  time:  8.89 s
182.99/183.06	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
182.99/183.08	c vivif2 --  cl tried    71161 cl shrink        0 lits rem          0 time: 0.02
183.49/183.51	c asymm  cl-useful: 0/2656/2924 lits-rem:0 time: 0.42
183.49/183.51	c calculated reachability. Time: 0.00
183.49/183.51	c  N st    74   1210548       170      2924         0     71161     14457   1607043   no data   no data
199.99/200.05	c  N st    75   1283431       170      2924         0     47980     14457    707879   no data   no data
219.49/219.58	c  N st    76   1392755       170      2924         0     56002     14457    942535   no data   no data
251.90/251.94	c  N st    77   1556740       170      2924         0     60674     14457   1048284   no data   no data
284.79/284.81	c  N st    78   1710548       170      2924         0    101218     14457   2440843   no data   no data
284.79/284.81	c  S st    78   1710548       170      2924         0    101218     14457   2440843   no data   no data
285.01/285.05	c  S st    78   1711051       170      2924         0    101712     14457   2456983   no data   no data
285.01/285.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
285.09/285.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
285.09/285.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
285.09/285.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
285.09/285.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
285.09/285.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
285.09/285.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
285.09/285.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
285.09/285.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
314.50/314.52	c lits-rem:      3768  cl-subs:     8395  v-elim:      0  v-fix:    0  time: 29.34 s
314.50/314.52	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
314.50/314.55	c vivif2 --  cl tried    93317 cl shrink        0 lits rem          0 time: 0.03
315.00/315.01	c asymm  cl-useful: 0/1965/2924 lits-rem:0 time: 0.45
315.00/315.01	c calculated reachability. Time: 0.00
315.00/315.01	c  N st    78   1711051       170      2924         0     93317     14457   2159502   no data   no data
398.90/398.90	c  N st    79   2080015       170      2924         0    105375     14457   2516535   no data   no data
428.10/428.14	c  N st    80   2211054       170      2924         0    109117     14457   2567277   no data   no data
428.10/428.14	c  S st    80   2211054       170      2924         0    109117     14457   2567277   no data   no data
428.40/428.44	c  S st    80   2211554       170      2924         0    109612     14457   2583967   no data   no data
428.40/428.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
428.40/428.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
428.40/428.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
428.40/428.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
428.40/428.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
428.40/428.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
428.40/428.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
428.50/428.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
428.50/428.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
456.61/456.61	c lits-rem:      2314  cl-subs:     8622  v-elim:      0  v-fix:    0  time: 28.02 s
456.61/456.61	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
456.61/456.64	c vivif2 --  cl tried   100990 cl shrink        0 lits rem          0 time: 0.03
456.90/456.90	c asymm  cl-useful: 0/959/2924 lits-rem:0 time: 0.26
456.90/456.90	c calculated reachability. Time: 0.00
456.90/456.90	c  N st    80   2211554       170      2924         0    100990     14457   2270507   no data   no data
587.20/587.27	c  N st    81   2711554       170      2924         0    123723     14457   2940279   no data   no data
587.20/587.27	c  S st    81   2711554       170      2924         0    123723     14457   2940279   no data   no data
587.51/587.58	c  S st    81   2712057       170      2924         0    124221     14457   2957745   no data   no data
587.51/587.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
587.60/587.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
587.60/587.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
587.60/587.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
587.60/587.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
587.60/587.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
587.60/587.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
587.60/587.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
587.70/587.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
633.01/633.09	c lits-rem:      4039  cl-subs:    10543  v-elim:      0  v-fix:    0  time: 45.34 s
633.01/633.09	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
633.11/633.13	c vivif2 --  cl tried   113678 cl shrink        0 lits rem          0 time: 0.04
633.61/633.61	c asymm  cl-useful: 0/1594/2924 lits-rem:0 time: 0.46
633.61/633.61	c calculated reachability. Time: 0.00
633.61/633.61	c  N st    81   2712057       170      2924         0    113678     14457   2584658   no data   no data
776.41/776.43	c  N st    82   3212057       170      2924         0     90698     14457   1600212   no data   no data
776.41/776.43	c  S st    82   3212057       170      2924         0     90698     14457   1600212   no data   no data
776.62/776.65	c  S st    82   3212560       170      2924         0     91196     14457   1616891   no data   no data
776.62/776.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
776.62/776.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
776.62/776.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
776.62/776.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
776.62/776.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
776.62/776.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
776.62/776.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
776.72/776.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
776.72/776.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
780.71/780.77	c lits-rem:      1151  cl-subs:     2800  v-elim:      0  v-fix:    0  time:  4.03 s
780.71/780.77	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
780.71/780.79	c vivif2 --  cl tried    88396 cl shrink        0 lits rem          0 time: 0.02
780.91/780.97	c asymm  cl-useful: 0/1330/2924 lits-rem:0 time: 0.18
780.91/780.98	c calculated reachability. Time: 0.00
780.91/780.98	c  N st    82   3212560       170      2924         0     88396     14457   1515718   no data   no data
928.91/928.96	c  N st    83   3712560       170      2924         0     99253     14457   1779733   no data   no data
928.91/928.96	c  S st    83   3712560       170      2924         0     99253     14457   1779733   no data   no data
929.11/929.19	c  S st    83   3713067       170      2924         0     99753     14457   1797087   no data   no data
929.21/929.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
929.21/929.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
929.21/929.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
929.21/929.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
929.21/929.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
929.21/929.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
929.21/929.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
929.21/929.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
929.31/929.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
934.81/934.89	c lits-rem:       738  cl-subs:     3389  v-elim:      0  v-fix:    0  time:  5.59 s
934.81/934.90	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
934.91/934.92	c vivif2 --  cl tried    96364 cl shrink        0 lits rem          0 time: 0.02
935.21/935.20	c asymm  cl-useful: 0/1878/2924 lits-rem:0 time: 0.28
935.21/935.20	c calculated reachability. Time: 0.00
935.21/935.20	c  N st    83   3713067       170      2924         0     96364     14457   1668884   no data   no data
946.62/946.69	c  F st    84   3751564       170      2924         0    133208     14457   2997231   no data   no data
946.62/946.69	c  N st    84   3751564       170      2924         0    133208     14457   2997231   no data   no data
948.72/948.76	c Decided on static restart strategy
960.91/960.91	c  N st    94   3779871       170      2924         0    160471     14457   3970222   no data   no data
970.52/970.52	c  N st    96   3815866       170      2924         0    113689     14457   2237541   no data   no data
982.02/982.01	c  N st    97   3848258       170      2924         0    144660     14457   3361616   no data   no data
997.72/997.79	c  N st    98   3896846       170      2924         0    108781     14457   2050707   no data   no data
1021.32/1021.35	c  N st    99   3969729       170      2924         0     95175     14457   1538987   no data   no data
1052.73/1052.74	c  N st   100   4079054       170      2924         0    115727     14457   2258903   no data   no data
1094.63/1094.63	c  N st   101   4213067       170      2924         0    158346     14457   3835367   no data   no data
1094.63/1094.63	c  S st   101   4213067       170      2924         0    158346     14457   3835367   no data   no data
1095.02/1095.05	c  S st   101   4213573       170      2924         0    158843     14457   3852088   no data   no data
1095.02/1095.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1095.12/1095.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1095.12/1095.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1095.12/1095.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1095.12/1095.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1095.12/1095.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1095.12/1095.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1095.12/1095.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1095.22/1095.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1158.23/1158.27	c lits-rem:      5002  cl-subs:    11535  v-elim:      0  v-fix:    0  time: 63.00 s
1158.23/1158.27	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
1158.33/1158.32	c vivif2 --  cl tried   147308 cl shrink        0 lits rem          0 time: 0.05
1158.72/1158.75	c asymm  cl-useful: 0/1046/2924 lits-rem:0 time: 0.42
1158.72/1158.75	c calculated reachability. Time: 0.00
1158.72/1158.75	c  N st   101   4213573       170      2924         0    147308     14457   3407944   no data   no data
1247.83/1247.81	c  N st   102   4459549       170      2924         0    121579     14457   2387349   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-3368126-1305395390/watcher-3368126-1305395390 -o /tmp/evaluation-result-3368126-1305395390/solver-3368126-1305395390 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368126-1305395390.cnf 

running on 2 cores: 1,3

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: 1.10 2.21 2.97 3/313 9334
/proc/meminfo: memFree=23142696/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=12680 CPUtime=0 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 729769521 12984320 57 33554432000 4194304 4580011 140735911322720 18446744073709551615 252453142631 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9334/statm: 3170 60 45 95 0 45 0

[startup+0.101534 s]
/proc/loadavg: 1.10 2.21 2.97 3/313 9334
/proc/meminfo: memFree=23142696/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=30508 CPUtime=0.09 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 876 0 0 0 9 0 0 0 18 0 1 0 729769521 31240192 817 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294538 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 7627 817 363 95 0 2609 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30508

[startup+0.200504 s]
/proc/loadavg: 1.10 2.21 2.97 3/313 9334
/proc/meminfo: memFree=23142696/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=30952 CPUtime=0.19 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 1099 0 0 0 19 0 0 0 18 0 1 0 729769521 31694848 837 33554432000 4194304 4580011 140735911322720 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 7738 837 363 95 0 2720 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30952

[startup+0.300487 s]
/proc/loadavg: 1.10 2.21 2.97 3/313 9334
/proc/meminfo: memFree=23142696/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=31084 CPUtime=0.29 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 1232 0 0 0 29 0 0 0 18 0 1 0 729769521 31830016 970 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 7771 970 363 95 0 2753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31084

[startup+0.70041 s]
/proc/loadavg: 1.10 2.21 2.97 3/313 9334
/proc/meminfo: memFree=23142696/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=31912 CPUtime=0.69 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 1989 0 0 0 69 0 0 0 18 0 1 0 729769521 32677888 1030 33554432000 4194304 4580011 140735911322720 18446744073709551615 4321049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 7978 1030 363 95 0 2960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31912

[startup+1.50027 s]
/proc/loadavg: 1.33 2.24 2.97 5/327 9359
/proc/meminfo: memFree=23108920/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=40400 CPUtime=1.48 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 4637 0 0 0 148 0 0 0 20 0 1 0 729769521 41369600 3214 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 10100 3214 367 95 0 5082 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40400

[startup+3.10098 s]
/proc/loadavg: 1.33 2.24 2.97 5/327 9359
/proc/meminfo: memFree=23076308/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=40584 CPUtime=3.08 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 6325 0 0 0 308 0 0 0 25 0 1 0 729769521 41558016 3140 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 10146 3140 367 95 0 5128 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40584

[startup+6.30038 s]
/proc/loadavg: 1.33 2.24 2.97 5/327 9359
/proc/meminfo: memFree=23063040/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=46416 CPUtime=6.29 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 10128 0 0 0 628 1 0 0 25 0 1 0 729769521 47529984 4725 33554432000 4194304 4580011 140735911322720 18446744073709551615 4401246 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 11604 4734 367 95 0 6586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46416

[startup+12.7002 s]
/proc/loadavg: 1.81 2.32 2.99 5/327 9359
/proc/meminfo: memFree=23007016/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=57524 CPUtime=12.68 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 15843 0 0 0 1267 1 0 0 25 0 1 0 729769521 58904576 7727 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 14381 7727 367 95 0 9363 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57524

[startup+25.5008 s]
/proc/loadavg: 2.15 2.37 3.00 5/327 9359
/proc/meminfo: memFree=22982928/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=65552 CPUtime=25.48 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 24042 0 0 0 2546 2 0 0 25 0 1 0 729769521 67125248 9092 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 16388 9093 367 95 0 11370 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65552

[startup+51.101 s]
/proc/loadavg: 2.88 2.53 3.03 5/327 9360
/proc/meminfo: memFree=22958600/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=70476 CPUtime=51.09 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 36961 0 0 0 5105 4 0 0 25 0 1 0 729769521 72167424 10053 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 17619 10053 367 95 0 12601 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70476

[startup+102.301 s]
/proc/loadavg: 3.51 2.75 3.08 5/327 9361
/proc/meminfo: memFree=22874744/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=94372 CPUtime=102.3 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 58521 0 0 0 10222 8 0 0 25 0 1 0 729769521 96636928 16713 33554432000 4194304 4580011 140735911322720 18446744073709551615 4416740 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 23593 16713 367 95 0 18575 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94372

[startup+162.3 s]
/proc/loadavg: 3.86 2.99 3.14 5/327 9363
/proc/meminfo: memFree=22863784/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=94904 CPUtime=162.29 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 76847 0 0 0 16217 12 0 0 25 0 1 0 729769521 97181696 16242 33554432000 4194304 4580011 140735911322720 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 23726 16242 367 95 0 18708 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 94904

[startup+222.312 s]
/proc/loadavg: 3.95 3.17 3.19 5/327 9365
/proc/meminfo: memFree=22795044/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=110696 CPUtime=222.3 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 94347 0 0 0 22215 15 0 0 25 0 1 0 729769521 113352704 20397 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 27674 20397 367 95 0 22656 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110696

[startup+282.301 s]
/proc/loadavg: 4.02 3.33 3.24 5/327 9366
/proc/meminfo: memFree=22804560/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=111000 CPUtime=282.29 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 109232 0 0 0 28210 19 0 0 25 0 1 0 729769521 113664000 21078 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 27750 21078 367 95 0 22732 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 111000

[startup+342.301 s]
/proc/loadavg: 4.00 3.45 3.29 5/327 9368
/proc/meminfo: memFree=22695776/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=137956 CPUtime=342.29 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 121874 0 0 0 34207 22 0 0 25 0 1 0 729769521 141266944 27378 33554432000 4194304 4580011 140735911322720 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 34489 27378 367 95 0 29471 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 137956

[startup+402.301 s]
/proc/loadavg: 4.00 3.55 3.33 5/327 9369
/proc/meminfo: memFree=22697852/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=189940 CPUtime=402.3 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 135743 0 0 0 40204 26 0 0 25 0 1 0 729769521 194498560 28400 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 47485 28400 367 95 0 42467 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 189940

[startup+462.301 s]
/proc/loadavg: 4.00 3.63 3.37 5/327 9371
/proc/meminfo: memFree=22606924/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=206560 CPUtime=462.3 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 146410 0 0 0 46202 28 0 0 25 0 1 0 729769521 211517440 32341 33554432000 4194304 4580011 140735911322720 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 51640 32341 367 95 0 46622 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 206560

[startup+522.3 s]
/proc/loadavg: 4.06 3.71 3.41 5/327 9373
/proc/meminfo: memFree=22622872/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=154476 CPUtime=522.3 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 158799 0 0 0 52198 32 0 0 25 0 1 0 729769521 158183424 30428 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 38619 30428 367 95 0 33601 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154476

[startup+582.3 s]
/proc/loadavg: 4.08 3.78 3.45 5/327 9374
/proc/meminfo: memFree=22594944/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=154676 CPUtime=582.3 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 170872 0 0 0 58194 36 0 0 25 0 1 0 729769521 158388224 31490 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 38669 31490 367 95 0 33651 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 154676

[startup+642.301 s]
/proc/loadavg: 4.08 3.83 3.48 5/327 9376
/proc/meminfo: memFree=22530308/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=232996 CPUtime=642.31 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 177672 0 0 0 64194 37 0 0 25 0 1 0 729769521 238587904 38290 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 58249 38290 367 95 0 53231 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 232996

[startup+702.301 s]
/proc/loadavg: 4.08 3.87 3.52 5/327 9386
/proc/meminfo: memFree=22521552/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=234108 CPUtime=702.31 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 188931 0 0 0 70190 41 0 0 25 0 1 0 729769521 239726592 37634 33554432000 4194304 4580011 140735911322720 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 58527 37634 367 95 0 53509 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 234108

[startup+762.301 s]
/proc/loadavg: 4.09 3.91 3.55 5/327 9388
/proc/meminfo: memFree=22528088/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=179308 CPUtime=762.31 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 200592 0 0 0 76187 44 0 0 25 0 1 0 729769521 183611392 37230 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 44827 37230 367 95 0 39809 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 179308

[startup+822.301 s]
/proc/loadavg: 4.03 3.92 3.58 5/327 9390
/proc/meminfo: memFree=22513812/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=235948 CPUtime=822.32 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 209985 0 0 0 82185 47 0 0 25 0 1 0 729769521 241610752 38203 33554432000 4194304 4580011 140735911322720 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 58987 38203 367 95 0 53969 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 235948

[startup+882.312 s]
/proc/loadavg: 4.01 3.93 3.60 5/327 9391
/proc/meminfo: memFree=22533368/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=179676 CPUtime=882.32 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 221785 0 0 0 88182 50 0 0 25 0 1 0 729769521 183988224 36957 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 44919 36957 367 95 0 39901 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 179676

[startup+942.3 s]
/proc/loadavg: 4.00 3.94 3.62 5/327 9393
/proc/meminfo: memFree=22506292/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=185700 CPUtime=942.32 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 232280 0 0 0 94179 53 0 0 25 0 1 0 729769521 190156800 38535 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 46425 38535 367 95 0 41407 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 185700

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.64 5/327 9394
/proc/meminfo: memFree=22496460/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=185840 CPUtime=1002.32 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 241301 0 0 0 100177 55 0 0 25 0 1 0 729769521 190300160 38487 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 46460 38487 367 95 0 41442 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 185840

[startup+1062.3 s]
/proc/loadavg: 4.11 3.99 3.67 5/327 9396
/proc/meminfo: memFree=22494700/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=185928 CPUtime=1062.32 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 251104 0 0 0 106174 58 0 0 25 0 1 0 729769521 190390272 39176 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 46482 39176 367 95 0 41464 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 185928

[startup+1122.3 s]
/proc/loadavg: 4.04 3.99 3.69 5/327 9398
/proc/meminfo: memFree=22360728/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=278152 CPUtime=1122.32 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 264444 0 0 0 112171 61 0 0 25 0 1 0 729769521 284827648 47850 33554432000 4194304 4580011 140735911322720 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 69538 47850 367 95 0 64520 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 278152

[startup+1182.3 s]
/proc/loadavg: 4.28 4.05 3.73 5/327 9399
/proc/meminfo: memFree=22380900/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=219160 CPUtime=1182.33 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 267712 0 0 0 118170 63 0 0 25 0 1 0 729769521 224419840 45971 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 54790 45971 367 95 0 49772 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 219160

[startup+1242.3 s]
/proc/loadavg: 4.10 4.04 3.74 5/327 9401
/proc/meminfo: memFree=22386332/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=219256 CPUtime=1242.32 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 276728 0 0 0 124167 65 0 0 25 0 1 0 729769521 224518144 45519 33554432000 4194304 4580011 140735911322720 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 54814 45519 367 95 0 49796 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 219256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.75 5/327 9402
/proc/meminfo: memFree=22372292/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=279172 CPUtime=1300.03 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 284487 0 0 0 129935 68 0 0 25 0 1 0 729769521 285872128 48477 33554432000 4194304 4580011 140735911322720 18446744073709551615 4305278 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 69793 48477 367 95 0 64775 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 279172

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

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

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.75 5/327 9402
/proc/meminfo: memFree=22372292/32951124 swapFree=59305796/67111528
[pid=9334] ppid=9332 vsize=279172 CPUtime=1300.03 cores=1,3
/proc/9334/stat : 9334 (strangenight2-s) R 9332 9334 8223 0 -1 4202496 284487 0 0 0 129935 68 0 0 25 0 1 0 729769521 285872128 48477 33554432000 4194304 4580011 140735911322720 18446744073709551615 4305278 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9334/statm: 69793 48477 367 95 0 64775 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 279172

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.37
system time used= 0.692894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284487
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= 18
involuntary context switches= 1061

runsolver used 3.79942 second user time and 9.38657 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 19:49:50
IDJOB=3368126
IDBENCH=87447
IDSOLVER=1845
FILE ID=node111/3368126-1305395390
RUNJOBID= node111-1305395390-9318
PBS_JOBID= 13324403
Free space on /tmp= 73676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_170.shuffled.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368126-1305395390/watcher-3368126-1305395390 -o /tmp/evaluation-result-3368126-1305395390/solver-3368126-1305395390 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368126-1305395390.cnf

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

MD5SUM BENCH= 82789f57e506af1994452e76af2dcbf0
RANDOM SEED=1764485397

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23142728 kB
Buffers:        257168 kB
Cached:        6307240 kB
SwapCached:      13720 kB
Active:         800596 kB
Inactive:      8792896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23142728 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            5532 kB
Writeback:           0 kB
AnonPages:     3023868 kB
Mapped:          12244 kB
Slab:           113704 kB
PageTables:      37244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53319288 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73652 MiB
End job on node111 at 2011-05-14 20:11:33