Trace number 3175576

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? (TO) 1300.05 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
MD5SUMd893b9743a6b7d8026df42df0d29d561
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.788
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175576-1301783670.cnf'
0.00/0.00	c -- header says num vars:          25000
0.00/0.00	c -- header says num clauses:      105000
0.01/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.01/0.06	c -- vars added      25000
0.01/0.06	c Parsing time:  0.05 s
0.01/0.06	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data  --
0.08/0.13	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.06
0.08/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
0.19/0.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.19/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.01 s
0.19/0.25	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
0.38/0.44	c lits-rem:         0  cl-subs:        0  v-elim:    702  v-fix:    0  time:  0.19 s
0.38/0.44	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.49	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.38/0.49	c calculated reachability. Time: 0.00
0.38/0.49	c Calc default polars -  time:   0.01 s pos:   11014 undec:    2895 neg:   11091
0.38/0.49	c =========================================================================================
0.38/0.49	c types(t): F = full restart, N = normal restart
0.38/0.49	c types(t): S = simplification begin/end, E = solution found
0.38/0.49	c restart types(rt): st = static, dy = dynamic
0.38/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.50	c  B st     0         0     24298    103878         0         0    315530         0   no data   no data  --
1.58/1.60	c  N dy    19      4188     24298    103878         0      4187    315530   1108633    135.54    145.74  --
2.58/2.63	c  N dy    46      8230     24298    103878         0      8229    315530   1953796    136.45    148.43  --
3.69/3.73	c  N dy    73     12397     24298    103878         0     12395    315530   2834319    136.65    144.93  --
4.79/4.82	c  N dy   103     16469     24298    103878         0     16467    315530   3728677    137.20    150.51  --
5.88/5.93	c  N dy   132     20536     24298    103878         0     10539    315530    704472    138.58    180.01  --
6.98/7.02	c  N dy   161     24664     24298    103878         0     14667    315530   1607452    139.56    148.95  --
7.08/7.11	c  F st   164     25003     24298    103878         0     15006    315530   1674320    139.45   no data  --
8.59/8.63	c  N dy   170     30000     24298    103878         0     20003    315530   3151010    139.45   no data  --
8.59/8.63	c  S st   170     30000     24298    103878         0     20003    315530   3151010    139.45   no data  --
8.70/8.78	c  S st   170     30502     24298    103878         0     20505    315530   3244604    139.45   no data  --
8.70/8.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.70/8.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.89/8.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
9.09/9.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.18/9.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
9.18/9.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
9.18/9.21	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
15.79/15.85	c lits-rem:         0  cl-subs:     1894  v-elim:    138  v-fix:    0  time:  6.63 s
15.89/15.95	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.10
15.89/15.95	c calculated reachability. Time: 0.00
15.89/15.96	c  N dy   170     30502     24160    104016         0     18611    316790   2277477    139.45   no data  --
17.09/17.10	c  N dy   199     34520     24160    104016         0     22629    316790   3173675    140.02    149.26  --
18.19/18.24	c  N dy   228     38543     24160    104016         0     26652    316790   4046669    140.32    148.28  --
19.39/19.45	c  N dy   257     42664     24160    104016         0     30773    316790   4991261    140.98    156.44  --
20.29/20.34	c  S st   280     45753     24160    104016         0     18361    316790   1285415    140.93   no data  --
20.39/20.48	c  S st   280     46257     24160    104016         0     18865    316790   1381048    140.93   no data  --
20.39/20.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
20.39/20.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.59/20.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
20.69/20.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.69/20.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.69/20.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
20.69/20.72	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
23.59/23.69	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.97 s
23.69/23.70	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
23.69/23.71	c vivif2 --  cl tried    18865 cl shrink        0 lits rem          0 time: 0.02
23.79/23.82	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.11
23.79/23.83	c calculated reachability. Time: 0.00
23.79/23.83	c  N dy   280     46257     24160    104016         0     18865    316790   1381047    140.93   no data  --
24.99/25.03	c  N dy   307     50355     24160    104016         0     22963    316790   2298540    141.24    148.87  --
26.18/26.26	c  N dy   333     54441     24160    104016         0     27049    316790   3176288    141.05    152.92  --
27.49/27.58	c  N dy   361     58599     24160    104016         0     31207    316790   4111251    141.25    149.62  --
28.89/28.93	c  N dy   390     62612     24160    104016         0     35220    316790   4999788    141.28    151.57  --
30.19/30.26	c  N dy   418     66677     24160    104016         0     20534    316790   1076246    141.32    154.28  --
31.08/31.11	c  S st   437     69386     24160    104016         0     23243    316790   1706185    141.64   no data  --
31.18/31.26	c  S st   437     69887     24160    104016         0     23744    316790   1783691    141.64   no data  --
31.18/31.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.18/31.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.38/31.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
31.48/31.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
31.48/31.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.48/31.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
31.48/31.56	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
35.10/35.16	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.60 s
35.10/35.17	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
35.10/35.19	c vivif2 --  cl tried    23742 cl shrink        0 lits rem          0 time: 0.02
35.29/35.32	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.12
35.29/35.32	c calculated reachability. Time: 0.00
35.29/35.32	c  N dy   437     69887     24160    104016         0     23742    316790   1781742    141.64   no data  --
36.69/36.78	c  N dy   472     74412     24160    104016         0     28266    316790   2798015    141.91    161.68  --
38.18/38.28	c  N dy   505     79177     24160    104016         0     33031    316790   3827349    142.08    164.17  --
39.79/39.83	c  N dy   539     84267     24160    104016         0     38121    316790   4963485    142.13    155.18  --
40.79/40.84	c  F st   563     87502     24160    104016         0     41356    316790   5693723    142.11   no data  --
41.79/41.88	c  N st   568     90801     24160    104016         0     23784    316790   1483022    142.11   no data  --
43.58/43.60	c  N dy   598     96604     24160    104016         0     29587    316790   2929762    142.23    173.36  --
45.48/45.52	c  N dy   644    102924     24160    104016         0     35907    316790   4347743    142.39    157.05  --
46.09/46.11	c  S st   659    104831     24160    104016         0     37814    316790   4792604    142.57   no data  --
46.19/46.27	c  S st   659    105335     24160    104016         0     38318    316790   4873970    142.57   no data  --
46.19/46.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
46.19/46.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.38/46.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
46.68/46.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
46.68/46.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.68/46.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
46.68/46.73	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
91.08/91.13	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 44.41 s
91.08/91.14	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
91.19/91.21	c vivif2 --  cl tried    38314 cl shrink        0 lits rem          0 time: 0.06
91.29/91.35	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.14
91.29/91.36	c calculated reachability. Time: 0.00
91.29/91.36	c  N dy   659    105335     24160    104016         0     38314    316790   4871204    142.57   no data  --
93.49/93.58	c  N dy   707    112093     24160    104016         0     22634    316790    644501    142.71    165.99  --
95.79/95.84	c  N dy   759    119299     24160    104016         0     29840    316790   2319565    143.08    167.74  --
98.29/98.35	c  N dy   807    126987     24160    104016         0     37527    316790   4025537    142.98    151.88  --
101.20/101.27	c  N dy   867    135370     24160    104016         0     45909    316790   5935323    143.18    153.04  --
104.09/104.16	c  N dy   928    144055     24160    104016         0     30880    316790   2208619    143.21    161.89  --
107.19/107.23	c  N dy   991    153301     24160    104016         0     40124    316790   4238868    143.16    151.41  --
108.80/108.86	c  S st  1023    158002     24160    104016         0     44825    316790   5257948    143.11   no data  --
108.99/109.05	c  S st  1023    158507     24160    104016         0     45330    316790   5329661    143.11   no data  --
108.99/109.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
108.99/109.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
109.19/109.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.15
109.49/109.54	c bin-w-bin subsume rem            0 bins  time:  0.01 s
109.49/109.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
109.49/109.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
109.49/109.56	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
168.20/168.27	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 58.71 s
168.20/168.28	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
168.30/168.35	c vivif2 --  cl tried    45326 cl shrink        0 lits rem          0 time: 0.07
168.49/168.52	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.16
168.49/168.52	c calculated reachability. Time: 0.00
168.49/168.52	c  N dy  1023    158507     24160    104016         0     45326    316790   5327224    143.11   no data  --
171.88/171.95	c  N dy  1089    168625     24160    104016         0     30586    316790   1779342    143.07    164.80  --
175.49/175.58	c  N dy  1158    179399     24160    104016         0     41360    316790   4198564    143.14    151.97  --
179.58/179.69	c  N dy  1241    190866     24160    104016         0     26903    316790    711105    143.29    158.28  --
183.70/183.76	c  N dy  1330    203072     24160    104016         0     39107    316790   3475459    143.49    169.32  --
188.39/188.42	c  N dy  1424    216130     24160    104016         0     52165    316790   6448955    143.72    172.66  --
192.99/193.09	c  N dy  1517    229940     24160    104016         0     39008    316790   3259488    143.81    172.52  --
195.80/195.82	c  S st  1571    237760     24160    104016         0     46828    316790   5019645    143.81   no data  --
195.99/196.01	c  S st  1571    238267     24160    104016         0     47335    316790   5103511    143.81   no data  --
195.99/196.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
195.99/196.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
196.09/196.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
196.39/196.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
196.39/196.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
196.39/196.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
196.49/196.50	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
252.39/252.47	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 55.97 s
252.39/252.48	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
252.49/252.55	c vivif2 --  cl tried    47333 cl shrink        0 lits rem          0 time: 0.07
252.69/252.71	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.16
252.69/252.72	c calculated reachability. Time: 0.00
252.69/252.72	c  N dy  1571    238267     24160    104016         0     47333    316790   5103078    143.81   no data  --
257.99/258.09	c  N dy  1677    253679     24160    104016         0     34763    316790   2011658    143.96    152.48  --
263.79/263.83	c  N dy  1791    270005     24160    104016         0     51089    316790   5725509    144.03    152.85  --
269.79/269.89	c  N dy  1907    287303     24160    104016         0     39400    316790   2882268    144.19    153.39  --
276.50/276.52	c  N dy  2031    305812     24160    104016         0     57906    316790   7121776    144.31    153.49  --
276.59/276.69	c  F st  2035    306252     24160    104016         0     58346    316790   7222820    144.31    123.19  --
283.39/283.47	c  N dy  2139    325399     24160    104016         0     47498    316790   4882038    144.44    154.10  --
290.59/290.69	c  N dy  2278    345423     24160    104016         0     36522    316790   1722006    144.54    155.70  --
294.79/294.82	c  S st  2361    357400     24160    104016         0     48498    316790   4436198    144.56   no data  --
295.00/295.02	c  S st  2361    357903     24160    104016         0     49001    316790   4527771    144.56   no data  --
295.00/295.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
295.00/295.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
295.10/295.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
295.40/295.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
295.40/295.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
295.40/295.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
295.40/295.47	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
334.20/334.26	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 38.79 s
334.20/334.27	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
334.30/334.33	c vivif2 --  cl tried    48998 cl shrink        0 lits rem          0 time: 0.06
334.40/334.48	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.15
334.40/334.49	c calculated reachability. Time: 0.00
334.40/334.49	c  N dy  2361    357903     24160    104016         0     48998    316790   4526840    144.56   no data  --
341.09/341.17	c  N dy  2505    378165     24160    104016         0     37265    316790   1645328    144.68    154.39  --
347.60/347.69	c  N dy  2645    398335     24160    104016         0     57433    316790   6236516    144.76    163.47  --
354.30/354.34	c  N dy  2782    418363     24160    104016         0     44462    316790   3113865    144.96    154.53  --
361.49/361.53	c  N dy  2928    438389     24160    104016         0     64484    316790   7675734    144.99    157.75  --
368.60/368.61	c  N dy  3068    458394     24160    104016         0     50488    316790   4240797    145.14    155.03  --
376.30/376.38	c  N dy  3195    478430     24160    104016         0     35527    316790    577343    145.11    176.30  --
383.59/383.63	c  N dy  3328    498500     24160    104016         0     55596    316790   5118290    145.12    153.20  --
391.40/391.47	c  N dy  3455    518642     24160    104016         0     39741    316790   1305332    145.16    156.48  --
398.20/398.21	c  S st  3581    536854     24160    104016         0     57952    316790   5448596    145.23   no data  --
398.39/398.42	c  S st  3581    537359     24160    104016         0     58457    316790   5530658    145.23   no data  --
398.39/398.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
398.39/398.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
398.59/398.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
398.89/398.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
398.89/398.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
398.89/398.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
398.89/398.94	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
466.70/466.72	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 67.78 s
466.70/466.73	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
466.80/466.81	c vivif2 --  cl tried    58452 cl shrink        0 lits rem          0 time: 0.08
467.00/467.00	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.19
467.00/467.01	c calculated reachability. Time: 0.00
467.00/467.01	c  N dy  3581    537359     24160    104016         0     58452    316790   5528938    145.23   no data  --
474.80/474.83	c  N dy  3706    557672     24160    104016         0     41763    316790   1527693    145.18    153.11  --
482.30/482.36	c  N dy  3842    577699     24160    104016         0     61789    316790   6102390    145.20    159.38  --
490.10/490.13	c  N dy  3965    597772     24160    104016         0     43867    316790   1748232    145.12    159.25  --
497.70/497.73	c  N dy  4108    617829     24160    104016         0     63922    316790   6326804    145.17    154.97  --
505.70/505.73	c  N dy  4248    637977     24160    104016         0     45070    316790   1835983    145.25    155.37  --
513.30/513.30	c  N dy  4385    658012     24160    104016         0     65102    316790   6386669    145.27    162.72  --
521.20/521.25	c  N dy  4519    678021     24160    104016         0     45118    316790   1612052    145.29    153.28  --
528.80/528.87	c  N dy  4657    698056     24160    104016         0     65151    316790   6192991    145.33    155.35  --
537.00/537.03	c  N dy  4797    718182     24160    104016         0     44279    316790   1201972    145.37    154.33  --
544.60/544.63	c  N dy  4938    738227     24160    104016         0     64322    316790   5839239    145.43    156.95  --
552.90/552.99	c  N dy  5074    758478     24160    104016         0     42566    316790    600605    145.43    153.64  --
560.40/560.46	c  N dy  5207    778526     24160    104016         0     62613    316790   5171863    145.43    164.50  --
568.80/568.81	c  N dy  5352    798543     24160    104016         0     82629    316790   9769526    145.50    153.97  --
571.70/571.75	c  S st  5395    806038     24160    104016         0     47131    316790   1408514    145.48    145.87  --
571.90/571.95	c  S st  5395    806539     24160    104016         0     47632    316790   1489522    145.48   no data  --
571.90/571.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
571.90/571.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
572.10/572.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
572.20/572.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
572.20/572.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
572.20/572.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
572.20/572.25	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
575.60/575.62	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.38 s
575.60/575.63	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
575.60/575.66	c vivif2 --  cl tried    47632 cl shrink        0 lits rem          0 time: 0.02
575.80/575.82	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.16
575.80/575.83	c calculated reachability. Time: 0.00
575.80/575.83	c  N dy  5395    806539     24160    104016         0     47632    316790   1489521    145.48   no data  --
583.40/583.44	c  N dy  5528    826627     24160    104016         0     67720    316790   6012149    145.47    156.35  --
591.81/591.81	c  N dy  5659    846641     24160    104016         0     87734    316790  10624803    145.48    176.53  --
599.41/599.43	c  N dy  5797    866740     24160    104016         0     63832    316790   5037505    145.51    154.37  --
607.80/607.82	c  N dy  5943    886831     24160    104016         0     83921    316790   9686018    145.58    156.29  --
615.80/615.86	c  N dy  6087    906989     24160    104016         0     59079    316790   3767730    145.65    156.74  --
624.00/624.00	c  N dy  6222    927080     24160    104016         0     79168    316790   8363682    145.67    156.54  --
632.20/632.24	c  N dy  6351    947117     24160    104016         0     53208    316790   2121186    145.66    154.32  --
640.11/640.10	c  N dy  6482    967176     24160    104016         0     73267    316790   6784317    145.66    153.49  --
648.81/648.87	c  N dy  6625    987327     24160    104016         0     93418    316790  11438313    145.71    154.88  --
656.61/656.64	c  N dy  6763   1007384     24160    104016         0     66480    316790   4969933    145.72    156.98  --
665.01/665.00	c  N dy  6892   1027402     24160    104016         0     86496    316790   9555691    145.71    155.10  --
673.20/673.26	c  N dy  7023   1047684     24160    104016         0     58780    316790   2966587    145.70    153.94  --
681.31/681.36	c  N dy  7161   1067723     24160    104016         0     78818    316790   7481133    145.70    156.91  --
683.11/683.10	c  F st  7188   1071875     24160    104016         0     82970    316790   8427417    145.70   no data  --
690.11/690.18	c  N dy  7268   1087752     24160    104016         0     49846    316790    681055    145.69    154.52  --
697.90/697.93	c  N dy  7406   1107808     24160    104016         0     69899    316790   5289316    145.72    154.07  --
706.50/706.53	c  N dy  7543   1127976     24160    104016         0     90066    316790   9992037    145.73    153.92  --
714.91/714.99	c  N dy  7682   1148134     24160    104016         0     60227    316790   2882271    145.79    157.29  --
723.21/723.20	c  N dy  7812   1168147     24160    104016         0     80240    316790   7507358    145.82    154.74  --
732.10/732.12	c  N dy  7944   1188225     24160    104016         0    100318    316790  12089169    145.80    154.01  --
740.10/740.11	c  N dy  8083   1208292     24160    104016         0     69389    316790   4718478    145.80    154.34  --
740.71/740.75	c  S st  8094   1209808     24160    104016         0     70905    316790   5057776    145.80   no data  --
740.91/740.97	c  S st  8094   1210313     24160    104016         0     71410    316790   5148124    145.80   no data  --
740.91/740.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
740.91/740.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
741.11/741.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
741.41/741.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
741.41/741.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
741.41/741.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
741.41/741.48	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
803.11/803.11	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 61.63 s
803.11/803.12	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
803.11/803.19	c vivif2 --  cl tried    71405 cl shrink        0 lits rem          0 time: 0.07
803.41/803.41	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.21
803.41/803.42	c calculated reachability. Time: 0.00
803.41/803.42	c  N dy  8094   1210313     24160    104016         0     71405    316790   5145754    145.80   no data  --
811.90/811.90	c  N dy  8228   1230461     24160    104016         0     91551    316790   9787122    145.81    153.66  --
820.41/820.47	c  N dy  8361   1250523     24160    104016         0     59614    316790   2225415    145.79    162.49  --
828.60/828.68	c  N dy  8500   1270647     24160    104016         0     79736    316790   6891355    145.82    154.64  --
837.61/837.60	c  N dy  8640   1290709     24160    104016         0     99796    316790  11525845    145.86    205.01  --
845.92/845.93	c  N dy  8779   1310825     24160    104016         0     66915    316790   3706981    145.89    156.56  --
854.31/854.31	c  N dy  8915   1330879     24160    104016         0     86968    316790   8298180    145.91    161.04  --
863.51/863.55	c  N dy  9052   1351087     24160    104016         0    107173    316790  12920368    145.91    154.57  --
871.60/871.60	c  N dy  9192   1371160     24160    104016         0     73249    316790   4993381    145.95    181.85  --
880.20/880.25	c  N dy  9330   1391317     24160    104016         0     93405    316790   9538026    145.94    154.30  --
889.40/889.45	c  N dy  9473   1411393     24160    104016         0     58482    316790   1303053    145.98    172.11  --
897.41/897.47	c  N dy  9609   1431406     24160    104016         0     78494    316790   5880636    145.99    198.45  --
906.31/906.33	c  N dy  9743   1451454     24160    104016         0     98541    316790  10579372    146.04    154.42  --
915.21/915.29	c  N dy  9880   1471491     24160    104016         0     62579    316790   2057488    146.05    160.09  --
923.40/923.47	c  N dy 10009   1491541     24160    104016         0     82626    316790   6616839    146.03    156.11  --
932.51/932.52	c  N dy 10150   1511548     24160    104016         0    102627    316790  11262484    146.06    159.78  --
941.31/941.35	c  N dy 10284   1531655     24160    104016         0     65736    316790   2528334    146.06    158.15  --
949.61/949.68	c  N dy 10414   1551834     24160    104016         0     85914    316790   7112463    146.06    157.13  --
958.81/958.86	c  N dy 10549   1571959     24160    104016         0    106037    316790  11719418    146.07    154.47  --
967.61/967.67	c  N dy 10691   1592063     24160    104016         0     68143    316790   2890238    146.09    154.14  --
976.11/976.18	c  N dy 10831   1612141     24160    104016         0     88218    316790   7553673    146.11    165.67  --
985.31/985.39	c  N dy 10961   1632331     24160    104016         0    108407    316790  12170994    146.11    156.58  --
994.21/994.26	c  N dy 11097   1652464     24160    104016         0     69548    316790   2992411    146.14    155.91  --
1002.71/1002.74	c  N dy 11233   1672613     24160    104016         0     89696    316790   7630551    146.16    156.96  --
1011.92/1011.96	c  N dy 11369   1692724     24160    104016         0    109807    316790  12199559    146.17    155.59  --
1020.01/1020.00	c  S st 11495   1710314     24160    104016         0     67406    316790   2229959    146.17   no data  --
1020.21/1020.21	c  S st 11495   1710820     24160    104016         0     67912    316790   2320939    146.17   no data  --
1020.21/1020.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1020.21/1020.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1020.41/1020.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.16
1020.51/1020.55	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1020.51/1020.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1020.51/1020.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
1020.51/1020.58	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
1027.21/1027.23	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.65 s
1027.21/1027.24	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
1027.21/1027.27	c vivif2 --  cl tried    67911 cl shrink        0 lits rem          0 time: 0.04
1027.42/1027.48	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.20
1027.42/1027.48	c calculated reachability. Time: 0.00
1027.42/1027.48	c  N dy 11495   1710820     24160    104016         0     67911    316790   2320869    146.17   no data  --
1035.81/1035.81	c  N dy 11630   1730900     24160    104016         0     87990    316790   6891818    146.16    154.90  --
1044.91/1044.91	c  N dy 11761   1750994     24160    104016         0    108084    316790  11460264    146.14    172.04  --
1054.11/1054.19	c  N dy 11898   1771085     24160    104016         0     67170    316790   1991769    146.16    154.35  --
1062.52/1062.58	c  N dy 12036   1791179     24160    104016         0     87264    316790   6553195    146.15    154.29  --
1071.71/1071.71	c  N dy 12173   1811250     24160    104016         0    107334    316790  11191806    146.18    158.69  --
1081.22/1081.30	c  N dy 12308   1831327     24160    104016         0     65417    316790   1361802    146.18    220.35  --
1089.51/1089.51	c  N dy 12435   1851383     24160    104016         0     85472    316790   5973932    146.19    201.25  --
1098.51/1098.53	c  N dy 12570   1871388     24160    104016         0    105475    316790  10574765    146.20    154.48  --
1108.51/1108.56	c  N dy 12719   1891433     24160    104016         0    125517    316790  15240246    146.25    157.40  --
1116.92/1116.90	c  N dy 12861   1911505     24160    104016         0     82589    316790   5186301    146.29    154.29  --
1125.91/1125.91	c  N dy 12994   1931633     24160    104016         0    102716    316790   9807934    146.29    155.40  --
1135.52/1135.53	c  N dy 13119   1951782     24160    104016         0    122863    316790  14472306    146.28    155.16  --
1144.21/1144.26	c  N dy 13257   1971804     24160    104016         0     78892    316790   3954917    146.29    158.02  --
1152.72/1152.79	c  N dy 13385   1991848     24160    104016         0     98935    316790   8562124    146.28    164.31  --
1161.01/1161.08	c  N dy 13524   2011991     24160    104016         0    119076    316790  13197271    146.29    154.06  --
1169.11/1169.18	c  N dy 13658   2032017     24160    104016         0     74103    316790   2690744    146.32    155.21  --
1176.62/1176.69	c  N dy 13796   2052064     24160    104016         0     94149    316790   7312650    146.33    157.66  --
1184.82/1184.88	c  N dy 13933   2072230     24160    104016         0    114314    316790  11886535    146.33    154.35  --
1193.52/1193.54	c  N dy 14069   2092251     24160    104016         0     68336    316790   1107809    146.34    171.56  --
1200.82/1200.85	c  N dy 14209   2112263     24160    104016         0     88345    316790   5801551    146.37    216.67  --
1208.71/1208.79	c  N dy 14337   2132297     24160    104016         0    108379    316790  10443174    146.38    182.72  --
1217.41/1217.49	c  N dy 14476   2152522     24160    104016         0    128601    316790  15113066    146.40    161.85  --
1225.32/1225.34	c  N dy 14620   2172646     24160    104016         0     81731    316790   3960334    146.42    161.42  --
1233.21/1233.29	c  N dy 14765   2192778     24160    104016         0    101859    316790   8634939    146.45    158.04  --
1241.51/1241.57	c  S st 14904   2210822     24160    104016         0    119903    316790  12825086    146.49    150.94  --
1241.82/1241.85	c  S st 14904   2211324     24160    104016         0    120404    316790  12926628    146.49   no data  --
1241.82/1241.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1241.82/1241.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1242.01/1242.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.20
1242.82/1242.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1242.82/1242.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1242.82/1242.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
1242.82/1242.85	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175576-1301783670/watcher-3175576-1301783670 -o /tmp/evaluation-result-3175576-1301783670/solver-3175576-1301783670 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175576-1301783670.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.37 0.33 2.68 5/193 26255
/proc/meminfo: memFree=20317964/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=11760 CPUtime=0 cores=1,3
/proc/26255/stat : 26255 (runsolver) R 26253 26255 26194 0 -1 4202560 40 0 0 0 0 0 0 0 22 0 1 0 289965191 12042240 48 33554432000 4194304 5392636 140734584397984 18446744073709551615 4838247 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/26255/statm: 2940 48 30 293 0 2644 0

