Trace number 3251640

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st? (TO) 1300.06 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
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.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-3251640-1303585859.cnf'
0.00/0.00	c -- header says num vars:           2377
0.00/0.00	c -- header says num clauses:      566749
0.01/0.09	c -- clauses added:            0 learnts,       566749 normals,            0 xors
0.01/0.09	c -- vars added       2377
0.01/0.09	c Parsing time:  0.08 s
0.01/0.09	c  N st     0         0      2377        50    566699         0   1135775         0   no data   no data  --
0.01/0.09	c asymm  cl-useful: 0/50/50 lits-rem:0 time: 0.00
0.09/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.09
0.29/0.31	c bin-w-bin subsume rem            0 bins  time:  0.13 s
0.39/0.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
0.39/0.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2377 time:  0.06 s
0.49/0.53	c Removed useless bin:       0  fixed:     0  props:   2.84M  time:  0.06 s
0.69/0.73	c lits-rem:       127  cl-subs:        0  v-elim:     50  v-fix:    0  time:  0.20 s
0.69/0.74	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.77	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.69/0.77	c calculated reachability. Time: 0.00
0.69/0.78	c Calc default polars -  time:   0.00 s pos:       0 undec:      50 neg:    2327
0.69/0.78	c =========================================================================================
0.69/0.78	c types(t): F = full restart, N = normal restart
0.69/0.78	c types(t): S = simplification begin/end, E = solution found
0.69/0.78	c restart types(rt): st = static, dy = dynamic
0.69/0.78	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.78	c  B st     0         0      2327     11199    553173         0   1690501         0   no data   no data  --
1.39/1.46	c  N dy    14      4355      2327     11199    553173      4241   1690497    839638     11.55     12.22  --
1.99/2.08	c  N dy    26      8407      2327     11199    553173      5755   1690496    553029     10.28     10.84  --
2.69/2.71	c  N dy    53     12410      2327     11199    553173      5520   1690495    541666     10.83     17.24  --
3.30/3.37	c  N dy    70     16442      2327     11199    553173      9457   1690486   1201149     11.18     12.65  --
4.09/4.10	c  N dy    86     20793      2327     11199    553173      8205   1690470    945686     11.24     11.85  --
4.79/4.85	c  N dy   102     24870      2327     11199    553173     12190   1690468   1394868     11.19     12.13  --
4.79/4.88	c  F st   104     25000      2327     11199    553173     12316   1690468   1408188     11.22   no data  --
5.69/5.72	c  N dy   110     30000      2327     11199    553173     10523   1690468    831519     11.22   no data  --
5.69/5.72	c  S st   110     30000      2327     11199    553173     10523   1690468    831519     11.22   no data  --
5.79/5.81	c  S st   110     30500      2327     11199    553173     11018   1690468    871590     11.22   no data  --
5.79/5.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5.79/5.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.69/6.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 40.1M T:  0.95
6.79/6.89	c bin-w-bin subsume rem            0 bins  time:  0.07 s
8.29/8.31	c subs with bin:        0  lits-rem:      1680  v-fix:    0  time:  1.42 s
8.29/8.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
8.39/8.44	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
9.69/9.71	c lits-rem:      3487  cl-subs:      862  v-elim:      0  v-fix:    0  time:  1.27 s
9.90/9.95	c asymm  cl-useful: 106/1214/11199 lits-rem:709 time: 0.24
9.90/9.96	c calculated reachability. Time: 0.00
9.90/9.96	c  N dy   110     30500      2327     11199    553173     10156   1681568    841859     11.22   no data  --
10.69/10.70	c  N dy   131     35207      2327     11199    553173     14743   1681566   1313992     11.20     12.27  --
11.39/11.44	c  N dy   150     39703      2327     11199    553173     11423   1681563   1182463     11.29     12.04  --
12.29/12.32	c  N dy   168     44159      2327     11199    553173     15782   1681558   1777612     11.34     12.26  --
12.59/12.66	c  S st   173     45750      2327     11199    553173     17319   1681558   1890578     11.29   no data  --
12.69/12.77	c  S st   173     46251      2327     11199    553173      9110   1681558    678584     11.29   no data  --
12.69/12.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.69/12.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.69/13.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 38.3M T:  0.93
13.79/13.81	c bin-w-bin subsume rem            0 bins  time:  0.07 s
15.19/15.25	c subs with bin:        0  lits-rem:      1388  v-fix:    0  time:  1.44 s
15.29/15.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
15.29/15.37	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
16.39/16.42	c lits-rem:      1993  cl-subs:      164  v-elim:      0  v-fix:    0  time:  1.05 s
16.39/16.46	c vivif2 --  cl tried    11199 cl shrink     9498 lits rem     132952 time: 0.03
16.39/16.48	c vivif2 --  cl tried     8946 cl shrink        0 lits rem          0 time: 0.02
16.59/16.67	c asymm  cl-useful: 0/1275/11199 lits-rem:0 time: 0.19
16.59/16.68	c calculated reachability. Time: 0.00
16.59/16.68	c  N dy   173     46251      2327     11199    553173      8946   1545014    671695     11.29   no data  --
17.29/17.38	c  N dy   195     50287      2327     11199    553173     12892   1545013   1341892     11.38     12.30  --
18.09/18.19	c  N dy   206     54724      2327     11199    553173     17226   1545013   1866118     11.32     11.96  --
19.09/19.13	c  N dy   217     59204      2327     11199    553173     11828   1545013    835427     11.27     12.02  --
19.80/19.89	c  N dy   243     63389      2327     11199    553173     15915   1545013   1485999     11.44     12.08  --
20.69/20.77	c  N dy   266     67451      2327     11199    553173     19908   1545013   2097091     11.59     16.63  --
21.19/21.25	c  S st   274     69376      2327     11199    553173     11071   1545013    821458     11.60   no data  --
21.29/21.33	c  S st   274     69876      2327     11199    553173     11569   1545013    861997     11.60   no data  --
21.29/21.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
21.29/21.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.29/22.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 40.9M T:  0.98
22.39/22.43	c bin-w-bin subsume rem            0 bins  time:  0.07 s
23.69/23.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
23.79/23.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
23.89/23.91	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
25.09/25.11	c lits-rem:       861  cl-subs:      144  v-elim:      0  v-fix:    0  time:  1.21 s
25.09/25.13	c vivif2 --  cl tried    11199 cl shrink        0 lits rem          0 time: 0.01
25.09/25.15	c vivif2 --  cl tried    11425 cl shrink        0 lits rem          0 time: 0.02
25.30/25.37	c asymm  cl-useful: 0/781/11199 lits-rem:0 time: 0.22
25.30/25.38	c calculated reachability. Time: 0.00
25.30/25.38	c  N dy   274     69876      2327     11199    553173     11425   1544731    856771     11.60   no data  --
26.19/26.26	c  N dy   293     74835      2327     11199    553173     16213   1544731   1333380     11.63     12.29  --
27.19/27.20	c  N dy   321     79707      2327     11199    553173     20970   1544731   2082937     11.70     13.47  --
28.19/28.26	c  N dy   339     84826      2327     11199    553173     14275   1544731   1239873     11.66     12.31  --
28.79/28.80	c  F st   351     87501      2327     11199    553173     16877   1544730   1678797     11.69   no data  --
29.49/29.57	c  N st   356     90800      2327     11199    553173     20102   1544730   2221023     11.69   no data  --
30.99/31.08	c  N dy   387     96670      2327     11199    553173     13166   1544730    988001     11.87     17.59  --
32.19/32.24	c  N dy   428    102930      2327     11199    553173     19275   1544726   1724464     11.96     17.30  --
32.59/32.66	c  S st   440    104814      2327     11199    553173     21089   1544726   1890927     11.97   no data  --
32.69/32.76	c  S st   440    105317      2327     11199    553173     21592   1544726   1949157     11.97   no data  --
32.69/32.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.69/32.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.99/34.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 52.5M T:  1.25
34.09/34.17	c bin-w-bin subsume rem            0 bins  time:  0.07 s
35.49/35.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
35.59/35.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
35.59/35.69	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
38.90/38.99	c lits-rem:      1033  cl-subs:      393  v-elim:      0  v-fix:    0  time:  3.30 s
39.00/39.00	c vivif2 --  cl tried    11199 cl shrink        0 lits rem          0 time: 0.01
39.00/39.05	c vivif2 --  cl tried    21199 cl shrink        0 lits rem          0 time: 0.05
39.20/39.28	c asymm  cl-useful: 0/585/11199 lits-rem:0 time: 0.23
39.30/39.30	c calculated reachability. Time: 0.00
39.30/39.30	c  N dy   440    105317      2327     11199    553173     21199   1544688   1916104     11.97   no data  --
40.70/40.74	c  N dy   476    112119      2327     11199    553173     14192   1544688   1101928     12.02     19.32  --
42.29/42.39	c  N dy   498    121017      2327     11199    553173     22891   1544688   2227558     11.90     12.63  --
44.19/44.26	c  N dy   505    129116      2327     11199    553173     16117   1544688   1169936     11.75     12.37  --
45.89/45.90	c  N dy   533    137560      2327     11199    553173     24362   1544688   2231380     11.70     12.37  --
48.09/48.11	c  N dy   564    146604      2327     11199    553173     17601   1544687   1367856     11.66     12.36  --
50.19/50.25	c  N dy   623    156443      2327     11199    553173     27246   1544687   2775266     11.75     12.52  --
50.49/50.59	c  S st   627    157975      2327     11199    553173     28743   1544687   2973908     11.74     10.52  --
50.69/50.73	c  S st   627    158478      2327     11199    553173     29244   1544687   3034859     11.74   no data  --
50.69/50.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
50.69/50.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.19/52.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 63.8M T:  1.52
52.39/52.45	c bin-w-bin subsume rem            0 bins  time:  0.07 s
54.19/54.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.75 s
54.19/54.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
54.29/54.32	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
60.19/60.26	c lits-rem:      2540  cl-subs:      423  v-elim:      0  v-fix:    0  time:  5.94 s
60.19/60.27	c vivif2 --  cl tried    11199 cl shrink        0 lits rem          0 time: 0.01
60.29/60.34	c vivif2 --  cl tried    28821 cl shrink        0 lits rem          0 time: 0.07
60.50/60.57	c asymm  cl-useful: 0/869/11199 lits-rem:0 time: 0.23
60.50/60.59	c calculated reachability. Time: 0.00
60.50/60.59	c  N dy   627    158478      2327     11199    553173     28821   1544657   2994110     11.74   no data  --
63.09/63.11	c  N dy   684    168654      2327     11199    553173     22170   1544657   1969916     11.79     12.49  --
65.90/65.96	c  N dy   721    179763      2327     11199    553173     32997   1544657   3557100     11.75     12.51  --
68.70/68.71	c  N dy   753    191414      2327     11199    553173     26788   1544656   2637641     11.69     12.45  --
72.19/72.29	c  N dy   817    204229      2327     11199    553173     20761   1544656   1762295     11.78     12.58  --
75.70/75.78	c  N dy   891    217474      2327     11199    553173     33662   1544656   3544477     11.85     12.63  --
79.49/79.54	c  N dy   954    231644      2327     11199    553173     27955   1544656   2729179     11.89     12.75  --
81.19/81.28	c  S st   973    237718      2327     11199    553173     33910   1544656   3567950     11.87   no data  --
81.40/81.41	c  S st   973    238223      2327     11199    553173     34414   1544656   3633053     11.87   no data  --
81.40/81.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
81.40/81.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.09/83.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 72.3M T:  1.71
83.29/83.34	c bin-w-bin subsume rem            0 bins  time:  0.07 s
84.69/84.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
84.79/84.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
84.89/84.90	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
93.70/93.78	c lits-rem:      2486  cl-subs:      992  v-elim:      0  v-fix:    0  time:  8.88 s
93.70/93.79	c vivif2 --  cl tried    11199 cl shrink        0 lits rem          0 time: 0.01
93.80/93.87	c vivif2 --  cl tried    33422 cl shrink        0 lits rem          0 time: 0.08
94.10/94.10	c asymm  cl-useful: 0/489/11199 lits-rem:0 time: 0.24
94.10/94.12	c calculated reachability. Time: 0.00
94.10/94.12	c  N dy   973    238223      2327     11199    553173     33422   1544609   3582446     11.87   no data  --
98.49/98.57	c  N dy  1056    253622      2327     11199    553173     27920   1544609   2801812     11.96     12.74  --
103.79/103.81	c  N dy  1130    269902      2327     11199    553173     22319   1544609   1913518     12.00     12.79  --
108.49/108.55	c  N dy  1229    287130      2327     11199    553173     39096   1544609   4230916     12.08     15.11  --
113.39/113.40	c  N dy  1297    305588      2327     11199    553173     34626   1544609   3445236     12.10     12.76  --
113.49/113.56	c  F st  1298    306252      2327     11199    553173     35262   1544609   3494281     12.09     12.46  --
119.20/119.23	c  N dy  1382    325898      2327     11199    553173     31014   1544609   2785644     12.16     12.80  --
126.00/126.02	c  N dy  1489    345932      2327     11199    553173     26170   1544609   1977294     12.27     13.08  --
128.79/128.87	c  S st  1542    357334      2327     11199    553173     37238   1544609   3437927     12.29     10.28  --
128.99/129.01	c  S st  1542    357834      2327     11199    553173     37733   1544609   3503895     12.29   no data  --
128.99/129.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
128.99/129.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
130.80/130.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 73.0M T:  1.78
130.90/130.99	c bin-w-bin subsume rem            0 bins  time:  0.07 s
132.59/132.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.64 s
132.59/132.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
132.69/132.75	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
140.99/141.02	c lits-rem:      2207  cl-subs:     1316  v-elim:      0  v-fix:    0  time:  8.26 s
140.99/141.03	c vivif2 --  cl tried    11199 cl shrink        0 lits rem          0 time: 0.01
141.09/141.11	c vivif2 --  cl tried    36417 cl shrink        0 lits rem          0 time: 0.08
141.29/141.33	c asymm  cl-useful: 0/384/11199 lits-rem:0 time: 0.23
141.29/141.35	c calculated reachability. Time: 0.00
141.29/141.35	c  N dy  1542    357834      2327     11199    553173     36417   1544599   3454444     12.29   no data  --
147.70/147.71	c  N dy  1637    377892      2327     11199    553173     30731   1544598   2606911     12.33     13.01  --
154.20/154.27	c  N dy  1723    397924      2327     11199    553173     50211   1544598   5254158     12.35     13.05  --
160.09/160.14	c  N dy  1803    418028      2327     11199    553173     43614   1544598   4338404     12.37     13.25  --
166.90/166.94	c  N dy  1910    438355      2327     11199    553174     36135   1544596   3234776     12.43     13.09  --
174.39/174.42	c  N dy  1987    458770      2327     11199    553174     56066   1544596   6268107     12.45     13.14  --
180.19/180.26	c  N dy  2058    478855      2327     11199    553174     47288   1544596   4609821     12.44     13.22  --
186.49/186.55	c  N dy  2107    499425      2327     11199    553174     38032   1544596   2826809     12.40     13.33  --
192.89/192.98	c  N dy  2186    519638      2327     11199    553174     57649   1544596   5295817     12.40     13.15  --
197.69/197.78	c  S st  2256    536751      2327     11199    553174     44261   1544596   3953653     12.41     12.01  --
197.90/197.94	c  S st  2256    537251      2327     11199    553174     44754   1544596   4016629     12.41   no data  --
197.90/197.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
197.90/197.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
199.89/199.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 81.9M T:  2.00
200.10/200.16	c bin-w-bin subsume rem            0 bins  time:  0.07 s
201.49/201.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
201.59/201.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
201.59/201.70	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
208.29/208.33	c lits-rem:      1153  cl-subs:     1491  v-elim:      0  v-fix:    0  time:  6.64 s
208.29/208.35	c vivif2 --  cl tried    11199 cl shrink        0 lits rem          0 time: 0.01
208.39/208.44	c vivif2 --  cl tried    43263 cl shrink       47 lits rem         47 time: 0.10
208.59/208.68	c asymm  cl-useful: 0/332/11199 lits-rem:0 time: 0.24
208.69/208.70	c calculated reachability. Time: 0.00
208.69/208.70	c  N dy  2256    537251      2327     11199    553174     43263   1544563   3960929     12.41   no data  --
216.10/216.18	c  N dy  2354    557341      2327     11199    553174     31660   1544563   2135960     12.46     13.15  --
221.89/221.97	c  N dy  2443    577730      2327     11199    553174     51505   1544563   4610918     12.48     13.17  --
228.70/228.72	c  N dy  2546    598239      2327     11199    553174     39440   1544563   3231504     12.52     13.36  --
234.79/234.84	c  N dy  2606    618664      2327     11199    553174     59272   1544563   5062455     12.50     13.27  --
240.70/240.75	c  N dy  2681    638733      2327     11199    553174     45725   1544563   3824131     12.50     25.39  --
248.40/248.46	c  N dy  2752    659456      2327     11199    553174     65756   1544563   6193586     12.50     13.26  --
254.00/254.03	c  N dy  2800    679574      2327     11199    553174     51196   1544563   3964310     12.48     13.15  --
260.70/260.78	c  N dy  2882    699906      2327     11199    553174     36036   1544562   2322068     12.49     13.15  --
266.70/266.73	c  N dy  2961    720428      2327     11199    553174     55984   1544562   4925893     12.50     13.71  --
274.40/274.41	c  N dy  3039    740867      2327     11199    553174     39912   1544560   2744133     12.51     13.29  --
281.00/281.03	c  N dy  3133    761571      2327     11199    553174     60112   1544560   5531135     12.53     13.30  --
287.99/288.04	c  N dy  3182    781797      2327     11199    553174     42705   1544560   2802666     12.50     13.18  --
294.20/294.20	c  N dy  3269    802045      2327     11199    553174     62374   1544560   5366381     12.50     13.20  --
295.80/295.81	c  S st  3296    805876      2327     11199    553174     66116   1544560   5883957     12.52   no data  --
295.90/295.99	c  S st  3296    806377      2327     11199    553174     66614   1544560   5946321     12.52   no data  --
296.00/296.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
296.00/296.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
298.60/298.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 104.8M T:  2.65
298.90/298.93	c bin-w-bin subsume rem            0 bins  time:  0.07 s
300.60/300.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.76 s
300.70/300.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
300.80/300.81	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
342.60/342.62	c lits-rem:      2349  cl-subs:     3236  v-elim:      0  v-fix:    0  time: 41.82 s
342.60/342.63	c vivif2 --  cl tried    11199 cl shrink        0 lits rem          0 time: 0.01
342.70/342.78	c vivif2 --  cl tried    63378 cl shrink        0 lits rem          0 time: 0.15
343.00/343.04	c asymm  cl-useful: 0/253/11199 lits-rem:0 time: 0.26
343.00/343.05	c calculated reachability. Time: 0.00
343.00/343.05	c  N dy  3296    806377      2327     11199    553174     63378   1544557   5849196     12.52   no data  --
350.10/350.10	c  N dy  3354    826435      2327     11199    553174     45022   1544557   3466162     12.50     19.68  --
357.00/357.00	c  N dy  3444    846459      2327     11199    553174     64553   1544557   6070450     12.52     14.09  --
364.60/364.61	c  N dy  3522    866548      2327     11199    553174     45235   1544556   3269714     12.52     13.75  --
371.10/371.19	c  N dy  3603    886579      2327     11199    553174     64694   1544556   5590079     12.53     13.43  --
378.51/378.59	c  N dy  3689    906664      2327     11199    553174     44397   1544556   3092774     12.55     26.58  --
385.40/385.42	c  N dy  3775    927915      2327     11199    553174     65010   1544554   5650621     12.57     13.42  --
393.40/393.48	c  N dy  3859    948244      2327     11199    553174     43960   1544554   2876045     12.58     13.45  --
399.60/399.61	c  N dy  3928    968465      2327     11199    553174     63643   1544553   5353465     12.57     13.34  --
407.80/407.81	c  N dy  3995    989151      2327     11199    553174     41933   1544553   2524512     12.57     13.39  --
413.30/413.32	c  N dy  4067   1009179      2327     11199    553174     61399   1544553   4806187     12.57     27.87  --
421.00/421.03	c  N dy  4146   1029206      2327     11199    553174     80865   1544553   7255792     12.57     14.15  --
427.70/427.74	c  N dy  4231   1049445      2327     11199    553174     57806   1544553   4430762     12.58     13.48  --
434.51/434.56	c  N dy  4295   1069923      2327     11199    553174     77731   1544553   6660332     12.58     13.32  --
435.40/435.43	c  F st  4308   1071875      2327     11199    553174     79633   1544553   6879640     12.58   no data  --
441.80/441.89	c  N dy  4369   1090329      2327     11199    553174     53834   1544553   3990831     12.58     13.41  --
448.91/448.98	c  N dy  4445   1110780      2327     11199    553174     73755   1544553   6373191     12.59     13.60  --
457.10/457.13	c  N dy  4540   1130873      2327     11199    553174     48529   1544553   3114090     12.60     13.71  --
463.40/463.49	c  N dy  4606   1151787      2327     11199    553174     68692   1544553   5178825     12.59     13.30  --
470.51/470.54	c  N dy  4665   1171832      2327     11199    553174     88111   1544552   7207500     12.57     28.40  --
476.60/476.60	c  N dy  4743   1192651      2327     11199    553174     62742   1544552   4724166     12.58     13.34  --
483.00/483.06	c  S st  4823   1209566      2327     11199    553174     79116   1544552   6664043     12.59   no data  --
483.20/483.26	c  S st  4823   1210067      2327     11199    553174     79617   1544552   6730864     12.59   no data  --
483.20/483.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
483.20/483.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
486.11/486.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 107.2M T:  2.83
486.41/486.40	c bin-w-bin subsume rem            0 bins  time:  0.07 s
488.51/488.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.10 s
488.51/488.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
488.61/488.63	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
538.51/538.53	c lits-rem:       569  cl-subs:     3961  v-elim:      0  v-fix:    0  time: 49.91 s
538.51/538.54	c vivif2 --  cl tried    11199 cl shrink        0 lits rem          0 time: 0.01
538.71/538.72	c vivif2 --  cl tried    75656 cl shrink        0 lits rem          0 time: 0.18
538.91/538.98	c asymm  cl-useful: 0/222/11199 lits-rem:0 time: 0.26
538.91/539.00	c calculated reachability. Time: 0.00
538.91/539.00	c  N dy  4823   1210067      2327     11199    553174     75656   1544552   6623416     12.59   no data  --
547.40/547.46	c  N dy  4913   1231297      2327     11199    553174     49730   1544552   3208487     12.61     13.46  --
553.91/553.92	c  N dy  5003   1252053      2327     11199    553174     69838   1544552   5558302     12.62     13.55  --
562.20/562.22	c  N dy  5101   1272090      2327     11199    553174     89104   1544552   7682884     12.65     21.72  --
569.41/569.43	c  N dy  5185   1292743      2327     11199    553174     61715   1544552   4448688     12.65     13.82  --
576.51/576.53	c  N dy  5261   1312751      2327     11199    553174     81171   1544552   6897283     12.66     35.44  --
584.71/584.72	c  N dy  5327   1332813      2327     11199    553174     52110   1544552   3075992     12.65     13.37  --
590.90/590.97	c  N dy  5410   1353982      2327     11199    553174     72578   1544552   4988737     12.65     13.42  --
598.01/598.01	c  N dy  5489   1374030      2327     11199    553174     91980   1544552   7315201     12.65     23.90  --
604.81/604.81	c  N dy  5565   1394136      2327     11199    553174     61982   1544552   4210796     12.66     13.51  --
611.91/611.95	c  N dy  5632   1414149      2327     11199    553174     81472   1544551   6704224     12.66     13.68  --
621.51/621.54	c  N dy  5706   1434975      2327     11199    553174     51311   1544550   2978727     12.66     13.33  --
627.71/627.72	c  N dy  5797   1454998      2327     11199    553174     70655   1544549   5155137     12.66     13.53  --
635.61/635.62	c  N dy  5884   1475066      2327     11199    553174     90168   1544549   7561882     12.67     13.45  --
643.71/643.79	c  N dy  5964   1495083      2327     11199    553174     58247   1544549   3690705     12.67     25.64  --
651.01/651.08	c  N dy  6038   1515922      2327     11199    553175     78247   1544549   5600331     12.67     13.44  --
659.82/659.85	c  N dy  6131   1535940      2327     11199    553176     97533   1544549   7701120     12.68     13.48  --
667.11/667.19	c  N dy  6192   1557436      2327     11199    553176     66017   1544549   4049573     12.67     13.40  --
673.91/673.90	c  N dy  6299   1577510      2327     11199    553176     85478   1544549   6305717     12.69     13.38  --
682.52/682.54	c  N dy  6393   1597910      2327     11199    553176    105131   1544549   8364912     12.70     13.44  --
688.61/688.66	c  N dy  6466   1617995      2327     11199    553177     71574   1544549   5118321     12.70     13.43  --
696.71/696.80	c  N dy  6571   1638089      2327     11199    553177     91078   1544549   7607283     12.71     13.39  --
706.31/706.36	c  N dy  6647   1659273      2327     11199    553177     57404   1544549   3198166     12.71     13.42  --
712.01/712.03	c  N dy  6699   1679743      2327     11199    553177     77178   1544549   5257333     12.70     13.80  --
719.51/719.50	c  N dy  6784   1699902      2327     11199    553178     96599   1544549   7333335     12.71     13.38  --
723.82/723.87	c  S st  6833   1710067      2327     11199    553178    106446   1544549   8475467     12.71     10.10  --
724.11/724.10	c  S st  6833   1710569      2327     11199    553178    106943   1544549   8532125     12.71   no data  --
724.11/724.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
724.11/724.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
727.21/727.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 113.8M T:  3.10
727.51/727.58	c bin-w-bin subsume rem            0 bins  time:  0.07 s
729.01/729.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
729.01/729.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
729.11/729.15	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
834.12/834.11	c lits-rem:      2596  cl-subs:     8743  v-elim:      0  v-fix:    0  time: 104.96 s
834.12/834.12	c vivif2 --  cl tried    11199 cl shrink        1 lits rem          1 time: 0.01
834.32/834.39	c vivif2 --  cl tried    98200 cl shrink     2403 lits rem       2413 time: 0.26
834.62/834.67	c asymm  cl-useful: 0/184/11199 lits-rem:0 time: 0.28
834.62/834.69	c calculated reachability. Time: 0.00
834.62/834.69	c  N dy  6833   1710569      2327     11199    553178     98200   1544546   8323001     12.71   no data  --
843.02/843.00	c  N dy  6916   1730602      2327     11199    553178     62613   1544546   4098524     12.72     13.57  --
849.92/849.95	c  N dy  6989   1750671      2327     11199    553178     82117   1544546   6220829     12.72     13.39  --
858.52/858.57	c  N dy  7076   1771265      2327     11199    553178    101989   1544546   8428788     12.72     13.53  --
866.11/866.13	c  N dy  7150   1791320      2327     11199    553178     65363   1544546   4377238     12.72     13.56  --
873.43/873.47	c  N dy  7239   1811921      2327     11199    553178     85359   1544546   6856282     12.73     13.67  --
882.22/882.27	c  N dy  7327   1831980      2327     11199    553178    104865   1544546   9289403     12.75     29.17  --
890.71/890.75	c  N dy  7409   1852000      2327     11199    553178     67150   1544546   4394844     12.75     13.57  --
897.92/897.92	c  N dy  7503   1872068      2327     11199    553178     86589   1544546   6698655     12.77     20.46  --
906.52/906.53	c  N dy  7578   1892110      2327     11199    553178    106015   1544546   8984616     12.77     20.77  --
914.62/914.62	c  N dy  7664   1912151      2327     11199    553178     67302   1544545   4417761     12.78     15.72  --
921.92/921.98	c  N dy  7747   1932407      2327     11199    553178     86816   1544545   6647553     12.78     13.47  --
930.72/930.73	c  N dy  7835   1952448      2327     11199    553178    106218   1544545   8826397     12.79     29.35  --
938.92/938.99	c  N dy  7917   1972502      2327     11199    553178     66589   1544545   4055610     12.79     13.60  --
945.62/945.64	c  N dy  7997   1992534      2327     11199    553178     86009   1544545   6401602     12.80     17.79  --
954.42/954.46	c  N dy  8089   2012546      2327     11199    553179    105378   1544545   8660674     12.81     28.77  --
963.63/963.65	c  N dy  8162   2032759      2327     11199    553179     64919   1544545   3918432     12.81     13.79  --
970.32/970.32	c  N dy  8244   2052850      2327     11199    553179     84348   1544545   6118174     12.81     15.79  --
978.82/978.80	c  N dy  8338   2072916      2327     11199    553179    103812   1544545   8411684     12.82     22.50  --
989.22/989.23	c  N dy  8447   2092998      2327     11199    553179     62261   1544545   3413451     12.84     13.57  --
995.52/995.55	c  N dy  8517   2113814      2327     11199    553179     82367   1544544   5332692     12.84     13.67  --
1003.52/1003.55	c  N dy  8608   2133903      2327     11199    553179    101793   1544544   7644067     12.84     26.91  --
1013.03/1013.00	c  N dy  8670   2154516      2327     11199    553179    121715   1544544   9723437     12.84     13.60  --
1019.32/1019.39	c  N dy  8719   2174855      2327     11199    553180     79453   1544543   5228374     12.83     13.52  --
1027.82/1027.85	c  N dy  8823   2195194      2327     11199    553180     99139   1544543   7575416     12.84     13.58  --
1035.53/1035.59	c  S st  8913   2210569      2327     11199    553180    114058   1544543   9336671     12.86     11.98  --
1035.83/1035.82	c  S st  8913   2211070      2327     11199    553180    114557   1544543   9398435     12.86   no data  --
1035.83/1035.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1035.83/1035.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1039.63/1039.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 134.0M T:  3.77
1039.92/1040.00	c bin-w-bin subsume rem            0 bins  time:  0.07 s
1042.52/1042.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.56 s
1042.62/1042.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2327 time:  0.06 s
1042.62/1042.68	c Removed useless bin:       0  fixed:     0  props:   2.77M  time:  0.06 s
1169.43/1169.40	c lits-rem:      2700  cl-subs:     6414  v-elim:      0  v-fix:    0  time: 126.72 s
1169.43/1169.41	c vivif2 --  cl tried    11199 cl shrink        1 lits rem          1 time: 0.01
1169.63/1169.68	c vivif2 --  cl tried   108143 cl shrink      496 lits rem        496 time: 0.27
1169.93/1169.98	c asymm  cl-useful: 0/189/11199 lits-rem:0 time: 0.29
1169.93/1170.00	c calculated reachability. Time: 0.00
1169.93/1170.00	c  N dy  8913   2211070      2327     11199    553180    108143   1544542   9223859     12.86   no data  --
1180.92/1180.95	c  N dy  8985   2232677      2327     11199    553181     66208   1544542   3777157     12.86     13.61  --
1187.43/1187.41	c  N dy  9046   2252697      2327     11199    553181     85533   1544542   5750948     12.85     13.55  --
1195.43/1195.45	c  N dy  9135   2273439      2327     11199    553181    105654   1544542   8242622     12.86     13.99  --
1206.13/1206.11	c  N dy  9235   2293454      2327     11199    553181    125049   1544542  10669398     12.87     23.30  --
1212.32/1212.38	c  N dy  9289   2313584      2327     11199    553181     80674   1544542   5231038     12.86     13.55  --
1220.53/1220.51	c  N dy  9362   2333792      2327     11199    553181    100248   1544542   7207402     12.86     14.08  --
1230.43/1230.41	c  N dy  9426   2354910      2327     11199    553182    120490   1544542   9290200     12.86     13.62  --
1237.93/1237.91	c  N dy  9491   2375094      2327     11199    553182     75288   1544542   4714160     12.86     13.60  --
1245.03/1245.08	c  N dy  9577   2395349      2327     11199    553182     94854   1544542   6983405     12.86     13.56  --
1253.53/1253.54	c  N dy  9641   2415479      2327     11199    553182    114272   1544542   9260188     12.86     13.61  --
1263.94/1263.94	c  N dy  9729   2435557      2327     11199    553182     67999   1544542   3791457     12.87     13.76  --
1270.43/1270.43	c  N dy  9821   2455558      2327     11199    553182     87366   1544542   6053285     12.87     13.80  --
1278.73/1278.75	c  N dy  9899   2476648      2327     11199    553182    107672   1544542   8200978     12.87     13.58  --
1290.13/1290.12	c  N dy 10008   2497877      2327     11199    553182    128151   1544542  10568584     12.88     13.64  --
1298.33/1298.38	c  N dy 10075   2518242      2327     11199    553182     81260   1544541   5173520     12.88     13.62  --

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: 935)

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-3251640-1303585859/watcher-3251640-1303585859 -o /tmp/evaluation-result-3251640-1303585859/solver-3251640-1303585859 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3251640-1303585859.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.68 3.89 3.38 4/179 21513
/proc/meminfo: memFree=17401736/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=30560 CPUtime=0 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 941 0 0 0 0 0 0 0 21 0 1 0 451001824 31293440 847 33554432000 4194304 4650387 140734625920064 18446744073709551615 220815897285 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 7640 848 328 112 0 2605 0

