Trace number 3367463

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
MD5SUM4033245e3bd21ace8cfcd57089ff73c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark213.183
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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367463-1305383228.cnf'
0.00/0.01	c -- header says num vars:          50000
0.00/0.01	c -- header says num clauses:      210000
0.09/0.15	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.09/0.15	c -- vars added      50000
0.09/0.15	c Parsing time:  0.13 s
0.09/0.15	c  N st     0         0     50000    210000         0         0    630000         0   no data   no data
0.28/0.32	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.17
0.28/0.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
0.38/0.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.48/0.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.48/0.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50000 time:  0.01 s
0.48/0.53	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.01 s
0.79/0.83	c lits-rem:         0  cl-subs:        0  v-elim:   1255  v-fix:    0  time:  0.29 s
0.79/0.84	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.90	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.89/0.90	c calculated reachability. Time: 0.00
0.89/0.92	c Calc default polars -  time:   0.02 s pos:   22125 undec:    5466 neg:   22409
0.89/0.92	c =========================================================================================
0.89/0.92	c types(t): F = full restart, N = normal restart
0.89/0.92	c types(t): S = simplification begin/end, E = solution found
0.89/0.92	c restart types(rt): st = static, dy = dynamic
0.89/0.92	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.92	c  B st     0         0     48745    208673         0         0    633804         0   no data   no data
2.89/2.91	c  N dy    20      4030     48745    208673         0      4030    633804   1396114    197.64    213.33
4.88/4.92	c  N dy    44      8141     48745    208673         0      8141    633804   2548556    192.31    203.12
6.99/7.03	c  N dy    77     12206     48745    208673         0     12206    633804   3765604    197.37    217.77
9.18/9.21	c  N dy   106     16212     48745    208673         0     16211    633804   4967142    198.00    216.00
11.39/11.44	c  N dy   136     20344     48745    208673         0     10344    633804    822948    198.21    212.09
13.48/13.57	c  N dy   165     24438     48745    208673         0     14438    633804   2010514    197.96    214.27
13.79/13.87	c  F st   169     25002     48745    208673         0     15002    633804   2156604    197.49   no data
16.58/16.63	c  N dy   175     30002     48745    208673         0     20002    633804   4157651    197.49   no data
16.58/16.63	c  S st   175     30002     48745    208673         0     20002    633804   4157651    197.49   no data
16.88/16.91	c  S st   175     30505     48745    208673         0     20505    633804   4286272    197.49   no data
16.88/16.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
16.98/17.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
17.08/17.13	c blocked clauses removed:      871 vars:    152 tried:       48745 T: 0.02 s
17.08/17.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
17.08/17.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.08/17.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48593 time:  0.01 s
17.08/17.19	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
17.38/17.44	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.24 s
17.69/17.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.70/18.73	c lits-rem:         8  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.89 s
18.89/18.95	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.22
18.89/18.96	c calculated reachability. Time: 0.00
18.89/18.96	c  N dy   175     30505     48572    207783         0     20270    631273   4143829    197.49   no data
21.09/21.13	c  N dy   205     34543     48572    207783         0     24308    631273   5316266    197.92    223.78
23.29/23.39	c  N dy   238     38576     48572    207783         0     28341    631273   6541332    199.18    210.15
25.49/25.58	c  N dy   265     42641     48572    207783         0     17021    631273   1349833    198.83    210.52
27.19/27.24	c  S st   285     45757     48572    207783         0     20137    631273   2272155    198.43    178.64
27.39/27.51	c  S st   285     46261     48572    207783         0     20641    631273   2380332    198.43   no data
27.49/27.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27.58/27.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
27.68/27.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.68/27.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
27.68/27.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
27.68/27.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
27.68/27.76	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
27.88/27.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
27.98/28.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.38/28.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.30 s
28.38/28.46	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
28.49/28.51	c vivif2 --  cl tried    20641 cl shrink        0 lits rem          0 time: 0.04
28.68/28.74	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.23
28.68/28.75	c calculated reachability. Time: 0.00
28.68/28.75	c  N dy   285     46261     48572    207783         0     20641    631273   2380332    198.43   no data
30.99/31.05	c  N dy   312     50344     48572    207783         0     24723    631273   3587996    198.43    216.32
33.19/33.27	c  N dy   339     54385     48572    207783         0     28764    631273   4804445    198.47    217.65
35.69/35.72	c  N dy   368     58845     48572    207783         0     33224    631273   6092008    198.48    209.10
37.88/37.97	c  N dy   394     62852     48572    207783         0     37231    631273   7261264    198.52    211.12
40.19/40.26	c  N dy   424     67003     48572    207783         0     22693    631273   2055196    198.80    222.64
41.49/41.53	c  S st   439     69396     48572    207783         0     25086    631273   2726932    198.66    187.98
41.79/41.81	c  S st   439     69897     48572    207783         0     25587    631273   2833344    198.66   no data
41.79/41.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
41.89/41.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
41.99/42.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.99/42.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
41.99/42.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
41.99/42.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
41.99/42.07	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
42.19/42.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
42.38/42.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.79/42.86	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.41 s
42.79/42.88	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
42.89/42.93	c vivif2 --  cl tried    25587 cl shrink        0 lits rem          0 time: 0.05
43.08/43.16	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.23
43.08/43.18	c calculated reachability. Time: 0.00
43.08/43.18	c  N dy   439     69897     48572    207783         0     25587    631273   2833340    198.66   no data
45.68/45.76	c  N dy   467     74422     48572    207783         0     30112    631273   4140388    198.40    218.96
48.59/48.62	c  N dy   501     79278     48572    207783         0     34967    631273   5595365    198.49    210.09
51.39/51.47	c  N dy   531     84398     48572    207783         0     40086    631273   7094476    198.51    216.93
53.28/53.31	c  F st   556     87500     48572    207783         0     22346    631273   1246477    198.74    193.32
55.18/55.29	c  N st   561     90798     48572    207783         0     25643    631273   2581053    198.74   no data
58.48/58.51	c  N dy   591     96594     48572    207783         0     31439    631273   4523255    199.03    225.94
61.99/62.02	c  N dy   634    102768     48572    207783         0     37613    631273   6355791    199.14    222.69
63.19/63.22	c  S st   647    104845     48572    207783         0     39690    631273   6937633    198.94    176.42
63.49/63.51	c  S st   647    105349     48572    207783         0     40194    631273   7058301    198.94   no data
63.49/63.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
63.59/63.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
63.70/63.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.70/63.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
63.70/63.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
63.70/63.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
63.70/63.79	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
63.89/63.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
64.39/64.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
66.09/66.16	c lits-rem:         2  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.68 s
66.09/66.18	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
66.29/66.30	c vivif2 --  cl tried    40188 cl shrink        0 lits rem          0 time: 0.12
66.49/66.56	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.25
66.49/66.57	c calculated reachability. Time: 0.00
66.49/66.57	c  N dy   647    105349     48572    207783         0     40188    631273   7054316    198.94   no data
70.58/70.68	c  N dy   692    112177     48572    207783         0     24593    631273   1400363    199.09    213.15
74.59/74.69	c  N dy   738    119350     48572    207783         0     31766    631273   3496829    199.09    210.21
78.99/79.07	c  N dy   792    127001     48572    207783         0     39416    631273   5769113    199.09    212.11
83.69/83.76	c  N dy   844    135185     48572    207783         0     23891    631273    747026    198.91    239.78
88.59/88.61	c  N dy   904    143902     48572    207783         0     32608    631273   3404872    199.32    210.28
93.68/93.79	c  N dy   965    153103     48572    207783         0     41808    631273   6074963    199.21    209.96
96.59/96.68	c  S st  1001    158024     48572    207783         0     46729    631273   7526328    199.35   no data
96.89/96.97	c  S st  1001    158525     48572    207783         0     47230    631273   7625724    199.35   no data
96.99/97.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
97.09/97.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
97.19/97.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.19/97.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
97.19/97.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
97.19/97.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
97.19/97.26	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
97.39/97.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
97.90/97.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
100.00/100.06	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.11 s
100.00/100.09	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
100.19/100.22	c vivif2 --  cl tried    47227 cl shrink        0 lits rem          0 time: 0.13
100.39/100.48	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.26
100.39/100.50	c calculated reachability. Time: 0.00
100.49/100.50	c  N dy  1001    158525     48572    207783         0     47227    631273   7623916    199.35   no data
106.29/106.33	c  N dy  1067    168702     48572    207783         0     32549    631273   3014054    199.36    212.11
112.68/112.78	c  N dy  1141    179678     48572    207783         0     43524    631273   6244268    199.26    223.27
119.39/119.42	c  N dy  1218    191184     48572    207783         0     29106    631273   1573410    199.21    213.82
126.40/126.48	c  N dy  1305    203466     48572    207783         0     41388    631273   5278599    199.54    216.51
134.09/134.14	c  N dy  1391    216515     48572    207783         0     27470    631273    740510    199.34    212.92
142.09/142.14	c  N dy  1492    230412     48572    207783         0     41366    631273   4932856    199.68    211.95
146.39/146.43	c  S st  1543    237787     48572    207783         0     48741    631273   7106067    199.71    166.40
146.69/146.74	c  S st  1543    238289     48572    207783         0     49243    631273   7205461    199.71   no data
146.69/146.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
146.89/146.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
146.89/146.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.89/146.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
146.99/147.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
146.99/147.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
146.99/147.03	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
147.19/147.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
147.59/147.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
149.78/149.86	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.19 s
149.78/149.89	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
149.98/150.02	c vivif2 --  cl tried    49239 cl shrink        0 lits rem          0 time: 0.13
150.18/150.29	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.27
150.28/150.30	c calculated reachability. Time: 0.00
150.28/150.30	c  N dy  1543    238289     48572    207783         0     49239    631273   7203784    199.71   no data
159.19/159.27	c  N dy  1652    253689     48572    207783         0     36655    631273   3107074    199.78    213.96
168.99/169.09	c  N dy  1762    270037     48572    207783         0     53003    631273   8071836    199.86    212.74
179.09/179.11	c  N dy  1873    287331     48572    207783         0     41309    631273   4162159    199.78    214.66
190.09/190.16	c  N dy  2001    305680     48572    207783         0     59658    631273   9708991    200.02    210.85
190.49/190.54	c  F st  2005    306250     48572    207783         0     30234    631273    615875    199.99   no data
201.59/201.67	c  N dy  2099    325325     48572    207783         0     49305    631273   6744722    199.95    219.16
213.79/213.82	c  N dy  2239    345534     48572    207783         0     38519    631273   2768654    200.02    214.18
220.79/220.83	c  S st  2322    357433     48572    207783         0     50418    631273   6278915    200.04   no data
221.10/221.14	c  S st  2322    357938     48572    207783         0     50923    631273   6394851    200.04   no data
221.10/221.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
221.29/221.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
221.29/221.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
221.29/221.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
221.39/221.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
221.39/221.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
221.39/221.44	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
221.59/221.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
221.89/221.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
223.89/223.99	c lits-rem:         5  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.97 s
223.99/224.02	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
224.09/224.12	c vivif2 --  cl tried    50922 cl shrink        0 lits rem          0 time: 0.11
224.29/224.40	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.27
224.40/224.41	c calculated reachability. Time: 0.00
224.40/224.41	c  N dy  2322    357938     48572    207783         0     50922    631273   6393090    200.04   no data
236.50/236.54	c  N dy  2464    378100     48572    207783         0     39083    631273   2624242    200.12    214.44
248.69/248.72	c  N dy  2605    398440     48572    207783         0     59423    631273   8635911    200.07    218.90
260.79/260.84	c  N dy  2748    418653     48572    207783         0     46636    631273   4731502    200.24    216.49
273.29/273.33	c  N dy  2899    438845     48572    207783         0     66828    631273  10858079    200.45    219.01
285.29/285.32	c  N dy  3035    459005     48572    207783         0     52992    631273   6177254    200.40    212.43
297.60/297.61	c  N dy  3167    479013     48572    207783         0     37998    631273   1448584    200.41    211.40
309.59/309.60	c  N dy  3301    499074     48572    207783         0     58058    631273   7453316    200.38    221.35
321.89/321.92	c  N dy  3441    519110     48572    207783         0     42102    631273   2329965    200.43    213.45
332.59/332.69	c  S st  3561    536908     48572    207783         0     59899    631273   7729896    200.50   no data
332.99/333.01	c  S st  3561    537410     48572    207783         0     60401    631273   7833973    200.50   no data
332.99/333.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
333.09/333.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
333.20/333.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
333.20/333.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
333.20/333.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
333.20/333.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
333.30/333.32	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
333.49/333.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
333.89/333.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
336.89/336.90	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.91 s
336.89/336.93	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
336.99/337.07	c vivif2 --  cl tried    60397 cl shrink        0 lits rem          0 time: 0.14
337.29/337.35	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.29
337.29/337.37	c calculated reachability. Time: 0.00
337.29/337.37	c  N dy  3561    537410     48572    207783         0     60397    631273   7832441    200.50   no data
349.81/349.86	c  N dy  3698    557459     48572    207783         0     43448    631273   2468057    200.43    219.55
362.00/362.06	c  N dy  3837    577729     48572    207783         0     63715    631273   8498685    200.44    212.35
374.59/374.68	c  N dy  3981    597888     48572    207783         0     45875    631273   2917980    200.50    212.24
386.90/386.94	c  N dy  4110    617906     48572    207783         0     65891    631273   8728235    200.34    211.88
399.50/399.50	c  N dy  4259    638024     48572    207783         0     47009    631273   2915127    200.49    211.61
411.70/411.79	c  N dy  4394    658058     48572    207783         0     67042    631273   8847157    200.43    216.73
424.30/424.34	c  N dy  4522    678094     48572    207783         0     47080    631273   2633316    200.40    215.99
436.49/436.58	c  N dy  4655    698120     48572    207783         0     67106    631273   8525943    200.31    213.65
449.20/449.23	c  N dy  4788    718133     48572    207783         0     46120    631273   2005174    200.30    217.23
461.60/461.63	c  N dy  4918    738236     48572    207783         0     66220    631273   7989352    200.25    211.21
474.50/474.52	c  N dy  5053    758275     48572    207783         0     44264    631273   1190870    200.22    231.93
486.70/486.75	c  N dy  5189    778285     48572    207783         0     64272    631273   7155211    200.20    212.41
499.70/499.76	c  N dy  5330    798314     48572    207783         0     84300    631273  13111865    200.26    248.46
504.50/504.50	c  S st  5379    806115     48572    207783         0     49108    631273   2321574    200.19   no data
504.81/504.81	c  S st  5379    806618     48572    207783         0     49611    631273   2441553    200.19   no data
504.81/504.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
504.91/504.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
505.00/505.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
505.00/505.05	c bin-w-bin subsume rem            0 bins  time:  0.01 s
505.00/505.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
505.00/505.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
505.10/505.10	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
505.20/505.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
505.40/505.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
506.10/506.17	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.72 s
506.10/506.19	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
506.20/506.24	c vivif2 --  cl tried    49610 cl shrink        0 lits rem          0 time: 0.04
506.50/506.51	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.27
506.50/506.52	c calculated reachability. Time: 0.00
506.50/506.52	c  N dy  5379    806618     48572    207783         0     49610    631273   2441319    200.19   no data
518.90/518.99	c  N dy  5517    826685     48572    207783         0     69676    631273   8507753    200.24    213.08
532.00/532.09	c  N dy  5654    846778     48572    207783         0     45769    631273   1072529    200.26    217.92
544.30/544.31	c  N dy  5783    866792     48572    207783         0     65782    631273   7012762    200.20    210.87
557.20/557.26	c  N dy  5914    886903     48572    207783         0     85893    631273  12974832    200.15    229.13
569.81/569.88	c  N dy  6055    907104     48572    207783         0     61094    631273   5380978    200.21    211.01
582.70/582.78	c  N dy  6192    927189     48572    207783         0     81177    631273  11423584    200.22    221.33
595.70/595.78	c  N dy  6331    947252     48572    207783         0     55237    631273   3355024    200.26    211.19
608.40/608.49	c  N dy  6473    967380     48572    207783         0     75364    631273   9421712    200.33    213.88
621.71/621.70	c  N dy  6603    987463     48572    207783         0     48454    631273    943103    200.28    217.90
634.30/634.30	c  N dy  6749   1007698     48572    207783         0     68688    631273   7020709    200.31    213.64
647.40/647.44	c  N dy  6894   1027886     48572    207783         0     88875    631273  13086203    200.37    219.51
660.20/660.24	c  N dy  7024   1047930     48572    207783         0     60916    631273   4440802    200.38    211.10
673.01/673.09	c  N dy  7164   1068005     48572    207783         0     80989    631273  10484961    200.40    222.81
675.60/675.68	c  F st  7189   1071877     48572    207783         0     84861    631273  11668068    200.40    163.05
686.50/686.55	c  N dy  7273   1088062     48572    207783         0     52051    631273   1471956    200.43    217.41
699.10/699.10	c  N dy  7413   1108156     48572    207783         0     72144    631273   7468834    200.45    212.54
712.31/712.37	c  N dy  7550   1128221     48572    207783         0     92207    631273  13440868    200.45    216.87
725.31/725.33	c  N dy  7683   1148359     48572    207783         0     62349    631273   4293064    200.48    216.05
738.90/738.91	c  N dy  7816   1168372     48572    207783         0     82359    631273  10292528    200.48    214.74
752.31/752.37	c  N dy  7956   1188409     48572    207783         0     51397    631273    672730    200.52    234.92
765.01/765.00	c  N dy  8091   1208421     48572    207783         0     71409    631273   6756539    200.55    222.07
766.00/766.02	c  S st  8104   1209931     48572    207783         0     72919    631273   7231093    200.56   no data
766.30/766.35	c  S st  8104   1210433     48572    207783         0     73421    631273   7352031    200.56   no data
766.30/766.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
766.50/766.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.16
766.61/766.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
766.61/766.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
766.61/766.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
766.61/766.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
766.61/766.67	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
766.80/766.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
767.20/767.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
770.50/770.56	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.24 s
770.50/770.59	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
770.70/770.72	c vivif2 --  cl tried    73417 cl shrink        0 lits rem          0 time: 0.13
771.01/771.03	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.31
771.01/771.04	c calculated reachability. Time: 0.00
771.01/771.04	c  N dy  8104   1210433     48572    207783         0     73417    631273   7350584    200.56   no data
784.22/784.29	c  N dy  8243   1230466     48572    207783         0     93448    631273  13437642    200.60    259.48
797.61/797.61	c  N dy  8384   1250536     48572    207783         0     61522    631273   3406490    200.63    217.67
810.61/810.61	c  N dy  8529   1270574     48572    207783         0     81558    631273   9517892    200.68    216.46
824.30/824.31	c  N dy  8679   1290674     48572    207783         0    101658    631273  15665865    200.78    212.00
837.11/837.19	c  N dy  8816   1310697     48572    207783         0     68677    631273   5297818    200.78    220.55
850.21/850.28	c  N dy  8948   1330704     48572    207783         0     88684    631273  11217005    200.76    301.08
864.11/864.10	c  N dy  9090   1350734     48572    207783         0     54714    631273    794435    200.76    214.40
877.01/877.01	c  N dy  9237   1370918     48572    207783         0     74896    631273   6887081    200.80    213.32
890.31/890.35	c  N dy  9377   1391006     48572    207783         0     94984    631273  12902182    200.80    222.44
904.12/904.11	c  N dy  9518   1411022     48572    207783         0     59999    631273   2094545    200.85    222.45
916.91/916.92	c  N dy  9656   1431028     48572    207783         0     80004    631273   8074132    200.85    212.90
931.31/931.37	c  N dy  9805   1451154     48572    207783         0    100129    631273  14144515    200.89    211.80
944.82/944.89	c  N dy  9941   1471187     48572    207783         0     64169    631273   3038770    200.92    227.08
957.71/957.79	c  N dy 10072   1491300     48572    207783         0     84279    631273   9009154    200.89    212.54
971.51/971.53	c  N dy 10208   1511378     48572    207783         0    104357    631273  14952076    200.87    221.64
984.91/984.98	c  N dy 10342   1531537     48572    207783         0     67517    631273   3741099    200.89    227.74
998.42/998.46	c  N dy 10488   1551788     48572    207783         0     87768    631273   9840954    200.92    215.57
1012.31/1012.39	c  N dy 10634   1571918     48572    207783         0    107897    631273  16002431    200.97    222.75
1025.92/1025.91	c  N dy 10771   1592068     48572    207783         0     70049    631273   4176689    200.97    219.67
1039.02/1039.01	c  N dy 10906   1612164     48572    207783         0     90145    631273  10142791    200.95    212.98
1052.91/1052.94	c  N dy 11045   1632174     48572    207783         0    110155    631273  16261404    200.99    212.69
1066.42/1066.40	c  N dy 11182   1652259     48572    207783         0     71245    631273   4240610    201.00    213.66
1079.71/1079.74	c  N dy 11332   1672296     48572    207783         0     91280    631273  10341293    201.06    219.85
1093.71/1093.77	c  N dy 11469   1692363     48572    207783         0    111346    631273  16383892    201.07    212.14
1106.02/1106.02	c  S st 11597   1710435     48572    207783         0     69420    631273   3441934    201.11   no data
1106.32/1106.35	c  S st 11597   1710939     48572    207783         0     69924    631273   3547671    201.11   no data
1106.32/1106.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1106.53/1106.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.15
1106.53/1106.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1106.63/1106.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1106.63/1106.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1106.63/1106.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48572 time:  0.01 s
1106.63/1106.66	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1106.82/1106.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
1107.02/1107.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1108.83/1108.83	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.73 s
1108.83/1108.85	c vivif2 --  cl tried   207783 cl shrink        0 lits rem          0 time: 0.03
1108.92/1108.92	c vivif2 --  cl tried    69922 cl shrink        0 lits rem          0 time: 0.06
1109.22/1109.22	c asymm  cl-useful: 0/207783/207783 lits-rem:0 time: 0.30
1109.22/1109.23	c calculated reachability. Time: 0.00
1109.22/1109.23	c  N dy 11597   1710939     48572    207783         0     69922    631273   3546355    201.11   no data
1122.42/1122.42	c  N dy 11727   1730967     48572    207783         0     89949    631273   9558675    201.12    257.94
1137.92/1137.90	c  N dy 11876   1751033     48572    207783         0    110014    631273  15670321    201.18    215.83
1151.73/1151.79	c  N dy 12012   1771112     48572    207783         0     69089    631273   3084011    201.20    235.70
1165.12/1165.10	c  N dy 12163   1791134     48572    207783         0     89110    631273   9170628    201.26    219.70
1179.02/1179.08	c  N dy 12304   1811238     48572    207783         0    109213    631273  15268705    201.29    222.17
1193.22/1193.27	c  N dy 12441   1831503     48572    207783         0     67484    631273   2220242    201.26    218.27
1206.52/1206.59	c  N dy 12586   1851551     48572    207783         0     87531    631273   8311848    201.30    216.87
1220.22/1220.25	c  N dy 12723   1871632     48572    207783         0    107611    631273  14344119    201.29    224.12
1234.73/1234.75	c  N dy 12860   1891731     48572    207783         0     64715    631273   1142834    201.29    212.55
1247.82/1247.89	c  N dy 13000   1911857     48572    207783         0     84841    631273   7213404    201.31    221.80
1261.64/1261.62	c  N dy 13138   1931918     48572    207783         0    104897    631273  13249379    201.32    213.06
1276.12/1276.18	c  N dy 13276   1951924     48572    207783         0    124901    631273  19334100    201.33    225.14
1289.42/1289.47	c  N dy 13407   1972134     48572    207783         0     81110    631273   5732447    201.31    214.89

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-3367463-1305383228/watcher-3367463-1305383228 -o /tmp/evaluation-result-3367463-1305383228/solver-3367463-1305383228 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367463-1305383228.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: 4.04 3.99 3.77 4/286 28981
/proc/meminfo: memFree=25689168/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=22172 CPUtime=0 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 850 0 0 0 0 0 0 0 21 0 1 0 728553460 22704128 790 33554432000 4194304 4580011 140736558629152 18446744073709551615 260020093113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 5543 798 321 95 0 525 0

