Trace number 3370309

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370309-1305396748.cnf'
0.00/0.01	c -- header says num vars:           2548
0.00/0.01	c -- header says num clauses:      582679
0.04/0.09	c -- clauses added:            0 learnts,       582679 normals,            0 xors
0.04/0.09	c -- vars added       2548
0.04/0.09	c Parsing time:  0.09 s
0.04/0.09	c  N st     0         0      2548        50    582629         0   1167806         0   no data   no data  --
0.04/0.09	c asymm  cl-useful: 0/50/50 lits-rem:0 time: 0.00
0.09/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.08
0.29/0.32	c bin-w-bin subsume rem            0 bins  time:  0.13 s
0.39/0.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
0.39/0.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2548 time:  0.06 s
0.49/0.55	c Removed useless bin:       0  fixed:     0  props:   2.92M  time:  0.06 s
0.69/0.71	c lits-rem:        54  cl-subs:        0  v-elim:     50  v-fix:    0  time:  0.15 s
0.69/0.72	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.74	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.69/0.74	c calculated reachability. Time: 0.00
0.69/0.75	c Calc default polars -  time:   0.00 s pos:       0 undec:      50 neg:    2498
0.69/0.75	c =========================================================================================
0.69/0.75	c types(t): F = full restart, N = normal restart
0.69/0.75	c types(t): S = simplification begin/end, E = solution found
0.69/0.75	c restart types(rt): st = static, dy = dynamic
0.69/0.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.75	c  B st     0         0      2498      8429    571702         0   1630851         0   no data   no data  --
1.19/1.29	c  N dy    13      4191      2498      8429    571702      4075   1630844    631943      9.45     10.28  --
1.79/1.87	c  N dy    32      8619      2498      8429    571702      5956   1630833    545253      9.27      9.79  --
2.38/2.45	c  N dy    57     12666      2498      8429    571702      5761   1630830    524311      9.73     12.62  --
3.09/3.10	c  N dy    84     17236      2498      8429    571702     10250   1630828   1016946      9.90     10.53  --
3.59/3.66	c  N dy   101     21302      2498      8429    571702      8716   1630828    804967      9.86     10.38  --
4.09/4.16	c  F st   116     25000      2498      8429    571702     12328   1630828   1156753      9.76      9.11  --
4.30/4.32	c  N st   118     25628      2498      8429    571702     12943   1630828   1222513      9.76   no data  --
4.99/5.00	c  N dy   122     30001      2498      8429    571702     10564   1630828    879800      9.76   no data  --
4.99/5.00	c  S st   122     30001      2498      8429    571702     10564   1630828    879800      9.76   no data  --
4.99/5.06	c  S st   122     30502      2498      8429    571702     11059   1630828    938207      9.76   no data  --
4.99/5.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4.99/5.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.79/5.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.5M T:  0.81
5.99/6.01	c bin-w-bin subsume rem            0 bins  time:  0.08 s
7.39/7.43	c subs with bin:        0  lits-rem:      2255  v-fix:    0  time:  1.42 s
7.39/7.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
7.49/7.55	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
8.39/8.48	c lits-rem:      2768  cl-subs:      541  v-elim:      0  v-fix:    0  time:  0.93 s
8.70/8.73	c asymm  cl-useful: 605/1728/8429 lits-rem:8678 time: 0.25
8.70/8.75	c calculated reachability. Time: 0.00
8.70/8.75	c  N dy   122     30502      2498      8429    571702     10518   1613366    905318      9.76   no data  --
9.29/9.34	c  N dy   141     34752      2498      8429    571702     14714   1613366   1407324      9.77     10.29  --
9.89/9.96	c  N dy   157     39282      2498      8429    571702     11413   1613366    812857      9.70     10.24  --
10.49/10.53	c  N dy   181     43369      2498      8429    571702     15391   1613361   1396600      9.81     16.80  --
10.90/10.96	c  S st   200     45753      2498      8429    571702      8975   1613361    590643      9.94   no data  --
11.00/11.03	c  S st   200     46255      2498      8429    571702      9475   1613359    651171      9.94   no data  --
11.00/11.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.00/11.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.79/11.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 30.7M T:  0.78
11.89/11.93	c bin-w-bin subsume rem            0 bins  time:  0.07 s
13.29/13.30	c subs with bin:        0  lits-rem:      3156  v-fix:    0  time:  1.37 s
13.29/13.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
13.39/13.42	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
14.30/14.35	c lits-rem:      1509  cl-subs:      216  v-elim:      0  v-fix:    0  time:  0.93 s
14.30/14.38	c vivif2 --  cl tried     8429 cl shrink     6211 lits rem      89067 time: 0.02
14.39/14.40	c vivif2 --  cl tried     9259 cl shrink        0 lits rem          0 time: 0.02
14.59/14.60	c asymm  cl-useful: 0/1146/8429 lits-rem:0 time: 0.20
14.59/14.61	c calculated reachability. Time: 0.00
14.59/14.61	c  N dy   200     46255      2498      8429    571702      9259   1518549    640121      9.94   no data  --
15.09/15.16	c  N dy   225     50333      2498      8429    571702     13226   1518549   1207819     10.01     12.09  --
15.79/15.84	c  N dy   247     54612      2498      8429    571702     17384   1518549   1859250     10.15     10.85  --
16.49/16.59	c  N dy   277     58678      2498      8429    571702     11622   1518549    928263     10.26     16.36  --
17.19/17.22	c  N dy   298     62790      2498      8429    571702     15613   1518549   1498141     10.32     10.97  --
17.89/17.93	c  N dy   315     66824      2498      8429    571702     19510   1518549   2086277     10.33     14.43  --
18.49/18.50	c  S st   333     69382      2498      8429    571702     11306   1518549    917742     10.38      9.16  --
18.49/18.57	c  S st   333     69883      2498      8429    571702     11803   1518549    976844     10.38   no data  --
18.49/18.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.49/18.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.39/19.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 34.3M T:  0.86
19.49/19.56	c bin-w-bin subsume rem            0 bins  time:  0.07 s
20.90/20.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
20.90/20.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
20.99/21.05	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
22.09/22.16	c lits-rem:      1327  cl-subs:      198  v-elim:      0  v-fix:    0  time:  1.11 s
22.09/22.17	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
22.09/22.19	c vivif2 --  cl tried    11605 cl shrink        0 lits rem          0 time: 0.03
22.39/22.42	c asymm  cl-useful: 0/1022/8429 lits-rem:0 time: 0.23
22.39/22.44	c calculated reachability. Time: 0.00
22.39/22.44	c  N dy   333     69883      2498      8429    571702     11605   1518526    965909     10.38   no data  --
23.10/23.17	c  N dy   353     74594      2498      8429    571702     16201   1518526   1541988     10.42     11.03  --
23.99/24.09	c  N dy   376     79409      2498      8429    571702     20915   1518526   2171159     10.48     11.04  --
24.99/25.03	c  N dy   412     84565      2498      8429    571702     14245   1518525   1298004     10.59     11.61  --
25.49/25.52	c  F st   421     87502      2498      8429    571702     17119   1518525   1576480     10.56      7.88  --
26.19/26.23	c  N st   426     90800      2498      8429    571702     20329   1518525   2031548     10.56   no data  --
27.40/27.45	c  N dy   454     96601      2498      8429    571702     13299   1518525   1130891     10.66     14.00  --
28.39/28.50	c  N dy   487    102844      2498      8429    571702     19375   1518524   2028105     10.75     11.35  --
28.89/28.92	c  S st   499    104824      2498      8429    571702     21312   1518524   2274819     10.78   no data  --
28.99/29.03	c  S st   499    105324      2498      8429    571702     21809   1518524   2327279     10.78   no data  --
28.99/29.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.99/29.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.19/30.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 49.0M T:  1.22
30.39/30.43	c bin-w-bin subsume rem            0 bins  time:  0.07 s
32.09/32.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.73 s
32.19/32.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
32.19/32.29	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
35.69/35.79	c lits-rem:      3985  cl-subs:      735  v-elim:      0  v-fix:    0  time:  3.50 s
35.79/35.80	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
35.79/35.85	c vivif2 --  cl tried    21074 cl shrink        0 lits rem          0 time: 0.05
35.99/36.09	c asymm  cl-useful: 0/1515/8429 lits-rem:0 time: 0.23
36.09/36.10	c calculated reachability. Time: 0.00
36.09/36.10	c  N dy   499    105324      2498      8429    571702     21074   1518493   2281885     10.78   no data  --
37.69/37.78	c  N dy   538    112426      2498      8429    571702     14382   1518493   1271357     10.83     11.55  --
39.09/39.18	c  N dy   580    119682      2498      8429    571702     21447   1518493   2288432     10.90     13.22  --
41.09/41.18	c  N dy   621    127530      2498      8429    571702     29108   1518491   3541636     10.98     11.69  --
42.80/42.89	c  N dy   664    136227      2498      8429    571702     22997   1518490   2484381     11.00     11.59  --
45.00/45.08	c  N dy   714    144940      2498      8429    571702     15866   1518490   1250644     11.07     15.73  --
47.09/47.12	c  N dy   779    154277      2498      8429    571702     24967   1518489   2511547     11.33     26.70  --
47.89/47.99	c  S st   794    157988      2498      8429    571702     28551   1518489   3047473     11.34      9.30  --
48.09/48.12	c  S st   794    158490      2498      8429    571702     29049   1518489   3125700     11.34   no data  --
48.09/48.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
48.09/48.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.79/49.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 59.4M T:  1.71
49.99/50.03	c bin-w-bin subsume rem            0 bins  time:  0.07 s
51.49/51.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
51.49/51.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
51.60/51.62	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
56.79/56.85	c lits-rem:      1394  cl-subs:      634  v-elim:      0  v-fix:    0  time:  5.23 s
56.79/56.86	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
56.89/56.93	c vivif2 --  cl tried    28415 cl shrink        0 lits rem          0 time: 0.07
57.10/57.20	c asymm  cl-useful: 0/518/8429 lits-rem:0 time: 0.27
57.20/57.22	c calculated reachability. Time: 0.00
57.20/57.22	c  N dy   794    158490      2498      8429    571702     28415   1518477   3078916     11.34   no data  --
59.69/59.75	c  N dy   822    168690      2498      8429    571702     21806   1518477   1817500     11.28     11.90  --
62.19/62.20	c  N dy   864    179515      2498      8429    571702     32351   1518477   3294652     11.25     13.07  --
64.80/64.82	c  N dy   913    191100      2498      8429    571702     26030   1518477   2340296     11.30     12.00  --
67.99/68.04	c  N dy   964    203333      2498      8429    571702     19446   1518477   1441950     11.31     12.00  --
70.99/71.03	c  N dy  1023    216766      2498      8429    571702     32528   1518477   3216828     11.38     12.12  --
74.29/74.37	c  N dy  1082    230627      2498      8429    571702     26612   1518477   2358435     11.40     24.26  --
76.19/76.23	c  S st  1120    237735      2498      8429    571702     33514   1518477   3240419     11.43     11.95  --
76.29/76.36	c  S st  1120    238240      2498      8429    571702     34017   1518477   3313310     11.43   no data  --
76.29/76.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
76.29/76.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.19/78.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 58.2M T:  1.83
78.29/78.39	c bin-w-bin subsume rem            0 bins  time:  0.07 s
79.90/79.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
79.90/79.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
80.00/80.02	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
85.20/85.22	c lits-rem:       957  cl-subs:     1242  v-elim:      0  v-fix:    0  time:  5.20 s
85.20/85.23	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
85.30/85.31	c vivif2 --  cl tried    32775 cl shrink        0 lits rem          0 time: 0.08
85.60/85.60	c asymm  cl-useful: 0/608/8429 lits-rem:0 time: 0.29
85.60/85.61	c calculated reachability. Time: 0.00
85.60/85.61	c  N dy  1120    238240      2498      8429    571702     32775   1518475   3254776     11.43   no data  --
89.59/89.68	c  N dy  1194    253537      2498      8429    571702     27221   1518475   2401439     11.49     12.16  --
94.39/94.45	c  N dy  1263    269819      2498      8429    571702     21645   1518474   1462872     11.53     12.15  --
98.59/98.69	c  N dy  1337    287049      2498      8429    571702     38447   1518474   3694915     11.58     12.22  --
103.30/103.31	c  N dy  1440    305433      2498      8429    571702     33992   1518474   2876334     11.72     13.73  --
103.40/103.48	c  F st  1443    306252      2498      8429    571702     34785   1518474   2984018     11.72   no data  --
108.29/108.35	c  N dy  1507    325156      2498      8429    571702     29716   1518474   2250358     11.76     12.48  --
114.19/114.26	c  N dy  1589    345651      2498      8429    571702     25348   1518474   1634761     11.76     12.70  --
116.90/116.95	c  S st  1641    357360      2498      8429    571702     36731   1518474   3127024     11.77   no data  --
116.99/117.06	c  S st  1641    357865      2498      8429    571702     37235   1518474   3196368     11.77   no data  --
116.99/117.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
116.99/117.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
118.89/118.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 59.3M T:  1.85
119.09/119.11	c bin-w-bin subsume rem            0 bins  time:  0.07 s
120.59/120.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.56 s
120.69/120.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
120.79/120.80	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
125.89/125.98	c lits-rem:       453  cl-subs:     1324  v-elim:      0  v-fix:    0  time:  5.18 s
125.89/125.99	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
125.99/126.07	c vivif2 --  cl tried    35911 cl shrink        0 lits rem          0 time: 0.08
126.29/126.34	c asymm  cl-useful: 0/1060/8429 lits-rem:0 time: 0.26
126.29/126.35	c calculated reachability. Time: 0.00
126.29/126.35	c  N dy  1641    357865      2498      8429    571702     35911   1518459   3139044     11.77   no data  --
132.09/132.12	c  N dy  1712    377963      2498      8429    571702     30212   1518459   2259423     11.76     12.57  --
137.90/137.91	c  N dy  1813    398831      2498      8429    571702     50424   1518459   4497988     11.84     12.53  --
143.09/143.17	c  N dy  1890    419043      2498      8429    571702     43844   1518459   3925153     11.87     12.54  --
149.09/149.14	c  N dy  1952    440639      2498      8429    571704     37671   1518458   2892648     11.86     12.50  --
154.69/154.76	c  N dy  2035    460673      2498      8429    571704     28983   1518458   1811224     11.87     12.77  --
160.09/160.13	c  N dy  2161    480734      2498      8429    571704     48499   1518458   4385284     12.03     12.98  --
165.89/165.95	c  N dy  2248    500741      2498      8429    571704     38856   1518458   3190630     12.07     13.10  --
172.10/172.14	c  N dy  2325    521448      2498      8429    571704     59035   1518458   5634802     12.07     12.79  --
175.69/175.78	c  S st  2362    536798      2498      8429    571704     43776   1518458   3211999     12.05      8.28  --
175.79/175.89	c  S st  2362    537301      2498      8429    571704     44277   1518458   3269664     12.05   no data  --
175.90/175.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
175.90/175.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
177.39/177.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 59.8M T:  1.54
177.59/177.63	c bin-w-bin subsume rem            0 bins  time:  0.07 s
178.99/179.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
179.10/179.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
179.10/179.18	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
183.71/183.74	c lits-rem:       431  cl-subs:     2372  v-elim:      0  v-fix:    0  time:  4.56 s
183.71/183.75	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
183.80/183.85	c vivif2 --  cl tried    41905 cl shrink       30 lits rem         31 time: 0.10
184.00/184.09	c asymm  cl-useful: 0/671/8429 lits-rem:0 time: 0.24
184.10/184.10	c calculated reachability. Time: 0.00
184.10/184.10	c  N dy  2362    537301      2498      8429    571704     41905   1518456   3208071     12.05   no data  --
189.50/189.51	c  N dy  2459    557354      2498      8429    571704     61428   1518456   5619724     12.10     16.00  --
194.29/194.33	c  N dy  2548    577513      2498      8429    571704     49966   1518456   4124778     12.12     12.86  --
200.40/200.44	c  N dy  2628    597553      2498      8429    571704     37269   1518456   2617610     12.12     20.19  --
205.60/205.65	c  N dy  2683    617650      2498      8429    571704     56739   1518456   4351281     12.09     20.77  --
210.50/210.53	c  N dy  2746    637995      2498      8429    571704     43527   1518456   3388594     12.08     13.23  --
216.80/216.84	c  N dy  2844    658088      2498      8429    571704     63026   1518456   5729586     12.13     12.92  --
222.30/222.33	c  N dy  2919    678215      2498      8429    571704     48597   1518455   3749073     12.15     12.82  --
228.29/228.36	c  N dy  3006    698343      2498      8429    571704     68121   1518455   5940268     12.20     12.90  --
233.29/233.36	c  N dy  3059    719029      2498      8429    571704     53264   1518455   3957649     12.18     12.96  --
238.71/238.79	c  N dy  3134    739090      2498      8429    571704     36802   1518455   2300257     12.17     27.12  --
244.00/244.05	c  N dy  3240    759138      2498      8429    571704     56285   1518455   4672444     12.22     19.45  --
250.81/250.85	c  N dy  3317    779449      2498      8429    571704     39092   1518455   2415311     12.22     13.14  --
256.49/256.55	c  N dy  3383    800186      2498      8429    571704     59348   1518455   5185680     12.21     12.87  --
258.70/258.78	c  S st  3417    805952      2498      8429    571704     64947   1518455   5922001     12.23     11.76  --
258.90/258.97	c  S st  3417    806452      2498      8429    571704     65447   1518455   5993686     12.23   no data  --
259.00/259.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
259.00/259.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.81/261.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 85.6M T:  2.89
262.10/262.19	c bin-w-bin subsume rem            0 bins  time:  0.07 s
263.80/263.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.70 s
263.91/263.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
264.01/264.01	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
303.61/303.66	c lits-rem:      1120  cl-subs:     2561  v-elim:      0  v-fix:    0  time: 39.66 s
303.61/303.67	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
303.80/303.83	c vivif2 --  cl tried    62886 cl shrink        0 lits rem          0 time: 0.15
304.10/304.16	c asymm  cl-useful: 2/1132/8429 lits-rem:2 time: 0.33
304.10/304.18	c calculated reachability. Time: 0.00
304.10/304.18	c  N dy  3417    806452      2498      8429    571704     62886   1518451   5889865     12.23   no data  --
311.80/311.85	c  N dy  3500    827290      2498      8429    571704     45220   1518451   3329604     12.25     12.93  --
318.70/318.75	c  N dy  3577    847311      2498      8429    571704     64704   1518451   5524301     12.26     13.25  --
326.10/326.10	c  N dy  3684    867385      2498      8429    571704     45321   1518451   3130875     12.32     23.22  --
331.89/331.92	c  N dy  3771    888461      2498      8429    571704     65828   1518450   5541596     12.33     13.01  --
338.90/338.94	c  N dy  3850    909477      2498      8429    571704     46379   1518450   3062268     12.33     13.02  --
344.70/344.80	c  N dy  3926    929528      2498      8429    571704     65884   1518450   5428028     12.34     13.04  --
352.50/352.59	c  N dy  4038    949714      2498      8429    571704     44639   1518450   2947373     12.40     13.15  --
358.61/358.67	c  N dy  4122    969748      2498      8429    571704     64125   1518450   5400097     12.42     26.89  --
367.90/367.98	c  N dy  4236    989850      2498      8429    571704     41867   1518450   2497151     12.47     13.70  --
373.60/373.64	c  N dy  4313   1010114      2498      8429    571704     61637   1518450   4842955     12.48     13.21  --
381.00/381.02	c  N dy  4397   1030136      2498      8429    571704     81115   1518450   7202741     12.49     18.61  --
387.90/387.95	c  N dy  4473   1050578      2498      8429    571704     58094   1518450   3875661     12.51     13.30  --
394.81/394.88	c  N dy  4518   1070719      2498      8429    571704     77542   1518450   5530678     12.47     13.24  --
395.30/395.33	c  F st  4521   1071875      2498      8429    571704     78649   1518450   5605847     12.47      9.39  --
401.80/401.82	c  N dy  4576   1090762      2498      8429    571704     53232   1518450   3546127     12.48     13.56  --
409.40/409.47	c  N dy  4664   1112870      2498      8429    571704     74703   1518450   5979621     12.49     13.30  --
417.20/417.20	c  N dy  4748   1133113      2498      8429    571704     49734   1518450   3080984     12.51     13.53  --
423.10/423.18	c  N dy  4799   1153169      2498      8429    571704     69167   1518450   4930893     12.50     24.24  --
430.01/430.09	c  N dy  4862   1173322      2498      8429    571704     88725   1518450   7050302     12.50     13.27  --
435.90/435.91	c  N dy  4923   1193327      2498      8429    571704     62528   1518450   4202149     12.49     27.36  --
441.20/441.29	c  S st  4976   1209678      2498      8429    571704     78380   1518450   6364939     12.48     10.04  --
441.50/441.51	c  S st  4976   1210182      2498      8429    571704     78882   1518450   6432606     12.48   no data  --
441.50/441.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
441.50/441.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
444.41/444.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 85.2M T:  2.89
444.70/444.72	c bin-w-bin subsume rem            0 bins  time:  0.07 s
446.51/446.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.86 s
446.61/446.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
446.70/446.71	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
494.80/494.84	c lits-rem:      2539  cl-subs:     4588  v-elim:      0  v-fix:    0  time: 48.13 s
494.80/494.85	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
495.01/495.04	c vivif2 --  cl tried    74294 cl shrink        0 lits rem          0 time: 0.19
495.30/495.37	c asymm  cl-useful: 0/954/8429 lits-rem:0 time: 0.33
495.30/495.39	c calculated reachability. Time: 0.00
495.30/495.39	c  N dy  4976   1210182      2498      8429    571704     74294   1518449   6303670     12.48   no data  --
504.31/504.37	c  N dy  5067   1230563      2498      8429    571704     47646   1518449   2955503     12.51     13.33  --
510.70/510.77	c  N dy  5136   1251209      2498      8429    571704     67713   1518449   5512483     12.50     13.24  --
519.00/519.07	c  N dy  5211   1271310      2498      8429    571704     87245   1518449   7566580     12.51     19.16  --
526.20/526.28	c  N dy  5295   1291395      2498      8429    571704     59173   1518449   4143116     12.53     13.19  --
532.80/532.88	c  N dy  5369   1311451      2498      8429    571704     78606   1518449   6269504     12.53     16.44  --
541.61/541.69	c  N dy  5459   1331564      2498      8429    571704     49642   1518449   3014957     12.54     13.20  --
548.21/548.29	c  N dy  5518   1353362      2498      8429    571704     70707   1518449   5243441     12.54     13.33  --
556.30/556.35	c  N dy  5579   1373525      2498      8429    571704     90277   1518449   7450696     12.53     13.69  --
564.31/564.32	c  N dy  5658   1393634      2498      8429    571704     60365   1518449   3867696     12.54     13.34  --
571.01/571.03	c  N dy  5716   1413718      2498      8429    571704     79818   1518449   5842014     12.53     16.63  --
579.51/579.51	c  N dy  5808   1434329      2498      8429    571704     99778   1518449   8177467     12.54     13.24  --
586.51/586.54	c  N dy  5892   1454773      2498      8429    571704     69248   1518449   5307542     12.55     13.25  --
594.90/594.93	c  N dy  5979   1475176      2498      8429    571704     89019   1518449   7517631     12.56     13.23  --
604.71/604.70	c  N dy  6087   1495334      2498      8429    571704     57191   1518449   3662102     12.58     13.27  --
611.52/611.57	c  N dy  6158   1515592      2498      8429    571704     76872   1518449   6041852     12.59     13.26  --
621.11/621.15	c  N dy  6243   1537340      2498      8429    571704     98021   1518449   8533481     12.60     13.30  --
628.50/628.59	c  N dy  6315   1557425      2498      8429    571704     65099   1518449   4633579     12.60     15.65  --
636.50/636.58	c  N dy  6366   1577810      2498      8429    571704     84861   1518449   6554479     12.60     13.27  --
645.62/645.70	c  N dy  6417   1598915      2498      8429    571704    105260   1518448   8551984     12.58     13.28  --
652.11/652.13	c  N dy  6456   1619084      2498      8429    571704     71385   1518448   4657206     12.56     13.23  --
659.21/659.24	c  N dy  6518   1639607      2498      8429    571704     91312   1518448   6955824     12.55     13.39  --
668.82/668.85	c  N dy  6621   1659625      2498      8429    571704     56465   1518447   3389314     12.58     19.05  --
675.81/675.84	c  N dy  6699   1680672      2498      8429    571704     76873   1518447   5643414     12.59     13.31  --
684.12/684.19	c  N dy  6784   1700684      2498      8429    571704     96347   1518447   7846823     12.59     13.37  --
688.81/688.83	c  S st  6804   1710184      2498      8429    571704    105646   1518447   9075759     12.59      9.29  --
689.11/689.11	c  S st  6804   1710687      2498      8429    571704    106146   1518447   9149649     12.59   no data  --
689.11/689.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
689.11/689.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
693.11/693.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 107.4M T:  3.96
693.51/693.50	c bin-w-bin subsume rem            0 bins  time:  0.07 s
695.01/695.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.54 s
695.12/695.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
695.12/695.17	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
794.82/794.84	c lits-rem:      2520  cl-subs:     6507  v-elim:      0  v-fix:    0  time: 99.67 s
794.82/794.85	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
795.12/795.10	c vivif2 --  cl tried    99639 cl shrink        0 lits rem          0 time: 0.26
795.42/795.47	c asymm  cl-useful: 0/262/8429 lits-rem:0 time: 0.36
795.42/795.49	c calculated reachability. Time: 0.00
795.42/795.49	c  N dy  6804   1710687      2498      8429    571704     99639   1518445   8970321     12.59   no data  --
804.72/804.73	c  N dy  6887   1730756      2498      8429    571704     63888   1518445   4717642     12.60     15.38  --
813.41/813.45	c  N dy  6957   1751693      2498      8429    571704     84203   1518445   7001798     12.59     13.29  --
824.62/824.62	c  N dy  7049   1771715      2498      8429    571704    103605   1518445   9240176     12.61     14.60  --
833.82/833.85	c  N dy  7127   1791851      2498      8429    571704     66955   1518444   4690731     12.62     13.43  --
841.53/841.58	c  N dy  7165   1812043      2498      8429    571704     86488   1518444   6350332     12.60     13.37  --
850.12/850.10	c  N dy  7212   1832175      2498      8429    571704    105932   1518444   8445622     12.59     13.26  --
858.22/858.27	c  N dy  7262   1852756      2498      8429    571704     68681   1518444   4739053     12.58     13.38  --
866.12/866.11	c  N dy  7311   1874563      2498      8429    571704     89805   1518444   6757945     12.56     13.33  --
875.12/875.14	c  N dy  7397   1894568      2498      8429    571704    109179   1518444   8853186     12.57     20.63  --
883.12/883.12	c  N dy  7463   1914657      2498      8429    571704     70454   1518444   4711874     12.57     13.27  --
890.82/890.88	c  N dy  7528   1934999      2498      8429    571704     90165   1518444   7099473     12.57     13.36  --
901.32/901.37	c  N dy  7630   1955087      2498      8429    571705    109716   1518444   9720954     12.59     13.42  --
911.01/911.07	c  N dy  7723   1975654      2498      8429    571705     70568   1518444   5037114     12.60     13.32  --
919.92/919.92	c  N dy  7817   1995697      2498      8429    571705     90036   1518444   7491256     12.62     24.86  --
930.92/930.95	c  N dy  7872   2015885      2498      8429    571705    109450   1518444   9418994     12.61     13.40  --
941.12/941.12	c  N dy  7953   2035997      2498      8429    571705     68902   1518444   4697850     12.62     13.35  --
950.22/950.20	c  N dy  8044   2056499      2498      8429    571705     88675   1518444   7224307     12.64     13.31  --
962.43/962.49	c  N dy  8139   2076709      2498      8429    571705    108204   1518444   9517985     12.65     13.37  --
974.42/974.46	c  N dy  8223   2097741      2498      8429    571705     67580   1518444   4328767     12.66     13.52  --
982.33/982.32	c  N dy  8325   2117807      2498      8429    571705     87049   1518444   6618706     12.68     31.63  --
991.82/991.90	c  N dy  8400   2137848      2498      8429    571705    106461   1518444   8970878     12.68     18.60  --
1003.92/1003.93	c  N dy  8472   2158190      2498      8429    571706     64104   1518444   4087969     12.68     13.42  --
1011.42/1011.40	c  N dy  8547   2178543      2498      8429    571706     83847   1518444   6624201     12.68     13.79  --
1021.72/1021.78	c  N dy  8614   2199284      2498      8429    571706    103873   1518444   8859333     12.68     13.43  --
1028.83/1028.89	c  S st  8658   2210688      2498      8429    571707    114860   1518444  10268247     12.68   no data  --
1029.23/1029.25	c  S st  8658   2211190      2498      8429    571707    115362   1518444  10332349     12.68   no data  --
1029.23/1029.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1029.23/1029.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1034.33/1034.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 131.2M T:  5.05
1034.72/1034.76	c bin-w-bin subsume rem            0 bins  time:  0.07 s
1036.42/1036.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.67 s
1036.42/1036.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2498 time:  0.06 s
1036.52/1036.55	c Removed useless bin:       0  fixed:     0  props:   2.87M  time:  0.06 s
1180.73/1180.73	c lits-rem:     12632  cl-subs:    11312  v-elim:      0  v-fix:    0  time: 144.19 s
1180.73/1180.74	c vivif2 --  cl tried     8429 cl shrink        0 lits rem          0 time: 0.01
1181.03/1181.01	c vivif2 --  cl tried   104050 cl shrink      281 lits rem        281 time: 0.27
1181.34/1181.31	c asymm  cl-useful: 0/225/8429 lits-rem:0 time: 0.29
1181.34/1181.32	c calculated reachability. Time: 0.00
1181.34/1181.32	c  N dy  8658   2211190      2498      8429    571707    104050   1518444  10034655     12.68   no data  --
1193.83/1193.82	c  N dy  8756   2231691      2498      8429    571707    123967   1518444  12605690     12.70     13.39  --
1201.53/1201.54	c  N dy  8842   2251757      2498      8429    571707     80765   1518444   6777369     12.70     13.40  --
1210.93/1210.98	c  N dy  8935   2272229      2498      8429    571707    100627   1518444   9271365     12.72     13.51  --
1222.63/1222.63	c  N dy  9036   2292420      2498      8429    571707    120266   1518444  11694208     12.73     13.50  --
1231.62/1231.64	c  N dy  9116   2312464      2498      8429    571707     75846   1518444   5704260     12.74     13.46  --
1241.13/1241.17	c  N dy  9225   2333466      2498      8429    571707     96157   1518444   8091760     12.77     13.46  --
1250.83/1250.88	c  N dy  9298   2353561      2498      8429    571707    115717   1518444  10389866     12.77     16.96  --
1261.13/1261.15	c  N dy  9373   2373974      2498      8429    571707     70543   1518444   4723577     12.77     13.54  --
1268.43/1268.46	c  N dy  9443   2394045      2498      8429    571707     90015   1518444   6877092     12.77     30.81  --
1277.53/1277.53	c  N dy  9529   2414085      2498      8429    571707    109366   1518444   9404101     12.78     13.58  --
1288.04/1288.01	c  N dy  9590   2434111      2498      8429    571707    128791   1518444  11358043     12.78     14.39  --
1296.03/1296.04	c  N dy  9691   2454183      2498      8429    571707     82319   1518444   6111809     12.80     18.64  --

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.99 3.80 3.80 5/286 30909
/proc/meminfo: memFree=21544636/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=31080 CPUtime=0 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 1059 0 0 0 0 0 0 0 24 0 1 0 729905451 31825920 967 33554432000 4194304 4650387 140733849476176 18446744073709551615 260020056773 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 7770 967 327 112 0 2735 0