[startup+0.021692 s]
/proc/loadavg: 3.68 3.89 3.38 4/179 21513
/proc/meminfo: memFree=17401736/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=32540 CPUtime=0.01 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 1412 0 0 0 1 0 0 0 21 0 1 0 451001824 33320960 1318 33554432000 4194304 4650387 140734625920064 18446744073709551615 4546958 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 8135 1318 328 112 0 3100 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 32540

[startup+0.100744 s]
/proc/loadavg: 3.68 3.89 3.38 4/179 21513
/proc/meminfo: memFree=17401736/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=43148 CPUtime=0.09 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 4110 0 0 0 9 0 0 0 21 0 1 0 451001824 44183552 4012 33554432000 4194304 4650387 140734625920064 18446744073709551615 4244814 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 10787 4012 349 112 0 5752 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43148

[startup+0.300719 s]
/proc/loadavg: 3.68 3.89 3.38 4/179 21513
/proc/meminfo: memFree=17401736/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=48956 CPUtime=0.29 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 5566 0 0 0 29 0 0 0 22 0 1 0 451001824 50130944 5468 33554432000 4194304 4650387 140734625920064 18446744073709551615 4473980 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 12239 5468 357 112 0 7204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48956

[startup+0.700635 s]
/proc/loadavg: 3.68 3.89 3.38 4/179 21513
/proc/meminfo: memFree=17401736/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=61412 CPUtime=0.69 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 9343 0 0 0 68 1 0 0 23 0 1 0 451001824 62885888 9245 33554432000 4194304 4650387 140734625920064 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 15353 9245 367 112 0 10318 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61412

