Trace number 3367552

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

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1579607106-017.SATISFIABLE.cnf
MD5SUM7790a3f63c0c8a2b2a87d89aa5f80b99
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.080987
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
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-3367552-1305383667.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       150      3195         0         0     15975         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3195/3195 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.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.00/0.02	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:      76 undec:       4 neg:      70
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       150      3195         0         0     15975         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.09/0.14	c  N st     8      4921       150      3195         0      4692     15975    140701   no data   no data
0.29/0.35	c  N st    10     11304       150      3195         0      4324     15975     98063   no data   no data
0.49/0.59	c  N st    11     17047       150      3195         0      9782     15975    259617   no data   no data
0.89/0.92	c  F st    12     25000       150      3195         0     12031     15975    326993   no data   no data
0.89/0.93	c  N st    12     25000       150      3195         0     12031     15975    326993   no data   no data
1.10/1.15	c Decided on static restart strategy
1.10/1.15	c  N st    18     30001       150      3195         0     10327     15975    265280   no data   no data
1.10/1.15	c  S st    18     30001       150      3195         0     10327     15975    265280   no data   no data
1.10/1.18	c  S st    18     30506       150      3195         0     10828     15975    279888   no data   no data
1.10/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.10/1.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.10/1.18	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
1.10/1.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.10/1.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.10/1.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.10/1.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.10/1.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.10/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.39	c lits-rem:       210  cl-subs:     1316  v-elim:      0  v-fix:    0  time:  0.20 s
1.39/1.43	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
1.39/1.43	c calculated reachability. Time: 0.00
1.39/1.43	c  N st    18     30506       150      3195         0      9512     15975    235396   no data   no data
1.78/1.81	c  N st    20     37619       150      3195         0      8742     15975    193927   no data   no data
2.09/2.12	c  N st    21     44021       150      3195         0     14835     15975    371397   no data   no data
2.20/2.21	c  S st    22     45759       150      3195         0     16492     15975    424005   no data   no data
2.20/2.26	c  S st    22     46263       150      3195         0     16987     15975    438543   no data   no data
2.20/2.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.20/2.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.20/2.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.20/2.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.20/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2.20/2.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.20/2.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.20/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.68/2.72	c lits-rem:       347  cl-subs:     1437  v-elim:      0  v-fix:    0  time:  0.44 s
2.68/2.72	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2.68/2.72	c vivif2 --  cl tried    15550 cl shrink        0 lits rem          0 time: 0.00
2.68/2.79	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.06
2.68/2.79	c calculated reachability. Time: 0.00
2.68/2.79	c  N st    22     46263       150      3195         0     15550     15975    392892   no data   no data
3.58/3.61	c  N st    23     60662       150      3195         0     11326     15975    232752   no data   no data
3.98/4.07	c  N st    24     69396       150      3195         0     19632     15975    477553   no data   no data
3.98/4.07	c  S st    24     69396       150      3195         0     19632     15975    477553   no data   no data
4.08/4.12	c  S st    24     69902       150      3195         0     20124     15975    491788   no data   no data
4.08/4.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.08/4.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
4.08/4.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.08/4.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.08/4.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.08/4.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.08/4.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.08/4.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.08/4.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.69/4.72	c lits-rem:       462  cl-subs:     1665  v-elim:      0  v-fix:    0  time:  0.58 s
4.69/4.72	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4.69/4.73	c vivif2 --  cl tried    18459 cl shrink        0 lits rem          0 time: 0.01
4.79/4.81	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
4.79/4.81	c calculated reachability. Time: 0.00
4.79/4.81	c  N st    24     69902       150      3195         0     18459     15975    439282   no data   no data
5.79/5.88	c  F st    25     87501       150      3195         0     13394     15975    267485   no data   no data
5.79/5.88	c  N st    25     87501       150      3195         0     13394     15975    267485   no data   no data
6.09/6.17	c Decided on static restart strategy
6.29/6.39	c  N st    32     95539       150      3195         0     21074     15975    502740   no data   no data
6.89/6.97	c  N st    34    104853       150      3195         0     17542     15975    387813   no data   no data
6.89/6.97	c  S st    34    104853       150      3195         0     17542     15975    387813   no data   no data
6.99/7.01	c  S st    34    105355       150      3195         0     18026     15975    402258   no data   no data
6.99/7.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.99/7.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.99/7.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.99/7.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.99/7.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.99/7.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
6.99/7.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.99/7.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.99/7.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.19/7.29	c lits-rem:       149  cl-subs:     1001  v-elim:      0  v-fix:    0  time:  0.25 s
7.19/7.29	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
7.19/7.29	c vivif2 --  cl tried    17025 cl shrink        0 lits rem          0 time: 0.00
7.29/7.36	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.07
7.29/7.36	c calculated reachability. Time: 0.00
7.29/7.36	c  N st    34    105355       150      3195         0     17025     15975    366949   no data   no data
7.89/7.99	c  N st    35    114954       150      3195         0     26193     15975    662022   no data   no data
8.99/9.08	c  N st    36    129351       150      3195         0     26531     15975    652719   no data   no data
10.69/10.71	c  N st    37    150947       150      3195         0     17558     15975    325697   no data   no data
11.19/11.22	c  S st    38    158035       150      3195         0     24295     15975    531614   no data   no data
11.19/11.27	c  S st    38    158537       150      3195         0     24787     15975    545707   no data   no data
11.19/11.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.19/11.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
11.19/11.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.19/11.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.19/11.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.19/11.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
11.19/11.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.19/11.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.29/11.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.89/11.95	c lits-rem:       872  cl-subs:     1660  v-elim:      0  v-fix:    0  time:  0.65 s
11.89/11.95	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
11.89/11.95	c vivif2 --  cl tried    23127 cl shrink        0 lits rem          0 time: 0.00
11.99/12.05	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.09
11.99/12.05	c calculated reachability. Time: 0.00
11.99/12.05	c  N st    38    158537       150      3195         0     23127     15975    490902   no data   no data
15.99/16.03	c  N st    39    207127       150      3195         0     17996     15975    291249   no data   no data
18.70/18.73	c  N st    40    237806       150      3195         0     28124     15975    578105   no data   no data
18.70/18.73	c  S st    40    237806       150      3195         0     28124     15975    578105   no data   no data
18.70/18.79	c  S st    40    238310       150      3195         0     28621     15975    592541   no data   no data
18.70/18.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.79/18.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.79/18.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.79/18.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.79/18.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.79/18.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
18.79/18.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.79/18.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.79/18.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.59/19.67	c lits-rem:       407  cl-subs:     2009  v-elim:      0  v-fix:    0  time:  0.85 s
19.59/19.67	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
19.59/19.68	c vivif2 --  cl tried    26612 cl shrink        0 lits rem          0 time: 0.00
19.70/19.79	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.11
19.70/19.79	c calculated reachability. Time: 0.00
19.70/19.79	c  N st    40    238310       150      3195         0     26612     15975    532226   no data   no data
25.88/25.92	c  F st    41    306252       150      3195         0     28430     15975    533505   no data   no data
25.88/25.92	c  N st    41    306252       150      3195         0     28430     15975    533505   no data   no data
26.29/26.39	c Decided on static restart strategy
28.78/28.83	c  N st    51    334559       150      3195         0     32595     15975    645047   no data   no data
31.29/31.34	c  N st    53    357465       150      3195         0     30711     15975    570499   no data   no data
31.29/31.34	c  S st    53    357465       150      3195         0     30711     15975    570499   no data   no data
31.39/31.41	c  S st    53    357972       150      3195         0     31208     15975    585024   no data   no data
31.39/31.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.39/31.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
31.39/31.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.39/31.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.39/31.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.39/31.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
31.39/31.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.39/31.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.39/31.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.80/31.89	c lits-rem:       281  cl-subs:      972  v-elim:      0  v-fix:    0  time:  0.45 s
31.80/31.89	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
31.80/31.89	c vivif2 --  cl tried    30236 cl shrink        0 lits rem          0 time: 0.01
31.99/32.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.12
31.99/32.02	c calculated reachability. Time: 0.00
31.99/32.02	c  N st    53    357972       150      3195         0     30236     15975    552049   no data   no data
35.49/35.50	c  N st    54    390364       150      3195         0     36214     15975    714123   no data   no data
40.49/40.57	c  N st    55    438957       150      3195         0     30136     15975    509460   no data   no data
49.09/49.17	c  N st    56    511839       150      3195         0     43246     15975    878878   no data   no data
51.99/52.00	c  N st    57    536958       150      3195         0     37803     15975    690449   no data   no data
51.99/52.00	c  S st    57    536958       150      3195         0     37803     15975    690449   no data   no data
51.99/52.09	c  S st    57    537462       150      3195         0     38293     15975    704857   no data   no data
51.99/52.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.09/52.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
52.09/52.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.09/52.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.09/52.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.09/52.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
52.09/52.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.09/52.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
52.09/52.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.80/52.85	c lits-rem:       548  cl-subs:     1256  v-elim:      0  v-fix:    0  time:  0.72 s
52.80/52.85	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
52.80/52.86	c vivif2 --  cl tried    37037 cl shrink        0 lits rem          0 time: 0.01
52.99/53.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.15
52.99/53.01	c calculated reachability. Time: 0.00
52.99/53.01	c  N st    57    537462       150      3195         0     37037     15975    661287   no data   no data
73.88/73.94	c  N st    58    701448       150      3195         0     65355     15975   1501998   no data   no data
88.00/88.02	c  N st    59    806194       150      3195         0     59272     15975   1213716   no data   no data
88.00/88.02	c  S st    59    806194       150      3195         0     59272     15975   1213716   no data   no data
88.09/88.15	c  S st    59    806698       150      3195         0     59762     15975   1228740   no data   no data
88.09/88.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.09/88.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
88.09/88.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.09/88.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.09/88.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.09/88.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
88.09/88.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.09/88.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.19/88.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.29/94.30	c lits-rem:      1472  cl-subs:     4919  v-elim:      0  v-fix:    0  time:  6.08 s
94.29/94.30	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
94.29/94.32	c vivif2 --  cl tried    54843 cl shrink        0 lits rem          0 time: 0.02
94.50/94.53	c asymm  cl-useful: 0/2760/3195 lits-rem:0 time: 0.21
94.50/94.54	c calculated reachability. Time: 0.00
94.50/94.54	c  N st    59    806698       150      3195         0     54843     15975   1076481   no data   no data
135.20/135.23	c  F st    60   1071878       150      3195         0     69942     15975   1446140   no data   no data
135.20/135.23	c  N st    60   1071878       150      3195         0     69942     15975   1446140   no data   no data
136.19/136.28	c Decided on static restart strategy
140.29/140.37	c  N st    70   1100179       150      3195         0     54564     15975    939880   no data   no data
147.30/147.31	c  N st    72   1136172       150      3195         0     45260     15975    637812   no data   no data
152.09/152.17	c  N st    73   1168569       150      3195         0     75994     15975   1579092   no data   no data
159.50/159.56	c  N st    74   1210047       150      3195         0     70622     15975   1384306   no data   no data
159.50/159.56	c  S st    74   1210047       150      3195         0     70622     15975   1384306   no data   no data
159.69/159.77	c  S st    74   1210552       150      3195         0     71117     15975   1398560   no data   no data
159.69/159.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
159.79/159.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
159.79/159.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
159.79/159.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
159.79/159.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.79/159.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
159.79/159.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
159.79/159.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
159.79/159.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.80/166.82	c lits-rem:      1287  cl-subs:     5726  v-elim:      0  v-fix:    0  time:  6.95 s
166.80/166.82	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
166.80/166.84	c vivif2 --  cl tried    65391 cl shrink        0 lits rem          0 time: 0.02
167.00/167.07	c asymm  cl-useful: 0/2441/3195 lits-rem:0 time: 0.23
167.00/167.07	c calculated reachability. Time: 0.00
167.00/167.07	c  N st    74   1210552       150      3195         0     65391     15975   1227502   no data   no data
179.20/179.21	c  N st    75   1283435       150      3195         0     88938     15975   1964387   no data   no data
197.40/197.46	c  N st    76   1392758       150      3195         0     50682     15975    713315   no data   no data
228.90/228.95	c  N st    77   1556742       150      3195         0     55492     15975    803656   no data   no data
261.60/261.66	c  N st    78   1710552       150      3195         0     95548     15975   1975116   no data   no data
261.60/261.66	c  S st    78   1710552       150      3195         0     95548     15975   1975116   no data   no data
261.90/261.90	c  S st    78   1711055       150      3195         0     96039     15975   1989744   no data   no data
261.90/261.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
261.90/261.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
261.90/261.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
261.90/261.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.90/261.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.90/261.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
261.90/261.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
261.90/261.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
262.00/262.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
283.49/283.59	c lits-rem:      2322  cl-subs:     9364  v-elim:      0  v-fix:    0  time: 21.57 s
283.49/283.59	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
283.59/283.62	c vivif2 --  cl tried    86675 cl shrink        0 lits rem          0 time: 0.03
283.70/283.75	c asymm  cl-useful: 0/754/3195 lits-rem:0 time: 0.13
283.70/283.75	c calculated reachability. Time: 0.00
283.70/283.75	c  N st    78   1711055       150      3195         0     86675     15975   1712913   no data   no data
362.40/362.49	c  N st    79   2080019       150      3195         0     98369     15975   1975512   no data   no data
394.00/394.00	c  N st    80   2211056       150      3195         0    102280     15975   2027512   no data   no data
394.00/394.00	c  S st    80   2211056       150      3195         0    102280     15975   2027512   no data   no data
394.30/394.34	c  S st    80   2211560       150      3195         0    102764     15975   2042843   no data   no data
394.30/394.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
394.40/394.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
394.40/394.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
394.40/394.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
394.40/394.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
394.40/394.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
394.40/394.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
394.40/394.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
394.40/394.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.90/411.98	c lits-rem:      3025  cl-subs:     8676  v-elim:      0  v-fix:    0  time: 17.50 s
411.90/411.98	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
412.00/412.01	c vivif2 --  cl tried    94088 cl shrink        0 lits rem          0 time: 0.03
412.20/412.29	c asymm  cl-useful: 0/1811/3195 lits-rem:0 time: 0.28
412.20/412.29	c calculated reachability. Time: 0.00
412.20/412.29	c  N st    80   2211560       150      3195         0     94088     15975   1794183   no data   no data
529.80/529.88	c  N st    81   2711560       150      3195         0    117084     15975   2367947   no data   no data
529.80/529.88	c  S st    81   2711560       150      3195         0    117084     15975   2367947   no data   no data
530.21/530.29	c  S st    81   2712063       150      3195         0    117575     15975   2382522   no data   no data
530.30/530.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
530.30/530.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
530.30/530.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
530.30/530.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
530.30/530.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
530.30/530.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
530.30/530.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
530.40/530.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
530.40/530.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
554.91/554.95	c lits-rem:      2234  cl-subs:    11225  v-elim:      0  v-fix:    0  time: 24.49 s
554.91/554.95	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
554.91/554.98	c vivif2 --  cl tried   106350 cl shrink        0 lits rem          0 time: 0.03
555.21/555.29	c asymm  cl-useful: 0/1384/3195 lits-rem:0 time: 0.31
555.31/555.30	c calculated reachability. Time: 0.00
555.31/555.30	c  N st    81   2712063       150      3195         0    106350     15975   2067005   no data   no data
678.61/678.65	c  N st    82   3212063       150      3195         0     83590     15975   1237321   no data   no data
678.61/678.65	c  S st    82   3212063       150      3195         0     83590     15975   1237321   no data   no data
678.80/678.84	c  S st    82   3212565       150      3195         0     84085     15975   1252110   no data   no data
678.80/678.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
678.80/678.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
678.80/678.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
678.80/678.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
678.80/678.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
678.80/678.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
678.80/678.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
678.80/678.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
678.90/678.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
680.71/680.77	c lits-rem:       303  cl-subs:     2126  v-elim:      0  v-fix:    0  time:  1.84 s
680.71/680.77	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
680.71/680.79	c vivif2 --  cl tried    81959 cl shrink        0 lits rem          0 time: 0.02
681.01/681.04	c asymm  cl-useful: 0/1908/3195 lits-rem:0 time: 0.25
681.01/681.04	c calculated reachability. Time: 0.00
681.01/681.04	c  N st    82   3212565       150      3195         0     81959     15975   1188934   no data   no data
815.71/815.77	c  N st    83   3712565       150      3195         0     92365     15975   1388532   no data   no data
815.71/815.77	c  S st    83   3712565       150      3195         0     92365     15975   1388532   no data   no data
816.01/816.02	c  S st    83   3713070       150      3195         0     92864     15975   1404029   no data   no data
816.01/816.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
816.01/816.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
816.01/816.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
816.01/816.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
816.01/816.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.01/816.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
816.01/816.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
816.01/816.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
816.12/816.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
818.81/818.84	c lits-rem:       667  cl-subs:     2848  v-elim:      0  v-fix:    0  time:  2.73 s
818.81/818.84	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
818.81/818.87	c vivif2 --  cl tried    90016 cl shrink        0 lits rem          0 time: 0.02
819.01/819.09	c asymm  cl-useful: 0/1287/3195 lits-rem:0 time: 0.23
819.11/819.10	c calculated reachability. Time: 0.00
819.11/819.10	c  N st    83   3713070       150      3195         0     90016     15975   1323991   no data   no data
830.01/830.06	c  F st    84   3751562       150      3195         0    126395     15975   2424692   no data   no data
830.01/830.06	c  N st    84   3751562       150      3195         0    126395     15975   2424692   no data   no data
832.21/832.25	c Decided on static restart strategy
841.31/841.31	c  N st    94   3779871       150      3195         0    153200     15975   3238190   no data   no data
850.62/850.61	c  N st    96   3815864       150      3195         0    107252     15975   1848138   no data   no data
861.81/861.89	c  N st    97   3848256       150      3195         0    137958     15975   2790536   no data   no data
876.73/876.71	c  N st    98   3896844       150      3195         0    102476     15975   1638694   no data   no data
898.11/898.12	c  N st    99   3969726       150      3195         0     89093     15975   1221482   no data   no data
928.52/928.58	c  N st   100   4079051       150      3195         0    109400     15975   1834692   no data   no data
986.52/986.55	c  N st   101   4213070       150      3195         0    151469     15975   3070455   no data   no data
986.52/986.55	c  S st   101   4213070       150      3195         0    151469     15975   3070455   no data   no data
986.92/986.96	c  S st   101   4213573       150      3195         0    151960     15975   3085601   no data   no data
986.92/986.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
987.02/987.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
987.02/987.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
987.02/987.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
987.02/987.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
987.02/987.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
987.02/987.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
987.02/987.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
987.12/987.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1029.42/1029.40	c lits-rem:      4303  cl-subs:    14855  v-elim:      0  v-fix:    0  time: 42.23 s
1029.42/1029.40	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1029.42/1029.44	c vivif2 --  cl tried   137105 cl shrink        0 lits rem          0 time: 0.04
1029.72/1029.77	c asymm  cl-useful: 0/1187/3195 lits-rem:0 time: 0.33
1029.72/1029.77	c calculated reachability. Time: 0.00
1029.72/1029.77	c  N st   101   4213573       150      3195         0    137105     15975   2646418   no data   no data
1109.03/1109.08	c  N st   102   4459549       150      3195         0    112299     15975   1853461   no data   no data
1209.13/1209.19	c  N st   103   4713576       150      3195         0    174842     15975   3686663   no data   no data
1209.13/1209.19	c  S st   103   4713576       150      3195         0    174842     15975   3686663   no data   no data
1209.63/1209.67	c  S st   103   4714078       150      3195         0    175333     15975   3701669   no data   no data
1209.63/1209.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1209.73/1209.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1209.73/1209.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1209.73/1209.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1209.73/1209.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1209.73/1209.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1209.73/1209.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1209.83/1209.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1209.83/1209.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1283.23/1283.26	c lits-rem:      2821  cl-subs:    20697  v-elim:      0  v-fix:    0  time: 73.36 s
1283.23/1283.26	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1283.33/1283.31	c vivif2 --  cl tried   154636 cl shrink        0 lits rem          0 time: 0.04
1283.64/1283.67	c asymm  cl-useful: 0/951/3195 lits-rem:0 time: 0.36
1283.64/1283.67	c calculated reachability. Time: 0.00
1283.64/1283.67	c  N st   103   4714078       150      3195         0    154636     15975   3108161   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-3367552-1305383667/watcher-3367552-1305383667 -o /tmp/evaluation-result-3367552-1305383667/solver-3367552-1305383667 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367552-1305383667.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.96 3.98 3.80 5/303 25283
/proc/meminfo: memFree=24488892/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=29732 CPUtime=0 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 535 0 0 0 0 0 0 0 23 0 1 0 630782609 30445568 476 33554432000 4194304 4580011 140734653969232 18446744073709551615 220815896897 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 7433 476 338 95 0 2415 0