[startup+0.0478171 s]
/proc/loadavg: 3.99 3.80 3.80 5/286 30909
/proc/meminfo: memFree=21544636/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=36364 CPUtime=0.04 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 2377 0 0 0 4 0 0 0 24 0 1 0 729905451 37236736 2285 33554432000 4194304 4650387 140733849476176 18446744073709551615 4546800 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 9091 2286 327 112 0 4056 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36364

[startup+0.100776 s]
/proc/loadavg: 3.99 3.80 3.80 5/286 30909
/proc/meminfo: memFree=21544636/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=51480 CPUtime=0.09 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 4117 0 0 0 9 0 0 0 24 0 1 0 729905451 52715520 4025 33554432000 4194304 4650387 140733849476176 18446744073709551615 4511517 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 12870 4025 347 112 0 7835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51480

[startup+0.300765 s]
/proc/loadavg: 3.99 3.80 3.80 5/286 30909
/proc/meminfo: memFree=21544636/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=48948 CPUtime=0.29 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 5561 0 0 0 28 1 0 0 25 0 1 0 729905451 50122752 5465 33554432000 4194304 4650387 140733849476176 18446744073709551615 4466777 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 12237 5465 357 112 0 7202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48948

[startup+0.700689 s]
/proc/loadavg: 3.99 3.80 3.80 5/286 30909
/proc/meminfo: memFree=21544636/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=60208 CPUtime=0.69 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 8895 0 0 0 67 2 0 0 25 0 1 0 729905451 61652992 8799 33554432000 4194304 4650387 140733849476176 18446744073709551615 4306732 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 15052 8799 367 112 0 10017 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60208

