Trace number 3367873

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1787844685-006.SATISFIABLE.cnf
MD5SUM08f7f98549a111fea2bbc5a28af8d7eb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.054991
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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367873-1305387923.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:        3195
0.00/0.00	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.00	c -- vars added        150
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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.02	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:      79 undec:       4 neg:      67
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.15	c  N st     8      4919       150      3195         0      4676     15975    137323   no data   no data
0.29/0.37	c  N st    10     11301       150      3195         0      4334     15975     99533   no data   no data
0.49/0.59	c  N st    11     17045       150      3195         0      9782     15975    260800   no data   no data
0.89/0.95	c  F st    12     25001       150      3195         0     12025     15975    326012   no data   no data
0.89/0.95	c  N st    12     25001       150      3195         0     12025     15975    326012   no data   no data
1.09/1.17	c Decided on static restart strategy
1.09/1.17	c  N st    18     30000       150      3195         0     10299     15975    259379   no data   no data
1.09/1.17	c  S st    18     30000       150      3195         0     10299     15975    259379   no data   no data
1.09/1.20	c  S st    18     30507       150      3195         0     10795     15975    274095   no data   no data
1.18/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.18/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.18/1.20	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
1.18/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.18/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.18/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.18/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.18/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.28/1.39	c lits-rem:       180  cl-subs:     1239  v-elim:      0  v-fix:    0  time:  0.19 s
1.38/1.44	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
1.38/1.44	c calculated reachability. Time: 0.00
1.38/1.44	c  N st    18     30507       150      3195         0      9556     15975    233547   no data   no data
1.78/1.81	c  N st    20     37617       150      3195         0      8806     15975    193084   no data   no data
2.09/2.11	c  N st    21     44016       150      3195         0     14873     15975    376958   no data   no data
2.09/2.20	c  S st    22     45760       150      3195         0     16555     15975    428342   no data   no data
2.19/2.25	c  S st    22     46263       150      3195         0      8539     15975    166646   no data   no data
2.19/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.19/2.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.19/2.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.19/2.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.19/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.19/2.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2.19/2.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.19/2.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.19/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.19/2.28	c lits-rem:        27  cl-subs:      210  v-elim:      0  v-fix:    0  time:  0.02 s
2.19/2.28	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2.19/2.29	c vivif2 --  cl tried     8329 cl shrink        0 lits rem          0 time: 0.00
2.28/2.32	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
2.28/2.32	c calculated reachability. Time: 0.00
2.28/2.32	c  N st    22     46263       150      3195         0      8329     15975    160464   no data   no data
3.08/3.13	c  N st    23     60662       150      3195         0     12535     15975    277208   no data   no data
3.58/3.64	c  N st    24     69396       150      3195         0     20843     15975    522906   no data   no data
3.58/3.64	c  S st    24     69396       150      3195         0     20843     15975    522906   no data   no data
3.58/3.68	c  S st    24     69903       150      3195         0     10891     15975    206875   no data   no data
3.58/3.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.58/3.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.58/3.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/3.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3.58/3.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/3.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.58/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.69/3.73	c lits-rem:        38  cl-subs:      190  v-elim:      0  v-fix:    0  time:  0.03 s
3.69/3.73	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3.69/3.73	c vivif2 --  cl tried    10701 cl shrink        0 lits rem          0 time: 0.00
3.69/3.78	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
3.69/3.78	c calculated reachability. Time: 0.00
3.69/3.78	c  N st    24     69903       150      3195         0     10701     15975    200171   no data   no data
4.89/4.92	c  F st    25     87502       150      3195         0     16025     15975    345390   no data   no data
4.89/4.92	c  N st    25     87502       150      3195         0     16025     15975    345390   no data   no data
5.19/5.26	c Decided on static restart strategy
5.40/5.47	c  N st    32     95540       150      3195         0     23670     15975    570632   no data   no data
5.99/6.03	c  N st    34    104855       150      3195         0     20147     15975    460097   no data   no data
5.99/6.03	c  S st    34    104855       150      3195         0     20147     15975    460097   no data   no data
5.99/6.08	c  S st    34    105355       150      3195         0     20637     15975    474600   no data   no data
5.99/6.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.99/6.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
5.99/6.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.99/6.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.99/6.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.99/6.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
5.99/6.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.99/6.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.09/6.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.49/6.54	c lits-rem:       461  cl-subs:     1447  v-elim:      0  v-fix:    0  time:  0.43 s
6.49/6.54	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
6.49/6.55	c vivif2 --  cl tried    19190 cl shrink        0 lits rem          0 time: 0.00
6.59/6.62	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.07
6.59/6.62	c calculated reachability. Time: 0.00
6.59/6.62	c  N st    34    105355       150      3195         0     19190     15975    427778   no data   no data
7.39/7.40	c  N st    35    114954       150      3195         0     15023     15975    295649   no data   no data
8.38/8.49	c  N st    36    129351       150      3195         0     14472     15975    255522   no data   no data
10.09/10.10	c  N st    37    150946       150      3195         0     19734     15975    390625   no data   no data
10.59/10.61	c  S st    38    158034       150      3195         0     26456     15975    588079   no data   no data
10.59/10.67	c  S st    38    158537       150      3195         0     26946     15975    602384   no data   no data
10.59/10.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.59/10.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
10.59/10.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.59/10.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.59/10.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.59/10.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
10.59/10.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.59/10.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.69/10.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.49/11.59	c lits-rem:       431  cl-subs:     2182  v-elim:      0  v-fix:    0  time:  0.88 s
11.49/11.59	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
11.49/11.59	c vivif2 --  cl tried    24764 cl shrink        0 lits rem          0 time: 0.00
11.59/11.69	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.09
11.59/11.69	c calculated reachability. Time: 0.00
11.59/11.69	c  N st    38    158537       150      3195         0     24764     15975    535811   no data   no data
15.79/15.80	c  N st    39    207126       150      3195         0     19770     15975    343226   no data   no data
18.09/18.19	c  N st    40    237808       150      3195         0     29966     15975    642795   no data   no data
18.09/18.19	c  S st    40    237808       150      3195         0     29966     15975    642795   no data   no data
18.19/18.26	c  S st    40    238309       150      3195         0     30458     15975    657277   no data   no data
18.19/18.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.19/18.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.19/18.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.19/18.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.19/18.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.19/18.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
18.19/18.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.19/18.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.19/18.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.38/19.43	c lits-rem:       852  cl-subs:     2342  v-elim:      0  v-fix:    0  time:  1.13 s
19.38/19.43	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
19.38/19.43	c vivif2 --  cl tried    28116 cl shrink        0 lits rem          0 time: 0.01
19.48/19.54	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.11
19.48/19.54	c calculated reachability. Time: 0.00
19.48/19.54	c  N st    40    238309       150      3195         0     28116     15975    582958   no data   no data
25.69/25.71	c  F st    41    306252       150      3195         0     29962     15975    595458   no data   no data
25.69/25.71	c  N st    41    306252       150      3195         0     29962     15975    595458   no data   no data
26.19/26.21	c Decided on static restart strategy
28.38/28.42	c  N st    51    334554       150      3195         0     34244     15975    716949   no data   no data
30.80/30.87	c  N st    53    357464       150      3195         0     32270     15975    612956   no data   no data
30.80/30.87	c  S st    53    357464       150      3195         0     32270     15975    612956   no data   no data
30.89/30.95	c  S st    53    357967       150      3195         0     32761     15975    627677   no data   no data
30.89/30.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.89/30.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
30.89/30.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.89/30.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.89/30.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.89/30.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
30.89/30.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.89/30.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
30.89/30.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.59/31.60	c lits-rem:       452  cl-subs:     1497  v-elim:      0  v-fix:    0  time:  0.62 s
31.59/31.60	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
31.59/31.61	c vivif2 --  cl tried    31264 cl shrink        0 lits rem          0 time: 0.01
31.69/31.73	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.12
31.69/31.73	c calculated reachability. Time: 0.00
31.69/31.73	c  N st    53    357967       150      3195         0     31264     15975    578767   no data   no data
34.99/35.09	c  N st    54    390361       150      3195         0     37138     15975    741573   no data   no data
40.29/40.37	c  N st    55    438949       150      3195         0     31064     15975    532180   no data   no data
48.09/48.19	c  N st    56    511831       150      3195         0     44091     15975    874775   no data   no data
51.29/51.34	c  N st    57    536952       150      3195         0     38660     15975    690684   no data   no data
51.29/51.34	c  S st    57    536952       150      3195         0     38660     15975    690684   no data   no data
51.39/51.43	c  S st    57    537456       150      3195         0     39149     15975    705375   no data   no data
51.39/51.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.39/51.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
51.39/51.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.39/51.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.39/51.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.39/51.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
51.39/51.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.39/51.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.39/51.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.29/52.34	c lits-rem:       437  cl-subs:     1780  v-elim:      0  v-fix:    0  time:  0.87 s
52.29/52.34	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
52.29/52.35	c vivif2 --  cl tried    37369 cl shrink        0 lits rem          0 time: 0.01
52.39/52.49	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.15
52.39/52.49	c calculated reachability. Time: 0.00
52.39/52.49	c  N st    57    537456       150      3195         0     37369     15975    653704   no data   no data
73.59/73.61	c  N st    58    701441       150      3195         0     65477     15975   1481364   no data   no data
86.79/86.82	c  N st    59    806185       150      3195         0     59950     15975   1272655   no data   no data
86.79/86.82	c  S st    59    806185       150      3195         0     59950     15975   1272655   no data   no data
86.89/86.95	c  S st    59    806687       150      3195         0     60442     15975   1287384   no data   no data
86.89/86.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.89/86.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
86.89/86.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.89/86.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.89/86.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.89/86.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
86.89/86.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.89/86.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
86.99/87.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.99/92.02	c lits-rem:      1184  cl-subs:     3972  v-elim:      0  v-fix:    0  time:  5.00 s
91.99/92.02	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
91.99/92.04	c vivif2 --  cl tried    56470 cl shrink        0 lits rem          0 time: 0.01
92.19/92.25	c asymm  cl-useful: 0/2995/3195 lits-rem:0 time: 0.21
92.19/92.25	c calculated reachability. Time: 0.00
92.19/92.25	c  N st    59    806687       150      3195         0     56470     15975   1157180   no data   no data
132.69/132.70	c  F st    60   1071875       150      3195         0     71673     15975   1541947   no data   no data
132.69/132.70	c  N st    60   1071875       150      3195         0     71673     15975   1541947   no data   no data
133.79/133.80	c Decided on static restart strategy
137.50/137.56	c  N st    70   1100178       150      3195         0     56195     15975   1003276   no data   no data
144.49/144.52	c  N st    72   1136172       150      3195         0     46797     15975    684949   no data   no data
149.89/149.97	c  N st    73   1168565       150      3195         0     77270     15975   1609250   no data   no data
157.20/157.26	c  N st    74   1210033       150      3195         0     71915     15975   1436083   no data   no data
157.20/157.26	c  S st    74   1210033       150      3195         0     71915     15975   1436083   no data   no data
157.39/157.42	c  S st    74   1210540       150      3195         0     72408     15975   1450687   no data   no data
157.39/157.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
157.39/157.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
157.39/157.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.39/157.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.39/157.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.39/157.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
157.39/157.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.39/157.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
157.49/157.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.39/164.48	c lits-rem:      4468  cl-subs:     5309  v-elim:      0  v-fix:    0  time:  6.98 s
164.39/164.48	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
164.49/164.50	c vivif2 --  cl tried    67099 cl shrink        0 lits rem          0 time: 0.01
164.69/164.72	c asymm  cl-useful: 0/2577/3195 lits-rem:0 time: 0.22
164.69/164.72	c calculated reachability. Time: 0.00
164.69/164.72	c  N st    74   1210540       150      3195         0     67099     15975   1273779   no data   no data
177.19/177.20	c  N st    75   1283423       150      3195         0     90920     15975   1997551   no data   no data
197.10/197.14	c  N st    76   1392748       150      3195         0     52585     15975    763888   no data   no data
228.59/228.65	c  N st    77   1556732       150      3195         0     56980     15975    848006   no data   no data
256.09/256.12	c  N st    78   1710541       150      3195         0     97242     15975   2055812   no data   no data
256.09/256.12	c  S st    78   1710541       150      3195         0     97242     15975   2055812   no data   no data
256.30/256.38	c  S st    78   1711045       150      3195         0     97733     15975   2070335   no data   no data
256.30/256.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
256.39/256.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
256.39/256.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
256.39/256.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
256.39/256.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
256.39/256.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
256.39/256.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
256.39/256.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
256.50/256.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
277.00/277.09	c lits-rem:      5847  cl-subs:     9722  v-elim:      0  v-fix:    0  time: 20.59 s
277.00/277.09	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
277.10/277.11	c vivif2 --  cl tried    88011 cl shrink        0 lits rem          0 time: 0.02
277.21/277.22	c asymm  cl-useful: 0/618/3195 lits-rem:0 time: 0.11
277.21/277.22	c calculated reachability. Time: 0.00
277.21/277.22	c  N st    78   1711045       150      3195         0     88011     15975   1769721   no data   no data
351.10/351.19	c  N st    79   2080009       150      3195         0     99583     15975   1994162   no data   no data
377.10/377.16	c  N st    80   2211047       150      3195         0    103826     15975   2153546   no data   no data
377.10/377.16	c  S st    80   2211047       150      3195         0    103826     15975   2153546   no data   no data
377.40/377.45	c  S st    80   2211550       150      3195         0    104321     15975   2168747   no data   no data
377.40/377.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
377.40/377.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
377.40/377.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
377.40/377.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
377.40/377.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
377.40/377.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
377.40/377.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
377.50/377.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
377.50/377.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
396.60/396.65	c lits-rem:      2823  cl-subs:     8510  v-elim:      0  v-fix:    0  time: 19.07 s
396.60/396.65	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
396.60/396.67	c vivif2 --  cl tried    95811 cl shrink        0 lits rem          0 time: 0.02
396.90/396.94	c asymm  cl-useful: 0/1758/3195 lits-rem:0 time: 0.27
396.90/396.94	c calculated reachability. Time: 0.00
396.90/396.94	c  N st    80   2211550       150      3195         0     95811     15975   1894980   no data   no data
502.50/502.51	c  N st    81   2711550       150      3195         0    118372     15975   2403752   no data   no data
502.50/502.51	c  S st    81   2711550       150      3195         0    118372     15975   2403752   no data   no data
502.71/502.80	c  S st    81   2712050       150      3195         0    118858     15975   2418683   no data   no data
502.80/502.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
502.80/502.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
502.80/502.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
502.80/502.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
502.80/502.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
502.80/502.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
502.80/502.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
502.80/502.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
502.90/502.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
528.02/528.03	c lits-rem:      2289  cl-subs:    12169  v-elim:      0  v-fix:    0  time: 25.10 s
528.02/528.03	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
528.02/528.06	c vivif2 --  cl tried   106689 cl shrink        0 lits rem          0 time: 0.03
528.31/528.31	c asymm  cl-useful: 0/1403/3195 lits-rem:0 time: 0.25
528.31/528.31	c calculated reachability. Time: 0.00
528.31/528.31	c  N st    81   2712050       150      3195         0    106689     15975   2079641   no data   no data
648.01/648.08	c  N st    82   3212052       150      3195         0     83762     15975   1247315   no data   no data
648.01/648.08	c  S st    82   3212052       150      3195         0     83762     15975   1247315   no data   no data
648.21/648.26	c  S st    82   3212554       150      3195         0     84251     15975   1262058   no data   no data
648.21/648.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
648.21/648.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
648.21/648.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
648.21/648.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
648.21/648.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
648.21/648.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
648.21/648.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
648.31/648.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
648.31/648.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
650.12/650.11	c lits-rem:       665  cl-subs:     2196  v-elim:      0  v-fix:    0  time:  1.78 s
650.12/650.11	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
650.12/650.12	c vivif2 --  cl tried    82055 cl shrink        0 lits rem          0 time: 0.01
650.31/650.32	c asymm  cl-useful: 0/2096/3195 lits-rem:0 time: 0.20
650.31/650.32	c calculated reachability. Time: 0.00
650.31/650.32	c  N st    82   3212554       150      3195         0     82055     15975   1195496   no data   no data
782.31/782.39	c  N st    83   3712555       150      3195         0     92671     15975   1404476   no data   no data
782.31/782.39	c  S st    83   3712555       150      3195         0     92671     15975   1404476   no data   no data
782.51/782.58	c  S st    83   3713056       150      3195         0     93159     15975   1419595   no data   no data
782.51/782.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
782.61/782.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
782.61/782.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
782.61/782.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
782.61/782.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
782.61/782.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
782.61/782.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
782.61/782.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
782.61/782.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
785.31/785.36	c lits-rem:       771  cl-subs:     3159  v-elim:      0  v-fix:    0  time:  2.70 s
785.31/785.36	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
785.31/785.38	c vivif2 --  cl tried    90000 cl shrink        0 lits rem          0 time: 0.02
785.51/785.52	c asymm  cl-useful: 0/1099/3195 lits-rem:0 time: 0.14
785.51/785.52	c calculated reachability. Time: 0.00
785.51/785.52	c  N st    83   3713056       150      3195         0     90000     15975   1333908   no data   no data
795.01/795.03	c  F st    84   3751563       150      3195         0    126213     15975   2450678   no data   no data
795.01/795.03	c  N st    84   3751563       150      3195         0    126213     15975   2450678   no data   no data
796.81/796.89	c Decided on static restart strategy
803.91/804.00	c  N st    94   3779868       150      3195         0    153193     15975   3280782   no data   no data
811.91/811.90	c  N st    96   3815860       150      3195         0    107294     15975   1837894   no data   no data
819.81/819.80	c  N st    97   3848253       150      3195         0    137971     15975   2769808   no data   no data
832.62/832.67	c  N st    98   3896842       150      3195         0    102809     15975   1692249   no data   no data
854.41/854.44	c  N st    99   3969726       150      3195         0     89605     15975   1251922   no data   no data
885.71/885.78	c  N st   100   4079049       150      3195         0    109510     15975   1832345   no data   no data
923.01/923.09	c  N st   101   4213057       150      3195         0    151642     15975   3107900   no data   no data
923.01/923.09	c  S st   101   4213057       150      3195         0    151642     15975   3107900   no data   no data
923.41/923.44	c  S st   101   4213558       150      3195         0    152132     15975   3122322   no data   no data
923.41/923.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
923.51/923.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
923.51/923.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
923.51/923.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
923.51/923.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
923.51/923.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
923.51/923.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
923.51/923.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
923.61/923.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
968.42/968.49	c lits-rem:      4027  cl-subs:    15808  v-elim:      0  v-fix:    0  time: 44.87 s
968.42/968.49	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
968.52/968.53	c vivif2 --  cl tried   136324 cl shrink        0 lits rem          0 time: 0.03
968.72/968.79	c asymm  cl-useful: 0/1288/3195 lits-rem:0 time: 0.26
968.72/968.80	c calculated reachability. Time: 0.00
968.72/968.80	c  N st   101   4213558       150      3195         0    136324     15975   2637940   no data   no data
1034.92/1034.94	c  N st   102   4459534       150      3195         0    111716     15975   1840032   no data   no data
1107.22/1107.23	c  N st   103   4713558       150      3195         0    174974     15975   3765738   no data   no data
1107.22/1107.23	c  S st   103   4713558       150      3195         0    174974     15975   3765738   no data   no data
1107.62/1107.64	c  S st   103   4714062       150      3195         0    175461     15975   3780631   no data   no data
1107.62/1107.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1107.72/1107.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
1107.72/1107.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1107.72/1107.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1107.72/1107.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1107.72/1107.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1107.72/1107.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1107.72/1107.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1107.83/1107.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1169.33/1169.36	c lits-rem:      4436  cl-subs:    16939  v-elim:      0  v-fix:    0  time: 61.49 s
1169.33/1169.36	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1169.42/1169.40	c vivif2 --  cl tried   158522 cl shrink        0 lits rem          0 time: 0.04
1169.73/1169.71	c asymm  cl-useful: 0/944/3195 lits-rem:0 time: 0.31
1169.73/1169.71	c calculated reachability. Time: 0.00
1169.73/1169.71	c  N st   103   4714062       150      3195         0    158522     15975   3274125   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-3367873-1305387923/watcher-3367873-1305387923 -o /tmp/evaluation-result-3367873-1305387923/solver-3367873-1305387923 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367873-1305387923.cnf 

