Trace number 3251548

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
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 variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
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 Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3251548-1303586396.cnf'
0.00/0.00	c -- header says num vars:           2444
0.00/0.00	c -- header says num clauses:      498568
0.09/0.13	c -- clauses added:            0 learnts,       498568 normals,            0 xors
0.09/0.13	c -- vars added       2444
0.09/0.13	c Parsing time:  0.12 s
0.09/0.13	c  N st     0         0      2444        50    498518         0    999480         0   no data   no data  --
0.09/0.13	c asymm  cl-useful: 0/50/50 lits-rem:0 time: 0.00
0.19/0.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.5M T:  0.12
0.29/0.30	c Calc non-exist non-lernt bins v-fix:     0 done:   2444 time:  0.05 s
0.29/0.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.29/0.30	c Subs w/ non-existent bins:      0 time:  0.00 s
0.29/0.38	c bin-w-bin subsume rem            0 bins  time:  0.08 s
0.39/0.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
0.48/0.51	c Removed useless bin:       0  fixed:     0  bprops:   2.00M  time:  0.05 s
0.59/0.62	c lits-rem:       125  cl-subs:        0  v-elim:   1578  v-fix:    0  time:  0.12 s
0.59/0.62	c learnt bin added due to v-elim: 0
0.59/0.64	c Finding binary XORs  T:     0.01 s  found:       0
0.59/0.66	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.59/0.66	c calculated reachability. Time: 0.00
0.59/0.67	c Calc default polars -  time:   0.00 s pos:       0 undec:      50 neg:    2394
0.59/0.67	c =========================================================================================
0.59/0.67	c types(t): F = full restart, N = normal restart
0.59/0.67	c types(t): S = simplification begin/end, E = solution found
0.59/0.67	c restart types(rt): st = static, dy = dynamic
0.59/0.67	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.59/0.67	c  B st     0         0      2394      8468    487656         0   1443728         0   no data   no data  --
1.00/1.03	c Decided on static restart strategy
1.39/1.45	c  N dy    20      4104      2394      8468    487656      3928   1443728    627406    148.81     16.51  --
2.20/2.25	c  N dy    47      8109      2394      8468    487656      5381   1443728    806588    178.43     16.86  --
3.08/3.17	c  N dy    75     12218      2394      8468    487656      5273   1443728    628035    135.86     16.70  --
3.98/4.09	c  N dy   103     16354      2394      8468    487656      9276   1443728   1187813    148.50     16.60  --
4.99/5.00	c  N dy   131     20434      2394      8468    487656      7786   1443722    927879    176.90     16.85  --
5.99/6.04	c  N dy   158     24455      2394      8468    487656     11678   1443722   1514571    146.25     17.00  --
6.89/6.92	c  N dy   186     28472      2394      8468    487656      8949   1443722   1032428    139.07     17.24  --
7.29/7.31	c  S st   197     30001      2394      8468    487656     10436   1443722   1216602    122.35     17.23  --
7.39/7.41	c  S st   197     30502      2394      8468    487656     10934   1443722   1258340    122.35     17.23  --
7.39/7.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.39/7.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.29/10.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 55.2M T:  2.97
10.39/10.44	c Calc non-exist non-lernt bins v-fix:     0 done:   2394 time:  0.05 s
10.39/10.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.39/10.47	c Subs w/ non-existent bins:      0 time:  0.03 s
10.49/10.59	c bin-w-bin subsume rem            0 bins  time:  0.08 s
11.79/11.89	c subs with bin:        0  lits-rem:      2479  v-fix:    0  time:  1.31 s
11.89/11.94	c Removed useless bin:       0  fixed:     0  bprops:   1.96M  time:  0.05 s
13.19/13.24	c lits-rem:      2565  cl-subs:     1067  v-elim:   2394  v-fix:    0  time:  1.30 s
13.19/13.24	c learnt bin added due to v-elim: 0
13.19/13.27	c vivif2 --  cl tried     8468 cl shrink     7021 lits rem      78440 time: 0.03
13.28/13.30	c vivif2 --  cl tried     9867 cl shrink        0 lits rem          0 time: 0.02
13.38/13.49	c asymm  cl-useful: 108/483/8468 lits-rem:180 time: 0.20
13.48/13.51	c calculated reachability. Time: 0.00
13.48/13.51	c  N dy   197     30502      2394      8468    487656      9867   1360045   1119675    122.35     17.23  --
13.48/13.51	c  F st   197     30502      2394      8468    487656      9867   1360045   1119675    122.35     17.23  --
13.98/14.00	c Decided on static restart strategy
14.49/14.52	c  N dy   217     34635      2394      8468    487656     13861   1360045   1662174    132.19     17.55  --
15.40/15.45	c  N dy   244     38637      2394      8468    487656     10085   1360045   1086656    145.73     17.51  --
16.39/16.48	c  N dy   272     42724      2394      8468    487656     14027   1360045   1669009    155.32     17.47  --
17.39/17.44	c  S st   294     45753      2394      8468    487656     16987   1360045   2095796    160.18     17.47  --
17.59/17.61	c  S st   294     46254      2394      8468    487656      8835   1360044    826959    160.18     17.47  --
17.59/17.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.59/17.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.28/20.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  2.74
20.38/20.41	c Calc non-exist non-lernt bins v-fix:     0 done:   2394 time:  0.05 s
20.38/20.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.38/20.44	c Subs w/ non-existent bins:      0 time:  0.03 s
20.48/20.54	c bin-w-bin subsume rem            0 bins  time:  0.08 s
21.78/21.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
21.89/21.91	c Removed useless bin:       0  fixed:     0  bprops:   1.96M  time:  0.05 s
23.18/23.29	c lits-rem:      1143  cl-subs:      190  v-elim:   2394  v-fix:    0  time:  1.38 s
23.18/23.29	c learnt bin added due to v-elim: 0
23.29/23.30	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
23.29/23.32	c vivif2 --  cl tried     8645 cl shrink        0 lits rem          0 time: 0.02
23.49/23.50	c asymm  cl-useful: 28/418/8468 lits-rem:30 time: 0.18
23.49/23.51	c calculated reachability. Time: 0.00
23.49/23.51	c  N dy   294     46254      2394      8468    487656      8645   1359089    810126    160.18     17.47  --
24.20/24.27	c  N dy   323     50313      2394      8468    487656     12595   1359089   1289729    114.79     17.38  --
25.19/25.29	c  N dy   352     54448      2394      8468    487656     16622   1359089   1841495    162.98     17.26  --
26.39/26.45	c  N dy   380     58561      2394      8468    487656     10942   1359089   1109288    136.19     17.22  --
27.19/27.23	c  N dy   409     62587      2394      8468    487656     14852   1359089   1770980    166.94     17.08  --
28.29/28.31	c  N dy   437     66678      2394      8468    487656     18822   1359089   2322344    135.63     17.00  --
29.29/29.35	c  S st   456     69382      2394      8468    487656     10774   1359089    975420    134.24     16.95  --
29.39/29.45	c  S st   456     69883      2394      8468    487656     11275   1359089   1061571    134.24     16.95  --
29.39/29.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.39/29.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.29/32.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  2.93
32.39/32.44	c Calc non-exist non-lernt bins v-fix:     0 done:   2394 time:  0.05 s
32.39/32.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.39/32.48	c Subs w/ non-existent bins:      0 time:  0.03 s
32.49/32.59	c bin-w-bin subsume rem            0 bins  time:  0.08 s
33.88/33.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
33.99/34.01	c Removed useless bin:       0  fixed:     0  bprops:   1.96M  time:  0.05 s
35.48/35.58	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.17
37.89/37.97	c Added 25 vars  tried: 80000 time: 2.38
37.99/38.05	c ORs :     25 avg-s:  0.0 cl-sh: 20413 l-rem:  20413 b-add:     50 v-rep:   0 cl-rem: 0 avg s: nan T:    2.47
37.99/38.07	c lits-rem:       318  cl-subs:      286  v-elim:   2394  v-fix:    0  time:  4.06 s
37.99/38.07	c learnt bin added due to v-elim: 0
37.99/38.08	c vivif2 --  cl tried     8493 cl shrink        0 lits rem          0 time: 0.01
38.09/38.10	c vivif2 --  cl tried    10989 cl shrink        0 lits rem          0 time: 0.02
38.19/38.27	c asymm  cl-useful: 0/976/8493 lits-rem:0 time: 0.17
38.19/38.29	c calculated reachability. Time: 0.00
38.19/38.29	c  N dy   456     69883      2419      8493    487706     10989   1357542   1013261    134.24     16.95  --
38.19/38.29	c  F st   456     69883      2419      8493    487706     10989   1357542   1013261    134.24     16.95  --
38.69/38.79	c Decided on static restart strategy
39.28/39.37	c  N dy   479     74431      2419      8493    487706     15422   1357542   1710509    162.21     16.95  --
40.89/40.98	c  N dy   512     79228      2419      8493    487706     20123   1357542   2472347    176.23     16.96  --
42.69/42.75	c  N dy   548     84404      2419      8493    487706     13463   1357542   1353767    164.42     17.12  --
44.49/44.53	c  N dy   585     89836      2419      8493    487707     18739   1357542   2273538    185.46     17.29  --
46.19/46.28	c  N dy   626     95651      2419      8493    487708     24366   1357542   3268741    168.99     17.45  --
47.78/47.84	c  N dy   669    101818      2419      8493    487710     17761   1357542   1979904    162.84     17.67  --
48.68/48.74	c  S st   691    104826      2419      8493    487711     20702   1357542   2370739    130.93     17.71  --
48.78/48.85	c  S st   691    105330      2419      8493    487711     21197   1357542   2458213    130.93     17.71  --
48.78/48.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
48.78/48.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.58/52.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   2158 BRemL:     28 BRemN:      0 CBin:       0 P: 60.0M T:  3.79
52.69/52.71	c Calc non-exist non-lernt bins v-fix:     0 done:   2419 time:  0.05 s
52.69/52.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.69/52.77	c Subs w/ non-existent bins:      0 time:  0.06 s
52.89/52.91	c bin-w-bin subsume rem            0 bins  time:  0.08 s
54.39/54.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
54.39/54.44	c Removed useless bin:       0  fixed:     0  bprops:   1.52M  time:  0.04 s
58.49/58.57	c ORs :     58 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 9 avg s: 3.0 T:    0.15
62.89/62.92	c Added 25 vars  tried: 80000 time: 4.35
62.99/63.05	c ORs :     25 avg-s:  0.0 cl-sh: 24495 l-rem:  24495 b-add:     50 v-rep:   0 cl-rem: 3 avg s: 3.0 T:    4.48
62.99/63.08	c lits-rem:       209  cl-subs:     2514  v-elim:   3298  v-fix:    0  time:  8.64 s
62.99/63.08	c learnt bin added due to v-elim: 0
62.99/63.09	c vivif2 --  cl tried     9652 cl shrink      384 lits rem        384 time: 0.01
63.09/63.16	c vivif2 --  cl tried    18683 cl shrink     1526 lits rem       2565 time: 0.07
63.29/63.37	c asymm  cl-useful: 0/444/9268 lits-rem:0 time: 0.20
63.29/63.38	c calculated reachability. Time: 0.00
63.29/63.38	c  N dy   691    105330      2441      9268    489111     18683   1356869   2047581    130.93     17.71  --
65.39/65.41	c  N dy   740    112151      2441      9268    489111     25383   1356869   3171386     94.26     17.90  --
67.28/67.34	c  N dy   791    119323      2441      9268    489116     18785   1356869   1857440    136.44     17.83  --
69.30/69.38	c  N dy   845    126967      2441      9268    489116     26216   1356869   3082840    187.14     17.94  --
71.99/72.05	c  N dy   902    135100      2441      9268    489117     19494   1356869   2193114    211.60     17.98  --
75.58/75.67	c  N dy   962    143853      2441      9268    489117     27925   1356869   3739138    168.68     18.14  --
78.78/78.81	c  N dy  1027    153106      2441      9268    489123     21410   1356869   2593933    176.08     18.18  --
80.30/80.34	c  S st  1062    157995      2441      9268    489123     26168   1356869   3490205    188.94     18.37  --
80.39/80.49	c  S st  1062    158495      2441      9268    489123     26667   1356869   3568450    188.94     18.37  --
80.49/80.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
80.49/80.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.99/85.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   2864 BRemL:     48 BRemN:    384 CBin:       0 P: 60.0M T:  4.52
84.99/85.08	c Calc non-exist non-lernt bins v-fix:     0 done:   2441 time:  0.05 s
84.99/85.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.09/85.15	c Subs w/ non-existent bins:      0 time:  0.07 s
85.29/85.31	c bin-w-bin subsume rem          342 bins  time:  0.08 s
86.80/86.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
86.80/86.87	c Removed useless bin:       0  fixed:     0  bprops:   1.13M  time:  0.03 s
91.39/91.47	c ORs :    127 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 6 avg s: 3.0 T:    0.24
96.89/96.90	c Added 25 vars  tried: 80000 time: 5.43
97.19/97.25	c ORs :     25 avg-s:  0.0 cl-sh: 48112 l-rem:  48112 b-add:     50 v-rep:   0 cl-rem: 4 avg s: 3.0 T:    5.78
97.19/97.29	c lits-rem:       233  cl-subs:     2859  v-elim:   3243  v-fix:    0  time: 10.42 s
97.19/97.29	c learnt bin added due to v-elim: 0
97.29/97.30	c vivif2 --  cl tried    10237 cl shrink      319 lits rem        319 time: 0.01
97.29/97.39	c vivif2 --  cl tried    23808 cl shrink     1805 lits rem       2247 time: 0.09
97.59/97.62	c asymm  cl-useful: 0/255/9918 lits-rem:0 time: 0.23
97.59/97.63	c calculated reachability. Time: 0.00
97.59/97.63	c  N dy  1062    158495      2464      9918    490615     23808   1354450   2932883    188.94     18.37  --
101.69/101.74	c  N dy  1130    168731      2464      9918    490616     17137   1354450   1830720    364.53     19.22  --
106.19/106.22	c  N dy  1204    179566      2464      9918    490616     27396   1354450   5756703    360.17     20.32  --
112.09/112.16	c  N dy  1282    191057      2464      9918    490616     21160   1354450   3004124    297.79     21.17  --
119.59/119.62	c  N dy  1365    203368      2464      9918    490616     32820   1354450   7598544    533.37     21.66  --
125.79/125.86	c  N dy  1452    216354      2464      9918    490617     26981   1354449   5316321    404.07     22.48  --
136.09/136.18	c  N dy  1544    230195      2464      9918    490617     21113   1354448   2644406    499.92     23.12  --
140.09/140.14	c  S st  1595    237743      2464      9918    490617     28231   1354448   5760323    557.76     23.73  --
140.29/140.37	c  S st  1595    238243      2464      9918    490619     28729   1354448   5816176    557.76     23.73  --
140.29/140.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
140.29/140.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
147.89/147.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   3135 BRemL:    126 BRemN:    320 CBin:       0 P: 60.0M T:  7.57
147.99/148.02	c Calc non-exist non-lernt bins v-fix:     0 done:   2464 time:  0.05 s
147.99/148.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.09/148.10	c Subs w/ non-existent bins:      0 time:  0.08 s
148.29/148.31	c bin-w-bin subsume rem          272 bins  time:  0.09 s
150.09/150.12	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  1.81 s
150.09/150.15	c Removed useless bin:       0  fixed:     0  bprops:   0.95M  time:  0.03 s
168.99/169.05	c ORs :    187 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 17 avg s: 3.0 T:    0.22
179.69/179.74	c Added 25 vars  tried: 80000 time: 10.69
179.99/180.03	c ORs :     25 avg-s:  0.0 cl-sh: 33225 l-rem:  33225 b-add:     50 v-rep:   0 cl-rem: 6 avg s: 3.0 T:   10.98
179.99/180.07	c lits-rem:       816  cl-subs:     5028  v-elim:   3912  v-fix:    0  time: 29.93 s
179.99/180.07	c learnt bin added due to v-elim: 0
179.99/180.09	c vivif2 --  cl tried    11953 cl shrink      509 lits rem        509 time: 0.01
180.09/180.17	c vivif2 --  cl tried    23701 cl shrink      527 lits rem        816 time: 0.08
180.59/180.60	c asymm  cl-useful: 0/220/11444 lits-rem:0 time: 0.43
180.59/180.61	c calculated reachability. Time: 0.00
180.59/180.61	c  N dy  1595    238243      2484     11444    491530     23701   1353395   4155537    557.76     23.73  --
192.29/192.38	c  N dy  1698    253498      2484     11444    491534     38125   1353393   9686678    426.94     24.58  --
201.69/201.72	c  N dy  1807    269735      2484     11444    491534     33833   1353393   7425218    355.41     25.16  --
212.99/213.00	c  N dy  1924    286992      2484     11444    491534     29552   1353393   5083638    415.61     26.07  --
227.89/227.96	c  N dy  2048    305410      2484     11444    491535     25224   1353393   3543165    432.66     26.94  --
251.19/251.28	c  N dy  2177    324906      2484     11444    491535     43755   1353392  10897929    377.17     28.02  --
268.60/268.66	c  N dy  2310    344986      2484     11444    491535     39936   1353391   9217304    453.50     28.93  --
279.69/279.72	c  S st  2393    357365      2484     11444    491537     28076   1353391   4097730    374.20     29.29  --
279.89/279.90	c  S st  2393    357866      2484     11444    491537     28577   1353391   4145475    374.20     29.29  --
279.89/279.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
279.89/279.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
285.39/285.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   2735 BRemL:     64 BRemN:    515 CBin:       0 P: 60.0M T:  5.49
285.39/285.46	c Calc non-exist non-lernt bins v-fix:     0 done:   2484 time:  0.05 s
285.39/285.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
285.49/285.54	c Subs w/ non-existent bins:      0 time:  0.08 s
285.69/285.71	c bin-w-bin subsume rem          423 bins  time:  0.08 s
287.09/287.10	c subs with bin:        0  lits-rem:         3  v-fix:    0  time:  1.40 s
287.09/287.13	c Removed useless bin:       0  fixed:     0  bprops:   0.85M  time:  0.03 s
292.59/292.64	c ORs :    247 avg-s:  2.0 cl-sh:     1 l-rem:      1 b-add:      1 v-rep:   0 cl-rem: 21 avg s: 3.0 T:    0.20
296.59/296.69	c Added 26 vars  tried: 80000 time: 4.05
296.79/296.86	c ORs :     26 avg-s:  0.0 cl-sh: 28157 l-rem:  28157 b-add:     52 v-rep:   0 cl-rem: 14 avg s: 3.0 T:    4.22
296.89/296.90	c lits-rem:      1112  cl-subs:     4047  v-elim:   3796  v-fix:    0  time:  9.77 s
296.89/296.90	c learnt bin added due to v-elim: 0
296.89/296.92	c vivif2 --  cl tried    13594 cl shrink      668 lits rem        668 time: 0.01
296.89/296.99	c vivif2 --  cl tried    24529 cl shrink      512 lits rem        604 time: 0.07
297.19/297.27	c asymm  cl-useful: 0/192/12927 lits-rem:0 time: 0.28
297.19/297.28	c calculated reachability. Time: 0.00
297.19/297.28	c  N dy  2393    357866      2505     12927    491789     24529   1351589   3183011    374.20     29.29  --
313.99/314.04	c  N dy  2526    377997      2505     12927    491799     43769   1351589  10665583    416.52     30.28  --
339.10/339.12	c  N dy  2658    398014      2505     12927    491809     38324   1351589   7517103    359.30     31.71  --
361.50/361.57	c  N dy  2792    418066      2505     12927    491809     31717   1351589   4909268    382.97     32.77  --
390.59/390.68	c  N dy  2924    438111      2505     12927    491809     50893   1351589  12810837    387.55     34.02  --
412.50/412.59	c  N dy  3058    458207      2505     12927    491809     43456   1351589   8825963    339.04     34.53  --
443.20/443.22	c  N dy  3192    478257      2505     12927    491809     34821   1351589   5680488    393.24     35.68  --
463.39/463.41	c  N dy  3327    498269      2505     12927    491809     54116   1351589  12521769    333.92     36.36  --
479.19/479.26	c  N dy  3461    518317      2505     12927    491815     44664   1351589   8477096    418.27     37.10  --
505.50/505.51	c  S st  3583    536799      2505     12927    491821     32583   1351589   4048757    390.75     37.46  --
505.70/505.74	c  S st  3583    537299      2505     12927    491823     33081   1351589   4093840    390.75     37.46  --
505.70/505.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
505.70/505.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
511.10/511.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   2326 BRemL:     49 BRemN:    583 CBin:       0 P: 60.1M T:  5.42
511.20/511.23	c Calc non-exist non-lernt bins v-fix:     0 done:   2505 time:  0.05 s
511.20/511.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
511.30/511.31	c Subs w/ non-existent bins:      0 time:  0.08 s
511.40/511.48	c bin-w-bin subsume rem          461 bins  time:  0.08 s
512.90/512.99	c subs with bin:        0  lits-rem:        24  v-fix:    0  time:  1.50 s
513.00/513.01	c Removed useless bin:      24  fixed:     0  bprops:   0.78M  time:  0.02 s
519.80/519.82	c ORs :    300 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 20 avg s: 3.0 T:    0.22
522.40/522.44	c Added 26 vars  tried: 80000 time: 2.62
522.60/522.61	c ORs :     26 avg-s:  0.0 cl-sh: 28030 l-rem:  28030 b-add:     52 v-rep:   0 cl-rem: 13 avg s: 3.0 T:    2.79
522.60/522.65	c lits-rem:      1361  cl-subs:     4683  v-elim:   4360  v-fix:    0  time:  9.64 s
522.60/522.65	c learnt bin added due to v-elim: 0
522.60/522.67	c vivif2 --  cl tried    15759 cl shrink      831 lits rem        831 time: 0.02
522.70/522.75	c vivif2 --  cl tried    28398 cl shrink      845 lits rem       1470 time: 0.08
523.00/523.03	c asymm  cl-useful: 0/324/14931 lits-rem:0 time: 0.28
523.00/523.04	c calculated reachability. Time: 0.00
523.00/523.04	c  N dy  3583    537299      2524     14931    491029     28398   1350469   3226789    390.75     37.46  --
523.00/523.04	c  F st  3583    537299      2524     14931    491029     28398   1350469   3226789    390.75     37.46  --
523.79/523.81	c Decided on static restart strategy
537.19/537.20	c  N dy  3712    557346      2524     14931    491102     47775   1350469   8670185    247.37     37.37  --
552.39/552.40	c  N dy  3847    577460      2524     14931    491102     36444   1350469   4695938    267.62     37.57  --
562.60/562.66	c  N dy  3984    597517      2524     14931    491105     56044   1350469  10465947    320.68     37.76  --
575.10/575.10	c  N dy  4120    617525      2524     14931    491105     43460   1350469   6447543    251.22     38.15  --
590.39/590.45	c  N dy  4256    637655      2524     14931    491106     63003   1350469  12064842    222.31     38.31  --
601.61/601.64	c  N dy  4391    657772      2524     14931    491106     49601   1350469   8234540    298.33     38.27  --
617.50/617.56	c  N dy  4527    677853      2524     14931    491113     35148   1350469   3691541    273.11     38.22  --
630.60/630.62	c  N dy  4662    697874      2524     14931    491115     54581   1350469   9589386    298.17     38.13  --
646.71/646.71	c  N dy  4797    717989      2524     14931    491119     39120   1350469   4598559    305.60     37.99  --
658.50/658.55	c  N dy  4933    738010      2524     14931    491119     58548   1350469  10452144    387.29     37.81  --
673.40/673.48	c  N dy  5068    758038      2524     14931    491120     42091   1350468   5250075    277.21     37.95  --
684.60/684.61	c  N dy  5205    778053      2524     14931    491120     61451   1350467  10641800    230.87     38.41  --
700.90/700.91	c  N dy  5340    798068      2524     14931    491120     44025   1350467   5776308    283.28     38.54  --
705.60/705.68	c  S st  5395    805948      2524     14931    491120     51736   1350467   7625739    288.26     38.49  --
705.91/705.95	c  S st  5395    806448      2524     14931    491120     52236   1350467   7679879    288.26     38.49  --
705.91/705.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
705.91/705.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
711.91/711.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   2146 BRemL:     56 BRemN:    817 CBin:       0 P: 60.0M T:  5.97
711.91/711.99	c Calc non-exist non-lernt bins v-fix:     0 done:   2524 time:  0.05 s
711.91/711.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
712.11/712.13	c Subs w/ non-existent bins:      0 time:  0.14 s
712.30/712.38	c bin-w-bin subsume rem          576 bins  time:  0.08 s
713.91/713.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.56 s
713.91/713.97	c Removed useless bin:       1  fixed:     0  bprops:   0.74M  time:  0.02 s
743.80/743.84	c ORs :    361 avg-s:  2.0 cl-sh:    70 l-rem:     70 b-add:      2 v-rep:   0 cl-rem: 23 avg s: 3.0 T:    0.44
749.01/749.03	c Added 26 vars  tried: 80000 time: 5.19
749.20/749.26	c ORs :     26 avg-s:  0.0 cl-sh: 29965 l-rem:  29965 b-add:     52 v-rep:   0 cl-rem: 15 avg s: 3.0 T:    5.42
749.30/749.32	c lits-rem:       227  cl-subs:     9008  v-elim:   4479  v-fix:    0  time: 35.35 s
749.30/749.32	c learnt bin added due to v-elim: 0
749.30/749.34	c vivif2 --  cl tried    17076 cl shrink      490 lits rem        490 time: 0.02
749.40/749.48	c vivif2 --  cl tried    43226 cl shrink     1195 lits rem       5820 time: 0.14
749.80/749.81	c asymm  cl-useful: 0/181/16587 lits-rem:0 time: 0.34
749.80/749.83	c calculated reachability. Time: 0.00
749.80/749.83	c  N dy  5395    806448      2545     16587    490153     43226   1349073   5570773    288.26     38.49  --
764.20/764.30	c  N dy  5528    826469      2545     16587    490159     62694   1349073  11781568    285.31     38.13  --
782.20/782.25	c  N dy  5663    846587      2545     16587    490163     44486   1349073   6192085    300.08     37.77  --
796.20/796.26	c  N dy  5800    866665      2545     16587    490175     64137   1349073  11897061    227.22     37.54  --
815.20/815.21	c  N dy  5935    886811      2545     16587    490184     44884   1349073   5772634    249.81     37.32  --
830.71/830.76	c  N dy  6070    906924      2545     16587    490184     64480   1349073  11871697    380.51     37.07  --
851.31/851.38	c  N dy  6206    927008      2545     16587    490189     44149   1349073   5992394    321.80     36.78  --
878.11/878.13	c  N dy  6338    947011      2545     16587    490189     63654   1349073  11428309    265.73     36.50  --
899.21/899.20	c  N dy  6473    967050      2545     16587    490189     42315   1349073   4955307    228.30     36.34  --
913.10/913.13	c  N dy  6608    987155      2545     16587    490190     61980   1349073  10097326    258.01     36.15  --
933.41/933.47	c  N dy  6741   1007183      2545     16587    490198     81498   1349073  14598746    220.08     36.05  --
947.01/947.06	c  N dy  6876   1027194      2545     16587    490201     59085   1349073   9469414    323.93     35.81  --
970.41/970.44	c  N dy  7010   1047277      2545     16587    490201     78736   1349073  15045705    252.37     35.57  --
988.91/988.98	c  N dy  7142   1067379      2545     16587    490201     55341   1349073   8715090    240.49     35.56  --
1006.71/1006.74	c  N dy  7275   1087394      2545     16587    490205     74896   1349072  14131325    267.59     35.52  --
1022.11/1022.15	c  N dy  7408   1107424      2545     16587    490205     50470   1349072   7021498    278.56     35.48  --
1038.42/1038.49	c  N dy  7541   1127508      2545     16587    490209     69991   1349072  12725652    278.65     35.38  --
1069.51/1069.58	c  N dy  7673   1147609      2545     16587    490209     89535   1349072  18474928    227.54     35.23  --
1085.21/1085.22	c  N dy  7807   1167617      2545     16587    490209     64227   1349072  11033404    231.15     35.12  --
1105.82/1105.86	c  N dy  7940   1187649      2545     16587    490209     83758   1349072  16690181    278.27     34.98  --
1123.62/1123.61	c  N dy  8073   1207663      2545     16587    490228     57475   1349072   8314957    259.41     34.85  --
1125.92/1125.96	c  S st  8087   1209672      2545     16587    490232     59441   1349072   8743080    214.72     34.83  --
1126.22/1126.21	c  S st  8087   1210172      2545     16587    490232     59941   1349072   8805037    214.72     34.83  --
1126.22/1126.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1126.22/1126.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1132.42/1132.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   1915 BRemL:     53 BRemN:    489 CBin:       0 P: 60.1M T:  6.23
1132.52/1132.52	c Calc non-exist non-lernt bins v-fix:     0 done:   2545 time:  0.05 s
1132.52/1132.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1132.62/1132.69	c Subs w/ non-existent bins:      0 time:  0.17 s
1132.92/1132.96	c bin-w-bin subsume rem          305 bins  time:  0.08 s
1135.81/1135.88	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  2.92 s
1135.91/1135.90	c Removed useless bin:       3  fixed:     0  bprops:   0.72M  time:  0.02 s
1173.62/1173.70	c ORs :    428 avg-s:  2.0 cl-sh:    18 l-rem:     18 b-add:      0 v-rep:   0 cl-rem: 18 avg s: 3.0 T:    0.52
1177.81/1177.83	c Added 26 vars  tried: 80000 time: 4.13
1178.21/1178.29	c ORs :     26 avg-s:  0.0 cl-sh: 39750 l-rem:  39750 b-add:     52 v-rep:   0 cl-rem: 6 avg s: 3.0 T:    4.59
1178.31/1178.37	c lits-rem:        85  cl-subs:     9008  v-elim:   4255  v-fix:    0  time: 42.47 s
1178.31/1178.37	c learnt bin added due to v-elim: 0
1178.31/1178.39	c vivif2 --  cl tried    17806 cl shrink      482 lits rem        482 time: 0.02
1178.51/1178.56	c vivif2 --  cl tried    50933 cl shrink     2055 lits rem       2547 time: 0.17
1178.81/1178.89	c asymm  cl-useful: 0/123/17325 lits-rem:0 time: 0.33
1178.91/1178.91	c calculated reachability. Time: 0.00
1178.91/1178.91	c  N dy  8087   1210172      2568     17325    490583     50933   1347515   6941345    214.72     34.83  --
1194.72/1194.72	c  N dy  8222   1230306      2568     17325    490584     70647   1347515  12380545    234.07     34.71  --
1216.42/1216.42	c  N dy  8356   1250334      2568     17325    490584     90256   1347514  17720702    323.19     34.67  --
1229.62/1229.61	c  N dy  8488   1270349      2568     17325    490584     63109   1347514  10685839    375.23     34.75  --
1247.22/1247.27	c  N dy  8622   1290468      2568     17325    490584     82816   1347514  16594634    292.80     34.72  --
1266.52/1266.56	c  N dy  8757   1310507      2568     17325    490584     54540   1347514   7329539    283.29     34.61  --
1282.12/1282.11	c  N dy  8894   1330591      2568     17325    490584     74173   1347514  13145710    305.97     34.58  --
1283.12/1283.13	c Finding binary XORs  T:     0.01 s  found:       0

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-3251548-1303586396/watcher-3251548-1303586396 -o /tmp/evaluation-result-3251548-1303586396/solver-3251548-1303586396 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3251548-1303586396.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.85 1.16 2.15 3/184 11348
/proc/meminfo: memFree=15378676/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=29964 CPUtime=0 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 1032 0 0 0 0 0 0 0 21 0 1 0 470237578 30683136 937 33554432000 4194304 4797429 140734595242048 18446744073709551615 4678694 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 7491 937 348 148 0 2420 0