[startup+1.50053 s]
/proc/loadavg: 3.99 3.80 3.80 5/287 30910
/proc/meminfo: memFree=21503460/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=65496 CPUtime=1.49 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 10899 0 0 0 147 2 0 0 25 0 1 0 729905451 67067904 9467 33554432000 4194304 4650387 140733849476176 18446744073709551615 4364817 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 16374 9467 380 112 0 11339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65496

[startup+3.10026 s]
/proc/loadavg: 3.99 3.80 3.80 5/287 30910
/proc/meminfo: memFree=21497136/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=66340 CPUtime=3.09 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 13076 0 0 0 306 3 0 0 25 0 1 0 729905451 67932160 10321 33554432000 4194304 4650387 140733849476176 18446744073709551615 4328778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 16585 10321 380 112 0 11550 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66340

[startup+6.30067 s]
/proc/loadavg: 3.99 3.80 3.80 5/287 30910
/proc/meminfo: memFree=21480408/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=89180 CPUtime=6.29 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 21750 0 0 0 625 4 0 0 25 0 1 0 729905451 91320320 15646 33554432000 4194304 4650387 140733849476176 18446744073709551615 4436402 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 22295 15646 382 112 0 17260 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89180

[startup+12.7005 s]
/proc/loadavg: 3.99 3.81 3.80 5/287 30910
/proc/meminfo: memFree=21435680/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=92488 CPUtime=12.69 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 26342 0 0 0 1264 5 0 0 25 0 1 0 729905451 94707712 16049 33554432000 4194304 4650387 140733849476176 18446744073709551615 4436131 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 23122 16049 382 112 0 18087 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92488