[startup+0.0426249 s]
/proc/loadavg: 4.04 3.99 3.77 4/286 28981
/proc/meminfo: memFree=25689168/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=48860 CPUtime=0.02 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 6061 0 0 0 2 0 0 0 21 0 1 0 728553460 50032640 4951 33554432000 4194304 4580011 140736558629152 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 12215 4953 324 95 0 7197 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 48860

[startup+0.100612 s]
/proc/loadavg: 4.04 3.99 3.77 4/286 28981
/proc/meminfo: memFree=25689168/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=52452 CPUtime=0.09 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 7586 0 0 0 8 1 0 0 21 0 1 0 728553460 53710848 6476 33554432000 4194304 4580011 140736558629152 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 13113 6478 324 95 0 8095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52452

[startup+0.300587 s]
/proc/loadavg: 4.04 3.99 3.77 4/286 28981
/proc/meminfo: memFree=25689168/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=59384 CPUtime=0.28 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 9451 0 0 0 27 1 0 0 22 0 1 0 728553460 60809216 8341 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 14846 8341 338 95 0 9828 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59384

[startup+0.700503 s]
/proc/loadavg: 4.04 3.99 3.77 4/286 28981
/proc/meminfo: memFree=25689168/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=91508 CPUtime=0.69 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 17489 0 0 0 67 2 0 0 23 0 1 0 728553460 93704192 15558 33554432000 4194304 4580011 140736558629152 18446744073709551615 4417630 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 22877 15558 354 95 0 17859 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91508