[startup+0.025508 s]
/proc/loadavg: 0.37 0.33 2.68 5/193 26255
/proc/meminfo: memFree=20317964/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=38208 CPUtime=0.01 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 3149 0 0 0 1 0 0 0 22 0 1 0 289965191 39124992 2628 33554432000 4194304 4650387 140735183065072 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 9552 2629 329 112 0 4517 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38208

[startup+0.1005 s]
/proc/loadavg: 0.37 0.33 2.68 5/193 26255
/proc/meminfo: memFree=20317964/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=42900 CPUtime=0.08 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 4740 0 0 0 8 0 0 0 22 0 1 0 289965191 43929600 4219 33554432000 4194304 4650387 140735183065072 18446744073709551615 4536689 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 10725 4219 346 112 0 5690 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42900

[startup+0.300466 s]
/proc/loadavg: 0.37 0.33 2.68 5/193 26255
/proc/meminfo: memFree=20317964/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=61776 CPUtime=0.28 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 9027 0 0 0 27 1 0 0 23 0 1 0 289965191 63258624 7889 33554432000 4194304 4650387 140735183065072 18446744073709551615 4441786 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 15444 7893 365 112 0 10409 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61776

[startup+0.700394 s]
/proc/loadavg: 0.37 0.33 2.68 5/193 26255
/proc/meminfo: memFree=20317964/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=66284 CPUtime=0.68 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 10375 0 0 0 67 1 0 0 25 0 1 0 289965191 67874816 9237 33554432000 4194304 4650387 140735183065072 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 16571 9237 379 112 0 11536 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 66284

