Trace number 3369785

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.05 1300.03

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-3369785-1305382067.cnf'
0.00/0.02	c -- header says num vars:          25000
0.00/0.02	c -- header says num clauses:      105000
0.00/0.06	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.00/0.06	c -- vars added      25000
0.00/0.06	c Parsing time:  0.05 s
0.00/0.06	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data  --
0.09/0.12	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.06
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
0.19/0.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.19/0.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.19/0.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.01 s
0.19/0.24	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
0.39/0.42	c lits-rem:         0  cl-subs:        0  v-elim:    702  v-fix:    0  time:  0.18 s
0.39/0.43	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.47	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.39/0.47	c calculated reachability. Time: 0.00
0.39/0.47	c Calc default polars -  time:   0.01 s pos:   11014 undec:    2895 neg:   11091
0.39/0.47	c =========================================================================================
0.39/0.47	c types(t): F = full restart, N = normal restart
0.39/0.47	c types(t): S = simplification begin/end, E = solution found
0.39/0.47	c restart types(rt): st = static, dy = dynamic
0.39/0.47	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.47	c  B st     0         0     24298    103878         0         0    315530         0   no data   no data  --
1.49/1.56	c  N dy    19      4188     24298    103878         0      4187    315530   1108633    135.54    145.74  --
2.49/2.58	c  N dy    46      8230     24298    103878         0      8229    315530   1953796    136.45    148.43  --
3.59/3.67	c  N dy    73     12397     24298    103878         0     12395    315530   2834319    136.65    144.93  --
4.69/4.79	c  N dy   103     16469     24298    103878         0     16467    315530   3728677    137.20    150.51  --
5.89/5.92	c  N dy   132     20536     24298    103878         0     10539    315530    704472    138.58    180.01  --
6.99/7.00	c  N dy   161     24664     24298    103878         0     14667    315530   1607452    139.56    148.95  --
7.09/7.10	c  F st   164     25003     24298    103878         0     15006    315530   1674320    139.45   no data  --
8.49/8.57	c  N dy   170     30000     24298    103878         0     20003    315530   3151010    139.45   no data  --
8.49/8.57	c  S st   170     30000     24298    103878         0     20003    315530   3151010    139.45   no data  --
8.71/8.71	c  S st   170     30502     24298    103878         0     20505    315530   3244604    139.45   no data  --
8.71/8.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.71/8.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.81/8.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
9.09/9.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.09/9.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.09/9.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24298 time:  0.01 s
9.09/9.13	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
15.49/15.54	c lits-rem:         0  cl-subs:     1894  v-elim:    138  v-fix:    0  time:  6.41 s
15.59/15.64	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.10
15.59/15.64	c calculated reachability. Time: 0.00
15.59/15.64	c  N dy   170     30502     24160    104016         0     18611    316790   2277477    139.45   no data  --
16.79/16.81	c  N dy   199     34520     24160    104016         0     22629    316790   3173675    140.02    149.26  --
17.89/17.98	c  N dy   228     38543     24160    104016         0     26652    316790   4046669    140.32    148.28  --
19.19/19.26	c  N dy   257     42664     24160    104016         0     30773    316790   4991261    140.98    156.44  --
20.09/20.15	c  S st   280     45753     24160    104016         0     18361    316790   1285415    140.93   no data  --
20.19/20.28	c  S st   280     46257     24160    104016         0     18865    316790   1381048    140.93   no data  --
20.19/20.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
20.19/20.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.39/20.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
20.49/20.51	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.49/20.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.49/20.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
20.49/20.53	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
23.39/23.43	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.90 s
23.39/23.44	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
23.39/23.45	c vivif2 --  cl tried    18865 cl shrink        0 lits rem          0 time: 0.02
23.49/23.56	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.10
23.49/23.56	c calculated reachability. Time: 0.00
23.49/23.56	c  N dy   280     46257     24160    104016         0     18865    316790   1381047    140.93   no data  --
24.69/24.71	c  N dy   307     50355     24160    104016         0     22963    316790   2298540    141.24    148.87  --
25.79/25.88	c  N dy   333     54441     24160    104016         0     27049    316790   3176288    141.05    152.92  --
27.09/27.15	c  N dy   361     58599     24160    104016         0     31207    316790   4111251    141.25    149.62  --
28.39/28.47	c  N dy   390     62612     24160    104016         0     35220    316790   4999788    141.28    151.57  --
29.70/29.77	c  N dy   418     66677     24160    104016         0     20534    316790   1076246    141.32    154.28  --
30.49/30.56	c  S st   437     69386     24160    104016         0     23243    316790   1706185    141.64   no data  --
30.59/30.69	c  S st   437     69887     24160    104016         0     23744    316790   1783691    141.64   no data  --
30.70/30.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.70/30.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.80/30.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.12
30.89/30.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
30.89/30.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.89/30.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
30.89/30.96	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
34.39/34.40	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.44 s
34.39/34.41	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
34.39/34.43	c vivif2 --  cl tried    23742 cl shrink        0 lits rem          0 time: 0.02
34.49/34.54	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.11
34.49/34.55	c calculated reachability. Time: 0.00
34.49/34.55	c  N dy   437     69887     24160    104016         0     23742    316790   1781742    141.64   no data  --
35.79/35.89	c  N dy   472     74412     24160    104016         0     28266    316790   2798015    141.91    161.68  --
37.19/37.29	c  N dy   505     79177     24160    104016         0     33031    316790   3827349    142.08    164.17  --
38.79/38.86	c  N dy   539     84267     24160    104016         0     38121    316790   4963485    142.13    155.18  --
39.79/39.87	c  F st   563     87502     24160    104016         0     41356    316790   5693723    142.11   no data  --
40.89/40.92	c  N st   568     90801     24160    104016         0     23784    316790   1483022    142.11   no data  --
42.69/42.73	c  N dy   598     96604     24160    104016         0     29587    316790   2929762    142.23    173.36  --
44.79/44.82	c  N dy   644    102924     24160    104016         0     35907    316790   4347743    142.39    157.05  --
45.39/45.42	c  S st   659    104831     24160    104016         0     37814    316790   4792604    142.57   no data  --
45.49/45.58	c  S st   659    105335     24160    104016         0     38318    316790   4873970    142.57   no data  --
45.59/45.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
45.59/45.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.69/45.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
45.99/46.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
45.99/46.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.99/46.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
45.99/46.05	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
89.59/89.69	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 43.65 s
89.69/89.70	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
89.69/89.76	c vivif2 --  cl tried    38314 cl shrink        0 lits rem          0 time: 0.06
89.89/89.90	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.14
89.89/89.91	c calculated reachability. Time: 0.00
89.89/89.91	c  N dy   659    105335     24160    104016         0     38314    316790   4871204    142.57   no data  --
91.99/92.07	c  N dy   707    112093     24160    104016         0     22634    316790    644501    142.71    165.99  --
94.19/94.22	c  N dy   759    119299     24160    104016         0     29840    316790   2319565    143.08    167.74  --
96.49/96.54	c  N dy   807    126987     24160    104016         0     37527    316790   4025537    142.98    151.88  --
99.19/99.20	c  N dy   867    135370     24160    104016         0     45909    316790   5935323    143.18    153.04  --
101.99/102.01	c  N dy   928    144055     24160    104016         0     30880    316790   2208619    143.21    161.89  --
104.99/105.04	c  N dy   991    153301     24160    104016         0     40124    316790   4238868    143.16    151.41  --
106.49/106.54	c  S st  1023    158002     24160    104016         0     44825    316790   5257948    143.11   no data  --
106.70/106.71	c  S st  1023    158507     24160    104016         0     45330    316790   5329661    143.11   no data  --
106.70/106.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
106.70/106.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.79/106.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
107.09/107.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
107.09/107.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
107.09/107.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
107.09/107.19	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
165.19/165.26	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 58.06 s
165.19/165.27	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
165.29/165.34	c vivif2 --  cl tried    45326 cl shrink        0 lits rem          0 time: 0.07
165.49/165.50	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.16
165.49/165.51	c calculated reachability. Time: 0.00
165.49/165.51	c  N dy  1023    158507     24160    104016         0     45326    316790   5327224    143.11   no data  --
168.90/168.93	c  N dy  1089    168625     24160    104016         0     30586    316790   1779342    143.07    164.80  --
172.49/172.57	c  N dy  1158    179399     24160    104016         0     41360    316790   4198564    143.14    151.97  --
176.59/176.69	c  N dy  1241    190866     24160    104016         0     26903    316790    711105    143.29    158.28  --
180.69/180.77	c  N dy  1330    203072     24160    104016         0     39107    316790   3475459    143.49    169.32  --
185.39/185.43	c  N dy  1424    216130     24160    104016         0     52165    316790   6448955    143.72    172.66  --
190.10/190.11	c  N dy  1517    229940     24160    104016         0     39008    316790   3259488    143.81    172.52  --
192.79/192.85	c  S st  1571    237760     24160    104016         0     46828    316790   5019645    143.81   no data  --
192.99/193.04	c  S st  1571    238267     24160    104016         0     47335    316790   5103511    143.81   no data  --
192.99/193.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
192.99/193.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
193.19/193.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
193.50/193.51	c bin-w-bin subsume rem            0 bins  time:  0.01 s
193.50/193.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
193.50/193.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
193.50/193.52	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
248.39/248.46	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 54.94 s
248.39/248.47	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
248.50/248.54	c vivif2 --  cl tried    47333 cl shrink        0 lits rem          0 time: 0.07
248.60/248.69	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.15
248.69/248.70	c calculated reachability. Time: 0.00
248.69/248.70	c  N dy  1571    238267     24160    104016         0     47333    316790   5103078    143.81   no data  --
253.60/253.67	c  N dy  1677    253679     24160    104016         0     34763    316790   2011658    143.96    152.48  --
258.90/258.96	c  N dy  1791    270005     24160    104016         0     51089    316790   5725509    144.03    152.85  --
264.49/264.58	c  N dy  1907    287303     24160    104016         0     39400    316790   2882268    144.19    153.39  --
270.61/270.65	c  N dy  2031    305812     24160    104016         0     57906    316790   7121776    144.31    153.49  --
270.80/270.81	c  F st  2035    306252     24160    104016         0     58346    316790   7222820    144.31    123.19  --
277.00/277.09	c  N dy  2139    325399     24160    104016         0     47498    316790   4882038    144.44    154.10  --
283.71/283.77	c  N dy  2278    345423     24160    104016         0     36522    316790   1722006    144.54    155.70  --
287.49/287.57	c  S st  2361    357400     24160    104016         0     48498    316790   4436198    144.56   no data  --
287.69/287.75	c  S st  2361    357903     24160    104016         0     49001    316790   4527771    144.56   no data  --
287.69/287.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
287.69/287.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
287.89/287.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
288.10/288.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
288.10/288.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
288.10/288.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
288.10/288.17	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
327.09/327.15	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 38.99 s
327.09/327.16	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
327.19/327.23	c vivif2 --  cl tried    48998 cl shrink        0 lits rem          0 time: 0.06
327.39/327.40	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.17
327.39/327.40	c calculated reachability. Time: 0.00
327.39/327.40	c  N dy  2361    357903     24160    104016         0     48998    316790   4526840    144.56   no data  --
334.80/334.83	c  N dy  2505    378165     24160    104016         0     37265    316790   1645328    144.68    154.39  --
342.01/342.07	c  N dy  2645    398335     24160    104016         0     57433    316790   6236516    144.76    163.47  --
349.40/349.43	c  N dy  2782    418363     24160    104016         0     44462    316790   3113865    144.96    154.53  --
356.79/356.89	c  N dy  2928    438389     24160    104016         0     64484    316790   7675734    144.99    157.75  --
364.01/364.09	c  N dy  3068    458394     24160    104016         0     50488    316790   4240797    145.14    155.03  --
371.71/371.71	c  N dy  3195    478430     24160    104016         0     35527    316790    577343    145.11    176.30  --
378.79/378.80	c  N dy  3328    498500     24160    104016         0     55596    316790   5118290    145.12    153.20  --
386.39/386.44	c  N dy  3455    518642     24160    104016         0     39741    316790   1305332    145.16    156.48  --
392.90/392.98	c  S st  3581    536854     24160    104016         0     57952    316790   5448596    145.23   no data  --
393.10/393.19	c  S st  3581    537359     24160    104016         0     58457    316790   5530658    145.23   no data  --
393.20/393.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
393.20/393.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
393.30/393.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
393.60/393.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
393.60/393.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
393.60/393.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
393.71/393.71	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
459.71/459.71	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 66.00 s
459.71/459.72	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
459.71/459.79	c vivif2 --  cl tried    58452 cl shrink        0 lits rem          0 time: 0.07
459.90/459.96	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.17
459.90/459.97	c calculated reachability. Time: 0.00
459.90/459.97	c  N dy  3581    537359     24160    104016         0     58452    316790   5528938    145.23   no data  --
466.90/466.96	c  N dy  3706    557672     24160    104016         0     41763    316790   1527693    145.18    153.11  --
473.59/473.68	c  N dy  3842    577699     24160    104016         0     61789    316790   6102390    145.20    159.38  --
480.61/480.61	c  N dy  3965    597772     24160    104016         0     43867    316790   1748232    145.12    159.25  --
487.40/487.44	c  N dy  4108    617829     24160    104016         0     63922    316790   6326804    145.17    154.97  --
494.60/494.62	c  N dy  4248    637977     24160    104016         0     45070    316790   1835983    145.25    155.37  --
501.30/501.36	c  N dy  4385    658012     24160    104016         0     65102    316790   6386669    145.27    162.72  --
508.40/508.47	c  N dy  4519    678021     24160    104016         0     45118    316790   1612052    145.29    153.28  --
515.19/515.28	c  N dy  4657    698056     24160    104016         0     65151    316790   6192991    145.33    155.35  --
522.51/522.58	c  N dy  4797    718182     24160    104016         0     44279    316790   1201972    145.37    154.33  --
529.50/529.50	c  N dy  4938    738227     24160    104016         0     64322    316790   5839239    145.43    156.95  --
537.00/537.00	c  N dy  5074    758478     24160    104016         0     42566    316790    600605    145.43    153.64  --
543.70/543.74	c  N dy  5207    778526     24160    104016         0     62613    316790   5171863    145.43    164.50  --
551.11/551.13	c  N dy  5352    798543     24160    104016         0     82629    316790   9769526    145.50    153.97  --
553.69/553.77	c  S st  5395    806038     24160    104016         0     47131    316790   1408514    145.48    145.87  --
553.89/553.94	c  S st  5395    806539     24160    104016         0     47632    316790   1489522    145.48   no data  --
553.89/553.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
553.89/553.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
553.99/554.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
554.19/554.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
554.19/554.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
554.19/554.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
554.19/554.22	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
557.39/557.47	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.25 s
557.39/557.48	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
557.49/557.50	c vivif2 --  cl tried    47632 cl shrink        0 lits rem          0 time: 0.02
557.61/557.65	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.15
557.61/557.66	c calculated reachability. Time: 0.00
557.61/557.66	c  N dy  5395    806539     24160    104016         0     47632    316790   1489521    145.48   no data  --
564.40/564.49	c  N dy  5528    826627     24160    104016         0     67720    316790   6012149    145.47    156.35  --
571.91/571.99	c  N dy  5659    846641     24160    104016         0     87734    316790  10624803    145.48    176.53  --
578.80/578.83	c  N dy  5797    866740     24160    104016         0     63832    316790   5037505    145.51    154.37  --
586.22/586.31	c  N dy  5943    886831     24160    104016         0     83921    316790   9686018    145.58    156.29  --
593.50/593.52	c  N dy  6087    906989     24160    104016         0     59079    316790   3767730    145.65    156.74  --
600.70/600.78	c  N dy  6222    927080     24160    104016         0     79168    316790   8363682    145.67    156.54  --
608.10/608.19	c  N dy  6351    947117     24160    104016         0     53208    316790   2121186    145.66    154.32  --
615.20/615.23	c  N dy  6482    967176     24160    104016         0     73267    316790   6784317    145.66    153.49  --
623.00/623.10	c  N dy  6625    987327     24160    104016         0     93418    316790  11438313    145.71    154.88  --
630.00/630.03	c  N dy  6763   1007384     24160    104016         0     66480    316790   4969933    145.72    156.98  --
637.40/637.49	c  N dy  6892   1027402     24160    104016         0     86496    316790   9555691    145.71    155.10  --
644.81/644.87	c  N dy  7023   1047684     24160    104016         0     58780    316790   2966587    145.70    153.94  --
652.00/652.09	c  N dy  7161   1067723     24160    104016         0     78818    316790   7481133    145.70    156.91  --
653.60/653.64	c  F st  7188   1071875     24160    104016         0     82970    316790   8427417    145.70   no data  --
659.91/659.98	c  N dy  7268   1087752     24160    104016         0     49846    316790    681055    145.69    154.52  --
667.00/667.07	c  N dy  7406   1107808     24160    104016         0     69899    316790   5289316    145.72    154.07  --
674.70/674.76	c  N dy  7543   1127976     24160    104016         0     90066    316790   9992037    145.73    153.92  --
682.30/682.37	c  N dy  7682   1148134     24160    104016         0     60227    316790   2882271    145.79    157.29  --
689.62/689.68	c  N dy  7812   1168147     24160    104016         0     80240    316790   7507358    145.82    154.74  --
697.60/697.61	c  N dy  7944   1188225     24160    104016         0    100318    316790  12089169    145.80    154.01  --
704.80/704.81	c  N dy  8083   1208292     24160    104016         0     69389    316790   4718478    145.80    154.34  --
705.30/705.37	c  S st  8094   1209808     24160    104016         0     70905    316790   5057776    145.80   no data  --
705.50/705.57	c  S st  8094   1210313     24160    104016         0     71410    316790   5148124    145.80   no data  --
705.50/705.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
705.50/705.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
705.70/705.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.15
706.00/706.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
706.00/706.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
706.00/706.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
706.00/706.04	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
766.11/766.10	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 60.06 s
766.11/766.11	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
766.11/766.18	c vivif2 --  cl tried    71405 cl shrink        0 lits rem          0 time: 0.07
766.31/766.37	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.19
766.31/766.38	c calculated reachability. Time: 0.00
766.31/766.38	c  N dy  8094   1210313     24160    104016         0     71405    316790   5145754    145.80   no data  --
773.90/773.91	c  N dy  8228   1230461     24160    104016         0     91551    316790   9787122    145.81    153.66  --
781.61/781.61	c  N dy  8361   1250523     24160    104016         0     59614    316790   2225415    145.79    162.49  --
789.00/789.01	c  N dy  8500   1270647     24160    104016         0     79736    316790   6891355    145.82    154.64  --
796.91/796.91	c  N dy  8640   1290709     24160    104016         0     99796    316790  11525845    145.86    205.01  --
804.40/804.41	c  N dy  8779   1310825     24160    104016         0     66915    316790   3706981    145.89    156.56  --
811.90/811.93	c  N dy  8915   1330879     24160    104016         0     86968    316790   8298180    145.91    161.04  --
820.40/820.44	c  N dy  9052   1351087     24160    104016         0    107173    316790  12920368    145.91    154.57  --
828.10/828.12	c  N dy  9192   1371160     24160    104016         0     73249    316790   4993381    145.95    181.85  --
835.80/835.84	c  N dy  9330   1391317     24160    104016         0     93405    316790   9538026    145.94    154.30  --
844.10/844.10	c  N dy  9473   1411393     24160    104016         0     58482    316790   1303053    145.98    172.11  --
851.20/851.25	c  N dy  9609   1431406     24160    104016         0     78494    316790   5880636    145.99    198.45  --
859.20/859.20	c  N dy  9743   1451454     24160    104016         0     98541    316790  10579372    146.04    154.42  --
867.21/867.28	c  N dy  9880   1471491     24160    104016         0     62579    316790   2057488    146.05    160.09  --
874.52/874.57	c  N dy 10009   1491541     24160    104016         0     82626    316790   6616839    146.03    156.11  --
882.60/882.62	c  N dy 10150   1511548     24160    104016         0    102627    316790  11262484    146.06    159.78  --
890.50/890.54	c  N dy 10284   1531655     24160    104016         0     65736    316790   2528334    146.06    158.15  --
897.91/897.97	c  N dy 10414   1551834     24160    104016         0     85914    316790   7112463    146.06    157.13  --
906.11/906.15	c  N dy 10549   1571959     24160    104016         0    106037    316790  11719418    146.07    154.47  --
914.02/914.11	c  N dy 10691   1592063     24160    104016         0     68143    316790   2890238    146.09    154.14  --
921.61/921.69	c  N dy 10831   1612141     24160    104016         0     88218    316790   7553673    146.11    165.67  --
929.80/929.90	c  N dy 10961   1632331     24160    104016         0    108407    316790  12170994    146.11    156.58  --
937.81/937.89	c  N dy 11097   1652464     24160    104016         0     69548    316790   2992411    146.14    155.91  --
945.40/945.41	c  N dy 11233   1672613     24160    104016         0     89696    316790   7630551    146.16    156.96  --
953.62/953.63	c  N dy 11369   1692724     24160    104016         0    109807    316790  12199559    146.17    155.59  --
960.81/960.84	c  S st 11495   1710314     24160    104016         0     67406    316790   2229959    146.17   no data  --
961.01/961.03	c  S st 11495   1710820     24160    104016         0     67912    316790   2320939    146.17   no data  --
961.01/961.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
961.01/961.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
961.21/961.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.15
961.32/961.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
961.32/961.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
961.32/961.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
961.32/961.37	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.01 s
967.81/967.81	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.44 s
967.81/967.82	c vivif2 --  cl tried   104016 cl shrink        0 lits rem          0 time: 0.01
967.81/967.85	c vivif2 --  cl tried    67911 cl shrink        0 lits rem          0 time: 0.03
968.02/968.03	c asymm  cl-useful: 0/104016/104016 lits-rem:0 time: 0.18
968.02/968.04	c calculated reachability. Time: 0.00
968.02/968.04	c  N dy 11495   1710820     24160    104016         0     67911    316790   2320869    146.17   no data  --
975.50/975.51	c  N dy 11630   1730900     24160    104016         0     87990    316790   6891818    146.16    154.90  --
983.61/983.65	c  N dy 11761   1750994     24160    104016         0    108084    316790  11460264    146.14    172.04  --
992.71/992.79	c  N dy 11898   1771085     24160    104016         0     67170    316790   1991769    146.16    154.35  --
1001.11/1001.10	c  N dy 12036   1791179     24160    104016         0     87264    316790   6553195    146.15    154.29  --
1010.11/1010.14	c  N dy 12173   1811250     24160    104016         0    107334    316790  11191806    146.18    158.69  --
1019.62/1019.62	c  N dy 12308   1831327     24160    104016         0     65417    316790   1361802    146.18    220.35  --
1027.71/1027.79	c  N dy 12435   1851383     24160    104016         0     85472    316790   5973932    146.19    201.25  --
1036.70/1036.71	c  N dy 12570   1871388     24160    104016         0    105475    316790  10574765    146.20    154.48  --
1046.61/1046.61	c  N dy 12719   1891433     24160    104016         0    125517    316790  15240246    146.25    157.40  --
1054.93/1054.92	c  N dy 12861   1911505     24160    104016         0     82589    316790   5186301    146.29    154.29  --
1063.80/1063.86	c  N dy 12994   1931633     24160    104016         0    102716    316790   9807934    146.29    155.40  --
1073.41/1073.45	c  N dy 13119   1951782     24160    104016         0    122863    316790  14472306    146.28    155.16  --
1082.01/1082.06	c  N dy 13257   1971804     24160    104016         0     78892    316790   3954917    146.29    158.02  --
1090.61/1090.69	c  N dy 13385   1991848     24160    104016         0     98935    316790   8562124    146.28    164.31  --
1100.11/1100.18	c  N dy 13524   2011991     24160    104016         0    119076    316790  13197271    146.29    154.06  --
1109.41/1109.42	c  N dy 13658   2032017     24160    104016         0     74103    316790   2690744    146.32    155.21  --
1117.91/1117.93	c  N dy 13796   2052064     24160    104016         0     94149    316790   7312650    146.33    157.66  --
1127.21/1127.28	c  N dy 13933   2072230     24160    104016         0    114314    316790  11886535    146.33    154.35  --
1137.10/1137.17	c  N dy 14069   2092251     24160    104016         0     68336    316790   1107809    146.34    171.56  --
1145.40/1145.43	c  N dy 14209   2112263     24160    104016         0     88345    316790   5801551    146.37    216.67  --
1154.40/1154.44	c  N dy 14337   2132297     24160    104016         0    108379    316790  10443174    146.38    182.72  --
1164.31/1164.32	c  N dy 14476   2152522     24160    104016         0    128601    316790  15113066    146.40    161.85  --
1173.11/1173.16	c  N dy 14620   2172646     24160    104016         0     81731    316790   3960334    146.42    161.42  --
1181.91/1181.96	c  N dy 14765   2192778     24160    104016         0    101859    316790   8634939    146.45    158.04  --
1190.61/1190.63	c  S st 14904   2210822     24160    104016         0    119903    316790  12825086    146.49    150.94  --
1190.91/1190.93	c  S st 14904   2211324     24160    104016         0    120404    316790  12926628    146.49   no data  --
1190.91/1190.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1190.91/1190.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1191.11/1191.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.21
1191.91/1191.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1191.91/1191.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1191.91/1191.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24160 time:  0.01 s
1191.91/1191.99	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-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-3369785-1305382067/watcher-3369785-1305382067 -o /tmp/evaluation-result-3369785-1305382067/solver-3369785-1305382067 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369785-1305382067.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.63 3.08 3.47 4/397 26011
/proc/meminfo: memFree=27071128/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=38204 CPUtime=0.01 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 3176 0 0 0 1 0 0 0 22 0 1 0 649805420 39120896 2655 33554432000 4194304 4650387 140734629808800 18446744073709551615 251813900997 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 9551 2656 329 112 0 4516 0