[startup+1.50035 s]
/proc/loadavg: 4.04 3.99 3.77 5/287 28982
/proc/meminfo: memFree=25611580/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=91508 CPUtime=1.48 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 17941 0 0 0 146 2 0 0 25 0 1 0 728553460 93704192 16010 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 22877 16010 364 95 0 17859 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91508

[startup+3.10106 s]
/proc/loadavg: 4.04 3.99 3.77 5/287 28982
/proc/meminfo: memFree=25604016/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=124324 CPUtime=3.09 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 18971 0 0 0 307 2 0 0 25 0 1 0 728553460 127307776 17040 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 31081 17040 364 95 0 26063 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124324

[startup+6.30047 s]
/proc/loadavg: 4.04 3.99 3.78 5/287 28982
/proc/meminfo: memFree=25569708/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=124324 CPUtime=6.28 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 20771 0 0 0 626 2 0 0 25 0 1 0 728553460 127307776 18840 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 31081 18840 364 95 0 26063 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 124324

[startup+12.7003 s]
/proc/loadavg: 4.03 3.99 3.78 5/287 28983
/proc/meminfo: memFree=25494496/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=100984 CPUtime=12.69 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 26264 0 0 0 1265 4 0 0 25 0 1 0 728553460 103407616 17037 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 25246 17037 364 95 0 20228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100984

