Trace number 3369788

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-Night-1-st (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S980027332-029-UNKNOWN.cnf
MD5SUMc08a1b82ea5b515d260c5edf61d7067c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5403
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369788-1305382090.cnf'
0.00/0.01	c -- header says num vars:          15000
0.00/0.01	c -- header says num clauses:       63000
0.00/0.04	c -- clauses added:            0 learnts,        63000 normals,            0 xors
0.00/0.04	c -- vars added      15000
0.00/0.04	c Parsing time:  0.03 s
0.00/0.04	c  N st     0         0     15000     63000         0         0    189000         0   no data   no data  --
0.00/0.07	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.04
0.09/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
0.09/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.09/0.13	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
0.18/0.24	c lits-rem:         0  cl-subs:        0  v-elim:    519  v-fix:    0  time:  0.11 s
0.18/0.24	c Finding binary XORs  T:     0.00 s  found:       0
0.18/0.27	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.18/0.27	c calculated reachability. Time: 0.00
0.18/0.27	c Calc default polars -  time:   0.00 s pos:    6658 undec:    1776 neg:    6566
0.18/0.27	c =========================================================================================
0.18/0.27	c types(t): F = full restart, N = normal restart
0.18/0.27	c types(t): S = simplification begin/end, E = solution found
0.18/0.27	c restart types(rt): st = static, dy = dynamic
0.18/0.27	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.18/0.27	c  B st     0         0     14481     62359         0         0    189954         0   no data   no data  --
1.00/1.04	c  N dy    22      4028     14481     62359         0      4028    189954    798027    115.62    123.41  --
1.79/1.84	c  N dy    47      8373     14481     62359         0      8373    189954   1567181    113.66    120.03  --
2.59/2.62	c  N dy    73     12489     14481     62359         0     12489    189954   2295788    112.77    119.82  --
3.39/3.42	c  N dy    98     16531     14481     62359         0     16530    189954   3016487    112.39    119.59  --
4.18/4.24	c  N dy   127     20559     14481     62359         0     10563    189954    601020    112.80    119.27  --
4.99/5.06	c  N dy   156     24705     14481     62359         0     14709    189954   1352888    113.06    119.77  --
5.09/5.12	c  F st   159     25001     14481     62359         0     15005    189954   1408383    113.09   no data  --
6.09/6.18	c  N dy   165     30001     14481     62359         0     20005    189954   2489691    113.09   no data  --
6.09/6.18	c  S st   165     30001     14481     62359         0     20005    189954   2489691    113.09   no data  --
6.19/6.29	c  S st   165     30507     14481     62359         0     20511    189954   2560738    113.09   no data  --
6.19/6.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6.19/6.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.29/6.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
6.49/6.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.49/6.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.49/6.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
6.49/6.55	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
10.39/10.46	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.90 s
10.49/10.53	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.07
10.49/10.53	c calculated reachability. Time: 0.00
10.49/10.53	c  N dy   165     30507     14481     62359         0     20508    189954   2559641    113.09   no data  --
11.39/11.46	c  N dy   198     34632     14481     62359         0     24633    189954   3337503    114.05    120.74  --
12.39/12.42	c  N dy   225     38849     14481     62359         0     28850    189954   4096026    113.90    120.38  --
13.38/13.40	c  N dy   254     43103     14481     62359         0     17605    189954    992241    113.93    123.59  --
13.89/13.99	c  S st   273     45761     14481     62359         0     20263    189954   1472765    113.95   no data  --
14.09/14.10	c  S st   273     46265     14481     62359         0     20767    189954   1554205    113.95   no data  --
14.09/14.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14.09/14.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.09/14.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
14.19/14.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.19/14.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.19/14.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
14.19/14.27	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
16.99/17.00	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.72 s
16.99/17.00	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
16.99/17.02	c vivif2 --  cl tried    20767 cl shrink        0 lits rem          0 time: 0.02
17.09/17.10	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.08
17.09/17.10	c calculated reachability. Time: 0.00
17.09/17.10	c  N dy   273     46265     14481     62359         0     20767    189954   1554203    113.95   no data  --
17.98/18.00	c  N dy   297     50288     14481     62359         0     24789    189954   2272790    113.81    125.97  --
18.89/18.91	c  N dy   327     54393     14481     62359         0     28893    189954   3020871    113.87    121.59  --
19.80/19.82	c  N dy   353     58411     14481     62359         0     32911    189954   3741017    113.87    139.89  --
20.68/20.78	c  N dy   380     62491     14481     62359         0     36991    189954   4487885    113.90    122.77  --
21.59/21.66	c  N dy   405     66543     14481     62359         0     22296    189954   1221268    113.79    155.54  --
22.19/22.29	c  S st   426     69397     14481     62359         0     25150    189954   1745763    113.80   no data  --
22.39/22.40	c  S st   426     69898     14481     62359         0     25651    189954   1816735    113.80   no data  --
22.39/22.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
22.39/22.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.39/22.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
22.49/22.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.49/22.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.49/22.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
22.49/22.57	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
25.69/25.71	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.14 s
25.69/25.72	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
25.69/25.74	c vivif2 --  cl tried    25647 cl shrink        0 lits rem          0 time: 0.02
25.79/25.83	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.08
25.79/25.83	c calculated reachability. Time: 0.00
25.79/25.83	c  N dy   426     69898     14481     62359         0     25647    189954   1815316    113.80   no data  --
26.79/26.88	c  N dy   454     74454     14481     62359         0     30203    189954   2625379    113.64    119.76  --
27.99/28.08	c  N dy   484     79475     14481     62359         0     35223    189954   3523648    113.47    126.22  --
29.29/29.33	c  N dy   520     84691     14481     62359         0     40438    189954   4479804    113.62    122.00  --
29.98/30.00	c  F st   536     87500     14481     62359         0     22371    189954    841091    113.42   no data  --
30.69/30.77	c  N st   541     90797     14481     62359         0     25667    189954   1628071    113.42   no data  --
32.08/32.16	c  N dy   572     96680     14481     62359         0     31550    189954   2913109    113.51    120.68  --
33.59/33.61	c  N dy   612    102904     14481     62359         0     37774    189954   4061241    113.54    129.76  --
33.99/34.08	c  S st   625    104847     14481     62359         0     39717    189954   4409358    113.53     96.64  --
34.19/34.21	c  S st   625    105353     14481     62359         0     40223    189954   4479103    113.53   no data  --
34.19/34.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
34.19/34.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.19/34.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
34.49/34.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.49/34.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.49/34.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
34.49/34.53	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
63.69/63.73	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time: 29.20 s
63.69/63.74	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
63.69/63.79	c vivif2 --  cl tried    40215 cl shrink        0 lits rem          0 time: 0.06
63.89/63.90	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.11
63.89/63.90	c calculated reachability. Time: 0.00
63.89/63.90	c  N dy   625    105353     14481     62359         0     40215    189954   4475221    113.53   no data  --
65.49/65.59	c  N dy   672    112201     14481     62359         0     24626    189954    941576    113.65    121.33  --
67.18/67.29	c  N dy   724    119451     14481     62359         0     31874    189954   2276425    113.86    124.68  --
69.09/69.13	c  N dy   769    127154     14481     62359         0     39575    189954   3651713    113.67    119.77  --
71.19/71.25	c  N dy   824    135328     14481     62359         0     24034    189954    575457    113.77    121.79  --
73.19/73.22	c  N dy   881    143978     14481     62359         0     32684    189954   2134196    113.87    119.94  --
75.49/75.52	c  N dy   943    153333     14481     62359         0     42039    189954   3824318    113.86    121.62  --
76.69/76.74	c  S st   975    158031     14481     62359         0     46737    189954   4688394    113.82   no data  --
76.79/76.88	c  S st   975    158540     14481     62359         0     47246    189954   4753533    113.82   no data  --
76.79/76.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.79/76.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.90/76.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.08
77.19/77.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.19/77.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.19/77.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
77.19/77.21	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
122.89/122.91	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 45.70 s
122.89/122.92	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
122.89/122.98	c vivif2 --  cl tried    47240 cl shrink        0 lits rem          0 time: 0.06
122.99/123.09	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.11
123.10/123.11	c calculated reachability. Time: 0.00
123.10/123.11	c  N dy   975    158540     14481     62359         0     47240    189954   4750923    113.82   no data  --
125.49/125.54	c  N dy  1040    168857     14481     62359         0     32700    189954   1926077    113.80    120.30  --
128.10/128.15	c  N dy  1114    179726     14481     62359         0     43568    189954   3915189    113.86    121.53  --
131.00/131.01	c  N dy  1187    191299     14481     62359         0     29210    189954   1047482    113.82    119.88  --
133.79/133.90	c  N dy  1274    203618     14481     62359         0     41528    189954   3277753    113.87    121.37  --
137.09/137.17	c  N dy  1355    216679     14481     62359         0     27627    189954    565955    113.81    121.01  --
140.39/140.47	c  N dy  1442    230543     14481     62359         0     41489    189954   3054968    113.72    132.26  --
142.30/142.39	c  S st  1496    237812     14481     62359         0     48756    189954   4415726    113.86     92.88  --
142.49/142.53	c  S st  1496    238314     14481     62359         0     49258    189954   4481593    113.86   no data  --
142.49/142.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
142.49/142.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
142.59/142.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.08
142.79/142.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.79/142.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.79/142.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
142.79/142.85	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
184.10/184.19	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 41.35 s
184.20/184.20	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.01
184.20/184.26	c vivif2 --  cl tried    49252 cl shrink        0 lits rem          0 time: 0.06
184.30/184.38	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.12
184.30/184.39	c calculated reachability. Time: 0.00
184.30/184.39	c  N dy  1496    238314     14481     62359         0     49252    189954   4478739    113.86   no data  --
188.29/188.31	c  N dy  1600    253635     14481     62359         0     36596    189954   2041720    114.01    125.52  --
192.40/192.49	c  N dy  1709    269843     14481     62359         0     52804    189954   4945104    114.09    124.09  --
196.91/196.93	c  N dy  1826    287135     14481     62359         0     41104    189954   2651460    114.19    120.25  --
201.90/201.90	c  N dy  1951    305498     14481     62359         0     59466    189954   6028138    114.28    123.40  --
202.10/202.13	c  F st  1956    306250     14481     62359         0     30226    189954    469950    114.27   no data  --
206.89/206.92	c  N dy  2050    325144     14481     62359         0     49117    189954   4247698    114.40    122.62  --
212.20/212.25	c  N dy  2178    345169     14481     62359         0     38142    189954   1758097    114.44    121.22  --
215.40/215.47	c  S st  2258    357473     14481     62359         0     50444    189954   4018273    114.51     92.90  --
215.61/215.62	c  S st  2258    357978     14481     62359         0     50949    189954   4090085    114.51   no data  --
215.61/215.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
215.61/215.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
215.70/215.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.08
215.90/215.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
215.90/215.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
215.90/215.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
215.90/215.92	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
248.10/248.17	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time: 32.25 s
248.10/248.18	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
248.20/248.23	c vivif2 --  cl tried    50945 cl shrink        0 lits rem          0 time: 0.05
248.30/248.35	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.12
248.30/248.35	c calculated reachability. Time: 0.00
248.30/248.35	c  N dy  2258    357978     14481     62359         0     50945    189954   4088618    114.51   no data  --
253.59/253.67	c  N dy  2390    377984     14481     62359         0     38958    189954   1715074    114.57    122.18  --
258.99/259.09	c  N dy  2529    398106     14481     62359         0     59078    189954   5444871    114.69    121.94  --
264.40/264.42	c  N dy  2669    418224     14481     62359         0     46199    189954   2871322    114.83    122.38  --
269.90/269.99	c  N dy  2796    438361     14481     62359         0     66335    189954   6537493    114.77    121.21  --
275.10/275.16	c  N dy  2925    458370     14481     62359         0     52345    189954   3740813    114.71    123.36  --
280.70/280.79	c  N dy  3046    478417     14481     62359         0     37393    189954    867340    114.69    143.12  --
286.01/286.08	c  N dy  3182    498537     14481     62359         0     57512    189954   4530934    114.68    121.94  --
291.70/291.74	c  N dy  3316    518610     14481     62359         0     41591    189954   1449825    114.66    122.32  --
296.50/296.58	c  S st  3432    536968     14481     62359         0     59946    189954   4792992    114.70    108.42  --
296.70/296.74	c  S st  3432    537469     14481     62359         0     60447    189954   4856022    114.70   no data  --
296.70/296.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
296.70/296.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
296.80/296.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
297.01/297.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
297.01/297.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
297.01/297.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
297.01/297.07	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
354.21/354.26	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 57.19 s
354.21/354.27	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
354.30/354.33	c vivif2 --  cl tried    60443 cl shrink        0 lits rem          0 time: 0.06
354.40/354.46	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.13
354.40/354.47	c calculated reachability. Time: 0.00
354.40/354.47	c  N dy  3432    537469     14481     62359         0     60443    189954   4854734    114.70   no data  --
359.80/359.89	c  N dy  3562    557609     14481     62359         0     43577    189954   1625706    114.73    122.27  --
365.11/365.17	c  N dy  3704    577756     14481     62359         0     63723    189954   5383266    114.84    126.67  --
370.60/370.70	c  N dy  3841    597841     14481     62359         0     45808    189954   1882871    114.91    120.99  --
376.21/376.26	c  N dy  3978    617860     14481     62359         0     65823    189954   5606709    114.97    148.24  --
381.90/382.00	c  N dy  4112    637922     14481     62359         0     46894    189954   1910310    115.00    123.66  --
387.60/387.63	c  N dy  4249    658219     14481     62359         0     67188    189954   5635846    115.01    122.46  --
393.40/393.44	c  N dy  4383    678270     14481     62359         0     47239    189954   1764871    115.04    124.76  --
399.00/399.02	c  N dy  4513    698344     14481     62359         0     67310    189954   5465395    115.08    179.77  --
404.90/404.99	c  N dy  4650    718410     14481     62359         0     46379    189954   1413550    115.11    124.37  --
410.50/410.58	c  N dy  4791    738472     14481     62359         0     66441    189954   5153471    115.18    126.02  --
416.60/416.67	c  N dy  4922    758525     14481     62359         0     44492    189954    891992    115.19    132.28  --
422.20/422.20	c  N dy  5054    778805     14481     62359         0     64771    189954   4631994    115.22    126.54  --
428.40/428.40	c  N dy  5188    798861     14481     62359         0     84827    189954   8287388    115.24    128.32  --
430.30/430.35	c  S st  5237    806204     14481     62359         0     49171    189954   1593413    115.26    115.31  --
430.40/430.48	c  S st  5237    806708     14481     62359         0     49675    189954   1656191    115.26   no data  --
430.40/430.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
430.40/430.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
430.50/430.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.07
430.60/430.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
430.60/430.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.60/430.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
430.60/430.67	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
434.20/434.23	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.56 s
434.20/434.23	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
434.20/434.25	c vivif2 --  cl tried    49672 cl shrink        0 lits rem          0 time: 0.02
434.30/434.36	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.11
434.30/434.37	c calculated reachability. Time: 0.00
434.30/434.37	c  N dy  5237    806708     14481     62359         0     49672    189954   1655007    115.26   no data  --
439.80/439.80	c  N dy  5371    826848     14481     62359         0     69811    189954   5374818    115.27    121.72  --
445.70/445.78	c  N dy  5503    846958     14481     62359         0     45923    189954    787963    115.26    121.89  --
451.02/451.03	c  N dy  5627    867106     14481     62359         0     66069    189954   4498563    115.25    121.63  --
456.91/456.99	c  N dy  5761    887151     14481     62359         0     86109    189954   8194039    115.27    123.13  --
462.40/462.49	c  N dy  5893    907170     14481     62359         0     61137    189954   3441773    115.32    122.53  --
468.20/468.23	c  N dy  6028    927178     14481     62359         0     81145    189954   7099399    115.32    121.46  --
474.01/474.04	c  N dy  6167    947268     14481     62359         0     55239    189954   2183863    115.38    137.37  --
479.61/479.65	c  N dy  6303    967410     14481     62359         0     75380    189954   5854988    115.38    122.21  --
485.80/485.81	c  N dy  6433    987438     14481     62359         0     48408    189954    721171    115.41    148.62  --
491.11/491.17	c  N dy  6573   1007442     14481     62359         0     68410    189954   4464163    115.46    123.89  --
497.21/497.23	c  N dy  6700   1027539     14481     62359         0     88503    189954   8144348    115.44    121.68  --
503.21/503.27	c  N dy  6836   1047550     14481     62359         0     60515    189954   2775566    115.45    122.19  --
509.32/509.32	c  N dy  6967   1067590     14481     62359         0     80555    189954   6527934    115.46    126.39  --
510.70/510.70	c  F st  6993   1071876     14481     62359         0     84840    189954   7311953    115.46   no data  --
515.81/515.84	c  N dy  7071   1087712     14481     62359         0     51681    189954    969579    115.46    122.87  --
521.41/521.49	c  N dy  7197   1107721     14481     62359         0     71689    189954   4613642    115.45    138.52  --
527.91/527.97	c  N dy  7334   1127758     14481     62359         0     91724    189954   8355477    115.49    125.80  --
534.10/534.14	c  N dy  7469   1147866     14481     62359         0     61836    189954   2661933    115.50    126.50  --
540.01/540.10	c  N dy  7590   1167903     14481     62359         0     81872    189954   6325592    115.48    132.68  --
546.90/546.93	c  N dy  7725   1187929     14481     62359         0    101894    189954   9991682    115.50    123.88  --
552.61/552.66	c  N dy  7851   1208182     14481     62359         0     71152    189954   4222188    115.50    127.46  --
553.21/553.21	c  S st  7861   1210063     14481     62359         0     73033    189954   4563017    115.49    111.91  --
553.32/553.38	c  S st  7861   1210564     14481     62359         0     73534    189954   4640207    115.49   no data  --
553.32/553.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
553.32/553.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
553.40/553.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
553.70/553.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
553.70/553.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
553.70/553.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
553.70/553.71	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
603.81/603.88	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 50.17 s
603.81/603.89	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
603.92/603.94	c vivif2 --  cl tried    73528 cl shrink        0 lits rem          0 time: 0.06
604.11/604.10	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.15
604.11/604.10	c calculated reachability. Time: 0.00
604.11/604.10	c  N dy  7861   1210564     14481     62359         0     73528    189954   4637915    115.49   no data  --
610.21/610.24	c  N dy  7994   1230705     14481     62359         0     93667    189954   8325069    115.51    124.89  --
616.31/616.31	c  N dy  8127   1250871     14481     62359         0     61831    189954   2288916    115.52    122.28  --
622.01/622.07	c  N dy  8266   1270896     14481     62359         0     81853    189954   6010505    115.55    122.69  --
628.51/628.56	c  N dy  8392   1290972     14481     62359         0    101927    189954   9720050    115.54    128.12  --
634.41/634.40	c  N dy  8532   1311098     14481     62359         0     69058    189954   3460202    115.57    123.15  --
640.41/640.44	c  N dy  8670   1331149     14481     62359         0     89109    189954   7155425    115.58    121.82  --
647.11/647.13	c  N dy  8806   1351184     14481     62359         0     55146    189954    706602    115.61    128.27  --
652.71/652.73	c  N dy  8935   1371308     14481     62359         0     75266    189954   4404327    115.60    121.90  --
658.92/658.97	c  N dy  9072   1391315     14481     62359         0     95273    189954   8111638    115.63    125.15  --
665.42/665.48	c  N dy  9205   1411475     14481     62359         0     60439    189954   1502370    115.63    122.10  --
671.11/671.15	c  N dy  9326   1431618     14481     62359         0     80580    189954   5202865    115.62    121.95  --
677.52/677.59	c  N dy  9466   1451682     14481     62359         0    100642    189954   8920239    115.64    138.05  --
683.91/683.90	c  N dy  9597   1471758     14481     62359         0     64723    189954   2125155    115.65    128.73  --
689.81/689.81	c  N dy  9736   1491830     14481     62359         0     84792    189954   5883941    115.67    122.00  --
696.51/696.51	c  N dy  9866   1511879     14481     62359         0    104841    189954   9617953    115.69    122.71  --
702.71/702.71	c  N dy 10000   1531927     14481     62359         0     67890    189954   2480377    115.70    122.10  --
708.61/708.66	c  N dy 10129   1551930     14481     62359         0     87890    189954   6183500    115.69    122.65  --
715.31/715.30	c  N dy 10269   1572008     14481     62359         0    107968    189954   9902173    115.72    123.34  --
721.52/721.53	c  N dy 10402   1592071     14481     62359         0     70035    189954   2798559    115.74    123.01  --
727.51/727.58	c  N dy 10532   1612175     14481     62359         0     90138    189954   6510288    115.74    122.76  --
734.31/734.30	c  N dy 10664   1632216     14481     62359         0    110176    189954  10210334    115.75    122.72  --
740.51/740.53	c  N dy 10795   1652252     14481     62359         0     71213    189954   2814238    115.77    122.36  --
746.61/746.67	c  N dy 10935   1672320     14481     62359         0     91281    189954   6538720    115.79    125.28  --
753.42/753.42	c  N dy 11064   1692346     14481     62359         0    111305    189954  10242102    115.79    122.36  --
759.31/759.32	c  S st 11191   1710564     14481     62359         0     69537    189954   2302869    115.80   no data  --
759.41/759.48	c  S st 11191   1711064     14481     62359         0     70037    189954   2363067    115.80   no data  --
759.41/759.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
759.41/759.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
759.51/759.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
759.61/759.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
759.61/759.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
759.61/759.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
759.71/759.70	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
766.31/766.33	c lits-rem:        16  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.63 s
766.31/766.34	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
766.31/766.37	c vivif2 --  cl tried    70036 cl shrink        0 lits rem          0 time: 0.03
766.51/766.51	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.14
766.51/766.52	c calculated reachability. Time: 0.00
766.51/766.52	c  N dy 11191   1711064     14481     62359         0     70036    189954   2362919    115.80   no data  --
772.51/772.52	c  N dy 11323   1731078     14481     62359         0     90050    189954   6078185    115.82    125.64  --
779.21/779.25	c  N dy 11450   1751283     14481     62359         0    110255    189954   9852059    115.82    122.08  --
785.91/785.90	c  N dy 11592   1771284     14481     62359         0     69246    189954   2054958    115.83    123.47  --
791.92/791.96	c  N dy 11725   1791334     14481     62359         0     89293    189954   5813361    115.84    126.37  --
798.62/798.64	c  N dy 11861   1811504     14481     62359         0    109463    189954   9530475    115.84    123.06  --
805.61/805.64	c  N dy 12002   1831604     14481     62359         0     67568    189954   1586410    115.87    125.25  --
811.51/811.60	c  N dy 12133   1851686     14481     62359         0     87648    189954   5324995    115.87    130.70  --
818.22/818.21	c  N dy 12266   1871714     14481     62359         0    107675    189954   9021088    115.87    134.16  --
825.31/825.39	c  N dy 12395   1891731     14481     62359         0     64693    189954    848598    115.88    124.14  --
831.12/831.19	c  N dy 12522   1911804     14481     62359         0     84765    189954   4578835    115.88    131.11  --
837.61/837.66	c  N dy 12644   1931869     14481     62359         0    104830    189954   8281886    115.86    124.51  --
844.91/844.91	c  N dy 12778   1951919     14481     62359         0    124879    189954  11979560    115.86    132.19  --
851.02/851.05	c  N dy 12908   1972019     14481     62359         0     80989    189954   3671730    115.86    130.71  --
857.42/857.44	c  N dy 13036   1992127     14481     62359         0    101093    189954   7413921    115.87    122.50  --
864.72/864.71	c  N dy 13172   2012204     14481     62359         0    121168    189954  11101097    115.88    124.62  --
871.62/871.60	c  N dy 13299   2032272     14481     62359         0     76240    189954   2592079    115.87    122.35  --
878.11/878.10	c  N dy 13433   2052366     14481     62359         0     96334    189954   6288284    115.87    122.10  --
885.32/885.34	c  N dy 13572   2072489     14481     62359         0    116456    189954  10020695    115.89    123.70  --
892.91/892.92	c  N dy 13710   2092641     14481     62359         0     70604    189954   1413641    115.89    123.91  --
899.12/899.16	c  N dy 13832   2112752     14481     62359         0     90713    189954   5109277    115.89    122.66  --
906.22/906.21	c  N dy 13962   2132870     14481     62359         0    110827    189954   8791113    115.89    123.99  --
913.91/913.98	c  N dy 14100   2152889     14481     62359         0    130845    189954  12522912    115.90    123.40  --
920.41/920.49	c  N dy 14229   2172913     14481     62359         0     83871    189954   3693601    115.91    123.92  --
927.23/927.26	c  N dy 14364   2192916     14481     62359         0    103874    189954   7424816    115.91    129.96  --
934.02/934.00	c  S st 14480   2211064     14481     62359         0    122020    189954  10767503    115.91   no data  --
934.22/934.24	c  S st 14480   2211570     14481     62359         0    122526    189954  10837871    115.91   no data  --
934.22/934.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
934.22/934.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
934.32/934.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
934.93/934.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
934.93/934.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
934.93/934.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14481 time:  0.00 s
934.93/934.95	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
1237.63/1237.69	c lits-rem:         4  cl-subs:       15  v-elim:      0  v-fix:    0  time: 302.74 s
1237.63/1237.69	c vivif2 --  cl tried    62359 cl shrink        0 lits rem          0 time: 0.00
1237.83/1237.83	c vivif2 --  cl tried   122511 cl shrink        0 lits rem          0 time: 0.14
1238.03/1238.08	c asymm  cl-useful: 0/62359/62359 lits-rem:0 time: 0.25
1238.03/1238.08	c calculated reachability. Time: 0.00
1238.03/1238.08	c  N dy 14480   2211570     14481     62359         0    122511    189954  10832727    115.91   no data  --
1245.14/1245.20	c  N dy 14613   2231593     14481     62359         0     74540    189954   1744437    115.90    122.68  --
1251.33/1251.39	c  N dy 14745   2251663     14481     62359         0     94609    189954   5459935    115.91    122.70  --
1258.34/1258.31	c  N dy 14882   2271756     14481     62359         0    114700    189954   9191433    115.93    122.34  --
1265.92/1265.91	c  N dy 15017   2291760     14481     62359         0    134704    189954  12923961    115.95    158.97  --
1272.32/1272.32	c  N dy 15157   2311817     14481     62359         0     85764    189954   3728201    115.97    122.10  --
1278.93/1278.93	c  N dy 15296   2331845     14481     62359         0    105790    189954   7439154    115.98    122.80  --
1286.13/1286.15	c  N dy 15427   2351915     14481     62359         0    125859    189954  11160522    115.98    122.38  --
1293.43/1293.48	c  N dy 15556   2372014     14481     62359         0     75964    189954   1678664    115.97    126.75  --
1299.83/1299.83	c  N dy 15700   2392158     14481     62359         0     96107    189954   5440190    115.99    122.15  --

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-3369788-1305382090/watcher-3369788-1305382090 -o /tmp/evaluation-result-3369788-1305382090/solver-3369788-1305382090 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369788-1305382090.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.96 2.19 3.08 4/325 15281
/proc/meminfo: memFree=15676796/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=21460 CPUtime=0 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 616 0 0 0 0 0 0 0 22 0 1 0 728439724 21975040 556 33554432000 4194304 4650387 140736749581200 18446744073709551615 231895490304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 5365 568 312 112 0 330 0

[startup+0.0848889 s]
/proc/loadavg: 0.96 2.19 3.08 4/325 15281
/proc/meminfo: memFree=15676796/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=40816 CPUtime=0.07 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 3766 0 0 0 7 0 0 0 22 0 1 0 728439724 41795584 3136 33554432000 4194304 4650387 140736749581200 18446744073709551615 4369147 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 10204 3136 350 112 0 5169 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 40816

[startup+0.100881 s]
/proc/loadavg: 0.96 2.19 3.08 4/325 15281
/proc/meminfo: memFree=15676796/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=40816 CPUtime=0.09 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 3766 0 0 0 9 0 0 0 22 0 1 0 728439724 41795584 3136 33554432000 4194304 4650387 140736749581200 18446744073709551615 4245510 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 10204 3136 350 112 0 5169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40816

[startup+0.300852 s]
/proc/loadavg: 0.96 2.19 3.08 4/325 15281
/proc/meminfo: memFree=15676796/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=51560 CPUtime=0.28 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 6278 0 0 0 28 0 0 0 23 0 1 0 728439724 52797440 5648 33554432000 4194304 4650387 140736749581200 18446744073709551615 4328502 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 12890 5648 379 112 0 7855 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51560

[startup+0.700771 s]
/proc/loadavg: 0.96 2.19 3.08 4/325 15281
/proc/meminfo: memFree=15676796/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=51560 CPUtime=0.68 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 6715 0 0 0 68 0 0 0 25 0 1 0 728439724 52797440 6085 33554432000 4194304 4650387 140736749581200 18446744073709551615 4310555 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 12890 6085 379 112 0 7855 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51560

[startup+1.50062 s]
/proc/loadavg: 0.96 2.19 3.08 5/329 15288
/proc/meminfo: memFree=15594228/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=51560 CPUtime=1.49 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 7494 0 0 0 148 1 0 0 25 0 1 0 728439724 52797440 6864 33554432000 4194304 4650387 140736749581200 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 12890 6864 379 112 0 7855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51560

[startup+3.10032 s]
/proc/loadavg: 0.96 2.19 3.08 5/329 15288
/proc/meminfo: memFree=15581332/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=91468 CPUtime=3.09 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 8959 0 0 0 308 1 0 0 25 0 1 0 728439724 93663232 8329 33554432000 4194304 4650387 140736749581200 18446744073709551615 4328502 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 22867 8329 379 112 0 17832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91468

[startup+6.30071 s]
/proc/loadavg: 1.20 2.22 3.08 5/329 15288
/proc/meminfo: memFree=15554708/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=54040 CPUtime=6.29 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 12918 0 0 0 627 2 0 0 25 0 1 0 728439724 55336960 8285 33554432000 4194304 4650387 140736749581200 18446744073709551615 4230046 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 13510 8285 383 112 0 8475 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54040

[startup+12.7005 s]
/proc/loadavg: 1.42 2.25 3.09 5/329 15288
/proc/meminfo: memFree=15336960/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=163276 CPUtime=12.69 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 29235 0 0 0 1265 4 0 0 25 0 1 0 728439724 167194624 24602 33554432000 4194304 4650387 140736749581200 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 40819 24602 383 112 0 35784 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 163276

[startup+25.5011 s]
/proc/loadavg: 1.99 2.33 3.10 5/329 15288
/proc/meminfo: memFree=15304012/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=127608 CPUtime=25.49 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 40029 0 0 0 2542 7 0 0 25 0 1 0 728439724 130670592 25603 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 31902 25603 383 112 0 26867 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127608

[startup+51.1003 s]
/proc/loadavg: 2.68 2.46 3.12 5/329 15289
/proc/meminfo: memFree=15154140/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=223756 CPUtime=51.08 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 58765 0 0 0 5097 11 0 0 25 0 1 0 728439724 229126144 39237 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 55939 39237 383 112 0 50904 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 223756

[startup+102.313 s]
/proc/loadavg: 3.42 2.70 3.17 5/329 15290
/proc/meminfo: memFree=14997820/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=247580 CPUtime=102.3 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 70206 0 0 0 10216 14 0 0 25 0 1 0 728439724 253521920 45964 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 61895 45964 383 112 0 56860 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 247580

[startup+162.3 s]
/proc/loadavg: 3.79 2.93 3.22 5/329 15292
/proc/meminfo: memFree=14936396/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=258020 CPUtime=162.29 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 80521 0 0 0 16213 16 0 0 25 0 1 0 728439724 264212480 48390 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 64505 48390 383 112 0 59470 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 258020

[startup+222.301 s]
/proc/loadavg: 4.07 3.16 3.27 5/329 15294
/proc/meminfo: memFree=14896164/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=278888 CPUtime=222.3 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 99230 0 0 0 22208 22 0 0 25 0 1 0 728439724 285581312 53580 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 69722 53580 383 112 0 64687 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 278888

[startup+282.301 s]
/proc/loadavg: 4.02 3.31 3.32 5/329 15295
/proc/meminfo: memFree=14824560/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=229244 CPUtime=282.3 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 114053 0 0 0 28204 26 0 0 25 0 1 0 728439724 234745856 52169 33554432000 4194304 4650387 140736749581200 18446744073709551615 4363521 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 57311 52169 383 112 0 52276 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 229244

[startup+342.3 s]
/proc/loadavg: 4.05 3.45 3.36 5/329 15297
/proc/meminfo: memFree=14799320/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=285472 CPUtime=342.3 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 122327 0 0 0 34201 29 0 0 25 0 1 0 728439724 292323328 55951 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 71368 55951 383 112 0 66333 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 285472

[startup+402.301 s]
/proc/loadavg: 4.07 3.56 3.40 5/329 15298
/proc/meminfo: memFree=14773220/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=285968 CPUtime=402.3 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 144796 0 0 0 40193 37 0 0 25 0 1 0 728439724 292831232 58493 33554432000 4194304 4650387 140736749581200 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 71492 58493 383 112 0 66457 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 285968

[startup+462.301 s]
/proc/loadavg: 4.02 3.64 3.44 5/329 15300
/proc/meminfo: memFree=14773900/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=297668 CPUtime=462.3 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 172541 0 0 0 46185 45 0 0 25 0 1 0 728439724 304812032 57180 33554432000 4194304 4650387 140736749581200 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 74417 57181 383 112 0 69382 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 297668

[startup+522.3 s]
/proc/loadavg: 4.12 3.73 3.48 5/329 15302
/proc/meminfo: memFree=14729948/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=298516 CPUtime=522.3 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 201290 0 0 0 52177 53 0 0 25 0 1 0 728439724 305680384 59013 33554432000 4194304 4650387 140736749581200 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 74629 59013 383 112 0 69594 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 298516

[startup+582.301 s]
/proc/loadavg: 4.10 3.79 3.52 5/329 15303
/proc/meminfo: memFree=14741188/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=299712 CPUtime=582.31 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 215400 0 0 0 58172 59 0 0 25 0 1 0 728439724 306905088 58801 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 74928 58801 383 112 0 69893 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 299712

[startup+642.301 s]
/proc/loadavg: 4.03 3.83 3.54 5/329 15305
/proc/meminfo: memFree=14736296/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=307176 CPUtime=642.31 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 235866 0 0 0 64167 64 0 0 25 0 1 0 728439724 314548224 64167 33554432000 4194304 4650387 140736749581200 18446744073709551615 4363530 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 76794 64167 383 112 0 71759 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 307176

[startup+702.301 s]
/proc/loadavg: 4.01 3.86 3.57 5/329 15306
/proc/meminfo: memFree=14734020/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=255136 CPUtime=702.31 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 262939 0 0 0 70158 73 0 0 25 0 1 0 728439724 261259264 58729 33554432000 4194304 4650387 140736749581200 18446744073709551615 4363452 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 63784 58729 383 112 0 58749 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 255136

[startup+762.312 s]
/proc/loadavg: 4.00 3.88 3.59 5/329 15308
/proc/meminfo: memFree=14720448/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=241736 CPUtime=762.33 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 298726 0 0 0 76151 82 0 0 25 0 1 0 728439724 247537664 54970 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 60434 54970 383 112 0 55399 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 241736

[startup+822.301 s]
/proc/loadavg: 4.10 3.93 3.63 5/329 15310
/proc/meminfo: memFree=14666168/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=295184 CPUtime=822.31 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 332558 0 0 0 82140 91 0 0 25 0 1 0 728439724 302268416 63677 33554432000 4194304 4650387 140736749581200 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 73796 63677 383 112 0 68761 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 295184

[startup+882.3 s]
/proc/loadavg: 4.03 3.94 3.65 5/329 15311
/proc/meminfo: memFree=14694528/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=295768 CPUtime=882.31 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 368977 0 0 0 88129 102 0 0 25 0 1 0 728439724 302866432 61069 33554432000 4194304 4650387 140736749581200 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 73942 61069 383 112 0 68907 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 295768

[startup+942.301 s]
/proc/loadavg: 4.08 3.96 3.67 5/329 15313
/proc/meminfo: memFree=14651324/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=369276 CPUtime=942.32 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 415861 0 0 0 94115 117 0 0 25 0 1 0 728439724 378138624 81062 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 92319 81062 383 112 0 87284 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 369276

[startup+1002.3 s]
/proc/loadavg: 4.03 3.97 3.69 5/329 15314
/proc/meminfo: memFree=14568072/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=369820 CPUtime=1002.32 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 415942 0 0 0 100115 117 0 0 25 0 1 0 728439724 378695680 81143 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 92455 81143 383 112 0 87420 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 369820

[startup+1062.3 s]
/proc/loadavg: 4.09 3.99 3.71 5/329 15316
/proc/meminfo: memFree=14578568/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=369820 CPUtime=1062.32 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 415942 0 0 0 106115 117 0 0 25 0 1 0 728439724 378695680 81143 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 92455 81143 383 112 0 87420 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 369820

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.73 5/329 15318
/proc/meminfo: memFree=14556956/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=369820 CPUtime=1122.32 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 415943 0 0 0 112115 117 0 0 25 0 1 0 728439724 378695680 81144 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 92455 81144 383 112 0 87420 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 369820

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.74 5/329 15319
/proc/meminfo: memFree=14488208/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=370608 CPUtime=1182.33 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 416124 0 0 0 118116 117 0 0 25 0 1 0 728439724 379502592 81325 33554432000 4194304 4650387 140736749581200 18446744073709551615 4476153 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 92652 81325 383 112 0 87617 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 370608

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.75 5/329 15321
/proc/meminfo: memFree=14429260/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=371488 CPUtime=1242.33 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 418352 0 0 0 124116 117 0 0 25 0 1 0 728439724 380403712 83553 33554432000 4194304 4650387 140736749581200 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 92872 83553 383 112 0 87837 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 371488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.02 3.77 3/325 15324
/proc/meminfo: memFree=15000508/32950928 swapFree=67085488/67111528
[pid=15281] ppid=15279 vsize=373368 CPUtime=1300.04 cores=1,3
/proc/15281/stat : 15281 (strangenight1-s) R 15279 15281 14827 0 -1 4202496 453161 0 0 0 129877 127 0 0 25 0 1 0 728439724 382328832 76428 33554432000 4194304 4650387 140736749581200 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15281/statm: 93342 76428 383 112 0 88307 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 373368

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.03
CPU time (s): 1300.07
CPU user time (s): 1298.78
CPU system time (s): 1.2878
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 373368

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

runsolver used 3.66144 second user time and 9.37657 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 16:08:10
IDJOB=3369788
IDBENCH=82597
IDSOLVER=1847
FILE ID=node114/3369788-1305382090
RUNJOBID= node114-1305382090-15247
PBS_JOBID= 13324388
Free space on /tmp= 72964 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S980027332-029-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369788-1305382090/watcher-3369788-1305382090 -o /tmp/evaluation-result-3369788-1305382090/solver-3369788-1305382090 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369788-1305382090.cnf

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

MD5SUM BENCH= c08a1b82ea5b515d260c5edf61d7067c
RANDOM SEED=793729859

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15677200 kB
Buffers:        257900 kB
Cached:        6211272 kB
SwapCached:         96 kB
Active:       11920088 kB
Inactive:      4943652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15677200 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           21776 kB
Writeback:           0 kB
AnonPages:    10394044 kB
Mapped:          27852 kB
Slab:           307852 kB
PageTables:      37708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52536804 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= 72964 MiB
End job on node114 at 2011-05-14 16:29:52