[startup+0.0634409 s]
/proc/loadavg: 1.63 3.08 3.47 4/397 26011
/proc/meminfo: memFree=27071128/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=42896 CPUtime=0.05 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 4739 0 0 0 5 0 0 0 22 0 1 0 649805420 43925504 4218 33554432000 4194304 4650387 140734629808800 18446744073709551615 4369304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 10724 4218 346 112 0 5689 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 42896

[startup+0.100472 s]
/proc/loadavg: 1.63 3.08 3.47 4/397 26011
/proc/meminfo: memFree=27071128/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=42896 CPUtime=0.09 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 4739 0 0 0 9 0 0 0 22 0 1 0 649805420 43925504 4218 33554432000 4194304 4650387 140734629808800 18446744073709551615 4369208 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 10724 4218 346 112 0 5689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42896

[startup+0.300459 s]
/proc/loadavg: 1.63 3.08 3.47 4/397 26011
/proc/meminfo: memFree=27071128/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=63400 CPUtime=0.29 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 9446 0 0 0 28 1 0 0 23 0 1 0 649805420 64921600 8308 33554432000 4194304 4650387 140734629808800 18446744073709551615 4441540 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 15850 8308 365 112 0 10815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63400

[startup+0.700331 s]
/proc/loadavg: 1.63 3.08 3.47 4/397 26011
/proc/meminfo: memFree=27071128/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=66280 CPUtime=0.69 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 10398 0 0 0 68 1 0 0 25 0 1 0 649805420 67870720 9260 33554432000 4194304 4650387 140734629808800 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 16570 9260 379 112 0 11535 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66280