[startup+1.50049 s]
/proc/loadavg: 3.62 3.87 3.38 4/185 21519
/proc/meminfo: memFree=17340180/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=62896 CPUtime=1.49 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 10562 0 0 0 148 1 0 0 25 0 1 0 451001824 64405504 10464 33554432000 4194304 4650387 140734625920064 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 15724 10465 378 112 0 10689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62896

[startup+3.10018 s]
/proc/loadavg: 3.62 3.87 3.38 4/185 21519
/proc/meminfo: memFree=17319596/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=68228 CPUtime=3.09 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 13704 0 0 0 307 2 0 0 25 0 1 0 451001824 69865472 10703 33554432000 4194304 4650387 140734625920064 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 17057 10703 380 112 0 12022 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68228

[startup+6.30061 s]
/proc/loadavg: 3.57 3.86 3.38 4/185 21519
/proc/meminfo: memFree=17299860/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=71476 CPUtime=6.29 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 18314 0 0 0 627 2 0 0 25 0 1 0 451001824 73191424 11150 33554432000 4194304 4650387 140734625920064 18446744073709551615 4370617 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 17869 11150 382 112 0 12834 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71476

[startup+12.7004 s]
/proc/loadavg: 3.53 3.84 3.38 4/184 21519
/proc/meminfo: memFree=17268388/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=94860 CPUtime=12.69 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 26981 0 0 0 1265 4 0 0 25 0 1 0 451001824 97136640 17752 33554432000 4194304 4650387 140734625920064 18446744073709551615 4313038 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 23715 17752 382 112 0 18680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94860