running on 2 cores: 5,7

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: 2.63 3.33 3.60 4/245 6699
/proc/meminfo: memFree=18645836/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=20436 CPUtime=0 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4194304 394 0 0 0 0 0 0 0 18 0 1 0 650393032 20926464 335 33554432000 4194304 4580011 140735911605936 18446744073709551615 4228112 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 5109 347 302 95 0 91 0

[startup+0.068974 s]
/proc/loadavg: 2.63 3.33 3.60 4/245 6699
/proc/meminfo: memFree=18645836/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=30328 CPUtime=0.06 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 820 0 0 0 6 0 0 0 18 0 1 0 650393032 31055872 730 33554432000 4194304 4580011 140735911605936 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 7582 730 363 95 0 2564 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30328

[startup+0.100956 s]
/proc/loadavg: 2.63 3.33 3.60 4/245 6699
/proc/meminfo: memFree=18645836/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=30480 CPUtime=0.09 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 863 0 0 0 9 0 0 0 18 0 1 0 650393032 31211520 773 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294519 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 7620 773 363 95 0 2602 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30480

[startup+0.300918 s]
/proc/loadavg: 2.63 3.33 3.60 4/245 6699
/proc/meminfo: memFree=18645836/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=31172 CPUtime=0.29 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 1204 0 0 0 29 0 0 0 18 0 1 0 650393032 31920128 938 33554432000 4194304 4580011 140735911605936 18446744073709551615 4321839 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 7793 938 363 95 0 2775 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31172