[startup+1.50027 s]
/proc/loadavg: 1.63 3.08 3.47 5/398 26012
/proc/meminfo: memFree=27018520/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=66280 CPUtime=1.49 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 11224 0 0 0 148 1 0 0 25 0 1 0 649805420 67870720 10086 33554432000 4194304 4650387 140734629808800 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 16570 10086 379 112 0 11535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66280

[startup+3.10105 s]
/proc/loadavg: 1.82 3.09 3.47 5/398 26012
/proc/meminfo: memFree=26999672/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=110912 CPUtime=3.09 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 12552 0 0 0 308 1 0 0 25 0 1 0 649805420 113573888 11414 33554432000 4194304 4650387 140734629808800 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 27728 11414 379 112 0 22693 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110912

[startup+6.30045 s]
/proc/loadavg: 1.82 3.09 3.47 5/398 26012
/proc/meminfo: memFree=26959184/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=69148 CPUtime=6.29 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 16440 0 0 0 626 3 0 0 25 0 1 0 649805420 70807552 10191 33554432000 4194304 4650387 140734629808800 18446744073709551615 4333737 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 17287 10191 381 112 0 12252 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69148

[startup+12.7003 s]
/proc/loadavg: 1.99 3.11 3.48 5/398 26012
/proc/meminfo: memFree=26889408/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=195252 CPUtime=12.69 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 36096 0 0 0 1263 6 0 0 25 0 1 0 649805420 199938048 29847 33554432000 4194304 4650387 140734629808800 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 48813 29847 383 112 0 43778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 195252