[startup+0.0816991 s]
/proc/loadavg: 0.85 1.16 2.15 3/184 11348
/proc/meminfo: memFree=15378676/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=36432 CPUtime=0.07 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 2649 0 0 0 7 0 0 0 21 0 1 0 470237578 37306368 2554 33554432000 4194304 4797429 140734595242048 18446744073709551615 228122374853 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 9108 2554 348 148 0 4037 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36432

[startup+0.100693 s]
/proc/loadavg: 0.85 1.16 2.15 3/184 11348
/proc/meminfo: memFree=15378676/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=38156 CPUtime=0.09 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 3066 0 0 0 9 0 0 0 21 0 1 0 470237578 39071744 2971 33554432000 4194304 4797429 140734595242048 18446744073709551615 228122374853 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 9539 2971 348 148 0 4468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38156

[startup+0.300658 s]
/proc/loadavg: 0.85 1.16 2.15 3/184 11348
/proc/meminfo: memFree=15378676/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=144276 CPUtime=0.29 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 5044 0 0 0 29 0 0 0 22 0 1 0 470237578 147738624 4945 33554432000 4194304 4797429 140734595242048 18446744073709551615 4255929 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 36069 4945 378 148 0 30998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 144276

[startup+0.700584 s]
/proc/loadavg: 0.85 1.16 2.15 3/184 11348
/proc/meminfo: memFree=15378676/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=147348 CPUtime=0.69 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 6381 0 0 0 68 1 0 0 24 0 1 0 470237578 150884352 6272 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424649 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 36837 6272 406 148 0 31766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147348