[startup+0.700844 s]
/proc/loadavg: 2.63 3.33 3.60 4/245 6699
/proc/meminfo: memFree=18645836/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=31800 CPUtime=0.69 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 1882 0 0 0 69 0 0 0 18 0 1 0 650393032 32563200 1004 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 7950 1004 363 95 0 2932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31800

[startup+1.5007 s]
/proc/loadavg: 2.63 3.33 3.60 5/251 6710
/proc/meminfo: memFree=18625260/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=39132 CPUtime=1.48 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 4163 0 0 0 148 0 0 0 20 0 1 0 650393032 40071168 2876 33554432000 4194304 4580011 140735911605936 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 9783 2877 367 95 0 4765 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39132

[startup+3.10042 s]
/proc/loadavg: 2.63 3.33 3.60 5/251 6711
/proc/meminfo: memFree=18603808/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=39328 CPUtime=3.08 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 5717 0 0 0 308 0 0 0 25 0 1 0 650393032 40271872 2844 33554432000 4194304 4580011 140735911605936 18446744073709551615 4321842 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 9832 2844 367 95 0 4814 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39328

[startup+6.30082 s]
/proc/loadavg: 2.74 3.34 3.61 5/251 6711
/proc/meminfo: memFree=18596804/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=46636 CPUtime=6.29 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 9572 0 0 0 628 1 0 0 25 0 1 0 650393032 47755264 4768 33554432000 4194304 4580011 140735911605936 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 11659 4768 367 95 0 6641 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46636