[startup+25.501 s]
/proc/loadavg: 4.03 3.99 3.78 5/287 28983
/proc/meminfo: memFree=25355544/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=184548 CPUtime=25.49 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 55492 0 0 0 2541 8 0 0 25 0 1 0 728553460 188977152 37726 33554432000 4194304 4580011 140736558629152 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 46137 37726 367 95 0 41119 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 184548

[startup+51.1003 s]
/proc/loadavg: 4.07 4.00 3.79 5/287 28983
/proc/meminfo: memFree=25197756/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=286524 CPUtime=51.09 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 76707 0 0 0 5098 11 0 0 25 0 1 0 728553460 293400576 50475 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293723 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 71631 50475 367 95 0 66613 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 286524

[startup+102.311 s]
/proc/loadavg: 4.08 4.01 3.81 5/287 28985
/proc/meminfo: memFree=25044580/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=346432 CPUtime=102.3 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 127975 0 0 0 10211 19 0 0 25 0 1 0 728553460 354746368 78029 33554432000 4194304 4580011 140736558629152 18446744073709551615 4320781 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 86608 78029 367 95 0 81590 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 346432

[startup+162.301 s]
/proc/loadavg: 4.03 4.01 3.82 5/287 28987
/proc/meminfo: memFree=24920668/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=436452 CPUtime=162.29 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 154483 0 0 0 16204 25 0 0 25 0 1 0 728553460 446926848 87135 33554432000 4194304 4580011 140736558629152 18446744073709551615 4320853 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 109113 87135 367 95 0 104095 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 436452

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.82 5/287 28988
/proc/meminfo: memFree=24892960/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=435992 CPUtime=222.29 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 176852 0 0 0 22198 31 0 0 25 0 1 0 728553460 446455808 88969 33554432000 4194304 4580011 140736558629152 18446744073709551615 4451384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 108998 88969 367 95 0 103980 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 435992

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.83 5/287 28990
/proc/meminfo: memFree=24868736/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=447324 CPUtime=282.29 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 200810 0 0 0 28191 38 0 0 25 0 1 0 728553460 458059776 90121 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 111831 90121 367 95 0 106813 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 447324