[startup+1.50045 s]
/proc/loadavg: 0.85 1.16 2.15 5/190 11359
/proc/meminfo: memFree=15292704/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=148036 CPUtime=1.49 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 7197 0 0 0 148 1 0 0 25 0 1 0 470237578 151588864 7082 33554432000 4194304 4797429 140734595242048 18446744073709551615 4415787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 37009 7082 408 148 0 31938 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 148036

[startup+3.10015 s]
/proc/loadavg: 0.85 1.16 2.15 5/190 11359
/proc/meminfo: memFree=15286132/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=153860 CPUtime=3.08 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 10340 0 0 0 307 1 0 0 25 0 1 0 470237578 157552640 7209 33554432000 4194304 4797429 140734595242048 18446744073709551615 4423613 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 38465 7209 408 148 0 33394 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 153860

[startup+6.30058 s]
/proc/loadavg: 1.10 1.21 2.16 5/190 11360
/proc/meminfo: memFree=15274228/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=155448 CPUtime=6.29 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 13622 0 0 0 627 2 0 0 25 0 1 0 470237578 159178752 8563 33554432000 4194304 4797429 140734595242048 18446744073709551615 4425057 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 38862 8563 408 148 0 33791 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155448

[startup+12.7004 s]
/proc/loadavg: 1.33 1.26 2.17 5/190 11360
/proc/meminfo: memFree=15252784/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=166036 CPUtime=12.69 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 17933 0 0 0 1266 3 0 0 25 0 1 0 470237578 170020864 10692 33554432000 4194304 4797429 140734595242048 18446744073709551615 4524493 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 41509 10692 412 148 0 36438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 166036