[startup+25.5011 s]
/proc/loadavg: 3.41 3.80 3.37 4/184 21519
/proc/meminfo: memFree=17255560/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=107292 CPUtime=25.49 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 33917 0 0 0 2544 5 0 0 25 0 1 0 451001824 109867008 19163 33554432000 4194304 4650387 140734625920064 18446744073709551615 4310984 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 26823 19163 382 112 0 21788 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 107292

[startup+51.1003 s]
/proc/loadavg: 3.27 3.74 3.36 4/184 21520
/proc/meminfo: memFree=17171796/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=135468 CPUtime=51.09 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 53050 0 0 0 5100 9 0 0 25 0 1 0 451001824 138719232 28133 33554432000 4194304 4650387 140734625920064 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 33867 28133 382 112 0 28832 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135468

[startup+102.307 s]
/proc/loadavg: 2.55 3.46 3.29 3/178 21538
/proc/meminfo: memFree=17179656/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=228624 CPUtime=102.3 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 82876 0 0 0 10215 15 0 0 25 0 1 0 451001824 234110976 34930 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 57156 34930 382 112 0 52121 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 228624

[startup+162.301 s]
/proc/loadavg: 2.20 3.20 3.20 3/178 21540
/proc/meminfo: memFree=17158680/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=244896 CPUtime=162.29 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 112285 0 0 0 16209 20 0 0 25 0 1 0 451001824 250773504 39964 33554432000 4194304 4650387 140734625920064 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 61224 39964 382 112 0 56189 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 244896