[startup+1.50026 s]
/proc/loadavg: 0.37 0.33 2.68 5/194 26256
/proc/meminfo: memFree=20278524/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=66284 CPUtime=1.48 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 11187 0 0 0 147 1 0 0 25 0 1 0 289965191 67874816 10049 33554432000 4194304 4650387 140735183065072 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 16571 10049 379 112 0 11536 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 66284

[startup+3.10097 s]
/proc/loadavg: 0.74 0.41 2.70 5/194 26256
/proc/meminfo: memFree=20270092/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=110916 CPUtime=3.08 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 12502 0 0 0 307 1 0 0 25 0 1 0 289965191 113577984 11364 33554432000 4194304 4650387 140735183065072 18446744073709551615 4360326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 27729 11364 379 112 0 22694 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 110916

[startup+6.3004 s]
/proc/loadavg: 0.74 0.41 2.70 5/194 26256
/proc/meminfo: memFree=20236732/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=69152 CPUtime=6.28 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 16428 0 0 0 626 2 0 0 25 0 1 0 289965191 70811648 10179 33554432000 4194304 4650387 140735183065072 18446744073709551615 4364374 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 17288 10179 381 112 0 12253 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 69152

[startup+12.7003 s]
/proc/loadavg: 1.24 0.53 2.71 5/194 26256
/proc/meminfo: memFree=20151824/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=195256 CPUtime=12.68 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 36067 0 0 0 1264 4 0 0 25 0 1 0 289965191 199942144 29818 33554432000 4194304 4650387 140735183065072 18446744073709551615 4476451 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 48814 29818 383 112 0 43779 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 195256