[startup+25.5011 s]
/proc/loadavg: 1.92 1.39 2.20 5/190 11360
/proc/meminfo: memFree=15235556/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=167872 CPUtime=25.49 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 24162 0 0 0 2544 5 0 0 25 0 1 0 470237578 171900928 11627 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 41968 11627 412 148 0 36897 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167872

[startup+51.1005 s]
/proc/loadavg: 2.63 1.60 2.25 5/190 11361
/proc/meminfo: memFree=15198652/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=172864 CPUtime=51.08 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 38396 0 0 0 5101 7 0 0 25 0 1 0 470237578 177012736 12964 33554432000 4194304 4797429 140734595242048 18446744073709551615 4428910 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 43216 12964 415 148 0 38145 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 172864

[startup+102.307 s]
/proc/loadavg: 3.46 1.98 2.34 5/190 11362
/proc/meminfo: memFree=15131400/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=193548 CPUtime=102.29 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 64059 0 0 0 10217 12 0 0 25 0 1 0 470237578 198193152 17483 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 48387 17483 415 148 0 43316 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 193548

[startup+162.3 s]
/proc/loadavg: 3.80 2.35 2.44 5/190 11364
/proc/meminfo: memFree=15066516/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=219896 CPUtime=162.29 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 101733 0 0 0 16209 20 0 0 25 0 1 0 470237578 225173504 26842 33554432000 4194304 4797429 140734595242048 18446744073709551615 4568103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 54974 26842 415 148 0 49903 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 219896