[startup+25.5011 s]
/proc/loadavg: 3.99 3.82 3.80 5/287 30910
/proc/meminfo: memFree=21418936/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=99272 CPUtime=25.49 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 37086 0 0 0 2542 7 0 0 25 0 1 0 729905451 101654528 18258 33554432000 4194304 4650387 140733849476176 18446744073709551615 4368052 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 24818 18258 382 112 0 19783 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99272

[startup+51.1004 s]
/proc/loadavg: 3.99 3.83 3.81 5/287 30911
/proc/meminfo: memFree=20901400/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=142216 CPUtime=51.09 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 62650 0 0 0 5099 10 0 0 25 0 1 0 729905451 145629184 29386 33554432000 4194304 4650387 140733849476176 18446744073709551615 4436420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 35554 29386 382 112 0 30519 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142216

[startup+102.311 s]
/proc/loadavg: 4.04 3.87 3.82 5/287 30912
/proc/meminfo: memFree=20212024/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=152956 CPUtime=102.31 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 81237 0 0 0 10216 15 0 0 25 0 1 0 729905451 156626944 31346 33554432000 4194304 4650387 140733849476176 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 38239 31346 382 112 0 33204 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 152956

[startup+162.301 s]
/proc/loadavg: 4.01 3.89 3.83 5/287 30914
/proc/meminfo: memFree=20154488/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=226124 CPUtime=162.29 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 116499 0 0 0 16204 25 0 0 25 0 1 0 729905451 231550976 35399 33554432000 4194304 4650387 140733849476176 18446744073709551615 4363730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 56531 35399 382 112 0 51496 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 226124

