Trace number 3367312

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-Night2-st (fixed)? (TO) 1300.05 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1969540674-065-UNKNOWN.cnf
MD5SUMfcb14103324f734a2e69e02c062e67ed
Bench CategoryRANDOM (random 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 variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367312-1305380602.cnf'
0.00/0.00	c -- header says num vars:          50000
0.00/0.00	c -- header says num clauses:      210000
0.08/0.14	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.08/0.14	c -- vars added      50000
0.08/0.14	c Parsing time:  0.13 s
0.08/0.14	c  N st     0         0     50000    210000         0         0    630000         0   no data   no data
0.29/0.34	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.19
0.39/0.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
0.48/0.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.48/0.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.48/0.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.48/0.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50000 time:  0.01 s
0.48/0.58	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.02 s
0.89/0.90	c lits-rem:         0  cl-subs:        0  v-elim:   1181  v-fix:    0  time:  0.32 s
0.89/0.91	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.99	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.89/0.99	c calculated reachability. Time: 0.00
1.00/1.01	c Calc default polars -  time:   0.02 s pos:   22119 undec:    5639 neg:   22242
1.00/1.01	c =========================================================================================
1.00/1.01	c types(t): F = full restart, N = normal restart
1.00/1.01	c types(t): S = simplification begin/end, E = solution found
1.00/1.01	c restart types(rt): st = static, dy = dynamic
1.00/1.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.00/1.01	c  B st     0         0     48819    208736         0         0    633292         0   no data   no data
3.30/3.35	c  N dy    18      4268     48819    208736         0      4266    633292   1527140    207.07    219.20
5.50/5.53	c  N dy    41      8324     48819    208736         0      8322    633292   2691350    193.00    210.40
7.79/7.86	c  N dy    72     12413     48819    208736         0     12409    633292   3902166    195.92    211.33
10.09/10.13	c  N dy   100     16432     48819    208736         0     16428    633292   5101029    196.23    250.51
12.39/12.47	c  N dy   125     20439     48819    208736         0     10442    633292    855901    195.35    205.78
14.69/14.79	c  N dy   154     24490     48819    208736         0     14493    633292   2024665    195.37    209.05
15.09/15.12	c  F st   159     25000     48819    208736         0     15003    633292   2211863    196.44   no data
18.09/18.17	c  N dy   165     30001     48819    208736         0     20003    633292   4394742    196.44   no data
18.09/18.17	c  S st   165     30001     48819    208736         0     20003    633292   4394742    196.44   no data
18.39/18.45	c  S st   165     30509     48819    208736         0     20511    633292   4496707    196.44   no data
18.39/18.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
18.59/18.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
18.59/18.69	c blocked clauses removed:      963 vars:    153 tried:       48819 T: 0.03 s
18.59/18.70	c bin-w-bin subsume rem            0 bins  time:  0.01 s
18.70/18.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.70/18.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48666 time:  0.01 s
18.70/18.75	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
18.99/19.03	c lits-rem:         0  cl-subs:        0  v-elim:     35  v-fix:    0  time:  0.27 s
19.39/19.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.39/20.47	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.00 s
20.69/20.71	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.24
20.69/20.72	c calculated reachability. Time: 0.00
20.69/20.72	c  N dy   165     30509     48631    207742         0     20152    630532   4273722    196.44   no data
22.99/23.07	c  N dy   190     34629     48631    207742         0     24271    630532   5476282    196.54    217.78
25.39/25.48	c  N dy   218     38720     48631    207742         0     28362    630532   6640496    196.38    209.77
27.89/27.91	c  N dy   246     42836     48631    207742         0     17157    630532   1378292    196.17    208.56
29.49/29.59	c  S st   264     45763     48631    207742         0     20084    630532   2232717    196.11   no data
29.79/29.86	c  S st   264     46264     48631    207742         0     20585    630532   2335495    196.11   no data
29.79/29.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
29.99/30.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
29.99/30.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.99/30.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
30.09/30.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.09/30.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.01 s
30.09/30.14	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
30.29/30.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
30.39/30.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.80/30.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.30 s
30.80/30.86	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
30.89/30.90	c vivif2 --  cl tried    20585 cl shrink        0 lits rem          0 time: 0.04
31.09/31.15	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.24
31.09/31.16	c calculated reachability. Time: 0.00
31.09/31.16	c  N dy   264     46264     48631    207742         0     20585    630532   2335495    196.11   no data
33.49/33.57	c  N dy   292     50365     48631    207742         0     24686    630532   3516248    195.93    212.75
35.89/35.96	c  N dy   321     54460     48631    207742         0     28781    630532   4695734    195.47    212.11
38.29/38.39	c  N dy   351     58467     48631    207742         0     32788    630532   5843814    195.62    215.22
40.70/40.76	c  N dy   375     62481     48631    207742         0     36802    630532   6991050    195.31    213.10
43.08/43.18	c  N dy   407     66500     48631    207742         0     22160    630532   1885970    195.84    231.32
44.79/44.89	c  S st   427     69396     48631    207742         0     25056    630532   2741446    195.89   no data
45.10/45.18	c  S st   427     69901     48631    207742         0     25561    630532   2837513    195.89   no data
45.19/45.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
45.29/45.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.13
45.39/45.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.39/45.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
45.39/45.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
45.39/45.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.01 s
45.39/45.46	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
45.59/45.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
45.79/45.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
46.28/46.33	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.45 s
46.28/46.36	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
46.38/46.41	c vivif2 --  cl tried    25559 cl shrink        0 lits rem          0 time: 0.05
46.58/46.66	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.25
46.58/46.68	c calculated reachability. Time: 0.00
46.58/46.68	c  N dy   427     69901     48631    207742         0     25559    630532   2836797    195.89   no data
49.19/49.28	c  N dy   455     74374     48631    207742         0     30032    630532   4146560    195.76    288.41
52.19/52.23	c  N dy   492     79207     48631    207742         0     34865    630532   5597980    196.27    231.86
55.29/55.31	c  N dy   526     84291     48631    207742         0     39949    630532   7035930    196.06    207.65
57.20/57.28	c  F st   550     87502     48631    207742         0     22331    630532   1250868    196.23   no data
59.30/59.34	c  N st   555     90805     48631    207742         0     25633    630532   2619664    196.23   no data
62.89/62.94	c  N dy   584     96676     48631    207742         0     31504    630532   4662152    196.17    210.67
67.69/67.71	c  N dy   625    103066     48631    207742         0     37893    630532   6515994    196.18    213.47
68.99/69.09	c  S st   637    104852     48631    207742         0     39679    630532   7013925    196.05   no data
69.39/69.40	c  S st   637    105355     48631    207742         0     40182    630532   7109774    196.05   no data
69.39/69.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
69.49/69.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.14
69.59/69.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.59/69.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
69.59/69.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
69.59/69.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.01 s
69.69/69.71	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
69.89/69.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
70.40/70.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
72.19/72.23	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.77 s
72.19/72.26	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
72.29/72.39	c vivif2 --  cl tried    40179 cl shrink        0 lits rem          0 time: 0.13
72.60/72.66	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.28
72.60/72.68	c calculated reachability. Time: 0.00
72.60/72.68	c  N dy   637    105355     48631    207742         0     40179    630532   7108180    196.05   no data
76.79/76.88	c  N dy   684    112287     48631    207742         0     24696    630532   1408829    195.92    209.06
81.19/81.26	c  N dy   738    119550     48631    207742         0     31959    630532   3564179    196.36    224.53
85.99/86.04	c  N dy   797    127299     48631    207742         0     39708    630532   5880162    196.68    209.03
91.20/91.21	c  N dy   858    135461     48631    207742         0     24167    630532    825458    196.83    207.54
96.39/96.47	c  N dy   923    144204     48631    207742         0     32909    630532   3385627    197.05    218.67
102.20/102.21	c  N dy   988    153488     48631    207742         0     42192    630532   6127647    197.08    208.80
105.09/105.12	c  S st  1021    158033     48631    207742         0     46736    630532   7429746    197.12   no data
105.39/105.44	c  S st  1021    158534     48631    207742         0     47237    630532   7535847    197.12   no data
105.39/105.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
105.60/105.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.15
105.60/105.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.69/105.70	c bin-w-bin subsume rem            0 bins  time:  0.01 s
105.69/105.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
105.69/105.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.01 s
105.69/105.75	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
105.89/105.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
106.39/106.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
108.69/108.75	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.25 s
108.69/108.78	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
108.90/108.92	c vivif2 --  cl tried    47236 cl shrink        0 lits rem          0 time: 0.14
109.19/109.21	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.29
109.19/109.23	c calculated reachability. Time: 0.00
109.19/109.23	c  N dy  1021    158534     48631    207742         0     47236    630532   7535587    197.12   no data
115.40/115.46	c  N dy  1088    168666     48631    207742         0     32517    630532   2955414    197.35    243.88
122.19/122.24	c  N dy  1167    179527     48631    207742         0     43377    630532   6207401    197.60    208.07
129.30/129.39	c  N dy  1241    191046     48631    207742         0     28966    630532   1528061    197.57    223.38
136.79/136.80	c  N dy  1318    203306     48631    207742         0     41225    630532   5090589    197.45    208.04
145.29/145.32	c  N dy  1413    216476     48631    207742         0     27430    630532    725779    197.66    210.74
153.89/153.91	c  N dy  1511    230386     48631    207742         0     41340    630532   4804423    197.78    260.42
159.29/159.35	c  S st  1561    237802     48631    207742         0     48755    630532   6975915    197.72   no data
159.59/159.67	c  S st  1561    238308     48631    207742         0     49261    630532   7087812    197.72   no data
159.69/159.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
159.79/159.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.15
159.89/159.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
159.89/159.93	c bin-w-bin subsume rem            0 bins  time:  0.01 s
159.89/159.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
159.89/159.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.01 s
159.89/159.98	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
160.19/160.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
160.60/160.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
162.89/162.98	c lits-rem:         5  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.31 s
162.99/163.01	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
163.09/163.14	c vivif2 --  cl tried    49261 cl shrink        0 lits rem          0 time: 0.13
163.39/163.44	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.29
163.39/163.45	c calculated reachability. Time: 0.00
163.39/163.45	c  N dy  1561    238308     48631    207742         0     49261    630532   7087807    197.72   no data
172.99/173.04	c  N dy  1673    253648     48631    207742         0     36622    630532   3134411    197.93    216.88
183.20/183.23	c  N dy  1785    269927     48631    207742         0     52900    630532   7963617    198.01    254.34
193.99/194.00	c  N dy  1904    287181     48631    207742         0     41171    630532   4213307    198.09    268.27
205.60/205.64	c  N dy  2025    305548     48631    207742         0     59537    630532   9587635    198.05    218.96
206.09/206.10	c  F st  2029    306251     48631    207742         0     30245    630532    622117    198.03    164.58
217.99/218.09	c  N dy  2135    325085     48631    207742         0     49079    630532   6717704    198.20    211.63
230.80/230.86	c  N dy  2272    345180     48631    207742         0     38181    630532   2641587    198.29    211.80
238.50/238.57	c  S st  2357    357462     48631    207742         0     50463    630532   6254010    198.33    200.59
238.80/238.88	c  S st  2357    357963     48631    207742         0     50964    630532   6361800    198.33   no data
238.90/238.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
239.00/239.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.15
239.10/239.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.10/239.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
239.10/239.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
239.10/239.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.02 s
239.20/239.20	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
239.40/239.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
239.70/239.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
241.90/242.00	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.16 s
242.01/242.04	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.04
242.10/242.19	c vivif2 --  cl tried    50958 cl shrink        0 lits rem          0 time: 0.15
242.50/242.51	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.32
242.50/242.52	c calculated reachability. Time: 0.00
242.50/242.52	c  N dy  2357    357963     48631    207742         0     50958    630532   6359837    198.33   no data
255.29/255.31	c  N dy  2497    378016     48631    207742         0     39011    630532   2626303    198.42    212.50
267.99/268.02	c  N dy  2630    398063     48631    207742         0     59058    630532   8660772    198.58    247.45
280.69/280.73	c  N dy  2765    418126     48631    207742         0     46118    630532   4395786    198.58    212.79
293.80/293.83	c  N dy  2906    438226     48631    207742         0     66217    630532  10417764    198.70    238.80
306.70/306.77	c  N dy  3051    458317     48631    207742         0     52305    630532   6030557    198.79    212.52
319.89/319.95	c  N dy  3194    478334     48631    207742         0     37326    630532   1204287    198.95    212.14
334.41/334.44	c  N dy  3344    498358     48631    207742         0     57348    630532   7254369    199.14    237.26
347.61/347.69	c  N dy  3483    518438     48631    207742         0     41430    630532   2207258    199.14    211.19
359.49/359.56	c  S st  3614    536945     48631    207742         0     59936    630532   7670923    199.23   no data
359.79/359.89	c  S st  3614    537448     48631    207742         0     60439    630532   7770954    199.23   no data
359.89/359.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
359.99/360.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.16
360.09/360.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
360.09/360.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
360.09/360.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
360.19/360.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.02 s
360.19/360.23	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
360.39/360.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
360.89/360.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
364.00/364.08	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.12 s
364.00/364.10	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
364.19/364.25	c vivif2 --  cl tried    60437 cl shrink        0 lits rem          0 time: 0.14
364.49/364.55	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.31
364.49/364.57	c calculated reachability. Time: 0.00
364.49/364.57	c  N dy  3614    537448     48631    207742         0     60437    630532   7770275    199.23   no data
377.30/377.40	c  N dy  3746    557511     48631    207742         0     43500    630532   2518941    199.30    215.11
390.40/390.41	c  N dy  3876    577599     48631    207742         0     63587    630532   8477159    199.25    214.25
403.71/403.72	c  N dy  4004    597745     48631    207742         0     45737    630532   2810287    199.15    214.56
417.39/417.40	c  N dy  4155    617784     48631    207742         0     65775    630532   8937825    199.36    228.56
431.10/431.17	c  N dy  4290    637877     48631    207742         0     46874    630532   2872621    199.32    246.55
444.49/444.53	c  N dy  4434    657938     48631    207742         0     66934    630532   8911739    199.35    211.18
458.40/458.42	c  N dy  4567    677995     48631    207742         0     46988    630532   2613292    199.33    216.90
471.91/471.93	c  N dy  4704    698067     48631    207742         0     67060    630532   8602485    199.34    267.39
486.00/486.00	c  N dy  4843    718164     48631    207742         0     46154    630532   2103597    199.36    210.36
499.41/499.48	c  N dy  4983    738261     48631    207742         0     66251    630532   8100226    199.42    252.38
513.60/513.68	c  N dy  5131    758262     48631    207742         0     44253    630532   1247133    199.60    211.46
527.20/527.21	c  N dy  5279    778306     48631    207742         0     64295    630532   7261326    199.69    223.75
541.59/541.65	c  N dy  5419    798369     48631    207742         0     84357    630532  13280702    199.78    212.18
547.00/547.05	c  S st  5475    806173     48631    207742         0     49165    630532   2375128    199.81   no data
547.30/547.37	c  S st  5475    806675     48631    207742         0     49667    630532   2477118    199.81   no data
547.40/547.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
547.50/547.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.15
547.60/547.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
547.60/547.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
547.60/547.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
547.60/547.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.02 s
547.60/547.69	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
547.81/547.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
548.00/548.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
548.81/548.84	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.77 s
548.81/548.87	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
548.91/548.92	c vivif2 --  cl tried    49666 cl shrink        0 lits rem          0 time: 0.05
549.20/549.22	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.30
549.20/549.23	c calculated reachability. Time: 0.00
549.20/549.23	c  N dy  5475    806675     48631    207742         0     49666    630532   2476068    199.81   no data
562.69/562.75	c  N dy  5612    826707     48631    207742         0     69695    630532   8530034    199.87    225.02
577.00/577.10	c  N dy  5754    846785     48631    207742         0     45773    630532   1070101    199.88    214.28
590.49/590.57	c  N dy  5898    866841     48631    207742         0     65829    630532   7060990    199.90    218.59
604.80/604.87	c  N dy  6038    886906     48631    207742         0     85891    630532  13035076    199.94    212.33
618.50/618.52	c  N dy  6172    907061     48631    207742         0     61049    630532   5266897    199.96    220.23
632.41/632.43	c  N dy  6301    927086     48631    207742         0     81072    630532  11131745    199.90    236.56
646.40/646.44	c  N dy  6430    947184     48631    207742         0     55169    630532   3243178    199.87    212.34
660.20/660.29	c  N dy  6565    967292     48631    207742         0     75276    630532   9255468    199.90    211.18
675.10/675.13	c  N dy  6701    987511     48631    207742         0     48499    630532    990005    199.95    212.15
688.90/688.96	c  N dy  6845   1007562     48631    207742         0     68549    630532   7255043    200.11    212.03
703.10/703.19	c  N dy  6976   1027573     48631    207742         0     88558    630532  13206954    200.10    210.75
717.50/717.51	c  N dy  7115   1047821     48631    207742         0     60814    630532   4506074    200.15    213.56
731.70/731.71	c  N dy  7259   1067922     48631    207742         0     80911    630532  10559141    200.18    229.72
734.50/734.59	c  F st  7289   1071875     48631    207742         0     84864    630532  11714812    200.18   no data
746.40/746.45	c  N dy  7371   1087967     48631    207742         0     51956    630532   1434508    200.20    211.54
760.50/760.58	c  N dy  7508   1108094     48631    207742         0     72082    630532   7457287    200.24    210.98
775.10/775.10	c  N dy  7642   1128176     48631    207742         0     92164    630532  13522274    200.27    212.68
789.40/789.45	c  N dy  7783   1148252     48631    207742         0     62239    630532   4292835    200.32    219.45
803.59/803.69	c  N dy  7922   1168280     48631    207742         0     82265    630532  10260089    200.30    217.92
818.80/818.81	c  N dy  8065   1188422     48631    207742         0     51413    630532    685902    200.32    227.96
832.50/832.55	c  N dy  8201   1208431     48631    207742         0     71418    630532   6714207    200.35    217.51
833.71/833.72	c  S st  8214   1210012     48631    207742         0     72999    630532   7199842    200.37    223.65
834.00/834.09	c  S st  8214   1210512     48631    207742         0     73499    630532   7315159    200.37   no data
834.10/834.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
834.30/834.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.18
834.30/834.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
834.30/834.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
834.40/834.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
834.40/834.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.02 s
834.40/834.44	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
834.60/834.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
835.10/835.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
838.50/838.58	c lits-rem:         4  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.41 s
838.60/838.61	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
838.70/838.76	c vivif2 --  cl tried    73495 cl shrink        0 lits rem          0 time: 0.14
839.10/839.10	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.34
839.10/839.12	c calculated reachability. Time: 0.00
839.10/839.12	c  N dy  8214   1210512     48631    207742         0     73495    630532   7312225    200.37   no data
853.80/853.82	c  N dy  8354   1230606     48631    207742         0     93589    630532  13363731    200.40    212.35
868.30/868.36	c  N dy  8487   1250621     48631    207742         0     61608    630532   3405479    200.38    211.05
882.41/882.44	c  N dy  8615   1270702     48631    207742         0     81685    630532   9358216    200.37    213.40
897.40/897.45	c  N dy  8756   1290816     48631    207742         0    101799    630532  15346402    200.38    213.94
911.60/911.64	c  N dy  8889   1310876     48631    207742         0     68864    630532   5323582    200.40    211.52
926.21/926.26	c  N dy  9030   1330949     48631    207742         0     88937    630532  11325086    200.42    215.02
941.61/941.67	c  N dy  9173   1350965     48631    207742         0     54955    630532    878950    200.46    212.12
955.70/955.78	c  N dy  9312   1371213     48631    207742         0     75203    630532   6847089    200.44    216.51
970.70/970.78	c  N dy  9456   1391300     48631    207742         0     95289    630532  12909544    200.49    216.28
985.90/985.96	c  N dy  9604   1411388     48631    207742         0     60372    630532   2211802    200.58    211.88
1000.20/1000.27	c  N dy  9747   1431505     48631    207742         0     80488    630532   8244034    200.59    212.91
1015.20/1015.28	c  N dy  9885   1451662     48631    207742         0    100645    630532  14204260    200.58    211.15
1030.20/1030.21	c  N dy 10025   1471713     48631    207742         0     64703    630532   3308078    200.66    220.53
1044.60/1044.68	c  N dy 10166   1491718     48631    207742         0     84707    630532   9384092    200.69    240.40
1059.50/1059.59	c  N dy 10301   1511765     48631    207742         0    104754    630532  15249005    200.68    211.98
1074.50/1074.55	c  N dy 10441   1531884     48631    207742         0     67870    630532   3826936    200.70    221.22
1089.10/1089.14	c  N dy 10579   1551935     48631    207742         0     87921    630532   9803721    200.70    220.33
1104.31/1104.39	c  N dy 10717   1572025     48631    207742         0    108010    630532  15833745    200.71    244.37
1119.82/1119.81	c  N dy 10852   1592090     48631    207742         0     70083    630532   4226827    200.73    211.96
1134.30/1134.34	c  N dy 10986   1612234     48631    207742         0     90226    630532  10179817    200.70    217.22
1150.01/1150.06	c  N dy 11129   1632376     48631    207742         0    110367    630532  16252075    200.73    216.60
1164.81/1164.88	c  N dy 11271   1652439     48631    207742         0     71430    630532   4331692    200.74    212.10
1180.00/1180.09	c  N dy 11408   1672698     48631    207742         0     91687    630532  10454901    200.75    217.99
1195.60/1195.67	c  N dy 11541   1692795     48631    207742         0    111783    630532  16508709    200.75    211.57
1209.00/1209.00	c  S st 11649   1710514     48631    207742         0     69504    630532   3424131    200.73   no data
1209.30/1209.37	c  S st 11649   1711017     48631    207742         0     70007    630532   3545466    200.73   no data
1209.40/1209.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1209.50/1209.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.17
1209.60/1209.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1209.60/1209.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1209.60/1209.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1209.60/1209.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48631 time:  0.02 s
1209.70/1209.70	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1209.91/1209.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
1210.10/1210.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1212.00/1212.04	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.86 s
1212.00/1212.07	c vivif2 --  cl tried   207742 cl shrink        0 lits rem          0 time: 0.03
1212.10/1212.15	c vivif2 --  cl tried    70007 cl shrink        0 lits rem          0 time: 0.07
1212.40/1212.48	c asymm  cl-useful: 0/207742/207742 lits-rem:0 time: 0.34
1212.50/1212.50	c calculated reachability. Time: 0.00
1212.50/1212.50	c  N dy 11649   1711017     48631    207742         0     70007    630532   3545464    200.73   no data
1227.31/1227.39	c  N dy 11776   1731213     48631    207742         0     90201    630532   9528523    200.69    217.39
1242.91/1243.00	c  N dy 11914   1751272     48631    207742         0    110260    630532  15631069    200.73    225.78
1258.51/1258.59	c  N dy 12049   1771282     48631    207742         0     69266    630532   3078122    200.73    258.22
1273.40/1273.41	c  N dy 12188   1791348     48631    207742         0     89331    630532   9231967    200.79    232.11
1289.22/1289.25	c  N dy 12330   1811450     48631    207742         0    109433    630532  15310973    200.81    215.24

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367312-1305380602/watcher-3367312-1305380602 -o /tmp/evaluation-result-3367312-1305380602/solver-3367312-1305380602 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367312-1305380602.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: 4.13 4.08 3.18 5/307 17929
/proc/meminfo: memFree=19903800/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=29352 CPUtime=0 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 2995 0 0 0 0 0 0 0 25 0 1 0 649658762 30056448 2424 33554432000 4194304 4580011 140736485478416 18446744073709551615 4253881 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 7338 2424 322 95 0 2320 0

[startup+0.046501 s]
/proc/loadavg: 4.13 4.08 3.18 5/307 17929
/proc/meminfo: memFree=19903800/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=48864 CPUtime=0.03 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 6179 0 0 0 3 0 0 0 25 0 1 0 649658762 50036736 5069 33554432000 4194304 4580011 140736485478416 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 12216 5069 324 95 0 7198 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 48864

[startup+0.100492 s]
/proc/loadavg: 4.13 4.08 3.18 5/307 17929
/proc/meminfo: memFree=19903800/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=54948 CPUtime=0.08 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 8028 0 0 0 8 0 0 0 25 0 1 0 649658762 56266752 6918 33554432000 4194304 4580011 140736485478416 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 13737 6918 324 95 0 8719 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54948

[startup+0.300458 s]
/proc/loadavg: 4.13 4.08 3.18 5/307 17929
/proc/meminfo: memFree=19903800/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=59384 CPUtime=0.29 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 9451 0 0 0 28 1 0 0 25 0 1 0 649658762 60809216 8341 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 14846 8341 338 95 0 9828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59384

[startup+0.7004 s]
/proc/loadavg: 4.13 4.08 3.18 5/307 17929
/proc/meminfo: memFree=19903800/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=95236 CPUtime=0.69 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 17502 0 0 0 67 2 0 0 25 0 1 0 649658762 97521664 16392 33554432000 4194304 4580011 140736485478416 18446744073709551615 4451582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 23809 16392 353 95 0 18791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95236

[startup+1.50025 s]
/proc/loadavg: 4.13 4.08 3.18 5/308 17930
/proc/meminfo: memFree=19847000/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=90660 CPUtime=1.49 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 18090 0 0 0 147 2 0 0 25 0 1 0 649658762 92835840 15729 33554432000 4194304 4580011 140736485478416 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 22665 15729 364 95 0 17647 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90660

[startup+3.10098 s]
/proc/loadavg: 4.13 4.08 3.18 5/308 17930
/proc/meminfo: memFree=19841760/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=123476 CPUtime=3.09 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 19155 0 0 0 307 2 0 0 25 0 1 0 649658762 126439424 16794 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 30869 16794 364 95 0 25851 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123476

[startup+6.30046 s]
/proc/loadavg: 4.12 4.08 3.18 5/308 17930
/proc/meminfo: memFree=19830352/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=123476 CPUtime=6.28 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 20841 0 0 0 626 2 0 0 25 0 1 0 649658762 126439424 18480 33554432000 4194304 4580011 140736485478416 18446744073709551615 4322624 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 30869 18480 364 95 0 25851 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 123476

[startup+12.7004 s]
/proc/loadavg: 4.11 4.07 3.18 5/308 17930
/proc/meminfo: memFree=19801980/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=100144 CPUtime=12.69 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 26050 0 0 0 1265 4 0 0 25 0 1 0 649658762 102547456 16361 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 25036 16361 364 95 0 20018 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100144

[startup+25.5012 s]
/proc/loadavg: 4.08 4.07 3.20 5/308 17931
/proc/meminfo: memFree=19735876/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=256732 CPUtime=25.49 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 53409 0 0 0 2541 8 0 0 25 0 1 0 649658762 262893568 43720 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 64183 43720 367 95 0 59165 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 256732

[startup+51.1009 s]
/proc/loadavg: 4.06 4.06 3.22 5/308 17932
/proc/meminfo: memFree=19689584/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=289304 CPUtime=51.09 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 76067 0 0 0 5098 11 0 0 25 0 1 0 649658762 296247296 49389 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 72326 49389 367 95 0 67308 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 289304

[startup+102.311 s]
/proc/loadavg: 4.02 4.05 3.25 5/308 17960
/proc/meminfo: memFree=20021144/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=378108 CPUtime=102.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 118694 0 0 0 10209 21 0 0 25 0 1 0 649658762 387182592 73373 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 94527 73373 367 95 0 89509 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 378108

[startup+162.3 s]
/proc/loadavg: 4.01 4.04 3.30 5/308 17961
/proc/meminfo: memFree=19764304/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=422916 CPUtime=162.29 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 147707 0 0 0 16201 28 0 0 25 0 1 0 649658762 433065984 86164 33554432000 4194304 4580011 140736485478416 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 105729 86164 367 95 0 100711 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 422916

[startup+222.301 s]
/proc/loadavg: 4.00 4.03 3.34 5/308 17963
/proc/meminfo: memFree=19678936/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=438628 CPUtime=222.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 172255 0 0 0 22195 35 0 0 25 0 1 0 649658762 449155072 91810 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 109657 91810 367 95 0 104639 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 438628

[startup+282.301 s]
/proc/loadavg: 4.03 4.03 3.38 5/308 17965
/proc/meminfo: memFree=19608208/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=450528 CPUtime=282.29 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 194032 0 0 0 28188 41 0 0 25 0 1 0 649658762 461340672 91368 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293723 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 112632 91368 367 95 0 107614 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 450528

[startup+342.301 s]
/proc/loadavg: 4.22 4.07 3.43 5/308 17966
/proc/meminfo: memFree=19470640/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=450624 CPUtime=342.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 215597 0 0 0 34182 48 0 0 25 0 1 0 649658762 461438976 96840 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 112656 96840 367 95 0 107638 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 450624

[startup+402.301 s]
/proc/loadavg: 4.08 4.06 3.47 5/308 17996
/proc/meminfo: memFree=19534688/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=401752 CPUtime=402.29 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 238871 0 0 0 40174 55 0 0 25 0 1 0 649658762 411394048 94072 33554432000 4194304 4580011 140736485478416 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 100438 94072 367 95 0 95420 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 401752

[startup+462.301 s]
/proc/loadavg: 4.03 4.04 3.50 5/308 17997
/proc/meminfo: memFree=19370488/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=485004 CPUtime=462.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 263176 0 0 0 46169 61 0 0 25 0 1 0 649658762 496644096 99286 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 121251 99286 367 95 0 116233 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 485004

[startup+522.301 s]
/proc/loadavg: 4.05 4.05 3.53 5/308 17999
/proc/meminfo: memFree=19352592/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=485232 CPUtime=522.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 284162 0 0 0 52163 67 0 0 25 0 1 0 649658762 496877568 100017 33554432000 4194304 4580011 140736485478416 18446744073709551615 4316648 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 121308 100017 367 95 0 116290 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 485232

[startup+582.301 s]
/proc/loadavg: 4.02 4.04 3.56 5/308 18001
/proc/meminfo: memFree=19329236/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=485460 CPUtime=582.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 304060 0 0 0 58158 72 0 0 25 0 1 0 649658762 497111040 98372 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 121365 98372 367 95 0 116347 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 485460

[startup+642.3 s]
/proc/loadavg: 4.00 4.03 3.58 5/308 18002
/proc/meminfo: memFree=19281444/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=416892 CPUtime=642.31 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 326043 0 0 0 64152 79 0 0 25 0 1 0 649658762 426897408 98025 33554432000 4194304 4580011 140736485478416 18446744073709551615 4321842 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 104223 98025 367 95 0 99205 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 416892

[startup+702.3 s]
/proc/loadavg: 4.06 4.04 3.61 5/308 18004
/proc/meminfo: memFree=19233136/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=486116 CPUtime=702.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 347578 0 0 0 70145 85 0 0 25 0 1 0 649658762 497782784 107723 33554432000 4194304 4580011 140736485478416 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 121529 107723 367 95 0 116511 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 486116

[startup+762.311 s]
/proc/loadavg: 4.02 4.03 3.63 5/308 18005
/proc/meminfo: memFree=19215752/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=486368 CPUtime=762.31 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 368222 0 0 0 76140 91 0 0 25 0 1 0 649658762 498040832 103111 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 121592 103111 367 95 0 116574 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 486368

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.65 5/308 18007
/proc/meminfo: memFree=19210400/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=419628 CPUtime=822.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 389469 0 0 0 82134 96 0 0 25 0 1 0 649658762 429699072 98709 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 104907 98709 367 95 0 99889 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 419628

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.67 5/308 18009
/proc/meminfo: memFree=19255252/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=489536 CPUtime=882.31 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 408966 0 0 0 88131 100 0 0 25 0 1 0 649658762 501284864 104941 33554432000 4194304 4580011 140736485478416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 122384 104941 367 95 0 117366 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 489536

[startup+942.301 s]
/proc/loadavg: 4.03 4.02 3.69 5/308 18010
/proc/meminfo: memFree=19243044/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=419628 CPUtime=942.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 429972 0 0 0 94124 106 0 0 25 0 1 0 649658762 429699072 98760 33554432000 4194304 4580011 140736485478416 18446744073709551615 4295809 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 104907 98760 367 95 0 99889 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 419628

[startup+1002.3 s]
/proc/loadavg: 4.04 4.03 3.72 5/308 18012
/proc/meminfo: memFree=19253396/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=489960 CPUtime=1002.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 450040 0 0 0 100118 112 0 0 25 0 1 0 649658762 501719040 104701 33554432000 4194304 4580011 140736485478416 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 122490 104701 367 95 0 117472 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 489960

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.73 5/308 18022
/proc/meminfo: memFree=19138308/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=501084 CPUtime=1062.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 474271 0 0 0 106111 119 0 0 25 0 1 0 649658762 513110016 114514 33554432000 4194304 4580011 140736485478416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 125271 114514 367 95 0 120253 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 501084

[startup+1122.3 s]
/proc/loadavg: 4.06 4.03 3.75 5/308 18024
/proc/meminfo: memFree=19142640/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=501272 CPUtime=1122.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 493068 0 0 0 112105 125 0 0 25 0 1 0 649658762 513302528 103629 33554432000 4194304 4580011 140736485478416 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 125318 103629 367 95 0 120300 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 501272

[startup+1182.3 s]
/proc/loadavg: 3.80 3.98 3.74 4/302 18044
/proc/meminfo: memFree=22897572/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=501404 CPUtime=1182.3 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 514301 0 0 0 118099 131 0 0 25 0 1 0 649658762 513437696 109640 33554432000 4194304 4580011 140736485478416 18446744073709551615 4294430 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 125351 109640 367 95 0 120333 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 501404

[startup+1242.3 s]
/proc/loadavg: 3.29 3.80 3.70 4/302 18045
/proc/meminfo: memFree=22897392/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=501560 CPUtime=1242.31 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 533994 0 0 0 124094 137 0 0 25 0 1 0 649658762 513597440 113598 33554432000 4194304 4580011 140736485478416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 125390 113598 367 95 0 120372 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 501560



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.18 3.66 3.65 4/302 18050
/proc/meminfo: memFree=22894532/32951124 swapFree=63649232/67111528
[pid=17929] ppid=17927 vsize=501720 CPUtime=1300.01 cores=0,2
/proc/17929/stat : 17929 (strangenight2-s) R 17927 17929 17666 0 -1 4202496 553738 0 0 0 129859 142 0 0 25 0 1 0 649658762 513761280 117452 33554432000 4194304 4580011 140736485478416 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17929/statm: 125430 117452 367 95 0 120412 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 501720

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.04
CPU time (s): 1300.05
CPU user time (s): 1298.6
CPU system time (s): 1.44978
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 501720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.6
system time used= 1.44978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553740
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= 12
involuntary context switches= 3250

runsolver used 3.83142 second user time and 8.04378 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 15:43:23
IDJOB=3367312
IDBENCH=82521
IDSOLVER=1845
FILE ID=node130/3367312-1305380602
RUNJOBID= node130-1305379152-17684
PBS_JOBID= 13324372
Free space on /tmp= 73392 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1969540674-065-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367312-1305380602/watcher-3367312-1305380602 -o /tmp/evaluation-result-3367312-1305380602/solver-3367312-1305380602 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367312-1305380602.cnf

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

MD5SUM BENCH= fcb14103324f734a2e69e02c062e67ed
RANDOM SEED=361603058

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19904080 kB
Buffers:        310156 kB
Cached:        7220432 kB
SwapCached:      10360 kB
Active:        7145816 kB
Inactive:      5612804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19904080 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            9952 kB
Writeback:           0 kB
AnonPages:     5225856 kB
Mapped:          14440 kB
Slab:           189988 kB
PageTables:      34328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 56074404 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= 73404 MiB
End job on node130 at 2011-05-14 16:05:05