[startup+0.076584 s]
/proc/loadavg: 3.96 3.98 3.80 5/303 25283
/proc/meminfo: memFree=24488892/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=30460 CPUtime=0.06 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 836 0 0 0 6 0 0 0 24 0 1 0 630782609 31191040 746 33554432000 4194304 4580011 140734653969232 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 7615 746 363 95 0 2597 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30460

[startup+0.100583 s]
/proc/loadavg: 3.96 3.98 3.80 5/303 25283
/proc/meminfo: memFree=24488892/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=30460 CPUtime=0.09 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 865 0 0 0 9 0 0 0 24 0 1 0 630782609 31191040 775 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294669 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 7615 776 363 95 0 2597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30460

[startup+0.300535 s]
/proc/loadavg: 3.96 3.98 3.80 5/303 25283
/proc/meminfo: memFree=24488892/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=31140 CPUtime=0.29 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 1200 0 0 0 29 0 0 0 25 0 1 0 630782609 31887360 931 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 7785 931 363 95 0 2767 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31140

[startup+0.700462 s]
/proc/loadavg: 3.96 3.98 3.80 5/303 25283
/proc/meminfo: memFree=24488892/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=31792 CPUtime=0.69 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 1886 0 0 0 69 0 0 0 25 0 1 0 630782609 32555008 1014 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294669 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 7948 1014 363 95 0 2930 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31792