[startup+222.301 s]
/proc/loadavg: 4.05 3.92 3.84 5/287 30916
/proc/meminfo: memFree=19676700/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=169928 CPUtime=222.3 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 153951 0 0 0 22197 33 0 0 25 0 1 0 729905451 174006272 35816 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 42482 35816 382 112 0 37447 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 169928

[startup+282.301 s]
/proc/loadavg: 4.06 3.95 3.85 5/287 30917
/proc/meminfo: memFree=19214428/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=285148 CPUtime=282.3 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 188089 0 0 0 28191 39 0 0 25 0 1 0 729905451 291991552 49415 33554432000 4194304 4650387 140733849476176 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 71287 49415 382 112 0 66252 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 285148

[startup+342.301 s]
/proc/loadavg: 4.02 3.95 3.85 5/287 30919
/proc/meminfo: memFree=18788816/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=220888 CPUtime=342.3 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 209888 0 0 0 34184 46 0 0 25 0 1 0 729905451 226189312 47951 33554432000 4194304 4650387 140733849476176 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 55222 47951 382 112 0 50187 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 220888

[startup+402.301 s]
/proc/loadavg: 4.06 3.97 3.87 5/287 30920
/proc/meminfo: memFree=17918432/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=221648 CPUtime=402.3 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 240717 0 0 0 40176 54 0 0 25 0 1 0 729905451 226967552 47277 33554432000 4194304 4650387 140733849476176 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 55412 47277 382 112 0 50377 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 221648