[startup+25.5002 s]
/proc/loadavg: 2.50 3.17 3.49 5/398 26012
/proc/meminfo: memFree=26837140/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=145428 CPUtime=25.49 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 43925 0 0 0 2542 7 0 0 25 0 1 0 649805420 148918272 31087 33554432000 4194304 4650387 140734629808800 18446744073709551615 4363509 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 36357 31087 383 112 0 31322 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145428

[startup+51.1009 s]
/proc/loadavg: 3.17 3.26 3.51 5/398 26013
/proc/meminfo: memFree=26718784/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=255084 CPUtime=51.09 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 71351 0 0 0 5097 12 0 0 25 0 1 0 649805420 261206016 46067 33554432000 4194304 4650387 140734629808800 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 63771 46067 383 112 0 58736 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 255084

[startup+102.314 s]
/proc/loadavg: 3.67 3.39 3.54 5/398 26014
/proc/meminfo: memFree=26673856/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=210796 CPUtime=102.31 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 79510 0 0 0 10217 14 0 0 25 0 1 0 649805420 215855104 47594 33554432000 4194304 4650387 140734629808800 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 52699 47594 383 112 0 47664 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 210796

[startup+162.3 s]
/proc/loadavg: 3.87 3.49 3.56 5/398 26016
/proc/meminfo: memFree=26571008/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=284316 CPUtime=162.29 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 86099 0 0 0 16214 15 0 0 25 0 1 0 649805420 291139584 54183 33554432000 4194304 4650387 140734629808800 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 71079 54183 383 112 0 66044 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 284316