[startup+1.50032 s]
/proc/loadavg: 3.96 3.98 3.80 5/304 25284
/proc/meminfo: memFree=24478468/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=39160 CPUtime=1.49 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 4162 0 0 0 149 0 0 0 18 0 1 0 630782609 40099840 2879 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 9790 2879 367 95 0 4772 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39160

[startup+3.10099 s]
/proc/loadavg: 3.96 3.98 3.80 5/304 25284
/proc/meminfo: memFree=24448616/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=44388 CPUtime=3.08 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 6438 0 0 0 308 0 0 0 20 0 1 0 630782609 45453312 4089 33554432000 4194304 4580011 140734653969232 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 11097 4089 367 95 0 6079 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44388

[startup+6.30044 s]
/proc/loadavg: 3.96 3.98 3.80 5/304 25284
/proc/meminfo: memFree=24426252/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=49988 CPUtime=6.29 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 9700 0 0 0 628 1 0 0 25 0 1 0 630782609 51187712 5486 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 12497 5486 367 95 0 7479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49988

[startup+12.7002 s]
/proc/loadavg: 3.97 3.98 3.80 5/304 25284
/proc/meminfo: memFree=24401612/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=56044 CPUtime=12.69 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 14543 0 0 0 1268 1 0 0 25 0 1 0 630782609 57389056 7197 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 14011 7197 367 95 0 8993 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56044