[startup+222.301 s]
/proc/loadavg: 2.07 2.98 3.12 3/178 21542
/proc/meminfo: memFree=17105348/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=267196 CPUtime=222.29 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 135509 0 0 0 22205 24 0 0 25 0 1 0 451001824 273608704 44942 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 66799 44942 382 112 0 61764 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 267196

[startup+282.301 s]
/proc/loadavg: 2.02 2.80 3.05 3/178 21543
/proc/meminfo: memFree=17091196/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=267792 CPUtime=282.29 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 171801 0 0 0 28198 31 0 0 25 0 1 0 451001824 274219008 46176 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 66948 46176 382 112 0 61913 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 267792

[startup+342.301 s]
/proc/loadavg: 2.01 2.65 2.98 3/178 21545
/proc/meminfo: memFree=17055096/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=290748 CPUtime=342.3 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 184356 0 0 0 34196 34 0 0 25 0 1 0 451001824 297725952 51222 33554432000 4194304 4650387 140734625920064 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 72687 51222 382 112 0 67652 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 290748

[startup+402.301 s]
/proc/loadavg: 2.00 2.53 2.92 3/178 21546
/proc/meminfo: memFree=17052728/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=292024 CPUtime=402.3 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 216930 0 0 0 40189 41 0 0 25 0 1 0 451001824 299032576 51560 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 73006 51560 382 112 0 67971 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 292024