[startup+222.3 s]
/proc/loadavg: 3.96 2.66 2.54 5/190 11365
/proc/meminfo: memFree=15052224/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=224572 CPUtime=222.29 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 127555 0 0 0 22205 24 0 0 25 0 1 0 470237578 229961728 29996 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 56143 29996 415 148 0 51072 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 224572

[startup+282.301 s]
/proc/loadavg: 4.02 2.92 2.64 5/190 11367
/proc/meminfo: memFree=15033980/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=230904 CPUtime=282.29 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 159685 0 0 0 28198 31 0 0 25 0 1 0 470237578 236445696 27049 33554432000 4194304 4797429 140734595242048 18446744073709551615 4429139 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 57726 27049 415 148 0 52655 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 230904

[startup+342.301 s]
/proc/loadavg: 4.01 3.11 2.72 5/190 11368
/proc/meminfo: memFree=14985356/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=237916 CPUtime=342.29 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 179950 0 0 0 34192 37 0 0 25 0 1 0 470237578 243625984 32744 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 59479 32744 415 148 0 54408 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 237916

[startup+402.301 s]
/proc/loadavg: 4.00 3.27 2.80 5/190 11370
/proc/meminfo: memFree=14964008/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=246240 CPUtime=402.3 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 205580 0 0 0 40186 44 0 0 25 0 1 0 470237578 252149760 31533 33554432000 4194304 4797429 140734595242048 18446744073709551615 4425057 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 61560 31533 415 148 0 56489 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 246240