[startup+25.5009 s]
/proc/loadavg: 3.97 3.98 3.81 5/304 25285
/proc/meminfo: memFree=24376552/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=59548 CPUtime=25.48 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 22012 0 0 0 2546 2 0 0 25 0 1 0 630782609 60977152 7531 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 14887 7531 367 95 0 9869 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59548

[startup+51.1012 s]
/proc/loadavg: 3.98 3.98 3.81 5/304 25286
/proc/meminfo: memFree=24349576/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=63804 CPUtime=51.09 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 33254 0 0 0 5106 3 0 0 25 0 1 0 630782609 65335296 9466 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 15951 9466 367 95 0 10933 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63804

[startup+102.311 s]
/proc/loadavg: 3.99 3.98 3.82 5/304 25287
/proc/meminfo: memFree=24281712/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=83740 CPUtime=102.3 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 53451 0 0 0 10224 6 0 0 25 0 1 0 630782609 85749760 14068 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 20935 14068 367 95 0 15917 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83740

[startup+162.301 s]
/proc/loadavg: 4.15 4.03 3.84 5/304 25315
/proc/meminfo: memFree=24298692/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=96232 CPUtime=162.3 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 72655 0 0 0 16219 11 0 0 25 0 1 0 630782609 98541568 16995 33554432000 4194304 4580011 140734653969232 18446744073709551615 4406355 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 24058 16995 367 95 0 19040 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 96232