[startup+462.301 s]
/proc/loadavg: 2.00 2.43 2.86 3/178 21548
/proc/meminfo: memFree=17008816/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=227124 CPUtime=462.3 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 248960 0 0 0 46183 47 0 0 25 0 1 0 451001824 232574976 50074 33554432000 4194304 4650387 140734625920064 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 56781 50074 382 112 0 51746 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 227124

[startup+522.3 s]
/proc/loadavg: 2.00 2.35 2.80 3/178 21550
/proc/meminfo: memFree=16999000/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=307752 CPUtime=522.31 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 262184 0 0 0 52181 50 0 0 25 0 1 0 451001824 315138048 55187 33554432000 4194304 4650387 140734625920064 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 76938 55187 382 112 0 71903 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 307752

[startup+582.3 s]
/proc/loadavg: 2.00 2.28 2.75 3/178 21551
/proc/meminfo: memFree=16982472/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=308596 CPUtime=582.3 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 282522 0 0 0 58175 55 0 0 25 0 1 0 451001824 316002304 57146 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 77149 57146 382 112 0 72114 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 308596

[startup+642.3 s]
/proc/loadavg: 2.00 2.23 2.70 3/178 21553
/proc/meminfo: memFree=16958768/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=243468 CPUtime=642.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 314170 0 0 0 64170 62 0 0 25 0 1 0 451001824 249311232 51611 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 60867 51611 382 112 0 55832 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 243468