[startup+462.301 s]
/proc/loadavg: 4.02 3.97 3.87 5/287 30922
/proc/meminfo: memFree=17847364/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=306376 CPUtime=462.3 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 263643 0 0 0 46169 61 0 0 25 0 1 0 729905451 313729024 54137 33554432000 4194304 4650387 140733849476176 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 76594 54137 382 112 0 71559 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 306376

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/287 30924
/proc/meminfo: memFree=17226448/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=307244 CPUtime=522.31 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 275002 0 0 0 52165 66 0 0 25 0 1 0 729905451 314617856 56102 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 76811 56103 382 112 0 71776 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 307244

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/287 30925
/proc/meminfo: memFree=16334016/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=242480 CPUtime=582.31 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 306524 0 0 0 58156 75 0 0 25 0 1 0 729905451 248299520 51605 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 60620 51605 382 112 0 55585 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 242480

[startup+642.301 s]
/proc/loadavg: 4.07 3.99 3.89 5/287 30927
/proc/meminfo: memFree=15920260/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=308568 CPUtime=642.32 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 330212 0 0 0 64149 83 0 0 25 0 1 0 729905451 315973632 55664 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 77142 55664 382 112 0 72107 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 308568

[startup+702.301 s]
/proc/loadavg: 4.02 3.99 3.90 5/287 30928
/proc/meminfo: memFree=15370008/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=365624 CPUtime=702.31 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 363912 0 0 0 70139 92 0 0 25 0 1 0 729905451 374398976 70520 33554432000 4194304 4650387 140733849476176 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 91406 70520 382 112 0 86371 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 365624