[startup+342.301 s]
/proc/loadavg: 4.04 4.01 3.84 5/287 28991
/proc/meminfo: memFree=24829612/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=450084 CPUtime=342.3 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 223570 0 0 0 34185 45 0 0 25 0 1 0 728553460 460886016 96222 33554432000 4194304 4580011 140736558629152 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 112521 96222 367 95 0 107503 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 450084

[startup+402.301 s]
/proc/loadavg: 4.01 4.01 3.85 5/287 28993
/proc/meminfo: memFree=24814804/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=468768 CPUtime=402.3 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 249475 0 0 0 40178 52 0 0 25 0 1 0 728553460 480018432 94991 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 117192 94991 367 95 0 112174 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 468768

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/287 28995
/proc/meminfo: memFree=24831360/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=483652 CPUtime=462.3 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 276725 0 0 0 46172 58 0 0 25 0 1 0 728553460 495259648 102739 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 120913 102739 367 95 0 115895 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 483652

[startup+522.301 s]
/proc/loadavg: 4.07 4.02 3.86 5/287 28996
/proc/meminfo: memFree=24769940/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=483884 CPUtime=522.3 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 299130 0 0 0 52167 63 0 0 25 0 1 0 728553460 495497216 104468 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 120971 104468 367 95 0 115953 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 483884