[startup+222.301 s]
/proc/loadavg: 4.05 4.02 3.85 5/304 25317
/proc/meminfo: memFree=24235512/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=96608 CPUtime=222.3 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 87229 0 0 0 22216 14 0 0 25 0 1 0 630782609 98926592 17183 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 24152 17183 367 95 0 19134 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 96608

[startup+282.301 s]
/proc/loadavg: 4.02 4.02 3.85 5/304 25319
/proc/meminfo: memFree=24191424/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=116880 CPUtime=282.29 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 100141 0 0 0 28213 16 0 0 25 0 1 0 630782609 119685120 22394 33554432000 4194304 4580011 140734653969232 18446744073709551615 4451567 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 29220 22394 367 95 0 24202 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 116880

[startup+342.3 s]
/proc/loadavg: 4.05 4.03 3.86 5/304 25320
/proc/meminfo: memFree=24176500/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=117196 CPUtime=342.3 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 113294 0 0 0 34211 19 0 0 25 0 1 0 630782609 120008704 21593 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 29299 21593 367 95 0 24281 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 117196

[startup+402.3 s]
/proc/loadavg: 4.02 4.02 3.87 5/304 25322
/proc/meminfo: memFree=24141984/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=131068 CPUtime=402.29 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 126233 0 0 0 40208 21 0 0 25 0 1 0 630782609 134213632 25753 33554432000 4194304 4580011 140734653969232 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 32767 25753 367 95 0 27749 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 131068