[startup+762.311 s]
/proc/loadavg: 4.07 4.00 3.91 5/287 30930
/proc/meminfo: memFree=14820072/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=367288 CPUtime=762.32 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 364352 0 0 0 76140 92 0 0 25 0 1 0 729905451 376102912 70960 33554432000 4194304 4650387 140733849476176 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 91822 70960 382 112 0 86787 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 367288

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 3.92 5/287 30932
/proc/meminfo: memFree=14422768/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=368820 CPUtime=822.32 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 375059 0 0 0 82135 97 0 0 25 0 1 0 729905451 377671680 70612 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 92205 70612 382 112 0 87170 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 368820

[startup+882.301 s]
/proc/loadavg: 4.19 4.04 3.93 5/287 30933
/proc/meminfo: memFree=14284144/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=329900 CPUtime=882.32 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 401389 0 0 0 88128 104 0 0 25 0 1 0 729905451 337817600 72801 33554432000 4194304 4650387 140733849476176 18446744073709551615 4328408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 82475 72801 382 112 0 77440 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 329900

[startup+942.301 s]
/proc/loadavg: 4.07 4.03 3.93 5/287 30935
/proc/meminfo: memFree=13972728/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=329900 CPUtime=942.32 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 418847 0 0 0 94123 109 0 0 25 0 1 0 729905451 337817600 74603 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 82475 74603 382 112 0 77440 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 329900

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.93 5/287 30936
/proc/meminfo: memFree=13880972/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=423608 CPUtime=1002.32 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 435057 0 0 0 100116 116 0 0 25 0 1 0 729905451 433774592 86015 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 105902 86015 382 112 0 100867 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 423608

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/287 30938
/proc/meminfo: memFree=12760108/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=399972 CPUtime=1062.32 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 440828 0 0 0 106113 119 0 0 25 0 1 0 729905451 409571328 80233 33554432000 4194304 4650387 140733849476176 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 99993 80233 382 112 0 94958 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 399972