[startup+582.301 s]
/proc/loadavg: 4.06 4.03 3.87 5/287 28998
/proc/meminfo: memFree=24762328/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=484076 CPUtime=582.3 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 322155 0 0 0 58161 69 0 0 25 0 1 0 728553460 495693824 105605 33554432000 4194304 4580011 140736558629152 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 121019 105605 367 95 0 116001 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 484076

[startup+642.301 s]
/proc/loadavg: 4.09 4.04 3.89 5/287 28999
/proc/meminfo: memFree=24776664/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=486140 CPUtime=642.31 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 345507 0 0 0 64156 75 0 0 25 0 1 0 728553460 497807360 105666 33554432000 4194304 4580011 140736558629152 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 121535 105666 367 95 0 116517 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 486140

[startup+702.301 s]
/proc/loadavg: 4.03 4.03 3.89 5/287 29003
/proc/meminfo: memFree=24763984/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=486332 CPUtime=702.31 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 368760 0 0 0 70149 82 0 0 25 0 1 0 728553460 498003968 103858 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 121583 103858 367 95 0 116565 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 486332

[startup+762.31 s]
/proc/loadavg: 4.01 4.02 3.90 5/287 29006
/proc/meminfo: memFree=24689328/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=486672 CPUtime=762.32 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 390958 0 0 0 76144 88 0 0 25 0 1 0 728553460 498352128 100433 33554432000 4194304 4580011 140736558629152 18446744073709551615 4301824 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 121668 100433 367 95 0 116650 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 486672

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.90 5/287 29007
/proc/meminfo: memFree=24619492/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=488324 CPUtime=822.31 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 413932 0 0 0 82138 93 0 0 25 0 1 0 728553460 500043776 110013 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 122081 110013 367 95 0 117063 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 488324