[startup+222.301 s]
/proc/loadavg: 3.95 3.58 3.59 5/398 26017
/proc/meminfo: memFree=26566020/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=299916 CPUtime=222.29 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 101005 0 0 0 22210 19 0 0 25 0 1 0 649805420 307113984 58016 33554432000 4194304 4650387 140734629808800 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 74979 58016 383 112 0 69944 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 299916

[startup+282.301 s]
/proc/loadavg: 3.98 3.65 3.61 5/398 26019
/proc/meminfo: memFree=26495564/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=259348 CPUtime=282.29 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 121326 0 0 0 28206 23 0 0 25 0 1 0 649805420 265572352 59431 33554432000 4194304 4650387 140734629808800 18446744073709551615 4311294 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 64837 59431 383 112 0 59802 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 259348

[startup+342.301 s]
/proc/loadavg: 4.10 3.75 3.64 5/398 26020
/proc/meminfo: memFree=26460048/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=325420 CPUtime=342.3 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 133034 0 0 0 34203 27 0 0 25 0 1 0 649805420 333230080 65995 33554432000 4194304 4650387 140734629808800 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 81355 65995 383 112 0 76320 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 325420

[startup+402.301 s]
/proc/loadavg: 4.04 3.79 3.66 5/398 26022
/proc/meminfo: memFree=26442288/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=345700 CPUtime=402.3 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 160263 0 0 0 40196 34 0 0 25 0 1 0 649805420 353996800 70190 33554432000 4194304 4650387 140734629808800 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 86425 70190 383 112 0 81390 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 345700