[startup+25.501 s]
/proc/loadavg: 1.67 0.64 2.72 5/194 26256
/proc/meminfo: memFree=20085464/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=145432 CPUtime=25.48 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 43676 0 0 0 2542 6 0 0 25 0 1 0 289965191 148922368 30838 33554432000 4194304 4650387 140735183065072 18446744073709551615 4363612 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 36358 30838 383 112 0 31323 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 145432

[startup+51.1004 s]
/proc/loadavg: 2.46 0.91 2.76 5/194 26257
/proc/meminfo: memFree=19968904/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=255088 CPUtime=51.08 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 71352 0 0 0 5097 11 0 0 25 0 1 0 289965191 261210112 46068 33554432000 4194304 4650387 140735183065072 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 63772 46068 383 112 0 58737 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 255088

[startup+102.307 s]
/proc/loadavg: 3.43 1.44 2.83 5/194 26258
/proc/meminfo: memFree=19870648/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=210800 CPUtime=102.3 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 79511 0 0 0 10215 15 0 0 25 0 1 0 289965191 215859200 47595 33554432000 4194304 4650387 140735183065072 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 52700 47595 383 112 0 47665 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 210800

[startup+162.301 s]
/proc/loadavg: 3.77 1.87 2.89 5/194 26260
/proc/meminfo: memFree=19767216/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=284320 CPUtime=162.29 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 86100 0 0 0 16212 17 0 0 25 0 1 0 289965191 291143680 54184 33554432000 4194304 4650387 140735183065072 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 71080 54184 383 112 0 66045 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 284320