[startup+12.7006 s]
/proc/loadavg: 2.84 3.35 3.61 5/251 6711
/proc/meminfo: memFree=18559908/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=52676 CPUtime=12.68 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 14185 0 0 0 1266 2 0 0 25 0 1 0 650393032 53940224 6055 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 13169 6055 367 95 0 8151 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52676

[startup+25.5003 s]
/proc/loadavg: 3.10 3.38 3.61 5/251 6711
/proc/meminfo: memFree=18542024/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=58376 CPUtime=25.49 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 21894 0 0 0 2545 4 0 0 25 0 1 0 650393032 59777024 7451 33554432000 4194304 4580011 140735911605936 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 14594 7451 367 95 0 9576 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58376

[startup+51.1006 s]
/proc/loadavg: 3.41 3.43 3.62 5/251 6712
/proc/meminfo: memFree=18526308/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=62492 CPUtime=51.09 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 33712 0 0 0 5103 6 0 0 25 0 1 0 650393032 63991808 8447 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 15623 8447 367 95 0 10605 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62492

[startup+102.309 s]
/proc/loadavg: 3.74 3.52 3.64 5/251 6740
/proc/meminfo: memFree=18477864/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=85140 CPUtime=102.3 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 54979 0 0 0 10221 9 0 0 25 0 1 0 650393032 87183360 13833 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 21285 13833 367 95 0 16267 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85140