[startup+462.301 s]
/proc/loadavg: 4.01 3.82 3.68 5/398 26024
/proc/meminfo: memFree=26450436/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=345700 CPUtime=462.29 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 161763 0 0 0 46195 34 0 0 25 0 1 0 649805420 353996800 71690 33554432000 4194304 4650387 140734629808800 18446744073709551615 4303957 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 86425 71690 383 112 0 81390 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 345700

[startup+522.301 s]
/proc/loadavg: 4.00 3.85 3.70 5/398 26025
/proc/meminfo: memFree=26402512/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=290456 CPUtime=522.3 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 191200 0 0 0 52188 42 0 0 25 0 1 0 649805420 297426944 67464 33554432000 4194304 4650387 140734629808800 18446744073709551615 4331977 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 72614 67464 383 112 0 67579 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 290456

[startup+582.3 s]
/proc/loadavg: 4.00 3.88 3.71 5/398 26027
/proc/meminfo: memFree=26378276/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=346524 CPUtime=582.3 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 218576 0 0 0 58181 49 0 0 25 0 1 0 649805420 354840576 71891 33554432000 4194304 4650387 140734629808800 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 86631 71891 383 112 0 81596 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 346524

[startup+642.3 s]
/proc/loadavg: 4.19 3.96 3.75 5/398 26028
/proc/meminfo: memFree=26379608/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=290456 CPUtime=642.32 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 248235 0 0 0 64175 57 0 0 25 0 1 0 649805420 297426944 67471 33554432000 4194304 4650387 140734629808800 18446744073709551615 4303872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 72614 67471 383 112 0 67579 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 290456