[startup+222.301 s]
/proc/loadavg: 3.92 2.28 2.97 5/194 26262
/proc/meminfo: memFree=19754404/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=299920 CPUtime=222.29 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 101006 0 0 0 22206 23 0 0 25 0 1 0 289965191 307118080 58017 33554432000 4194304 4650387 140735183065072 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 74980 58017 383 112 0 69945 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 299920

[startup+282.3 s]
/proc/loadavg: 4.09 2.60 3.03 5/194 26263
/proc/meminfo: memFree=19741360/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=314016 CPUtime=282.3 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 117172 0 0 0 28200 30 0 0 25 0 1 0 289965191 321552384 60641 33554432000 4194304 4650387 140735183065072 18446744073709551615 4360485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 78504 60641 383 112 0 73469 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 314016

[startup+342.301 s]
/proc/loadavg: 4.10 2.89 3.10 5/194 26265
/proc/meminfo: memFree=19680704/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=270348 CPUtime=342.3 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 129147 0 0 0 34196 34 0 0 25 0 1 0 289965191 276836352 62108 33554432000 4194304 4650387 140735183065072 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 67587 62108 383 112 0 62552 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 270348

[startup+402.301 s]
/proc/loadavg: 4.04 3.07 3.15 5/194 26266
/proc/meminfo: memFree=19614096/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=345704 CPUtime=402.29 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 160264 0 0 0 40185 44 0 0 25 0 1 0 289965191 354000896 70191 33554432000 4194304 4650387 140735183065072 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 86426 70191 383 112 0 81391 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 345704