[startup+702.3 s]
/proc/loadavg: 2.00 2.18 2.65 3/178 21554
/proc/meminfo: memFree=16931216/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=308176 CPUtime=702.31 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 338142 0 0 0 70164 67 0 0 25 0 1 0 451001824 315572224 57472 33554432000 4194304 4650387 140734625920064 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 77044 57472 382 112 0 72009 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 308176

[startup+762.306 s]
/proc/loadavg: 2.00 2.15 2.61 3/178 21556
/proc/meminfo: memFree=16860648/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=354240 CPUtime=762.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 353154 0 0 0 76162 70 0 0 25 0 1 0 451001824 362741760 68468 33554432000 4194304 4650387 140734625920064 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 88560 68468 382 112 0 83525 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 354240

[startup+822.301 s]
/proc/loadavg: 2.00 2.12 2.57 3/178 21558
/proc/meminfo: memFree=16887156/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=354444 CPUtime=822.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 353256 0 0 0 82162 70 0 0 25 0 1 0 451001824 362950656 68570 33554432000 4194304 4650387 140734625920064 18446744073709551615 4476279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 88611 68570 382 112 0 83576 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 354444

[startup+882.301 s]
/proc/loadavg: 2.00 2.09 2.53 3/178 21562
/proc/meminfo: memFree=16883288/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=355924 CPUtime=882.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 374929 0 0 0 88158 74 0 0 25 0 1 0 451001824 364466176 69311 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 88981 69311 382 112 0 83946 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 355924