[startup+1122.3 s]
/proc/loadavg: 3.78 3.96 3.91 4/281 30958
/proc/meminfo: memFree=17041756/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=400208 CPUtime=1122.32 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 441024 0 0 0 112113 119 0 0 25 0 1 0 729905451 409812992 80425 33554432000 4194304 4650387 140733849476176 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 100052 80425 382 112 0 95017 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 400208

[startup+1182.3 s]
/proc/loadavg: 3.28 3.78 3.85 4/281 30959
/proc/meminfo: memFree=17025588/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=401200 CPUtime=1182.33 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 441341 0 0 0 118114 119 0 0 25 0 1 0 729905451 410828800 80742 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 100300 80742 382 112 0 95265 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 401200

[startup+1242.3 s]
/proc/loadavg: 2.85 3.59 3.78 3/275 30979
/proc/meminfo: memFree=20153228/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=431600 CPUtime=1242.33 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 465911 0 0 0 124109 124 0 0 25 0 1 0 729905451 441958400 85673 33554432000 4194304 4650387 140733849476176 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 107900 85673 382 112 0 102865 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 431600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.75 3.14 3.61 2/269 30998
/proc/meminfo: memFree=24797000/32951124 swapFree=67083432/67111528
[pid=30909] ppid=30907 vsize=458684 CPUtime=1300.04 cores=0,2
/proc/30909/stat : 30909 (strangenight1-s) R 30907 30909 29599 0 -1 4202496 489232 0 0 0 129876 128 0 0 25 0 1 0 729905451 469692416 91709 33554432000 4194304 4650387 140733849476176 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30909/statm: 114671 91709 382 112 0 109636 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 458684

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.77
CPU system time (s): 1.2998
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 462268

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

runsolver used 3.76643 second user time and 7.8718 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 20:12:29
IDJOB=3370309
IDBENCH=88204
IDSOLVER=1847
FILE ID=node110/3370309-1305396748
RUNJOBID= node110-1305396545-30705
PBS_JOBID= 13324412
Free space on /tmp= 73068 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370309-1305396748/watcher-3370309-1305396748 -o /tmp/evaluation-result-3370309-1305396748/solver-3370309-1305396748 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370309-1305396748.cnf

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=1337866354

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21544792 kB
Buffers:        274844 kB
Cached:        4563808 kB
SwapCached:       1440 kB
Active:        7885836 kB
Inactive:      3183216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21544792 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:          489704 kB
Writeback:           0 kB
AnonPages:     6228144 kB
Mapped:          24152 kB
Slab:           246680 kB
PageTables:      27824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 49779956 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= 73580 MiB
End job on node110 at 2011-05-14 20:34:11