[startup+462.3 s]
/proc/loadavg: 4.07 3.27 3.21 5/194 26268
/proc/meminfo: memFree=19603028/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=345704 CPUtime=462.29 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 160264 0 0 0 46185 44 0 0 25 0 1 0 289965191 354000896 70191 33554432000 4194304 4650387 140735183065072 18446744073709551615 4476729 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 86426 70191 383 112 0 81391 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 345704

[startup+522.301 s]
/proc/loadavg: 4.03 3.39 3.25 5/194 26270
/proc/meminfo: memFree=19608568/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=290460 CPUtime=522.3 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 184007 0 0 0 52175 55 0 0 25 0 1 0 289965191 297431040 67465 33554432000 4194304 4650387 140735183065072 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 72615 67465 383 112 0 67580 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 290460

[startup+582.301 s]
/proc/loadavg: 4.07 3.51 3.30 5/194 26271
/proc/meminfo: memFree=19585860/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=346444 CPUtime=582.3 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 208893 0 0 0 58164 66 0 0 25 0 1 0 289965191 354758656 70014 33554432000 4194304 4650387 140735183065072 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 86611 70014 383 112 0 81576 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 346444

[startup+642.3 s]
/proc/loadavg: 4.08 3.62 3.35 5/194 26273
/proc/meminfo: memFree=19563020/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=346752 CPUtime=642.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 235897 0 0 0 64152 79 0 0 25 0 1 0 289965191 355074048 72607 33554432000 4194304 4650387 140735183065072 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 86688 72607 383 112 0 81653 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 346752