[startup+942.301 s]
/proc/loadavg: 2.00 2.07 2.49 3/178 21564
/proc/meminfo: memFree=16891584/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=290716 CPUtime=942.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 403449 0 0 0 94153 79 0 0 25 0 1 0 451001824 297693184 65326 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 72679 65326 382 112 0 67644 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 290716

[startup+1002.3 s]
/proc/loadavg: 2.00 2.06 2.46 3/178 21565
/proc/meminfo: memFree=16868624/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=356604 CPUtime=1002.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 427581 0 0 0 100148 84 0 0 25 0 1 0 451001824 365162496 67377 33554432000 4194304 4650387 140734625920064 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 89151 67378 382 112 0 84116 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 356604

[startup+1062.3 s]
/proc/loadavg: 2.00 2.05 2.43 3/178 21567
/proc/meminfo: memFree=16832156/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=378128 CPUtime=1062.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 444573 0 0 0 106145 87 0 0 25 0 1 0 451001824 387203072 73886 33554432000 4194304 4650387 140734625920064 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 94532 73886 382 112 0 89497 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 378128

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.40 3/178 21569
/proc/meminfo: memFree=16863008/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=378128 CPUtime=1122.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 444730 0 0 0 112145 87 0 0 25 0 1 0 451001824 387203072 74043 33554432000 4194304 4650387 140734625920064 18446744073709551615 4476434 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 94532 74043 382 112 0 89497 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 378128

[startup+1182.3 s]
/proc/loadavg: 2.05 2.04 2.38 3/178 21570
/proc/meminfo: memFree=16865356/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=314304 CPUtime=1182.32 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 451499 0 0 0 118144 88 0 0 25 0 1 0 451001824 321847296 68852 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365199 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 78576 68852 382 112 0 73541 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 314304

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.35 3/178 21572
/proc/meminfo: memFree=16844016/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=313468 CPUtime=1242.33 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 475831 0 0 0 124138 95 0 0 25 0 1 0 451001824 320991232 70657 33554432000 4194304 4650387 140734625920064 18446744073709551615 4328541 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 78367 70657 382 112 0 73332 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 313468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.02 2.33 3/178 21573
/proc/meminfo: memFree=16808660/32951124 swapFree=67111528/67111528
[pid=21513] ppid=21511 vsize=341464 CPUtime=1300.03 cores=0,2
/proc/21513/stat : 21513 (strangenight1-s) R 21511 21513 20669 0 -1 4202496 492609 0 0 0 129904 99 0 0 25 0 1 0 451001824 349659136 77953 33554432000 4194304 4650387 140734625920064 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21513/statm: 85366 77953 382 112 0 80331 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 341464

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.05
CPU system time (s): 1.01584
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 407008

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

runsolver used 2.08268 second user time and 4.14637 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-23 21:10:59
IDJOB=3251640
IDBENCH=88228
IDSOLVER=1589
FILE ID=node147/3251640-1303585859
RUNJOBID= node147-1303585859-21486
PBS_JOBID= 13150341
Free space on /tmp= 72272 MiB

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

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=1337302081

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17401892 kB
Buffers:       1729244 kB
Cached:       13205196 kB
SwapCached:          0 kB
Active:        7743036 kB
Inactive:      7261324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17401892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29724 kB
Writeback:           0 kB
AnonPages:       69288 kB
Mapped:          15264 kB
Slab:           480948 kB
PageTables:       5592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   221036 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= 72268 MiB
End job on node147 at 2011-04-23 21:32:41