[startup+162.3 s]
/proc/loadavg: 3.90 3.60 3.66 5/251 6742
/proc/meminfo: memFree=18454284/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=96900 CPUtime=162.29 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 73240 0 0 0 16216 13 0 0 25 0 1 0 650393032 99225600 17187 33554432000 4194304 4580011 140735911605936 18446744073709551615 4406254 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 24225 17187 367 95 0 19207 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96900

[startup+222.3 s]
/proc/loadavg: 3.99 3.68 3.68 5/251 6743
/proc/meminfo: memFree=18421508/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=97248 CPUtime=222.29 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 87698 0 0 0 22213 16 0 0 25 0 1 0 650393032 99581952 17264 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 24312 17264 367 95 0 19294 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 97248

[startup+282.3 s]
/proc/loadavg: 3.99 3.74 3.70 5/251 6745
/proc/meminfo: memFree=18384152/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=118592 CPUtime=282.29 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 102453 0 0 0 28210 19 0 0 25 0 1 0 650393032 121438208 21367 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 29648 21367 367 95 0 24630 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 118592

[startup+342.3 s]
/proc/loadavg: 3.99 3.78 3.72 5/251 6747
/proc/meminfo: memFree=18353496/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=118836 CPUtime=342.3 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 115206 0 0 0 34207 23 0 0 25 0 1 0 650393032 121688064 23246 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 29709 23246 367 95 0 24691 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 118836