[startup+702.301 s]
/proc/loadavg: 4.03 3.68 3.39 5/194 26274
/proc/meminfo: memFree=19544036/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=347200 CPUtime=702.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 262335 0 0 0 70140 91 0 0 25 0 1 0 289965191 355532800 72299 33554432000 4194304 4650387 140735183065072 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 86800 72299 383 112 0 81765 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 347200

[startup+762.307 s]
/proc/loadavg: 4.01 3.74 3.42 5/194 26276
/proc/meminfo: memFree=19525152/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=348876 CPUtime=762.32 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 279039 0 0 0 76131 101 0 0 25 0 1 0 289965191 357249024 70114 33554432000 4194304 4650387 140735183065072 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 87219 70114 383 112 0 82184 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 348876

[startup+822.3 s]
/proc/loadavg: 4.00 3.78 3.46 5/194 26278
/proc/meminfo: memFree=19545348/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=349032 CPUtime=822.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 286847 0 0 0 82127 104 0 0 25 0 1 0 289965191 357408768 68265 33554432000 4194304 4650387 140735183065072 18446744073709551615 4328193 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 87258 68265 383 112 0 82223 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 349032

[startup+882.301 s]
/proc/loadavg: 4.00 3.82 3.49 5/194 26279
/proc/meminfo: memFree=19522384/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=356092 CPUtime=882.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 315882 0 0 0 88115 116 0 0 25 0 1 0 289965191 364638208 77132 33554432000 4194304 4650387 140735183065072 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 89023 77132 383 112 0 83988 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 356092