[startup+462.3 s]
/proc/loadavg: 4.00 4.02 3.88 5/304 25350
/proc/meminfo: memFree=24173800/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=131240 CPUtime=462.3 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 135841 0 0 0 46206 24 0 0 25 0 1 0 630782609 134389760 26033 33554432000 4194304 4580011 140734653969232 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 32810 26033 367 95 0 27792 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 131240

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.88 5/304 25352
/proc/meminfo: memFree=24121004/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=131520 CPUtime=522.3 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 147964 0 0 0 52203 27 0 0 25 0 1 0 630782609 134676480 25367 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 32880 25367 367 95 0 27862 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 131520

[startup+582.3 s]
/proc/loadavg: 4.07 4.02 3.89 5/304 25354
/proc/meminfo: memFree=24114012/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=200508 CPUtime=582.3 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 156550 0 0 0 58201 29 0 0 25 0 1 0 630782609 205320192 30332 33554432000 4194304 4580011 140734653969232 18446744073709551615 4305144 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 50127 30332 367 95 0 45109 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 200508

[startup+642.3 s]
/proc/loadavg: 4.10 4.03 3.90 5/304 25355
/proc/meminfo: memFree=24115072/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=147684 CPUtime=642.32 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 168828 0 0 0 64199 33 0 0 25 0 1 0 630782609 151228416 28899 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 36921 28899 367 95 0 31903 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 147684