[startup+882.301 s]
/proc/loadavg: 4.06 4.03 3.91 5/287 29009
/proc/meminfo: memFree=24635444/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=506116 CPUtime=882.31 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 440384 0 0 0 88133 98 0 0 25 0 1 0 728553460 518262784 108990 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 126529 108990 367 95 0 121511 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 506116

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.91 5/287 29010
/proc/meminfo: memFree=24641232/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=436312 CPUtime=942.31 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 462970 0 0 0 94126 105 0 0 25 0 1 0 728553460 446783488 102843 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 109078 102843 367 95 0 104060 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 436312

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/287 29012
/proc/meminfo: memFree=24597420/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=506828 CPUtime=1002.31 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 486096 0 0 0 100121 110 0 0 25 0 1 0 728553460 518991872 111325 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 126707 111326 367 95 0 121689 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 506828

[startup+1062.3 s]
/proc/loadavg: 4.08 4.04 3.92 5/287 29014
/proc/meminfo: memFree=24534392/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=436608 CPUtime=1062.32 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 508269 0 0 0 106116 116 0 0 25 0 1 0 728553460 447086592 102929 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 109152 102929 367 95 0 104134 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 436608

[startup+1122.3 s]
/proc/loadavg: 4.07 4.04 3.93 5/287 29015
/proc/meminfo: memFree=24499376/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=507688 CPUtime=1122.32 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 530423 0 0 0 112110 122 0 0 25 0 1 0 728553460 519872512 109323 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 126922 109323 367 95 0 121904 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 507688