[startup+942.3 s]
/proc/loadavg: 4.00 3.85 3.52 5/194 26281
/proc/meminfo: memFree=19487000/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=356440 CPUtime=942.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 340396 0 0 0 94104 127 0 0 25 0 1 0 289965191 364994560 69709 33554432000 4194304 4650387 140735183065072 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 89110 69709 383 112 0 84075 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 356440

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 3.55 5/194 26282
/proc/meminfo: memFree=19447420/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=370500 CPUtime=1002.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 370510 0 0 0 100090 141 0 0 25 0 1 0 289965191 379392000 77402 33554432000 4194304 4650387 140735183065072 18446744073709551615 4364320 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 92625 77402 383 112 0 87590 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 370500

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 3.57 5/194 26284
/proc/meminfo: memFree=19494244/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=342080 CPUtime=1062.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 396334 0 0 0 106075 156 0 0 25 0 1 0 289965191 350289920 69247 33554432000 4194304 4650387 140735183065072 18446744073709551615 4333616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 85520 69247 383 112 0 80485 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 342080

[startup+1122.3 s]
/proc/loadavg: 4.11 3.94 3.60 5/194 26286
/proc/meminfo: memFree=19486900/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=342440 CPUtime=1122.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 429512 0 0 0 112058 173 0 0 25 0 1 0 289965191 350658560 70814 33554432000 4194304 4650387 140735183065072 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 85610 70814 383 112 0 80575 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 342440

[startup+1182.3 s]
/proc/loadavg: 4.09 3.96 3.63 5/194 26287
/proc/meminfo: memFree=19495176/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=342800 CPUtime=1182.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 464689 0 0 0 118047 184 0 0 25 0 1 0 289965191 351027200 73295 33554432000 4194304 4650387 140735183065072 18446744073709551615 4327560 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 85700 73295 383 112 0 80665 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 342800

[startup+1242.3 s]
/proc/loadavg: 4.12 4.00 3.66 5/194 26289
/proc/meminfo: memFree=19404520/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=343176 CPUtime=1242.31 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 500692 0 0 0 124038 193 0 0 25 0 1 0 289965191 351412224 75718 33554432000 4194304 4650387 140735183065072 18446744073709551615 4426532 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 85794 75718 383 112 0 80759 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 343176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.00 3.68 4/192 26347
/proc/meminfo: memFree=20036532/32951124 swapFree=67111528/67111528
[pid=26255] ppid=26253 vsize=437356 CPUtime=1300.02 cores=1,3
/proc/26255/stat : 26255 (strangenight1-s) R 26253 26255 26194 0 -1 4202496 523871 0 0 0 129806 196 0 0 25 0 1 0 289965191 447852544 98897 33554432000 4194304 4650387 140735183065072 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26255/statm: 109339 98897 383 112 0 104304 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 437356

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): 1298.07
CPU system time (s): 1.9827
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 437356

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

runsolver used 2.05969 second user time and 5.06123 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-03 00:34:30
IDJOB=3175576
IDBENCH=82594
IDSOLVER=1589
FILE ID=node132/3175576-1301783670
RUNJOBID= node132-1301783651-26214
PBS_JOBID= 12841386
Free space on /tmp= 72364 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175576-1301783670/watcher-3175576-1301783670 -o /tmp/evaluation-result-3175576-1301783670/solver-3175576-1301783670 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175576-1301783670.cnf

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=1814405994

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20318128 kB
Buffers:        361892 kB
Cached:       11767556 kB
SwapCached:          0 kB
Active:        7539212 kB
Inactive:      4839564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20318128 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31096 kB
Writeback:           0 kB
AnonPages:      249144 kB
Mapped:          16376 kB
Slab:           192660 kB
PageTables:       5624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   516292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72368 MiB
End job on node132 at 2011-04-03 00:56:12