[startup+402.3 s]
/proc/loadavg: 3.99 3.82 3.73 5/251 6748
/proc/meminfo: memFree=18323696/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=133996 CPUtime=402.3 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 127644 0 0 0 40205 25 0 0 25 0 1 0 650393032 137211904 26895 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 33499 26895 367 95 0 28481 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 133996

[startup+462.3 s]
/proc/loadavg: 3.99 3.85 3.74 5/251 6750
/proc/meminfo: memFree=18300824/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=134224 CPUtime=462.3 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 140177 0 0 0 46201 29 0 0 25 0 1 0 650393032 137445376 26890 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 33556 26890 367 95 0 28538 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 134224

[startup+522.3 s]
/proc/loadavg: 3.54 3.75 3.71 4/245 6768
/proc/meminfo: memFree=18374296/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=147352 CPUtime=522.31 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 152385 0 0 0 52199 32 0 0 25 0 1 0 650393032 150888448 29640 33554432000 4194304 4580011 140735911605936 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 36838 29640 367 95 0 31820 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 147352

[startup+582.3 s]
/proc/loadavg: 3.20 3.61 3.67 4/245 6770
/proc/meminfo: memFree=18350708/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=147520 CPUtime=582.3 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 162750 0 0 0 58197 33 0 0 25 0 1 0 650393032 151060480 29630 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 36880 29630 367 95 0 31862 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 147520