[startup+1182.3 s]
/proc/loadavg: 4.03 4.03 3.93 5/287 29017
/proc/meminfo: memFree=24442052/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=507764 CPUtime=1182.32 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 553380 0 0 0 118102 130 0 0 25 0 1 0 728553460 519950336 116319 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 126941 116319 367 95 0 121923 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 507764

[startup+1242.3 s]
/proc/loadavg: 4.04 4.04 3.93 5/287 29018
/proc/meminfo: memFree=24462096/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=508432 CPUtime=1242.32 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 574550 0 0 0 124097 135 0 0 25 0 1 0 728553460 520634368 104622 33554432000 4194304 4580011 140736558629152 18446744073709551615 4322520 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 127108 104622 367 95 0 122090 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 508432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.93 2/283 29023
/proc/meminfo: memFree=25261896/32951124 swapFree=67083432/67111528
[pid=28981] ppid=28979 vsize=508536 CPUtime=1300.04 cores=1,3
/proc/28981/stat : 28981 (strangenight2-s) R 28979 28981 28380 0 -1 4202496 597127 0 0 0 129862 142 0 0 25 0 1 0 728553460 520740864 110299 33554432000 4194304 4580011 140736558629152 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28981/statm: 127134 110299 367 95 0 122116 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 508536

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.62
CPU system time (s): 1.44078
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 508536

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

runsolver used 3.38948 second user time and 7.63384 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 16:27:09
IDJOB=3367463
IDBENCH=82672
IDSOLVER=1845
FILE ID=node110/3367463-1305383228
RUNJOBID= node110-1305381926-28794
PBS_JOBID= 13324392
Free space on /tmp= 73572 MiB

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

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

MD5SUM BENCH= 4033245e3bd21ace8cfcd57089ff73c5
RANDOM SEED=788209881

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25689324 kB
Buffers:        263040 kB
Cached:        3496400 kB
SwapCached:       1440 kB
Active:        4279492 kB
Inactive:      2651348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25689324 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           28008 kB
Writeback:           0 kB
AnonPages:     3169140 kB
Mapped:          22972 kB
Slab:           246648 kB
PageTables:      21108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46216096 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= 73576 MiB
End job on node110 at 2011-05-14 16:48:51