[startup+462.301 s]
/proc/loadavg: 4.00 3.40 2.87 5/190 11372
/proc/meminfo: memFree=14925400/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=250284 CPUtime=462.29 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 226697 0 0 0 46180 49 0 0 25 0 1 0 470237578 256290816 39007 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 62571 39007 415 148 0 57500 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 250284

[startup+522.3 s]
/proc/loadavg: 4.00 3.51 2.94 5/190 11373
/proc/meminfo: memFree=14916448/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=255416 CPUtime=522.3 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 247764 0 0 0 52176 54 0 0 25 0 1 0 470237578 261545984 32035 33554432000 4194304 4797429 140734595242048 18446744073709551615 4495452 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 63854 32035 417 148 0 58783 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 255416

[startup+582.3 s]
/proc/loadavg: 4.03 3.61 3.01 5/190 11375
/proc/meminfo: memFree=14877864/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=257876 CPUtime=582.3 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 280817 0 0 0 58167 63 0 0 25 0 1 0 470237578 264065024 37823 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424987 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 64469 37823 415 148 0 59398 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 257876

[startup+642.3 s]
/proc/loadavg: 4.09 3.69 3.07 5/190 11376
/proc/meminfo: memFree=14845460/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=260216 CPUtime=642.31 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 312123 0 0 0 64159 72 0 0 25 0 1 0 470237578 266461184 42499 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 65054 42499 415 148 0 59983 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 260216