[startup+642.3 s]
/proc/loadavg: 3.07 3.50 3.62 4/245 6772
/proc/meminfo: memFree=18346708/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=147728 CPUtime=642.31 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 173536 0 0 0 64195 36 0 0 25 0 1 0 650393032 151273472 30068 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 36932 30068 367 95 0 31914 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 147728

[startup+702.3 s]
/proc/loadavg: 3.02 3.40 3.58 4/245 6773
/proc/meminfo: memFree=18336880/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=149736 CPUtime=702.31 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 184383 0 0 0 70194 37 0 0 25 0 1 0 650393032 153329664 30054 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 37434 30054 367 95 0 32416 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 149736

[startup+762.308 s]
/proc/loadavg: 3.05 3.34 3.55 4/245 6775
/proc/meminfo: memFree=18343656/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=149936 CPUtime=762.32 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 195003 0 0 0 76194 38 0 0 25 0 1 0 650393032 153534464 29413 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 37484 29413 367 95 0 32466 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 149936

[startup+822.3 s]
/proc/loadavg: 3.02 3.28 3.51 4/245 6776
/proc/meminfo: memFree=18328632/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=153740 CPUtime=822.31 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 205057 0 0 0 82191 40 0 0 25 0 1 0 650393032 157429760 31626 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 38435 31626 367 95 0 33417 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 153740