[startup+702.301 s]
/proc/loadavg: 4.18 4.06 3.92 5/304 25357
/proc/meminfo: memFree=24111548/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=148516 CPUtime=702.31 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 179400 0 0 0 70196 35 0 0 25 0 1 0 630782609 152080384 28651 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 37129 28651 367 95 0 32111 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 148516

[startup+762.311 s]
/proc/loadavg: 4.06 4.04 3.92 5/304 25358
/proc/meminfo: memFree=24073952/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=204068 CPUtime=762.32 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 188846 0 0 0 76194 38 0 0 25 0 1 0 630782609 208965632 30687 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 51017 30687 367 95 0 45999 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 204068

[startup+822.301 s]
/proc/loadavg: 4.11 4.06 3.93 5/304 25360
/proc/meminfo: memFree=24080220/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=153080 CPUtime=822.31 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 199721 0 0 0 82191 40 0 0 25 0 1 0 630782609 156753920 30143 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 38270 30143 367 95 0 33252 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 153080

[startup+882.301 s]
/proc/loadavg: 4.04 4.05 3.93 5/304 25362
/proc/meminfo: memFree=24068652/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=153192 CPUtime=882.31 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 208101 0 0 0 88189 42 0 0 25 0 1 0 630782609 156868608 30617 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 38298 30617 367 95 0 33280 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 153192