[startup+702.301 s]
/proc/loadavg: 4.03 3.75 3.12 5/190 11378
/proc/meminfo: memFree=14840580/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=262752 CPUtime=702.3 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 350573 0 0 0 70149 81 0 0 25 0 1 0 470237578 269058048 35671 33554432000 4194304 4797429 140734595242048 18446744073709551615 4351624 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 65688 35671 415 148 0 60617 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 262752

[startup+762.307 s]
/proc/loadavg: 4.06 3.81 3.18 5/190 11380
/proc/meminfo: memFree=14781388/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=277448 CPUtime=762.31 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 361263 0 0 0 76147 84 0 0 25 0 1 0 470237578 284106752 46328 33554432000 4194304 4797429 140734595242048 18446744073709551615 4340967 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 69362 46329 415 148 0 64291 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 277448

[startup+822.301 s]
/proc/loadavg: 4.07 3.85 3.24 5/190 11381
/proc/meminfo: memFree=14805544/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=282648 CPUtime=822.31 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 390785 0 0 0 82140 91 0 0 25 0 1 0 470237578 289431552 41999 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 70662 41999 415 148 0 65591 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 282648

[startup+882.301 s]
/proc/loadavg: 4.02 3.88 3.28 5/190 11383
/proc/meminfo: memFree=14760148/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=285484 CPUtime=882.31 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 410473 0 0 0 88134 97 0 0 25 0 1 0 470237578 292335616 45420 33554432000 4194304 4797429 140734595242048 18446744073709551615 4425019 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 71371 45420 415 148 0 66300 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 285484