[startup+882.3 s]
/proc/loadavg: 3.00 3.22 3.47 4/245 6778
/proc/meminfo: memFree=18330088/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=153896 CPUtime=882.31 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 215418 0 0 0 88188 43 0 0 25 0 1 0 650393032 157589504 29960 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 38474 29960 367 95 0 33456 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 153896

[startup+942.301 s]
/proc/loadavg: 3.00 3.18 3.44 4/245 6789
/proc/meminfo: memFree=18306092/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=181008 CPUtime=942.32 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 227587 0 0 0 94187 45 0 0 25 0 1 0 650393032 185352192 38079 33554432000 4194304 4580011 140735911605936 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 45252 38079 367 95 0 40234 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 181008

[startup+1002.3 s]
/proc/loadavg: 3.08 3.16 3.42 4/245 6790
/proc/meminfo: memFree=18306608/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=238604 CPUtime=1002.32 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 232541 0 0 0 100186 46 0 0 25 0 1 0 650393032 244330496 38456 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 59651 38456 367 95 0 54633 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 238604

[startup+1062.3 s]
/proc/loadavg: 3.19 3.16 3.40 4/245 6792
/proc/meminfo: memFree=18286360/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=181224 CPUtime=1062.32 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 243481 0 0 0 106184 48 0 0 25 0 1 0 650393032 185573376 36889 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 45306 36889 367 95 0 40288 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 181224

[startup+1122.3 s]
/proc/loadavg: 3.07 3.13 3.37 4/245 6796
/proc/meminfo: memFree=18252064/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=274460 CPUtime=1122.32 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 257366 0 0 0 112183 49 0 0 25 0 1 0 650393032 281047040 46461 33554432000 4194304 4580011 140735911605936 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 68615 46461 367 95 0 63597 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 274460

[startup+1182.3 s]
/proc/loadavg: 3.02 3.10 3.35 4/245 6798
/proc/meminfo: memFree=18258884/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=215944 CPUtime=1182.32 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 259928 0 0 0 118182 50 0 0 25 0 1 0 650393032 221126656 44134 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 53986 44134 367 95 0 48968 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 215944

[startup+1242.3 s]
/proc/loadavg: 3.01 3.08 3.32 4/245 6800
/proc/meminfo: memFree=18251400/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=216032 CPUtime=1242.32 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 268871 0 0 0 124180 52 0 0 25 0 1 0 650393032 221216768 44343 33554432000 4194304 4580011 140735911605936 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 54008 44343 367 95 0 48990 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 216032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.06 3.30 4/245 6801
/proc/meminfo: memFree=18239592/32951124 swapFree=66522240/67111528
[pid=6699] ppid=6697 vsize=216172 CPUtime=1300.03 cores=5,7
/proc/6699/stat : 6699 (strangenight2-s) R 6697 6699 5485 0 -1 4202496 277366 0 0 0 129949 54 0 0 25 0 1 0 650393032 221360128 44024 33554432000 4194304 4580011 140735911605936 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6699/statm: 54043 44024 367 95 0 49025 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 216172

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.5
CPU system time (s): 0.550916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 275532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.5
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= 277367
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= 25
involuntary context switches= 844

runsolver used 2.80957 second user time and 6.68698 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 17:45:23
IDJOB=3367873
IDBENCH=83082
IDSOLVER=1845
FILE ID=node109/3367873-1305387923
RUNJOBID= node109-1305387923-6670
PBS_JOBID= 13324393
Free space on /tmp= 73216 MiB

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

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

MD5SUM BENCH= 08f7f98549a111fea2bbc5a28af8d7eb
RANDOM SEED=1729670962

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18645992 kB
Buffers:        271556 kB
Cached:        2911268 kB
SwapCached:      19100 kB
Active:        6391520 kB
Inactive:      7682744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18645992 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           16440 kB
Writeback:           0 kB
AnonPages:    10878852 kB
Mapped:          18476 kB
Slab:           136676 kB
PageTables:      30648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17918340 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= 73212 MiB
End job on node109 at 2011-05-14 18:07:05