[startup+702.3 s]
/proc/loadavg: 4.16 3.99 3.77 5/398 26030
/proc/meminfo: memFree=26373352/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=348872 CPUtime=702.3 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 276997 0 0 0 70168 62 0 0 25 0 1 0 649805420 357244928 68072 33554432000 4194304 4650387 140734629808800 18446744073709551615 4363409 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 87218 68072 383 112 0 82183 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 348872

[startup+762.315 s]
/proc/loadavg: 4.05 3.99 3.79 5/398 26032
/proc/meminfo: memFree=26366376/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=348872 CPUtime=762.32 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 279038 0 0 0 76169 63 0 0 25 0 1 0 649805420 357244928 70113 33554432000 4194304 4650387 140734629808800 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 87218 70113 383 112 0 82183 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 348872

[startup+822.3 s]
/proc/loadavg: 4.02 3.99 3.80 5/398 26033
/proc/meminfo: memFree=26384688/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=298584 CPUtime=822.3 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 308258 0 0 0 82161 69 0 0 25 0 1 0 649805420 305750016 69508 33554432000 4194304 4650387 140734629808800 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 74646 69508 383 112 0 69611 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 298584

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.81 5/398 26035
/proc/meminfo: memFree=26338148/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=356296 CPUtime=882.3 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 337449 0 0 0 88154 76 0 0 25 0 1 0 649805420 364847104 77626 33554432000 4194304 4650387 140734629808800 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 89074 77626 383 112 0 84039 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 356296