[startup+942.301 s]
/proc/loadavg: 4.01 3.90 3.32 5/190 11384
/proc/meminfo: memFree=14789880/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=288956 CPUtime=942.3 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 438345 0 0 0 94127 103 0 0 25 0 1 0 470237578 295890944 41468 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 72239 41468 415 148 0 67168 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 288956

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.36 5/190 11386
/proc/meminfo: memFree=14745340/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=323116 CPUtime=1002.31 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 461255 0 0 0 100121 110 0 0 25 0 1 0 470237578 330870784 47120 33554432000 4194304 4797429 140734595242048 18446744073709551615 4425019 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 80779 47120 415 148 0 75708 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 323116

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.40 5/190 11388
/proc/meminfo: memFree=14707368/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=324376 CPUtime=1062.31 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 484422 0 0 0 106115 116 0 0 25 0 1 0 470237578 332161024 52001 33554432000 4194304 4797429 140734595242048 18446744073709551615 4395216 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 81094 52001 415 148 0 76023 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 324376

[startup+1122.3 s]
/proc/loadavg: 4.05 3.95 3.44 5/190 11389
/proc/meminfo: memFree=14702628/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=326680 CPUtime=1122.32 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 513184 0 0 0 112106 126 0 0 25 0 1 0 470237578 334520320 43186 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 81670 43186 415 148 0 76599 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 326680

[startup+1182.3 s]
/proc/loadavg: 4.02 3.96 3.47 5/190 11391
/proc/meminfo: memFree=14677692/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=340180 CPUtime=1182.31 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 519519 0 0 0 118104 127 0 0 25 0 1 0 470237578 348344320 49507 33554432000 4194304 4797429 140734595242048 18446744073709551615 228122410763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 85045 49507 415 148 0 79974 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 340180

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.50 5/190 11392
/proc/meminfo: memFree=14686964/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=343384 CPUtime=1242.31 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 545110 0 0 0 124098 133 0 0 25 0 1 0 470237578 351625216 53794 33554432000 4194304 4797429 140734595242048 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 85846 53794 415 148 0 80775 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 343384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.98 3.54 3/187 11396
/proc/meminfo: memFree=14936924/32951124 swapFree=67111528/67111528
[pid=11348] ppid=11346 vsize=343828 CPUtime=1300.03 cores=1,3
/proc/11348/stat : 11348 (techdemo) R 11346 11348 10374 0 -1 4202496 568081 0 0 0 129864 139 0 0 25 0 1 0 470237578 352079872 56431 33554432000 4194304 4797429 140734595242048 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11348/statm: 85957 56431 415 148 0 80886 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 343828

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.64
CPU system time (s): 1.40179
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 490544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.64
system time used= 1.40179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1932

runsolver used 2.07868 second user time and 5.03423 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 21:19:56
IDJOB=3251548
IDBENCH=88226
IDSOLVER=1585
FILE ID=node138/3251548-1303586396
RUNJOBID= node138-1303586396-11318
PBS_JOBID= 13150345
Free space on /tmp= 71916 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251548-1303586396/watcher-3251548-1303586396 -o /tmp/evaluation-result-3251548-1303586396/solver-3251548-1303586396 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3251548-1303586396.cnf

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1227273319

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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:      15379080 kB
Buffers:       2060352 kB
Cached:       14881584 kB
SwapCached:          0 kB
Active:        9775520 kB
Inactive:      7239888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15379080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34424 kB
Writeback:           8 kB
AnonPages:       72596 kB
Mapped:          15204 kB
Slab:           493744 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   351860 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= 71904 MiB
End job on node138 at 2011-04-23 21:41:38