[startup+942.301 s]
/proc/loadavg: 4.01 4.04 3.93 5/304 25363
/proc/meminfo: memFree=24063660/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=153316 CPUtime=942.31 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 216733 0 0 0 94187 44 0 0 25 0 1 0 630782609 156995584 31305 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 38329 31305 367 95 0 33311 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 153316

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 3.93 5/304 25365
/proc/meminfo: memFree=23986596/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=181300 CPUtime=1002.32 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 227460 0 0 0 100185 47 0 0 25 0 1 0 630782609 185651200 37989 33554432000 4194304 4580011 140734653969232 18446744073709551615 4406299 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 45325 37989 367 95 0 40307 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 181300

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/304 25366
/proc/meminfo: memFree=23980476/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=181336 CPUtime=1062.32 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 231968 0 0 0 106184 48 0 0 25 0 1 0 630782609 185688064 37967 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294820 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 45334 37967 367 95 0 40316 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 181336

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/304 25368
/proc/meminfo: memFree=23984904/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=181456 CPUtime=1122.32 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 240246 0 0 0 112182 50 0 0 25 0 1 0 630782609 185810944 37742 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 45364 37742 367 95 0 40346 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 181456

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/304 25370
/proc/meminfo: memFree=23969236/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=181560 CPUtime=1182.33 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 247411 0 0 0 118181 52 0 0 25 0 1 0 630782609 185917440 36488 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 45390 36488 367 95 0 40372 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 181560

[startup+1242.3 s]
/proc/loadavg: 4.16 4.06 3.95 5/304 25371
/proc/meminfo: memFree=23926020/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=264472 CPUtime=1242.33 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 255206 0 0 0 124180 53 0 0 25 0 1 0 630782609 270819328 44283 33554432000 4194304 4580011 140734653969232 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 66118 44283 367 95 0 61100 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 264472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.05 3.95 3/302 25375
/proc/meminfo: memFree=24235380/32951124 swapFree=63485424/67111528
[pid=25283] ppid=25281 vsize=206052 CPUtime=1300.04 cores=4,6
/proc/25283/stat : 25283 (strangenight2-s) R 25281 25283 24609 0 -1 4202496 258261 0 0 0 129950 54 0 0 25 0 1 0 630782609 210997248 42426 33554432000 4194304 4580011 140734653969232 18446744073709551615 4294408 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25283/statm: 51513 42426 367 95 0 46495 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 206052

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.06
CPU user time (s): 1299.51
CPU system time (s): 0.550916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 264472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.51
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258262
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= 895

runsolver used 3.80042 second user time and 8.25574 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-14 16:34:27
IDJOB=3367552
IDBENCH=82761
IDSOLVER=1845
FILE ID=node147/3367552-1305383667
RUNJOBID= node147-1305383667-25242
PBS_JOBID= 13324355
Free space on /tmp= 73092 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1579607106-017.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367552-1305383667/watcher-3367552-1305383667 -o /tmp/evaluation-result-3367552-1305383667/solver-3367552-1305383667 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367552-1305383667.cnf

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

MD5SUM BENCH= 7790a3f63c0c8a2b2a87d89aa5f80b99
RANDOM SEED=89306798

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24489172 kB
Buffers:        273316 kB
Cached:        4920488 kB
SwapCached:      13132 kB
Active:        1566164 kB
Inactive:      6664564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24489172 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           21840 kB
Writeback:           0 kB
AnonPages:     3030828 kB
Mapped:          15992 kB
Slab:           139448 kB
PageTables:      29336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44923512 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= 73096 MiB
End job on node147 at 2011-05-14 16:56:09