[startup+942.301 s]
/proc/loadavg: 4.09 4.02 3.83 5/398 26036
/proc/meminfo: memFree=26366872/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=370496 CPUtime=942.3 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 368876 0 0 0 94147 83 0 0 25 0 1 0 649805420 379387904 75768 33554432000 4194304 4650387 140734629808800 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 92624 75768 383 112 0 87589 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 370496

[startup+1002.3 s]
/proc/loadavg: 4.03 4.02 3.83 5/398 26038
/proc/meminfo: memFree=26330492/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=342076 CPUtime=1002.31 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 397135 0 0 0 100141 90 0 0 25 0 1 0 649805420 350285824 70048 33554432000 4194304 4650387 140734629808800 18446744073709551615 4333769 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 85519 70048 383 112 0 80484 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 342076

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.84 5/398 26040
/proc/meminfo: memFree=26326336/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=342436 CPUtime=1062.31 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 430527 0 0 0 106131 100 0 0 25 0 1 0 649805420 350654464 71829 33554432000 4194304 4650387 140734629808800 18446744073709551615 4363461 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 85609 71829 383 112 0 80574 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 342436

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.84 5/398 26041
/proc/meminfo: memFree=26303700/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=342796 CPUtime=1122.31 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 463696 0 0 0 112118 113 0 0 25 0 1 0 649805420 351023104 72302 33554432000 4194304 4650387 140734629808800 18446744073709551615 4364368 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 85699 72302 383 112 0 80664 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 342796

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/398 26043
/proc/meminfo: memFree=26308980/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=343172 CPUtime=1182.31 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 496627 0 0 0 118108 123 0 0 25 0 1 0 649805420 351408128 71653 33554432000 4194304 4650387 140734629808800 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 85793 71653 383 112 0 80758 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 343172

[startup+1242.3 s]
/proc/loadavg: 4.19 4.06 3.88 5/398 26044
/proc/meminfo: memFree=26191728/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=437352 CPUtime=1242.31 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 523870 0 0 0 124104 127 0 0 25 0 1 0 649805420 447848448 98896 33554432000 4194304 4650387 140734629808800 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 109338 98896 383 112 0 104303 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 437352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.06 3.89 2/392 26049
/proc/meminfo: memFree=26677824/32950928 swapFree=44388876/67111528
[pid=26011] ppid=26009 vsize=437352 CPUtime=1300.03 cores=4,6
/proc/26011/stat : 26011 (strangenight1-s) R 26009 26011 25497 0 -1 4202496 523870 0 0 0 129876 127 0 0 25 0 1 0 649805420 447848448 98896 33554432000 4194304 4650387 140734629808800 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26011/statm: 109338 98896 383 112 0 104303 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 437352

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.05
CPU user time (s): 1298.76
CPU system time (s): 1.2898
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 437352

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

runsolver used 4.79827 second user time and 11.7162 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 16:07:47
IDJOB=3369785
IDBENCH=82594
IDSOLVER=1847
FILE ID=node126/3369785-1305382067
RUNJOBID= node126-1305382067-25969
PBS_JOBID= 13324376
Free space on /tmp= 73304 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
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-3369785-1305382067/watcher-3369785-1305382067 -o /tmp/evaluation-result-3369785-1305382067/solver-3369785-1305382067 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369785-1305382067.cnf

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=1358970098

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27071532 kB
Buffers:        243288 kB
Cached:        2412600 kB
SwapCached:      92524 kB
Active:         714692 kB
Inactive:      4914664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27071532 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           28108 kB
Writeback:           0 kB
AnonPages:     2893292 kB
Mapped:          15660 kB
Slab:           108128 kB
PageTables:      75912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88190984 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= 73316 MiB
End job on node126 at 2011-05-14 16:29:29